summaryrefslogtreecommitdiffstats
path: root/app/controllers
Commit message (Expand)AuthorAgeFilesLines
* Show tabs for existing custom field types only and adds a view for choosing t...Jean-Philippe Lang2014-02-071-1/+1
* update copyright year (#15977)Toshi MARUYAMA2014-01-2946-46/+46
* remove unneeded Relation#all from WorkflowsControllerToshi MARUYAMA2014-01-271-2/+2
* Successful update notice for workflows (#15831).Jean-Philippe Lang2014-01-251-0/+2
* Redirect to back_url or referer when clicking "Sign in" while already logged-...Jean-Philippe Lang2014-01-252-2/+5
* Adds settings for disabling browser language detection and language preferenc...Jean-Philippe Lang2014-01-241-1/+1
* Don't display default watchers checkboxes on the new issue form when there ar...Jean-Philippe Lang2014-01-192-6/+20
* Code cleanup (#14766).Jean-Philippe Lang2014-01-111-1/+1
* cleanup syntax of Relation#all at WikiController#exportToshi MARUYAMA2014-01-111-1/+4
* code format cleanup WikiControllerToshi MARUYAMA2014-01-111-2/+8
* Rails4: replace deprecated find_all_by_* at WatchersControllerToshi MARUYAMA2014-01-101-2/+2
* Rails4: replace deprecated find_all_by_* at RepositoriesController#committersToshi MARUYAMA2014-01-101-1/+1
* Rails4: replace deprecated find_all_by_* at TimelogController#find_time_entriesToshi MARUYAMA2014-01-101-1/+1
* cleanup syntax of Relation#all at QueriesController#indexToshi MARUYAMA2014-01-101-3/+5
* cleanup syntax of Relation#all at MembersController#indexToshi MARUYAMA2014-01-101-6/+5
* cleanup syntax of Relation#all at IssueStatusesController#indexToshi MARUYAMA2014-01-101-1/+1
* cleanup syntax of Relation#all at NewsController#indexToshi MARUYAMA2014-01-101-5/+5
* Rails4: replace deprecated Relation#count with finder options at ProjectsCont...Toshi MARUYAMA2014-01-101-2/+2
* add missing Relation#all at WorkflowsController#copy of r12583Toshi MARUYAMA2014-01-101-1/+1
* Rails4: replace deprecated find_all_by_* at WorkflowsController#copyToshi MARUYAMA2014-01-101-5/+4
* Rails4: replace deprecated Relation#update_all at IssuesControllerToshi MARUYAMA2014-01-101-2/+3
* Rails4: replace deprecated find_all_by_* at IssuesControllerToshi MARUYAMA2014-01-101-1/+1
* Rails4: replace deprecated passing options to find at MessagesControllerToshi MARUYAMA2014-01-081-2/+2
* Rails4: replace deprecated find_all_by_* at GroupsControllerToshi MARUYAMA2014-01-081-1/+1
* Fixed that OpenID authentication fails with 422 error due to token verificati...Jean-Philippe Lang2013-12-211-0/+8
* Fixed that filtering time entries on activity does not take care of activity ...Jean-Philippe Lang2013-12-151-1/+1
* Removed hardcoded formats for right-click edit.Jean-Philippe Lang2013-12-141-4/+2
* Merged custom fields format refactoring.Jean-Philippe Lang2013-12-141-2/+2
* Fixed that preferences are not preserved when adding a user fails (#15552).Jean-Philippe Lang2013-11-291-3/+1
* Fixed that non-GET API requests respond with 422 (#15427).Jean-Philippe Lang2013-11-221-5/+11
* Add an indication to admin/info whether or not ImageMagick convert is availab...Jean-Philippe Lang2013-11-151-1/+2
* Fixed that update_form always proposes the default status when updating an ex...Jean-Philippe Lang2013-11-151-1/+1
* Fixed uninitialized constant Redmine::Scm::Adapters::CommandFailed error when...Jean-Philippe Lang2013-11-111-1/+1
* Code cleanup: unverified request no longer raises a InvalidAuthenticityToken ...Jean-Philippe Lang2013-11-111-8/+4
* Accept issue id with leading sharp when adding a related issue.Jean-Philippe Lang2013-11-091-1/+2
* Return to section anchor after wiki section edit (#15182).Jean-Philippe Lang2013-10-261-2/+5
* Fixed that viewing/editing a wiki page without WikiContent raises an error (#...Jean-Philippe Lang2013-10-131-11/+10
* Fixed that controller_issues_edit_before/after_save hooks have no controller ...Jean-Philippe Lang2013-10-131-1/+23
* Avoid lots of CustomField.find_by_id calls when displaying an issue history w...Jean-Philippe Lang2013-10-131-0/+1
* Fixed that non array commit_update_keywords raises an error (#7590).Jean-Philippe Lang2013-10-131-1/+1
* Ability to define commit keywords per tracker (#7590).Jean-Philippe Lang2013-10-131-1/+1
* remove unneeded "require 'diff'" from WikiController (#15105)Toshi MARUYAMA2013-10-111-2/+0
* Support for multiple issue update keywords/rules in commit messages (#4911).Jean-Philippe Lang2013-10-051-3/+4
* REST API: custom fields definition (#11159).Jean-Philippe Lang2013-09-291-2/+10
* gender neutral source comment at app/controllers/my_controller.rbToshi MARUYAMA2013-08-061-1/+1
* Removed hardcoded string (#3872).Jean-Philippe Lang2013-08-051-1/+1
* Option to force a user to change his password (#3872).Jean-Philippe Lang2013-08-053-5/+27
* Spent time details and report should ignore 'Setting.display_subprojects_issu...Jean-Philippe Lang2013-07-281-2/+0
* Don't use finder options.Jean-Philippe Lang2013-07-281-12/+3
* Preload some associations.Jean-Philippe Lang2013-07-281-8/+5