summaryrefslogtreecommitdiffstats
path: root/app/controllers
Commit message (Collapse)AuthorAgeFilesLines
...
* Let user choose columns and sort order of issue lists on "My page" (#1565).Jean-Philippe Lang2017-03-141-0/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16400 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Retrieve issues in each responder.Jean-Philippe Lang2017-03-131-25/+23
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16399 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't reload the page when adding/removing a block.Jean-Philippe Lang2017-03-131-5/+16
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16394 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removes unneeded inclusions of sort_helper.Jean-Philippe Lang2017-03-133-6/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16391 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Get rid of sort_helper when using queries.Jean-Philippe Lang2017-03-133-20/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16390 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Get the count by group from the query directly.Jean-Philippe Lang2017-03-091-1/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16387 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removes MyControllerTest#page_layout (#25297).Jean-Philippe Lang2017-03-091-12/+5
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16385 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Password reset should count as a password change for User#must_change_passwd ↵Jean-Philippe Lang2017-03-051-7/+12
| | | | | | | | (#25253). Patch by Felix Schäfer. git-svn-id: http://svn.redmine.org/redmine/trunk@16374 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Flash messages on CustomFields destroy (#24801).Jean-Philippe Lang2017-03-021-1/+3
| | | | | | Patch by Javier Menéndez. git-svn-id: http://svn.redmine.org/redmine/trunk@16348 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove trailing white space from app/controllers/issues_controller.rbToshi MARUYAMA2017-02-091-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16332 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Redirect to the parent issue after adding a subtask.Jean-Philippe Lang2017-01-301-5/+8
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16317 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Show visible spent time link for users allowed to view time entries (#20661).Jean-Philippe Lang2017-01-291-0/+5
| | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@16292 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Redirect with token in session (#24416).Jean-Philippe Lang2017-01-291-2/+10
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16287 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Always send images user-uploaded images with Content-Disposition: attachment ↵Jean-Philippe Lang2017-01-292-2/+2
| | | | | | | | (#24199). Patch by Holger Just. git-svn-id: http://svn.redmine.org/redmine/trunk@16285 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds a scope for issue auto complete.Jean-Philippe Lang2017-01-211-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16245 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Clean up SQL.Jean-Philippe Lang2017-01-211-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16244 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Filter parent task issues in auto complete by open/closed status depending ↵Jean-Philippe Lang2017-01-211-0/+9
| | | | | | | | on the subtask status (#24877). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@16243 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add warning when loosing data from custom fields when bulk editing issues ↵Jean-Philippe Lang2017-01-181-0/+19
| | | | | | (#22600). git-svn-id: http://svn.redmine.org/redmine/trunk@16224 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't join all associations by default (#24865).Jean-Philippe Lang2017-01-181-3/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16221 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove instance variable which is unused after r9603 (#24832).Jean-Philippe Lang2017-01-151-1/+0
| | | | | | Patch by Mischa The Evil. git-svn-id: http://svn.redmine.org/redmine/trunk@16198 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't always load data that is for html response only.Jean-Philippe Lang2017-01-141-5/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16182 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Moves journals selection to Issue#visible_journals_with_index (#17632).Jean-Philippe Lang2017-01-141-12/+7
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16180 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds a link to all projects in the jump drop down (#23310).Jean-Philippe Lang2017-01-101-0/+5
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16172 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't preload all query filters (#24787).Jean-Philippe Lang2017-01-091-1/+20
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16170 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds a flash message when deleting a board (#24535).Jean-Philippe Lang2017-01-081-1/+3
| | | | | | Patch by Javier Menéndez. git-svn-id: http://svn.redmine.org/redmine/trunk@16166 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove trailing white space from app/controllers/files_controller.rbToshi MARUYAMA2017-01-081-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16161 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't preload projects and roles on Principal#memberships association (#23519).Jean-Philippe Lang2017-01-071-1/+1
| | | | | | Patch by Ondřej Ezr. git-svn-id: http://svn.redmine.org/redmine/trunk@16153 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't redirect to lost password page after login (#13741).Jean-Philippe Lang2017-01-071-1/+1
| | | | | | Patch by Gregory Van der Steen. git-svn-id: http://svn.redmine.org/redmine/trunk@16151 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't render memberships forms, use #edit instead.Jean-Philippe Lang2017-01-072-1/+9
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16149 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Wrong activity timezone on user page (#14658).Jean-Philippe Lang2017-01-041-1/+1
| | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@16138 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't show the "reassign" option when deleting issues from different ↵Jean-Philippe Lang2016-12-311-1/+1
| | | | | | projects (#24722). git-svn-id: http://svn.redmine.org/redmine/trunk@16121 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update project_id column in case some time entries were on subtasks of ↵Jean-Philippe Lang2016-12-311-1/+1
| | | | | | different projects (#24693). git-svn-id: http://svn.redmine.org/redmine/trunk@16120 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Handle time entries on subtasks and prevent from reassigning an issue that ↵Jean-Philippe Lang2016-12-311-4/+11
| | | | | | is going to be deleted (#24718, #24693). git-svn-id: http://svn.redmine.org/redmine/trunk@16118 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed that project settings should show locked members (#22034).Jean-Philippe Lang2016-12-311-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16116 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Files REST API (#19116).Jean-Philippe Lang2016-12-211-8/+22
| | | | | | Patch by Lucile Quirion and Jake Kemme. git-svn-id: http://svn.redmine.org/redmine/trunk@16109 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Sort completed versions in reverse order on the roadmap (#23137).Jean-Philippe Lang2016-12-181-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16088 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Workflow editing shows statuses of irrelevant roles (#24281).Jean-Philippe Lang2016-12-161-1/+5
| | | | | | Patch by Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@16081 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Menu items mapping.Jean-Philippe Lang2016-12-162-1/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16077 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Improve custom fields list performance (#24587).Jean-Philippe Lang2016-12-131-0/+2
| | | | | | Patch by Thomas Löber. git-svn-id: http://svn.redmine.org/redmine/trunk@16069 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Optional Regex delimiters to truncate incoming emails (#5864).Jean-Philippe Lang2016-12-131-13/+18
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16065 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Redmine loses filters after deleting a spent time (#14817).Jean-Philippe Lang2016-12-111-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16056 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replaces project jump select with custom dropdown (#23310).Jean-Philippe Lang2016-11-261-0/+7
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15994 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use the main menu for project related actions that support cross-project ↵Jean-Philippe Lang2016-11-1918-0/+19
| | | | | | display. git-svn-id: http://svn.redmine.org/redmine/trunk@15983 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Extracts the rendering of related issues to an helper (#3425).Jean-Philippe Lang2016-11-191-0/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15981 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Show action not allowed for time entries in closed projects (#24297).Jean-Philippe Lang2016-11-181-3/+7
| | | | | | Patch by Felix Schäfer. git-svn-id: http://svn.redmine.org/redmine/trunk@15955 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Bulk edit for shows activities not available for the time entry's project ↵Jean-Philippe Lang2016-11-181-2/+5
| | | | | | (#23922). git-svn-id: http://svn.redmine.org/redmine/trunk@15953 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Time Entries context menu shows activities not available for the time ↵Jean-Philippe Lang2016-11-181-2/+5
| | | | | | | | entry's project (#23922). Patch by Felix Schäfer. git-svn-id: http://svn.redmine.org/redmine/trunk@15952 e93f8b46-1217-0410-a6f0-8f06a7374b81
* My page - Spent time: configurable number of days to display (#8761).Jean-Philippe Lang2016-10-301-0/+11
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15942 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Preload project and user.Jean-Philippe Lang2016-10-291-1/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15941 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Preload project and user.Jean-Philippe Lang2016-10-291-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15940 e93f8b46-1217-0410-a6f0-8f06a7374b81