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 almost 17 years Jean-Philippe Lang Merged nested projects branch. Removes limit on...
application.rb 7.21 KB 2224 almost 17 years Jean-Philippe Lang Display a warning if some attachments were not ...
attachments_controller.rb 2.49 KB 2282 almost 17 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 almost 17 years Jean-Philippe Lang Prevent SQL error with old sessions after r2171.
custom_fields_controller.rb 2.46 KB 2274 almost 17 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 KB 1727 about 17 years Jean-Philippe Lang Moves @layout 'base'@ to ApplicationController.
issue_statuses_controller.rb 2.41 KB 1727 about 17 years Jean-Philippe Lang Moves @layout 'base'@ to ApplicationController.
issues_controller.rb 22.6 KB 2315 almost 17 years Jean-Philippe Lang Render the project list as a tree on Move form.
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 over 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 almost 17 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.6 KB 2304 almost 17 years Jean-Philippe Lang Merged nested projects branch. Removes limit on...
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 almost 17 years Jean-Philippe Lang Merged nested projects branch. Removes limit on...
repositories_controller.rb 10.6 KB 2167 almost 17 years Jean-Philippe Lang Show view/annotate/download links on repositori...
roles_controller.rb 2.92 KB 1914 about 17 years Jean-Philippe Lang Adds a workflow overview screen. Workflow setup...
search_controller.rb 4.05 KB 2304 almost 17 years Jean-Philippe Lang Merged nested projects branch. Removes limit on...
settings_controller.rb 2.22 KB 2234 almost 17 years Jean-Philippe Lang Slight changes to ease Rails 2.2 support.
sys_controller.rb 1.68 KB 1814 about 17 years Jean-Philippe Lang Merged nbc branch @ r1812 (commit access permis...
timelog_controller.rb 12.6 KB 2171 almost 17 years Jean-Philippe Lang Validates sort_key and sort_order params (#2378).
trackers_controller.rb 2.48 KB 1727 about 17 years Jean-Philippe Lang Moves @layout 'base'@ to ApplicationController.
users_controller.rb 3.94 KB 2304 almost 17 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 944 Bytes 1727 about 17 years Jean-Philippe Lang Moves @layout 'base'@ to ApplicationController.
wiki_controller.rb 7.55 KB 2145 almost 17 years Jean-Philippe Lang Check that wiki page exists before processing (...
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 about 17 years Jean-Philippe Lang Adds a workflow overview screen. Workflow setup...

Latest revisions

# Date Author Comment
2315 2009-01-25 14:52 Jean-Philippe Lang

Render the project list as a tree on Move form.

2313 2009-01-25 14:12 Jean-Philippe Lang

Adds ability to bulk copy issues (#1847).
This can be done by checking the 'Copy' checkbox on the 'Move' form.

2304 2009-01-24 12:31 Jean-Philippe Lang

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

2282 2009-01-18 21:00 Jean-Philippe Lang

Fix in AttachmentsController#show.

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)....

2274 2009-01-17 09:46 Jean-Philippe Lang

CustomFieldsController#list moved to #index.

2273 2009-01-17 09:41 Jean-Philippe Lang

CustomFieldsController refactoring.

2272 2009-01-17 09:25 Jean-Philippe Lang

Make use of tracker_ids association in issue custom field form.

2265 2009-01-16 18:20 Jean-Philippe Lang

Adds a 'Create and continue' button on the new issue form, that will create the issue and display the form again (#2523).

2261 2009-01-12 05:52 Eric Davis

Added two new plugin hooks to IssuesController:

  • :controller_issues_new_after_save
  • :controller_issues_edit_after_save

    #2475

View revisions

Also available in: Atom