summaryrefslogtreecommitdiffstats
path: root/app/controllers
Commit message (Expand)AuthorAgeFilesLines
* 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
* Removes RJS from MembersController.Jean-Philippe Lang2012-07-211-37/+11
* Removes RJS from JournalsController.Jean-Philippe Lang2012-07-191-10/+2
* Removes RJS from MessagesController.Jean-Philippe Lang2012-07-191-14/+5
* Removes RJS from VersionsController.Jean-Philippe Lang2012-07-191-1/+1
* Removes RJS from WikisController.Jean-Philippe Lang2012-07-191-1/+0
* Removes RJS from IssuesController.Jean-Philippe Lang2012-07-191-7/+1
* Removes RJS from RepositoriesController.Jean-Philippe Lang2012-07-191-25/+0
* Removes RJS from WatchersController.Jean-Philippe Lang2012-07-191-37/+4
* Removes RJS from IssueRelationsController.Jean-Philippe Lang2012-07-191-10/+3
* Removes RJS from GroupsController.Jean-Philippe Lang2012-07-191-25/+7
* Start removing the RJS stuff.Jean-Philippe Lang2012-07-192-42/+6
* Removes most of the ajax stuff on my page layout.Jean-Philippe Lang2012-07-181-3/+7