Project

General



Profile

Statistics
| Revision:
Name Size Revision Age Author Comment
account_controller.rb 7.06 KB 2079 almost 17 years Jean-Philippe Lang Replaces User.find_active with a named scope.
admin_controller.rb 2.97 KB 2304 over 16 years Jean-Philippe Lang Merged nested projects branch. Removes limit on...
application.rb 7.21 KB 2224 over 16 years Jean-Philippe Lang Display a warning if some attachments were not ...
attachments_controller.rb 2.49 KB 2282 over 16 years Jean-Philippe Lang Fix in AttachmentsController#show.
auth_sources_controller.rb 2.4 KB 1727 about 17 years Jean-Philippe Lang Moves @layout 'base'@ to ApplicationController.
boards_controller.rb 3.03 KB 2183 over 16 years Jean-Philippe Lang Prevent SQL error with old sessions after r2171.
custom_fields_controller.rb 2.46 KB 2274 over 16 years Jean-Philippe Lang CustomFieldsController#list moved to #index.
documents_controller.rb 3.05 KB 2124 almost 17 years Jean-Philippe Lang Fixed: default category ignored when adding a d...
enumerations_controller.rb 2.74 KB 1727 about 17 years Jean-Philippe Lang Moves @layout 'base'@ to ApplicationController.
issue_categories_controller.rb 1.95 KB 1727 about 17 years Jean-Philippe Lang Moves @layout 'base'@ to ApplicationController.
issue_relations_controller.rb 2.16 KB 2323 over 16 years Jean-Philippe Lang Fixed: users should not be able to add relation...
issue_statuses_controller.rb 2.41 KB 1727 about 17 years Jean-Philippe Lang Moves @layout 'base'@ to ApplicationController.
issues_controller.rb 23 KB 2332 over 16 years Jean-Philippe Lang Fixed an error when downloading gantt png at gl...
journals_controller.rb 1.58 KB 2121 almost 17 years Eric Davis Added plugin hooks around Journal editing * :c...
mail_handler_controller.rb 1.49 KB 1584 about 17 years Jean-Philippe Lang Adds a simple API and a standalone script that ...
members_controller.rb 2.23 KB 1727 about 17 years Jean-Philippe Lang Moves @layout 'base'@ to ApplicationController.
messages_controller.rb 4.33 KB 2019 almost 17 years Jean-Philippe Lang Adds permissions to let users edit and/or delet...
my_controller.rb 5.74 KB 2276 over 16 years Jean-Philippe Lang User custom fields can now be set as editable s...
news_controller.rb 3.49 KB 1727 about 17 years Jean-Philippe Lang Moves @layout 'base'@ to ApplicationController.
projects_controller.rb 10.8 KB 2342 over 16 years Jean-Philippe Lang Removes Issue.visible_by
queries_controller.rb 2.99 KB 1727 about 17 years Jean-Philippe Lang Moves @layout 'base'@ to ApplicationController.
reports_controller.rb 10.7 KB 2304 over 16 years Jean-Philippe Lang Merged nested projects branch. Removes limit on...
repositories_controller.rb 10.7 KB 2350 over 16 years Jean-Philippe Lang Adds a setting to limit the number of revisions...
roles_controller.rb 2.92 KB 1914 almost 17 years Jean-Philippe Lang Adds a workflow overview screen. Workflow setup...
search_controller.rb 4.05 KB 2304 over 16 years Jean-Philippe Lang Merged nested projects branch. Removes limit on...
settings_controller.rb 2.22 KB 2423 over 16 years Jean-Philippe Lang Fixed: TypeError (can't modify frozen string) o...
sys_controller.rb 1.78 KB 2435 over 16 years Jean-Philippe Lang Replaces the repositories management SOAP API w...
timelog_controller.rb 12.6 KB 2171 over 16 years Jean-Philippe Lang Validates sort_key and sort_order params (#2378).
trackers_controller.rb 2.58 KB 2335 over 16 years Jean-Philippe Lang Adds projects association on tracker form (#2578).
users_controller.rb 3.94 KB 2304 over 16 years Jean-Philippe Lang Merged nested projects branch. Removes limit on...
versions_controller.rb 1.84 KB 2116 almost 17 years Jean-Philippe Lang AttachmentsController now handles attachments d...
watchers_controller.rb 2.35 KB 1727 about 17 years Jean-Philippe Lang Moves @layout 'base'@ to ApplicationController.
welcome_controller.rb 1.06 KB 2319 over 16 years Jean-Philippe Lang Replaces the obsolete robots.txt with a cached ...
wiki_controller.rb 7.55 KB 2333 over 16 years Jean-Philippe Lang Adds an helper to render other formats download...
wikis_controller.rb 1.54 KB 1727 about 17 years Jean-Philippe Lang Moves @layout 'base'@ to ApplicationController.
workflows_controller.rb 1.71 KB 1914 almost 17 years Jean-Philippe Lang Adds a workflow overview screen. Workflow setup...

Latest revisions

# Date Author Comment
2435 2009-02-10 23:03 Jean-Philippe Lang

Replaces the repositories management SOAP API with a simple REST API.
reposman usage is unchanged but the script now requires activeresource.
actionwebservice is now longer used and thus removed from plugins.

2423 2009-02-09 18:18 Jean-Philippe Lang

Fixed: TypeError (can't modify frozen string) on settings view (#2700).

2350 2009-02-01 20:54 Jean-Philippe Lang

Adds a setting to limit the number of revisions displayed on a repository file log (default=100).

2342 2009-01-31 13:48 Jean-Philippe Lang

Removes Issue.visible_by

2335 2009-01-29 15:22 Jean-Philippe Lang

Adds projects association on tracker form (#2578).

2333 2009-01-29 14:53 Jean-Philippe Lang

Adds an helper to render other formats download links.

2332 2009-01-29 13:26 Jean-Philippe Lang

Fixed an error when downloading gantt png at global level.

2323 2009-01-27 20:33 Jean-Philippe Lang

Fixed: users should not be able to add relations with issues they're not allowed to view (#2589).

2319 2009-01-27 18:27 Jean-Philippe Lang

Replaces the obsolete robots.txt with a cached action (#2491).

2316 2009-01-25 17:04 Jean-Philippe Lang

Ability to bulk edit custom fields of type 'list' (#461).

View revisions

Also available in: Atom