summaryrefslogtreecommitdiffstats
path: root/app/controllers
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't verify method.Jean-Philippe Lang2013-03-121-2/+2
* code layout cleanup AccountController#open_id_authenticateToshi MARUYAMA2013-03-061-4/+4
* Adds autologin param in openid return_to url (#3371).Jean-Philippe Lang2013-03-021-1/+3
* Fixed that autologin cookie is not deleted when using custom cookie name (#13...Jean-Philippe Lang2013-03-021-1/+1
* Fixed that autologin is broken when using a custom cookie name (#13335).Jean-Philippe Lang2013-03-022-5/+8
* Fixed that relations may not be refreshed when adding a follows relation (#13...Jean-Philippe Lang2013-02-241-1/+1
* Option to generate a random password on user creation/update.Jean-Philippe Lang2013-02-231-4/+6
* Adds helpers for query columns selection.Jean-Philippe Lang2013-02-231-0/+2
* Rename issues CSV and PDF exports.Jean-Philippe Lang2013-02-231-2/+2
* Refactor: #issues_to_csv and #entries_to_csv merged into QueriesHelper#query_...Jean-Philippe Lang2013-02-232-2/+2
* Fixed that requesting a message from an invalid forum should respond with 404...Jean-Philippe Lang2013-02-201-1/+2
* Makes all time entry columns available in the CSV export.Jean-Philippe Lang2013-02-191-1/+2
* Use #per_page instead of #items_per_page.Jean-Philippe Lang2013-02-175-5/+5
* Fixed that messages are not sorted by last reply (#12243).Jean-Philippe Lang2013-02-171-2/+3