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.29 KB 876 over 17 years Jean-Philippe Lang Activity view now uses events attributes. Fixed...
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.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 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 over 17 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.14 KB 879 over 17 years Jean-Philippe Lang Added radio buttons on the documents list to so...
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 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 1.46 KB 853 over 17 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.85 KB 877 over 17 years Jean-Philippe Lang Mailer: * added an application setting to speci...
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 over 17 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 over 17 years Jean-Philippe Lang Search engines now supports pagination. Results...
project.rb 6.74 KB 855 over 17 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 over 17 years Jean-Philippe Lang Issues sorted by priority position.
repository.rb 2.6 KB 843 over 17 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 over 17 years Jean-Philippe Lang Added the ability to customize columns of a sav...
user.rb 7.28 KB 855 over 17 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 over 17 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 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
882 2007-11-04 12:49 Jean-Philippe Lang

LDAP authentication: only ask for the user's DN if on-the-fly registration is disabled

881 2007-11-04 12:40 Jean-Philippe Lang

Removed IssueStatus html_color attribute.
Issue list colorization can be done using a custom theme. Each row is given a class that correspond to the issue status (eg. status-1 where 1 is the status position).

879 2007-11-04 12:15 Jean-Philippe Lang

Added radio buttons on the documents list to sort documents by category, date, title or author.

877 2007-11-04 11:43 Jean-Philippe Lang Mailer:
  • added an application setting to specify the application protocol (http or https) used to generate urls
  • added layouts for text and html emails
  • no more language specific templates
  • urls are now generated using UrlWriter
  • the mailer now uses AdvAttrAccessor code style to set email parameters
876 2007-10-28 17:13 Jean-Philippe Lang

Activity view now uses events attributes.
Fixed: error on activity feed if it contains a document.

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.

View revisions

Also available in: Atom