Project

General



Profile

Statistics
| Revision:
Name Size Revision Age Author Comment
  repository 2095 almost 17 years Jean-Philippe Lang Fixes Darcs#cat with Postgresql.
attachment.rb 5.16 KB 2116 almost 17 years Jean-Philippe Lang AttachmentsController now handles attachments d...
auth_source.rb 1.59 KB 2056 almost 17 years Jean-Philippe Lang Do not request blank LDAP attributes.
auth_source_ldap.rb 3.76 KB 2056 almost 17 years Jean-Philippe Lang Do not request blank LDAP attributes.
board.rb 1.36 KB 530 over 18 years Jean-Philippe Lang Added watchers for message boards (watchers con...
change.rb 990 Bytes 1446 over 17 years Jean-Philippe Lang Fixed: View differences for individual file of ...
changeset.rb 5.65 KB 2066 almost 17 years Jean-Philippe Lang Display latest user's activity on account/show ...
comment.rb 1.01 KB 479 over 18 years Jean-Philippe Lang Fixed: 10342 Creation of Schema in Oracle Comme...
custom_field.rb 4.34 KB 2267 almost 17 years Jean-Philippe Lang Use a textarea for custom fields possible value...
custom_value.rb 2.4 KB 2276 almost 17 years Jean-Philippe Lang User custom fields can now be set as editable s...
document.rb 1.66 KB 2124 almost 17 years Jean-Philippe Lang Fixed: default category ignored when adding a d...
enabled_module.rb 952 Bytes 725 about 18 years Jean-Philippe Lang Added project module concept. A project module...
enumeration.rb 2.6 KB 2123 almost 17 years Jean-Philippe Lang Fixed: default flag removed when editing a defa...
issue.rb 10.1 KB 2256 almost 17 years Jean-Philippe Lang Different icon for closed issues in search resu...
issue_category.rb 1.59 KB 955 almost 18 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 1488 over 17 years Jean-Philippe Lang Make the 'duplicates of' relation asymmetric: *...
issue_status.rb 2.69 KB 1911 about 17 years Jean-Philippe Lang Fixed: the default status is lost when reorderi...
journal.rb 2.96 KB 2066 almost 17 years Jean-Philippe Lang Display latest user's activity on account/show ...
journal_detail.rb 1 KB 478 over 18 years Jean-Philippe Lang Journal details truncated only if values are st...
mail_handler.rb 8.58 KB 2294 almost 17 years Jean-Philippe Lang Accept replies to forum messages by subject rec...
mailer.rb 11.3 KB 2294 almost 17 years Jean-Philippe Lang Accept replies to forum messages by subject rec...
member.rb 1.41 KB 1103 almost 18 years Jean-Philippe Lang User display format is now configurable in admi...
message.rb 3.35 KB 2116 almost 17 years Jean-Philippe Lang AttachmentsController now handles attachments d...
message_observer.rb 1.35 KB 1878 about 17 years Jean-Philippe Lang Adds watch/unwatch functionality at forum topic...
news.rb 1.73 KB 2066 almost 17 years Jean-Philippe Lang Display latest user's activity on account/show ...
project.rb 12.1 KB 2304 almost 17 years Jean-Philippe Lang Merged nested projects branch. Removes limit on...
project_custom_field.rb 883 Bytes 333 over 18 years Jean-Philippe Lang added svn:eol-style native property on /app files
query.rb 16.3 KB 2304 almost 17 years Jean-Philippe Lang Merged nested projects branch. Removes limit on...
repository.rb 5.51 KB 2009 almost 17 years Jean-Philippe Lang Eager-load users.
role.rb 4.66 KB 1815 about 17 years Jean-Philippe Lang Adds a permission 'view wiki edits' so that wik...
setting.rb 4.93 KB 2039 almost 17 years Jean-Philippe Lang Adds .find and .all Plugin class methods.
time_entry.rb 3.13 KB 2251 almost 17 years Jean-Philippe Lang Fixed: no error is raised when entering invalid...
time_entry_custom_field.rb 882 Bytes 1689 over 17 years Jean-Philippe Lang Adds custom fields on time entries (#772).
token.rb 1.4 KB 339 over 18 years Jean-Philippe Lang added rss/atom feeds at project levels for: * n...
tracker.rb 2.13 KB 1252 over 17 years Jean-Philippe Lang Workflow copy: * added the ability the copy an ...
user.rb 9.37 KB 2253 almost 17 years Jean-Philippe Lang Makes email adress uniqueness case-insensitive ...
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.48 KB 1623 over 17 years Jean-Philippe Lang Merged Rails 2.1 compatibility branch.
version.rb 3.59 KB 2116 almost 17 years Jean-Philippe Lang AttachmentsController now handles attachments d...
watcher.rb 1.11 KB 1712 over 17 years Jean-Philippe Lang Adds permissions for viewing the watcher list a...
wiki.rb 2.66 KB 2053 almost 17 years Jean-Philippe Lang Extends child_pages macro to display child page...
wiki_content.rb 3.92 KB 2066 almost 17 years Jean-Philippe Lang Display latest user's activity on account/show ...
wiki_page.rb 6.23 KB 2116 almost 17 years Jean-Philippe Lang AttachmentsController now handles attachments d...
wiki_redirect.rb 970 Bytes 720 about 18 years Jean-Philippe Lang Added the ability to rename wiki pages (specifi...
workflow.rb 1.71 KB 1917 about 17 years Jean-Philippe Lang Fixes Workflow.count_by_tracker_and_role.

Latest revisions

# Date Author Comment
2304 2009-01-24 12:31 Jean-Philippe Lang

Merged nested projects branch. Removes limit on subproject nesting (#594).

2294 2009-01-21 19:22 Jean-Philippe Lang

Accept replies to forum messages by subject recognition (#1616).

2289 2009-01-19 20:03 Jean-Philippe Lang

Allow email to reply to a forum message (#1616).

2288 2009-01-19 19:29 Jean-Philippe Lang

Use In-Reply-To and References headers to handle replies by email.

2281 2009-01-18 16:16 Jean-Philippe Lang

Adds Message-Id and References headers to email notifications so that issues and messages threads can be displayed by email clients (#1401).

2276 2009-01-17 12:18 Jean-Philippe Lang

User custom fields can now be set as editable so that users can edit them on 'My account'.
For existing user custom fields, this new attribute is set to false by default to preserve the prior behaviour (it can turned on by editing the custom field in admin area)....

2267 2009-01-16 22:02 Jean-Philippe Lang

Use a textarea for custom fields possible values (#2472).

2258 2009-01-11 19:38 Jean-Philippe Lang

Ability to sort the issue list by text, int and float custom fields (#1139).

2257 2009-01-11 17:33 Jean-Philippe Lang

Ability to sort the issue list by text, list, date and boolean custom fields (#1139).

2256 2009-01-11 12:01 Jean-Philippe Lang

Different icon for closed issues in search result (#992).

View revisions

Also available in: Atom