summaryrefslogtreecommitdiffstats
path: root/app/controllers
Commit message (Expand)AuthorAgeFilesLines
* Merged r12736 (#15977).Jean-Philippe Lang2014-02-0846-46/+46
* Merged r12438 (#15735).Jean-Philippe Lang2013-12-221-0/+8
* Merged r12414 (#15623).Jean-Philippe Lang2013-12-211-1/+1
* Merged r12273 from trunk to 2.4-stable.Toshi MARUYAMA2013-12-091-1/+1
* Merged r12311 (#15427).Jean-Philippe Lang2013-11-221-5/+11
* Merged r12278 (#15311).Jean-Philippe Lang2013-11-151-1/+2
* Merged r12277 (#15344).Jean-Philippe Lang2013-11-151-1/+1
* Merged r12267.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
* Update notified_project_ids while saving record.Jean-Philippe Lang2013-05-132-3/+0
* Fixed that locking and unlocking a user resets the email notification checkbo...Jean-Philippe Lang2013-05-132-3/+0
* Disable autofetching of repository changesets if projects are closed (#13945).Jean-Philippe Lang2013-05-121-1/+1
* Fixed that bulk copy raises an error on validation failure (#13943).Jean-Philippe Lang2013-05-041-4/+6
* Preserve field values on bulk edit failure (#13943).Jean-Philippe Lang2013-05-041-0/+3
* Display the bulk edit form with error messages when some issues can not be sa...Jean-Philippe Lang2013-05-042-29/+19
* Propose system activities only when reassigning time entries (#13783).Jean-Philippe Lang2013-05-011-1/+1
* make height of "Commits per author" graph flexible (#1983, #13486)Toshi MARUYAMA2013-04-181-1/+1
* Log errors when bulk edit/copy fails (#13440).Jean-Philippe Lang2013-03-122-0/+2
* Always instanciate a relation.Jean-Philippe Lang2013-03-121-0/+2