summaryrefslogtreecommitdiffstats
path: root/app/controllers
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed that sorting time entries by custom field raises a SQL error (#14366).Jean-Philippe Lang2013-07-281-9/+5
* Ability to save Gantt query filters (#7836).Jean-Philippe Lang2013-07-141-3/+15
* ruby1.8 compatibility.Jean-Philippe Lang2013-07-131-1/+2
* Role-based issue custom field visibility (#5037).Jean-Philippe Lang2013-07-131-1/+2
* Exception message may not be UTF-8 encoded.Jean-Philippe Lang2013-07-121-1/+1
* Role based custom queries (#1019).Jean-Philippe Lang2013-07-111-3/+3
* gender neutral source comment at app/controllers/projects_controller.rbToshi MARUYAMA2013-07-061-1/+1
* Preload boards projects.Jean-Philippe Lang2013-06-121-1/+1
* Cleanup of finders with :conditions option.Jean-Philippe Lang2013-06-128-24/+22
* Don't redirect XHR requests to /login.Jean-Philippe Lang2013-06-121-1/+7
* Use #find_issues as before filter for issues context menu.Jean-Philippe Lang2013-06-111-4/+2
* Perf: preload a few associations for bulk operations.Jean-Philippe Lang2013-06-111-1/+1
* Adds the email address to the flash message after registeration.Jean-Philippe Lang2013-06-091-1/+1
* Adds a way for a registered user to get a new action email (#14228).Jean-Philippe Lang2013-06-091-9/+48
* Fixed that submitting the form without selecting a value may raise raises an ...Jean-Philippe Lang2013-05-171-6/+4
* increase base height of author lines on 'Commits per author' graph (#14068, #...Toshi MARUYAMA2013-05-161-1/+1