Project

General

Profile

Statistics
| Revision:
Name Size Revision Age Author Comment
  repository 843 almost 18 years Jean-Philippe Lang Fixed: log is not displayed when browsing a cop...
attachment.rb 3.29 KB 739 almost 18 years Jean-Philippe Lang Fixed: error when uploading a file with a conte...
auth_source.rb 1.48 KB 333 over 18 years Jean-Philippe Lang added svn:eol-style native property on /app files
auth_source_ldap.rb 3.02 KB 854 almost 18 years Jean-Philippe Lang Fixed: LDAP authentication crashes if one of th...
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 3.52 KB 861 over 17 years Jean-Philippe Lang Commit message parser: * Fixed: Error when pars...
comment.rb 1.01 KB 479 about 18 years Jean-Philippe Lang Fixed: 10342 Creation of Schema in Oracle Comme...
custom_field.rb 2.27 KB 870 over 17 years Jean-Philippe Lang Added "Float" as a custom field format.
custom_value.rb 1.97 KB 870 over 17 years Jean-Philippe Lang Added "Float" as a custom field format.
document.rb 1.31 KB 766 almost 18 years Jean-Philippe Lang Search engines now supports pagination. Results...
enabled_module.rb 952 Bytes 725 almost 18 years Jean-Philippe Lang Added project module concept. A project module...
enumeration.rb 2.07 KB 803 almost 18 years Jean-Philippe Lang Added default value for enumerations. Only defa...
issue.rb 7.11 KB 873 over 17 years Jean-Philippe Lang Added the hability to copy an issue. It can be ...
issue_category.rb 1.53 KB 782 almost 18 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.71 KB 831 almost 18 years Jean-Philippe Lang Status can now be updated when bulk editing iss...
journal.rb 1.46 KB 853 almost 18 years Jean-Philippe Lang Fixed: unable to add a file to an issue without...
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 4.26 KB 855 almost 18 years Jean-Philippe Lang More flexible mail notifications settings at us...
member.rb 1.3 KB 674 almost 18 years Jean-Philippe Lang Merged 0.6 branch into trunk. Permissions manag...
message.rb 1.96 KB 771 almost 18 years Jean-Philippe Lang Fixed: unable to migrate from an empty database...
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 almost 18 years Jean-Philippe Lang Search engines now supports pagination. Results...
project.rb 6.74 KB 855 almost 18 years Jean-Philippe Lang More flexible mail notifications settings at us...
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 KB 801 almost 18 years Jean-Philippe Lang Issues sorted by priority position.
repository.rb 2.6 KB 843 almost 18 years Jean-Philippe Lang Fixed: log is not displayed when browsing a cop...
role.rb 3.44 KB 674 almost 18 years Jean-Philippe Lang Merged 0.6 branch into trunk. Permissions manag...
setting.rb 3.42 KB 752 almost 18 years Jean-Philippe Lang Basic plugin support.
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.44 KB 782 almost 18 years Jean-Philippe Lang Added the ability to customize columns of a sav...
user.rb 7.28 KB 855 almost 18 years Jean-Philippe Lang More flexible mail notifications settings at us...
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.67 KB 822 almost 18 years Jean-Philippe Lang Added custom fields in issue related mail notif...
watcher.rb 983 Bytes 453 about 18 years Jean-Philippe Lang Added "Watch" functionality on issues. It allow...
wiki.rb 2.05 KB 805 almost 18 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 almost 18 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
873 2007-10-28 15:31 Jean-Philippe Lang

Added the hability to copy an issue.
It can be done from the 'issue/show' view or from the context menu on the issue list.
The Copy functionality is of course only available if the user is allowed to create an issue.
It copies the issue attributes and the custom fields values.

870 2007-10-25 19:38 Jean-Philippe Lang

Added "Float" as a custom field format.

861 2007-10-22 18:52 Jean-Philippe Lang Commit message parser:
  • Fixed: Error when parsing a commit message with duplicate issue identifiers
  • Strip referencing and fixing keywords
855 2007-10-20 14:47 Jean-Philippe Lang More flexible mail notifications settings at user level. A user has now 3 options:
  • notification on any event on all his projects
  • notification on any event on selected projects only (if the user belongs to more than 1 project)
  • notification only for things that he watches or he is involded in (eg. issues that he watches or he is author or assignee)
854 2007-10-19 21:36 Jean-Philippe Lang

Fixed: LDAP authentication crashes if one of the LDAP attributes name is left blank on the LDAP setup screen.
When not checking "On-the-fly" register, the 3 optional fields can now be safely left blank.

853 2007-10-19 21:09 Jean-Philippe Lang

Fixed: unable to add a file to an issue without entering a note.

848 2007-10-18 18:07 Jean-Philippe Lang

Removed issue assignment validation to avoid validation failure when updating the issue and if the assignee is no longer a member of the project.

844 2007-10-16 21:09 Jean-Philippe Lang

Added LDAPS support for LDAP authentication.

843 2007-10-15 20:41 Jean-Philippe Lang

Fixed: log is not displayed when browsing a copy in a svn repository.

834 2007-10-12 20:04 Jean-Philippe Lang

Removed translated email templates attachments_added and document_added (no longer usefull).

View revisions

Also available in: Atom