Project

General



Profile

Statistics
| Revision:
Name Size Revision Age Author Comment
account_controller.rb 9.49 KB 2609 over 16 years Eric Davis Added a plugin hook for :controller_account_suc...
admin_controller.rb 2.97 KB 2304 almost 17 years Jean-Philippe Lang Merged nested projects branch. Removes limit on...
application.rb 7.53 KB 2524 over 16 years Jean-Philippe Lang Fixed: When logging in via an autologin cookie ...
attachments_controller.rb 2.56 KB 2504 over 16 years Jean-Philippe Lang Fixes new setting name.
auth_sources_controller.rb 2.4 KB 1727 about 17 years Jean-Philippe Lang Moves @layout 'base'@ to ApplicationController.
boards_controller.rb 2.82 KB 2546 over 16 years Jean-Philippe Lang Reorder links refactoring (follows r2526).
custom_fields_controller.rb 2.29 KB 2611 over 16 years Eric Davis Added several more plugin hooks: * :controller...
documents_controller.rb 3.05 KB 2472 over 16 years Jean-Philippe Lang Replaces Enumeration.get_values and Enumeration...
enumerations_controller.rb 2.39 KB 2546 over 16 years Jean-Philippe Lang Reorder links refactoring (follows r2526).
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 almost 17 years Jean-Philippe Lang Fixed: users should not be able to add relation...
issue_statuses_controller.rb 2.05 KB 2546 over 16 years Jean-Philippe Lang Reorder links refactoring (follows r2526).
issues_controller.rb 23.3 KB 2572 over 16 years Jean-Philippe Lang Ability to save "sort order" in custom queries ...
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.25 KB 2545 over 16 years Jean-Philippe Lang Adds some functional tests.
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.93 KB 2634 over 16 years Jean-Philippe Lang Fixes that "My Page" personalization was not st...
news_controller.rb 3.49 KB 1727 about 17 years Jean-Philippe Lang Moves @layout 'base'@ to ApplicationController.
projects_controller.rb 10.8 KB 2485 over 16 years Jean-Philippe Lang Adds (a maximum of 3) links to project ancestor...
queries_controller.rb 2.99 KB 1727 about 17 years Jean-Philippe Lang Moves @layout 'base'@ to ApplicationController.
reports_controller.rb 9.47 KB 2544 over 16 years Jean-Philippe Lang Removes unused code.
repositories_controller.rb 10.7 KB 2505 over 16 years Jean-Philippe Lang Limit the size of repository files displayed in...
roles_controller.rb 2.61 KB 2546 over 16 years Jean-Philippe Lang Reorder links refactoring (follows r2526).
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 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 almost 17 years Jean-Philippe Lang Validates sort_key and sort_order params (#2378).
trackers_controller.rb 2.17 KB 2526 over 16 years Jean-Philippe Lang Trackers controller refactoring.
users_controller.rb 4.18 KB 2484 over 16 years Jean-Philippe Lang Send an email to the user when an administrator...
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 almost 17 years Jean-Philippe Lang Replaces the obsolete robots.txt with a cached ...
wiki_controller.rb 7.55 KB 2333 almost 17 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 about 17 years Jean-Philippe Lang Adds a workflow overview screen. Workflow setup...

Latest revisions

# Date Author Comment
2634 2009-03-26 19:11 Jean-Philippe Lang

Fixes that "My Page" personalization was not storing reordered blocks (#2971).

2611 2009-03-21 01:22 Eric Davis

Added several more plugin hooks:

  • :controller_custom_fields_new_after_save
  • :controller_custom_fields_edit_after_save
  • :view_custom_fields_form_upper_box
  • :view_custom_fields_form_* (type of custom field)
  • :view_issue_statuses_form
  • :view_issues_show_description_bottom...
2609 2009-03-21 00:52 Eric Davis

Added a plugin hook for :controller_account_success_authentication_after

#3019
2594 2009-03-15 11:49 Jean-Philippe Lang

Fixes that user's last_login_on was not set when using registration with automatic activation.

2572 2009-03-12 19:06 Jean-Philippe Lang

Ability to save "sort order" in custom queries (#2899).

2546 2009-03-01 13:03 Jean-Philippe Lang

Reorder links refactoring (follows r2526).

2545 2009-03-01 12:39 Jean-Philippe Lang

Adds some functional tests.

2544 2009-03-01 11:56 Jean-Philippe Lang

Removes unused code.

2542 2009-03-01 11:15 Jean-Philippe Lang

Fixed that some error messages were not displayed (#2866).

2529 2009-02-26 17:36 Jean-Philippe Lang

Allow My Page blocks to be added to from a plugin (#2840).

Partials must be placed under the app/views/my/blocks directory of the plugin.
An example can be found in the sample plugin.

View revisions

Also available in: Atom