summaryrefslogtreecommitdiffstats
path: root/app/controllers
Commit message (Expand)AuthorAgeFilesLines
...
* Retrieve issues in each responder.Jean-Philippe Lang2017-03-131-25/+23
* Don't reload the page when adding/removing a block.Jean-Philippe Lang2017-03-131-5/+16
* Removes unneeded inclusions of sort_helper.Jean-Philippe Lang2017-03-133-6/+0
* Get rid of sort_helper when using queries.Jean-Philippe Lang2017-03-133-20/+3
* Get the count by group from the query directly.Jean-Philippe Lang2017-03-091-1/+0
* Removes MyControllerTest#page_layout (#25297).Jean-Philippe Lang2017-03-091-12/+5
* Password reset should count as a password change for User#must_change_passwd ...Jean-Philippe Lang2017-03-051-7/+12
* Flash messages on CustomFields destroy (#24801).Jean-Philippe Lang2017-03-021-1/+3
* remove trailing white space from app/controllers/issues_controller.rbToshi MARUYAMA2017-02-091-1/+1
* Redirect to the parent issue after adding a subtask.Jean-Philippe Lang2017-01-301-5/+8
* Show visible spent time link for users allowed to view time entries (#20661).Jean-Philippe Lang2017-01-291-0/+5
* Redirect with token in session (#24416).Jean-Philippe Lang2017-01-291-2/+10
* Always send images user-uploaded images with Content-Disposition: attachment ...Jean-Philippe Lang2017-01-292-2/+2
* Adds a scope for issue auto complete.Jean-Philippe Lang2017-01-211-1/+1
* Clean up SQL.Jean-Philippe Lang2017-01-211-2/+2
* Filter parent task issues in auto complete by open/closed status depending on...Jean-Philippe Lang2017-01-211-0/+9
* Add warning when loosing data from custom fields when bulk editing issues (#2...Jean-Philippe Lang2017-01-181-0/+19
* Don't join all associations by default (#24865).Jean-Philippe Lang2017-01-181-3/+2
* Remove instance variable which is unused after r9603 (#24832).Jean-Philippe Lang2017-01-151-1/+0
* Don't always load data that is for html response only.Jean-Philippe Lang2017-01-141-5/+4
* Moves journals selection to Issue#visible_journals_with_index (#17632).Jean-Philippe Lang2017-01-141-12/+7
* Adds a link to all projects in the jump drop down (#23310).Jean-Philippe Lang2017-01-101-0/+5
* Don't preload all query filters (#24787).Jean-Philippe Lang2017-01-091-1/+20
* Adds a flash message when deleting a board (#24535).Jean-Philippe Lang2017-01-081-1/+3
* remove trailing white space from app/controllers/files_controller.rbToshi MARUYAMA2017-01-081-1/+1
* Don't preload projects and roles on Principal#memberships association (#23519).Jean-Philippe Lang2017-01-071-1/+1
* Don't redirect to lost password page after login (#13741).Jean-Philippe Lang2017-01-071-1/+1
* Don't render memberships forms, use #edit instead.Jean-Philippe Lang2017-01-072-1/+9
* Wrong activity timezone on user page (#14658).Jean-Philippe Lang2017-01-041-1/+1
* Don't show the "reassign" option when deleting issues from different projects...Jean-Philippe Lang2016-12-311-1/+1
* Update project_id column in case some time entries were on subtasks of differ...Jean-Philippe Lang2016-12-311-1/+1
* Handle time entries on subtasks and prevent from reassigning an issue that is...Jean-Philippe Lang2016-12-311-4/+11
* Fixed that project settings should show locked members (#22034).Jean-Philippe Lang2016-12-311-1/+1
* Files REST API (#19116).Jean-Philippe Lang2016-12-211-8/+22
* Sort completed versions in reverse order on the roadmap (#23137).Jean-Philippe Lang2016-12-181-1/+1
* Workflow editing shows statuses of irrelevant roles (#24281).Jean-Philippe Lang2016-12-161-1/+5
* Menu items mapping.Jean-Philippe Lang2016-12-162-1/+2
* Improve custom fields list performance (#24587).Jean-Philippe Lang2016-12-131-0/+2
* Optional Regex delimiters to truncate incoming emails (#5864).Jean-Philippe Lang2016-12-131-13/+18
* Redmine loses filters after deleting a spent time (#14817).Jean-Philippe Lang2016-12-111-1/+1
* Replaces project jump select with custom dropdown (#23310).Jean-Philippe Lang2016-11-261-0/+7
* Use the main menu for project related actions that support cross-project disp...Jean-Philippe Lang2016-11-1918-0/+19
* Extracts the rendering of related issues to an helper (#3425).Jean-Philippe Lang2016-11-191-0/+2
* Show action not allowed for time entries in closed projects (#24297).Jean-Philippe Lang2016-11-181-3/+7
* Bulk edit for shows activities not available for the time entry's project (#2...Jean-Philippe Lang2016-11-181-2/+5
* Time Entries context menu shows activities not available for the time entry's...Jean-Philippe Lang2016-11-181-2/+5
* My page - Spent time: configurable number of days to display (#8761).Jean-Philippe Lang2016-10-301-0/+11
* Preload project and user.Jean-Philippe Lang2016-10-291-1/+2
* Preload project and user.Jean-Philippe Lang2016-10-291-1/+1
* Preload user.Jean-Philippe Lang2016-10-291-1/+1