Project

General

Profile

Statistics
| Revision:
Name Size Revision Age Author Comment
  repository 950 over 17 years Jean-Philippe Lang Added Bazaar adapter. Fixed 'quick jump to a re...
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.59 KB 955 over 17 years Jean-Philippe Lang Added version details view accessible from the ...
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.6 KB 949 over 17 years Jean-Philippe Lang Project name format limitation removed (name ca...
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.55 KB 955 over 17 years Jean-Philippe Lang Added version details view accessible from the ...
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 3.11 KB 954 over 17 years Jean-Philippe Lang Roadmap progress bars now differentiate the pro...
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
955 2007-12-07 11:26 Jean-Philippe Lang

Added version details view accessible from the roadmap.

954 2007-12-05 20:21 Jean-Philippe Lang

Roadmap progress bars now differentiate the progress due to closed issues from the open issues progress (2 different colors).

950 2007-12-03 18:40 Jean-Philippe Lang

Added Bazaar adapter.
Fixed 'quick jump to a revision' form on the revisions list.

949 2007-12-03 11:28 Jean-Philippe Lang

Project name format limitation removed (name can now contain any character).
Project identifier maximum length changed from 12 to 20.

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)

View revisions

Also available in: Atom