summaryrefslogtreecommitdiffstats
path: root/app/controllers
Commit message (Expand)AuthorAgeFilesLines
* 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
* Adds the ability to search for a project name or identifier on the administra...Jean-Philippe Lang2008-10-241-5/+9
* Adds the ability to search for a user on the administration users list.Jean-Philippe Lang2008-10-241-4/+8
* Adds a workflow overview screen.Jean-Philippe Lang2008-09-282-21/+45
* Fixed: Status list on bulk edit form does not follow normal sequence (#1956).Jean-Philippe Lang2008-09-281-1/+1
* Fixes back_url in login filter (#1900).Jean-Philippe Lang2008-09-241-1/+1
* Unescape back_url param before calling redirect_to.Jean-Philippe Lang2008-09-212-2/+3
* Fixed: login filter providing incorrect back_url for Redmine installed in sub...Jean-Philippe Lang2008-09-211-1/+1
* Adds watch/unwatch functionality at forum topic level (#1912).Jean-Philippe Lang2008-09-191-1/+1
* Render the commit changes list as a tree (#1896).Jean-Philippe Lang2008-09-171-5/+0
* fixed #1216, thank Antti Perkiömäki for reportingwinterheart2008-09-141-1/+1
* Fixed: unable to revert to a previous wiki page version.Jean-Philippe Lang2008-09-131-1/+4
* Adds a permission 'view wiki edits' so that wiki history can be hidden to cer...Jean-Philippe Lang2008-09-131-0/+5
* Merged nbc branch @ r1812 (commit access permission and reposman improvements).Jean-Philippe Lang2008-09-131-5/+4
* Changes versions retrieval on gantt chart.Jean-Philippe Lang2008-09-111-5/+4
* Adds support for free ticket filtering and custom queries on Calendar.Jean-Philippe Lang2008-09-112-32/+31
* Adds support for free ticket filtering and custom queries on Gantt chart.Jean-Philippe Lang2008-09-102-64/+33
* Merged hooks branch @ r1785 into trunk.Jean-Philippe Lang2008-09-051-0/+1
* Adds cross-project time reports support (#994).Jean-Philippe Lang2008-08-312-12/+34
* Adds an option to generate sequential project identifiers.Jean-Philippe Lang2008-08-311-0/+1
* Adds posts quoting functionality (#1825).Jean-Philippe Lang2008-08-281-0/+16
* One-click bulk edition using the issue list context menu within the same proj...Jean-Philippe Lang2008-08-261-5/+7
* Fixes custom fields display order at several places (#1768).Jean-Philippe Lang2008-08-111-1/+1