summaryrefslogtreecommitdiffstats
path: root/app/controllers
Commit message (Expand)AuthorAgeFilesLines
* 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
* Adds #add_block and #remove_block methods.Jean-Philippe Lang2016-10-291-27/+9
* Moves blocks definition to Redmine::MyPage.Jean-Philippe Lang2016-10-291-28/+9
* Don't bulk edit file custom fields (#6719).Jean-Philippe Lang2016-10-232-2/+2
* Don't bulk edit file custom fields (#6719).Jean-Philippe Lang2016-10-232-2/+2
* Code cleanup.Jean-Philippe Lang2016-10-041-8/+14
* Adds accessors for report_last_commit.Jean-Philippe Lang2016-10-041-23/+1
* Add support for updating attachments over REST API (#22356).Jean-Philippe Lang2016-10-011-1/+21
* Rename AttachmentsController#edit and #update to #edit_all and #update_all (#...Jean-Philippe Lang2016-10-011-5/+7
* Allow to download javascript attachments again (#23376).Jean-Philippe Lang2016-10-011-0/+4
* Bulk edit form not show fields based on target tracker and status (#23755).Jean-Philippe Lang2016-09-031-4/+21
* Adds before_render hook to WikiController#show (#23545).Jean-Philippe Lang2016-09-031-0/+3
* Set user's localization before redirecting (#23346).Jean-Philippe Lang2016-08-311-1/+1
* Enable filtering versions on Project -> Settings -> Versions (#22608).Jean-Philippe Lang2016-08-301-0/+4