summaryrefslogtreecommitdiffstats
path: root/app/controllers
Commit message (Collapse)AuthorAgeFilesLines
...
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-0350-50/+50
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19553 e93f8b46-1217-0410-a6f0-8f06a7374b81
* "Role" dropdown in Workflow page is unexpectedly expanded when selecting ↵Go MAEDA2020-02-291-1/+1
| | | | | | | | | "all" (#33059). Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@19538 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Diff view for .js files in repositories is broken (#32449).Go MAEDA2020-02-271-1/+1
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@19531 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Auto select fields mapping in import based on the internal field name (ex: ↵Go MAEDA2020-02-191-1/+33
| | | | | | | | | | | | | estimared_hours, fixed_version, spent_on) or field label (Estimated hours, Version, Date) (#22913). * mappings are case insensitive * a field is auto mapped only if there is no mapping setting present for that field * "Current user" default value for User field when the user has permission to log time for other users is override by the auto mapped column Patch by Haihan Ji, Yuichi HARADA, and Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@19524 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Include attachments in forum post notifications (#16006).Go MAEDA2020-02-111-7/+9
| | | | | | | Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@19506 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Allow adding user groups as watchers for issues (#4511).Go MAEDA2020-02-061-3/+9
| | | | | | | Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@19498 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Repository browser does not render previews for audio/video files (#32153).Go MAEDA2020-02-041-0/+6
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@19492 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Validate back_url everywhere (#32850).Jean-Philippe Lang2020-02-021-3/+4
| | | | | | Patch by Holger Just. git-svn-id: http://svn.redmine.org/redmine/trunk@19488 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Expose validate_back_url as helper method (#32850).Jean-Philippe Lang2020-02-021-0/+2
| | | | | | Patch by Holger Just. git-svn-id: http://svn.redmine.org/redmine/trunk@19487 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Move duplicated back_url method from ApplicationHelper to ↵Jean-Philippe Lang2020-02-021-0/+6
| | | | | | | | ApplicationController (#32850). Patch by Holger Just. git-svn-id: http://svn.redmine.org/redmine/trunk@19486 e93f8b46-1217-0410-a6f0-8f06a7374b81
* CSV import does not keep the project it was clicked from (#21766).Jean-Philippe Lang2019-12-201-1/+1
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@19381 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix "Couldn't find template for digesting" error in the log when sending an ↵Go MAEDA2019-12-121-2/+2
| | | | | | | | | attachment or thumbnail (#20277). Patch by Olivier Houdas. git-svn-id: http://svn.redmine.org/redmine/trunk@19365 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Ruby 2.7: Regexp#match and Regexp#match? with a nil argument are deprecated ↵Go MAEDA2019-11-301-1/+1
| | | | | | (#32527, #31500). git-svn-id: http://svn.redmine.org/redmine/trunk@19324 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add buttons to save/edit/delete a custom query to calendar view (#32194).Go MAEDA2019-11-301-0/+6
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@19322 e93f8b46-1217-0410-a6f0-8f06a7374b81
* replace multi line block "{}" to "do end" in ↵Toshi MARUYAMA2019-11-261-28/+28
| | | | | | app/controllers/issues_controller.rb git-svn-id: http://svn.redmine.org/redmine/trunk@19319 e93f8b46-1217-0410-a6f0-8f06a7374b81
* cleanup: rubocop: fix Layout/SpaceInsideBlockBraces in ↵Toshi MARUYAMA2019-11-261-12/+12
| | | | | | app/controllers/issues_controller.rb git-svn-id: http://svn.redmine.org/redmine/trunk@19318 e93f8b46-1217-0410-a6f0-8f06a7374b81
* cleanup: rubocop: fix Layout/SpaceInsideHashLiteralBraces in ↵Toshi MARUYAMA2019-11-261-3/+3
| | | | | | app/controllers/issues_controller.rb git-svn-id: http://svn.redmine.org/redmine/trunk@19317 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code layout clean up app/controllers/workflows_controller.rbToshi MARUYAMA2019-11-251-2/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19287 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code layout clean up app/controllers/application_controller.rbToshi MARUYAMA2019-11-251-1/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19284 e93f8b46-1217-0410-a6f0-8f06a7374b81
* cleanup: rubocop: fix Layout/SpaceAfterComma in ↵Toshi MARUYAMA2019-11-241-1/+1
| | | | | | app/controllers/documents_controller.rb git-svn-id: http://svn.redmine.org/redmine/trunk@19272 e93f8b46-1217-0410-a6f0-8f06a7374b81
* cleanup: rubocop: fix Layout/SpaceInsideParens in ↵Toshi MARUYAMA2019-11-241-1/+1
| | | | | | app/controllers/application_controller.rb git-svn-id: http://svn.redmine.org/redmine/trunk@19253 e93f8b46-1217-0410-a6f0-8f06a7374b81
* cleanup: rubocop: fix Layout/EmptyLineAfterGuardClause in ↵Toshi MARUYAMA2019-11-221-0/+6
| | | | | | app/controllers/issues_controller.rb git-svn-id: http://svn.redmine.org/redmine/trunk@19178 e93f8b46-1217-0410-a6f0-8f06a7374b81
* cleanup: rubocop: fix Layout/SpaceAfterComma in ↵Toshi MARUYAMA2019-11-221-3/+7
| | | | | | app/controllers/issues_controller.rb git-svn-id: http://svn.redmine.org/redmine/trunk@19177 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code layout clean up app/controllers/issues_controller.rbToshi MARUYAMA2019-11-221-4/+15
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19176 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code layout clean up IssuesController#build_new_issue_from_paramsToshi MARUYAMA2019-11-221-1/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19153 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code layout clean up IssuesController#update_issue_from_paramsToshi MARUYAMA2019-11-221-3/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19152 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code layout clean up IssuesController#bulk_editToshi MARUYAMA2019-11-221-2/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19151 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code layout clean up IssuesController#createToshi MARUYAMA2019-11-221-2/+8
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19150 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code layout clean up IssuesController#showToshi MARUYAMA2019-11-221-4/+11
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19149 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code layout clean up IssuesController#indexToshi MARUYAMA2019-11-221-2/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19148 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code layout clean up IssuesController#updateToshi MARUYAMA2019-11-221-5/+13
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19146 e93f8b46-1217-0410-a6f0-8f06a7374b81
* cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in ↵Toshi MARUYAMA2019-11-201-1/+0
| | | | | | app/controllers/previews_controller.rb git-svn-id: http://svn.redmine.org/redmine/trunk@19095 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Only admin users should be able to manage public queries on the project list ↵Jean-Philippe Lang2019-11-201-1/+1
| | | | | | | | (#29482). Like for issues, project members with the "Manage public" queries are allowed to manage public queries inside their projects, not public global queries that are proposed on /issues. git-svn-id: http://svn.redmine.org/redmine/trunk@19091 e93f8b46-1217-0410-a6f0-8f06a7374b81
* cleanup: rubocop: fix Layout/MultilineBlockLayout in ↵Toshi MARUYAMA2019-11-091-4/+5
| | | | | | app/controllers/auto_completes_controller.rb git-svn-id: http://svn.redmine.org/redmine/trunk@19045 e93f8b46-1217-0410-a6f0-8f06a7374b81
* cleanup: rubocop: fix Layout/EmptyLinesAroundAccessModifier in ↵Toshi MARUYAMA2019-11-091-0/+1
| | | | | | app/controllers/previews_controller.rb git-svn-id: http://svn.redmine.org/redmine/trunk@19044 e93f8b46-1217-0410-a6f0-8f06a7374b81
* cleanup: rubocop: fix Layout/BlockEndNewline in ↵Toshi MARUYAMA2019-11-091-2/+4
| | | | | | app/controllers/files_controller.rb git-svn-id: http://svn.redmine.org/redmine/trunk@19010 e93f8b46-1217-0410-a6f0-8f06a7374b81
* cleanup: rubocop: fix Layout/BlockEndNewline in ↵Toshi MARUYAMA2019-11-091-10/+11
| | | | | | app/controllers/auth_sources_controller.rb git-svn-id: http://svn.redmine.org/redmine/trunk@19004 e93f8b46-1217-0410-a6f0-8f06a7374b81
* cleanup: rubocop: fix Layout/AlignArguments in ↵Toshi MARUYAMA2019-11-081-2/+3
| | | | | | app/controllers/attachments_controller.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18941 e93f8b46-1217-0410-a6f0-8f06a7374b81
* cleanup: rubocop: fix Layout/AlignArguments in ↵Toshi MARUYAMA2019-11-081-1/+2
| | | | | | app/controllers/issues_controller.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18940 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't paginate the board view for now (#29482).Jean-Philippe Lang2019-10-261-3/+8
| | | | | | Subprojects may appear as root projects if their parents are on a previous page. git-svn-id: http://svn.redmine.org/redmine/trunk@18866 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Specific action for updating role permissions.Jean-Philippe Lang2019-10-251-7/+9
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18862 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add roles filter on permissions report (#32343).Jean-Philippe Lang2019-10-251-1/+5
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18861 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Layout/AccessModifierIndentation in ↵Toshi MARUYAMA2019-10-221-1/+1
| | | | | | app/controllers/wiki_controller.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18831 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Layout/AccessModifierIndentation and ↵Toshi MARUYAMA2019-10-221-1/+2
| | | | | | Layout/EmptyLinesAroundAccessModifier in app/controllers/timelog_controller.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18825 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Layout/AccessModifierIndentation and ↵Toshi MARUYAMA2019-10-221-1/+2
| | | | | | Layout/EmptyLinesAroundAccessModifier in app/controllers/messages_controller.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18824 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Layout/AccessModifierIndentation and ↵Toshi MARUYAMA2019-10-221-1/+2
| | | | | | Layout/EmptyLinesAroundAccessModifier in app/controllers/boards_controller.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18823 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Performance/RedundantBlockCall in ↵Toshi MARUYAMA2019-10-221-1/+1
| | | | | | app/controllers/application_controller.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18821 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code cleanup: rubocop: fix Style/ParenthesesAroundCondition in ↵Toshi MARUYAMA2019-10-191-2/+2
| | | | | | app/controllers/context_menus_controller.rb git-svn-id: http://svn.redmine.org/redmine/trunk@18774 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Set default columns for the projects list (#29482).Jean-Philippe Lang2019-10-191-1/+1
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18766 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Option to switch between table list and board list (#29482).Jean-Philippe Lang2019-10-191-1/+10
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18765 e93f8b46-1217-0410-a6f0-8f06a7374b81