summaryrefslogtreecommitdiffstats
path: root/app/controllers
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use a back_url parameter instead of referrer to refresh the page after user d...Etienne Massip2012-08-242-2/+2
* Respond with 404 on ActionView::MissingTemplate (#11503).Jean-Philippe Lang2012-08-131-5/+10
* Adds a title to the issue link in the flash message.Jean-Philippe Lang2012-08-131-1/+1
* Adds autocomplete to issue field on time logging form.Jean-Philippe Lang2012-08-091-2/+4
* Code cleanup.Jean-Philippe Lang2012-08-091-11/+9
* Code cleanup.Jean-Philippe Lang2012-08-081-6/+1
* Log successful authentications.Jean-Philippe Lang2012-08-071-0/+1
* Set @previewed for rendering preview partial.Jean-Philippe Lang2012-07-311-0/+1
* Eager loading and no extra count query.Jean-Philippe Lang2012-07-311-1/+1
* Support for subforums (#3831).Jean-Philippe Lang2012-07-311-0/+1
* Do not user user session for API requests.Jean-Philippe Lang2012-07-271-11/+16
* JQuery in, Prototype/Scriptaculous out (#11445).Jean-Philippe Lang2012-07-223-3/+3
* Removes RJS from UsersController.Jean-Philippe Lang2012-07-211-16/+3