summaryrefslogtreecommitdiffstats
path: root/app/controllers
Commit message (Expand)AuthorAgeFilesLines
* Adds projects association on tracker form (#2578).Jean-Philippe Lang2009-01-291-0/+4
* Adds an helper to render other formats download links.Jean-Philippe Lang2009-01-291-2/+2
* Fixed an error when downloading gantt png at global level.Jean-Philippe Lang2009-01-291-1/+1
* Fixed: users should not be able to add relations with issues they're not allo...Jean-Philippe Lang2009-01-271-0/+3
* Replaces the obsolete robots.txt with a cached action (#2491).Jean-Philippe Lang2009-01-272-0/+12
* Ability to bulk edit custom fields of type 'list' (#461).Jean-Philippe Lang2009-01-251-0/+3
* Render the project list as a tree on Move form.Jean-Philippe Lang2009-01-251-1/+1
* Adds ability to bulk copy issues (#1847).Jean-Philippe Lang2009-01-251-1/+1
* Merged nested projects branch. Removes limit on subproject nesting (#594).Jean-Philippe Lang2009-01-245-31/+16
* Fix in AttachmentsController#show.Jean-Philippe Lang2009-01-181-1/+1
* User custom fields can now be set as editable so that users can edit them on ...Jean-Philippe Lang2009-01-171-0/+1
* CustomFieldsController#list moved to #index.Jean-Philippe Lang2009-01-171-14/+8
* CustomFieldsController refactoring.Jean-Philippe Lang2009-01-171-13/+8
* Make use of tracker_ids association in issue custom field form.Jean-Philippe Lang2009-01-171-4/+0
* Adds a 'Create and continue' button on the new issue form, that will create t...Jean-Philippe Lang2009-01-161-1/+2
* Added two new plugin hooks to IssuesController:Eric Davis2009-01-121-0/+2
* Slight changes to ease Rails 2.2 support.Jean-Philippe Lang2009-01-041-1/+1
* Move PDF stuff to a single helper.Jean-Philippe Lang2009-01-042-7/+4
* Display a warning if some attachments were not saved (#2008).Jean-Philippe Lang2009-01-031-1/+5
* Admin Info Screen: Display if plugin assets directory is writable (#2425).Jean-Philippe Lang2008-12-311-0/+1
* Jump to the current tab when using the project quick-jump combo (#2364).Jean-Philippe Lang2008-12-301-0/+5
* Increment project files downloads.Jean-Philippe Lang2008-12-301-1/+3
* Prevent SQL error with old sessions after r2171.Jean-Philippe Lang2008-12-271-1/+1
* Validates sort_key and sort_order params (#2378).Jean-Philippe Lang2008-12-246-11/+24
* Show view/annotate/download links on repositories/entries and repositories/an...Jean-Philippe Lang2008-12-221-0/+3
* Adds watchers selection on new issue form (#398). Permission 'add issue watch...Jean-Philippe Lang2008-12-221-1/+4
* Check that wiki page exists before processing (#2360).Jean-Philippe Lang2008-12-191-13/+13
* Fixes repository user mapping submission when a repository username is blank ...Jean-Philippe Lang2008-12-151-2/+3
* Undo unwanted change.Jean-Philippe Lang2008-12-121-3/+0
* Rescue back_url param parsing on redirect.Jean-Philippe Lang2008-12-121-4/+11
* Fixed: default category ignored when adding a document (#2328).Jean-Philippe Lang2008-12-121-0/+1
* Added plugin hooks around Journal editingEric Davis2008-12-101-0/+1
* Files module: makes version field non required (#1053).Jean-Philippe Lang2008-12-091-4/+8
* AttachmentsController now handles attachments deletion.Jean-Philippe Lang2008-12-095-39/+27
* Cross-project gantt and calendar (#1157).Jean-Philippe Lang2008-12-051-7/+7
* Added :controller_issues_edit_before_save hookEric Davis2008-12-031-0/+3
* Fixed: 404 when "Apply" clicked on activity page (#2251).Jean-Philippe Lang2008-12-011-1/+1
* Replaces User.find_active with a named scope.Jean-Philippe Lang2008-11-303-3/+3
* Makes activity view accept a user_id param to show user's activity (#1002).Jean-Philippe Lang2008-11-301-3/+14
* Display latest user's activity on account/show view.Jean-Philippe Lang2008-11-301-2/+6
* Fixed: inappropriate redirection to login or register page may occur (#2206)....Jean-Philippe Lang2008-11-271-2/+2
* Adds .find and .all Plugin class methods.Jean-Philippe Lang2008-11-162-6/+7
* Adds plugin id attribute.Jean-Philippe Lang2008-11-161-1/+1
* Moves plugin list to its own administration menu item.Jean-Philippe Lang2008-11-161-1/+4
* Adds permissions to let users edit and/or delete their messages (#854, patch ...Jean-Philippe Lang2008-11-111-3/+5
* Eager-load users.Jean-Philippe Lang2008-11-101-1/+2
* Maps repository users to Redmine users (#1383).Jean-Philippe Lang2008-11-101-0/+14
* Fixes activity date param.Jean-Philippe Lang2008-11-091-1/+1
* Host setting should contain the path prefix (Redmine base URL) to properly ge...Jean-Philippe Lang2008-11-071-4/+7
* Makes wiki text formatter pluggable.Jean-Philippe Lang2008-10-271-1/+8