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.11 KB 1227 over 17 years Jean-Philippe Lang Activity enhancements: * overall activity view ...
auth_source.rb 1.75 KB 977 over 17 years Jean-Philippe Lang Fixed: 'LDAP account password is too long' erro...
auth_source_ldap.rb 3.24 KB 1199 over 17 years Jean-Philippe Lang Fix LDAP authentication (#714, broken by r1194).
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.93 KB 1227 over 17 years Jean-Philippe Lang Activity enhancements: * overall activity view ...
comment.rb 1.01 KB 479 about 18 years Jean-Philippe Lang Fixed: 10342 Creation of Schema in Oracle Comme...
custom_field.rb 2.75 KB 1171 over 17 years Jean-Philippe Lang Fixed: Issue custom fields "required" flag not ...
custom_value.rb 2.17 KB 1101 over 17 years Jean-Philippe Lang Prevent unexpected nil in custom value validation.
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 8.61 KB 1182 over 17 years Jean-Philippe Lang Let the user choose when deleting issues with r...
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.67 KB 1043 over 17 years Jean-Philippe Lang Merged IssuesController change_status and add_n...
journal.rb 2.53 KB 1197 over 17 years Jean-Philippe Lang Add a user preference to choose how comments/re...
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 6.25 KB 1174 over 17 years Jean-Philippe Lang Do not send an email with no recipient, cc or b...
member.rb 1.41 KB 1103 over 17 years Jean-Philippe Lang User display format is now configurable in admi...
message.rb 2.42 KB 1095 over 17 years Jean-Philippe Lang Fixed: can not lock a topic when creating it.
message_observer.rb 1.29 KB 1075 over 17 years Jean-Philippe Lang Fixed: locked users should not receive email no...
news.rb 1.53 KB 766 over 17 years Jean-Philippe Lang Search engines now supports pagination. Results...
project.rb 9.44 KB 1227 over 17 years Jean-Philippe Lang Activity enhancements: * overall activity view ...
project_custom_field.rb 883 Bytes 333 over 18 years Jean-Philippe Lang added svn:eol-style native property on /app files
query.rb 15.1 KB 1198 over 17 years Jean-Philippe Lang Adds an application setting to choose whether o...
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.88 KB 1103 over 17 years Jean-Philippe Lang User display format is now configurable in admi...
time_entry.rb 2.36 KB 1176 over 17 years Jean-Philippe Lang Propagates time tracking to the parent project ...
token.rb 1.4 KB 339 over 18 years Jean-Philippe Lang added rss/atom feeds at project levels for: * n...
tracker.rb 1.58 KB 1071 over 17 years Jean-Philippe Lang On the calendar, the gantt and in the Tracker f...
user.rb 8.82 KB 1197 over 17 years Jean-Philippe Lang Add a user preference to choose how comments/re...
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.42 KB 1197 over 17 years Jean-Philippe Lang Add a user preference to choose how comments/re...
version.rb 3.46 KB 1220 over 17 years Jean-Philippe Lang Allow longer version names (#711, closes #712).
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.56 KB 1227 over 17 years Jean-Philippe Lang Activity enhancements: * overall activity view ...
wiki_page.rb 5.31 KB 1020 over 17 years Jean-Philippe Lang Added wiki annotate view. It's accessible for e...
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
1227 2008-03-11 20:33 Jean-Philippe Lang Activity enhancements:
  • overall activity view and feed added, link is available on the project list (#423, #494)
  • switch added on the project activity view to include subprojects (closes #530)
1220 2008-03-09 16:36 Jean-Philippe Lang

Allow longer version names (#711, closes #712).

1207 2008-03-08 12:17 Jean-Philippe Lang Version details view changes:
  • display related issues on the version detail view
  • display total estimated and spent hours on the version detail view
  • fixed wiki headings size (same as r1168)
1199 2008-03-06 18:22 Jean-Philippe Lang

Fix LDAP authentication (#714, broken by r1194).

1198 2008-03-06 09:32 Jean-Philippe Lang

Adds an application setting to choose whether or not subprojects issues should be displayed by default on the issue list, calendar and gantt (r1178). Default is true.

1197 2008-03-05 16:41 Jean-Philippe Lang

Add a user preference to choose how comments/replies are displayed: in chronological or reverse chronological order (#589, #776).

1194 2008-03-05 13:43 Jean-Philippe Lang

Fixed "LdapError: invalid binding information" when no username/password are set on the LDAP account (#764).

1184 2008-03-01 21:09 Jean-Philippe Lang

Fixed #759: Can not view a project without View time entries permission (broken by r1176).

1183 2008-03-01 10:00 Jean-Philippe Lang

Fixed: fetch_changesets fails on commit comments that close 2 duplicates issues.

1182 2008-02-29 23:54 Jean-Philippe Lang Let the user choose when deleting issues with reported hours (closes #734, #71):
  • to delete the hours
  • to assign the hours to the project
  • to reassign the hours to another issue

View revisions

Also available in: Atom