Project

General

Profile

Statistics
| Revision:
Name Size Revision Age Author Comment
  repository 843 over 17 years Jean-Philippe Lang Fixed: log is not displayed when browsing a cop...
attachment.rb 3.14 KB 934 over 17 years Jean-Philippe Lang * Updated German translation (Thomas Löber) * U...
auth_source.rb 1.69 KB 948 over 17 years Jean-Philippe Lang Changed the maximum length of LDAP account to 2...
auth_source_ldap.rb 3.13 KB 882 over 17 years Jean-Philippe Lang LDAP authentication: only ask for the user's DN...
board.rb 1.36 KB 530 about 18 years Jean-Philippe Lang Added watchers for message boards (watchers con...
change.rb 916 Bytes 377 over 18 years Jean-Philippe Lang SVN commits are now stored in the database, and...
changeset.rb 4.23 KB 938 over 17 years Jean-Philippe Lang * Added links to previous and next revisions on...
comment.rb 1.01 KB 479 about 18 years Jean-Philippe Lang Fixed: 10342 Creation of Schema in Oracle Comme...
custom_field.rb 2.37 KB 901 over 17 years Jean-Philippe Lang Custom fields can now be reordered.
custom_value.rb 1.97 KB 920 over 17 years Jean-Philippe Lang Added per-project tracker selection. Trackers c...
document.rb 1.45 KB 896 over 17 years Jean-Philippe Lang Fixed: error on activity page when displaying a...
enabled_module.rb 952 Bytes 725 almost 18 years Jean-Philippe Lang Added project module concept. A project module...
enumeration.rb 2.14 KB 879 over 17 years Jean-Philippe Lang Added radio buttons on the documents list to so...
issue.rb 7.97 KB 920 over 17 years Jean-Philippe Lang Added per-project tracker selection. Trackers c...
issue_category.rb 1.53 KB 782 over 17 years Jean-Philippe Lang Added the ability to customize columns of a sav...
issue_custom_field.rb 1.21 KB 337 over 18 years Jean-Philippe Lang fixed #9308 table_name pre/suffix support
issue_relation.rb 3.21 KB 620 almost 18 years Jean-Philippe Lang Added an option to be able to relate issues in ...
issue_status.rb 2.61 KB 881 over 17 years Jean-Philippe Lang Removed IssueStatus html_color attribute. Issue...
journal.rb 2.01 KB 892 over 17 years Jean-Philippe Lang Added issues status changes on the activity vie...
journal_detail.rb 1 KB 478 about 18 years Jean-Philippe Lang Journal details truncated only if values are st...
mail_handler.rb 1.46 KB 674 almost 18 years Jean-Philippe Lang Merged 0.6 branch into trunk. Permissions manag...
mailer.rb 5.77 KB 944 over 17 years Jean-Philippe Lang Email notifications are now sent as Blind carbo...
member.rb 1.3 KB 674 almost 18 years Jean-Philippe Lang Merged 0.6 branch into trunk. Permissions manag...
message.rb 2.41 KB 926 over 17 years Jean-Philippe Lang Forums enhancements: * messages can now be edit...
message_observer.rb 1.27 KB 728 almost 18 years Jean-Philippe Lang Mail notification options restored (default is:...
news.rb 1.53 KB 766 over 17 years Jean-Philippe Lang Search engines now supports pagination. Results...
project.rb 7.65 KB 939 over 17 years Jean-Philippe Lang 'Assigned to' drop down list is now sorted by u...
project_custom_field.rb 883 Bytes 333 over 18 years Jean-Philippe Lang added svn:eol-style native property on /app files
query.rb 14.7 KB 939 over 17 years Jean-Philippe Lang 'Assigned to' drop down list is now sorted by u...
repository.rb 2.66 KB 947 over 17 years Jean-Philippe Lang Added Annotate/Blame view for Subversion, CVS a...
role.rb 3.44 KB 674 almost 18 years Jean-Philippe Lang Merged 0.6 branch into trunk. Permissions manag...
setting.rb 3.62 KB 905 over 17 years Jean-Philippe Lang Added a couple of new formats for the 'date for...
time_entry.rb 2.08 KB 572 about 18 years Jean-Philippe Lang Added time report. Report can be generated by m...
token.rb 1.4 KB 339 over 18 years Jean-Philippe Lang added rss/atom feeds at project levels for: * n...
tracker.rb 1.5 KB 920 over 17 years Jean-Philippe Lang Added per-project tracker selection. Trackers c...
user.rb 8.14 KB 939 over 17 years Jean-Philippe Lang 'Assigned to' drop down list is now sorted by u...
user_custom_field.rb 878 Bytes 333 over 18 years Jean-Philippe Lang added svn:eol-style native property on /app files
user_preference.rb 1.3 KB 479 about 18 years Jean-Philippe Lang Fixed: 10342 Creation of Schema in Oracle Comme...
version.rb 2.97 KB 908 over 17 years Jean-Philippe Lang Roadmap: more accurate completion percentage ca...
watcher.rb 983 Bytes 453 about 18 years Jean-Philippe Lang Added "Watch" functionality on issues. It allow...
wiki.rb 2.05 KB 805 over 17 years Jean-Philippe Lang Fixed: Title with non-ascii characters breaks wiki
wiki_content.rb 2.12 KB 674 almost 18 years Jean-Philippe Lang Merged 0.6 branch into trunk. Permissions manag...
wiki_page.rb 3.98 KB 766 over 17 years Jean-Philippe Lang Search engines now supports pagination. Results...
wiki_redirect.rb 970 Bytes 720 almost 18 years Jean-Philippe Lang Added the ability to rename wiki pages (specifi...
workflow.rb 1.06 KB 333 over 18 years Jean-Philippe Lang added svn:eol-style native property on /app files

Latest revisions

# Date Author Comment
948 2007-12-02 23:07 Jean-Philippe Lang

Changed the maximum length of LDAP account to 255 characters.
Added length validations on AuthSource model.

947 2007-12-02 21:58 Jean-Philippe Lang

Added Annotate/Blame view for Subversion, CVS and Mercurial repositories.

944 2007-12-02 14:52 Jean-Philippe Lang

Email notifications are now sent as Blind carbon copy by default. This can be changed in email notifications settings (new setting added).
Emission email address setting moved to the email notifications settings view.

939 2007-12-01 18:42 Jean-Philippe Lang

'Assigned to' drop down list is now sorted by user's lastname.

938 2007-12-01 18:15 Jean-Philippe Lang
  • Added links to previous and next revisions on revision view (patch by Cyril Mougel slightly edited)
  • Fixed TimelogController#report december error
  • Fixed ProjectsControllerTest#test_activity 1st and 2nd day of the month failure
934 2007-11-27 18:20 Jean-Philippe Lang
  • Updated German translation (Thomas Löber)
  • Updated Spanish translation (Gumer Coronel Pérez)
  • Fixed: test in method project in Attachment Model useless (Cyril Mougel)
  • Fixed: public/.htaccess lacks support for mod_fcgid and adds handlers without checking for their existance (Nils Adermann)
928 2007-11-24 16:14 Jean-Philippe Lang

Slight optimization in User#role_for_project.

927 2007-11-24 13:52 Jean-Philippe Lang

Removed the 12 characters limit on passwords.

926 2007-11-24 13:25 Jean-Philippe Lang Forums enhancements:
  • messages can now be edited/deleted (explicit permissions need to be given)
  • topics can be locked so that no reply can be added (only by users allowed to edit messages)
  • topics can be marked as sticky so that they always appear at the top of the list (only by users allowed to edit messages)
921 2007-11-21 19:45 Jean-Philippe Lang
  • Fixed: Error when displaying the issue list if a float custom field is marked as 'used as filter'
  • Fixed: Mercurial adapter breaks on missing :files entry in changeset hash (James Britt)
  • Fixed: Wrong feed URLs on the home page

View revisions

Also available in: Atom