summaryrefslogtreecommitdiffstats
path: root/app/controllers
Commit message (Expand)AuthorAgeFilesLines
* Code cleanup.Jean-Philippe Lang2012-12-031-2/+2
* Removed unused helper.Jean-Philippe Lang2012-12-031-3/+0
* Replaces find(:first/:all) calls.Jean-Philippe Lang2012-12-036-21/+23
* Replaces find(:first) calls.Jean-Philippe Lang2012-12-031-1/+1
* Replaces find(:all) calls.Jean-Philippe Lang2012-12-021-2/+2
* Replaces find(:all) calls.Jean-Philippe Lang2012-12-021-4/+4
* Replaces find(:all) calls.Jean-Philippe Lang2012-12-0210-26/+29
* Removed unused instance variable.Jean-Philippe Lang2012-12-021-3/+0
* Fixed find_issues logic.Jean-Philippe Lang2012-12-021-1/+1
* Code cleanup.Jean-Philippe Lang2012-12-023-26/+16
* Code cleanup.Jean-Philippe Lang2012-12-011-6/+3
* Code cleanup.Jean-Philippe Lang2012-12-011-8/+2
* Fixed that roles API should accept API auth for when authentication is requir...Jean-Philippe Lang2012-11-301-0/+1
* remove trailing white-space from app/controllers/trackers_controller.rbToshi MARUYAMA2012-11-181-1/+1
* Code cleanup.Jean-Philippe Lang2012-11-181-11/+2
* Eager-load authors.Jean-Philippe Lang2012-11-181-1/+1
* Removed the limit of 75 pages when exporting wiki pages (#12274).Jean-Philippe Lang2012-11-181-1/+1
* remove trailing white-space from app/controllers/timelog_controller.rbToshi MARUYAMA2012-11-131-1/+1
* Ability to sort issues by grouped column (#3511).Jean-Philippe Lang2012-10-291-0/+1
* Use page parameter instead of p for pagination.Jean-Philippe Lang2012-10-281-1/+1
* REST API for deleting wiki pages (#7082).Jean-Philippe Lang2012-10-281-3/+7
* remove trailing white-space from app/controllers/repositories_controller.rbToshi MARUYAMA2012-10-281-1/+1
* REST API for creating/updating wiki pages (#7082).Jean-Philippe Lang2012-10-252-16/+45
* REST API for retrieving wiki pages (#7082).Jean-Philippe Lang2012-10-251-6/+15
* Ability to delete a version from a wiki page history (#10852).Jean-Philippe Lang2012-10-231-1/+9
* Let the attachment filename be specified on upload (#12125).Jean-Philippe Lang2012-10-181-1/+1
* Makes enumerations available through the REST API.Jean-Philippe Lang2012-10-171-3/+16
* remove trailing white-spaces from app/controllers/issue_categories_controller.rbToshi MARUYAMA2012-10-121-2/+2
* Expose roles details via REST API (#11502).Jean-Philippe Lang2012-10-121-4/+9
* Adds an optional X-Redmine-Switch-User header to let admin users swicth user ...Jean-Philippe Lang2012-10-111-0/+15
* Fixed that issue notes preview is broken by r10547 (#1554).Jean-Philippe Lang2012-10-091-1/+1
* Add "last 2 weeks" preset to time entries reporting (#11862).Jean-Philippe Lang2012-10-091-0/+3
* remove trailing white-spaces from app/controllers/application_controller.rbToshi MARUYAMA2012-10-051-2/+2
* Passing the format in the template name is deprecated.Jean-Philippe Lang2012-10-041-1/+1
* Private issue notes (#1554).Jean-Philippe Lang2012-10-032-10/+16
* code cleanup r10542 changes (#10937)Toshi MARUYAMA2012-10-011-1/+1
* pin user format order at setting panel (#10937)Toshi MARUYAMA2012-10-011-1/+2
* Display visible relations in API response.Jean-Philippe Lang2012-09-291-1/+1
* Fixed that issue author is assigned with current user when the edit form is u...Jean-Philippe Lang2012-09-271-1/+1
* Fixed #onthefly_creation_failed broken by r9940 (#11850).Jean-Philippe Lang2012-09-171-1/+1
* Attachments should be available to the text formatter when previewing an exis...Jean-Philippe Lang2012-09-161-0/+4
* Log current user on each request.Jean-Philippe Lang2012-09-091-0/+1
* Do not copy subtasks twice when copying an issue and its descendants (#6965).Jean-Philippe Lang2012-09-081-0/+7
* Option to copy subtasks when copying issue(s) (#6965).Jean-Philippe Lang2012-09-081-2/+7
* Create role by copy (#9258).Jean-Philippe Lang2012-09-031-1/+4
* Adds a view for editing all trackers fields.Jean-Philippe Lang2012-09-021-0/+18
* remove trailing white-space from app/controllers/wiki_controller.rbToshi MARUYAMA2012-08-311-1/+1
* Fixed that destroying a user from the edit page returns a 404 response (#11691).Jean-Philippe Lang2012-08-261-1/+1
* Do not use escaped back_url param (#11691).Jean-Philippe Lang2012-08-261-3/+8
* Reverted r10234 and r10235 that broke redirect after login (#11691).Jean-Philippe Lang2012-08-262-2/+2