summaryrefslogtreecommitdiffstats
path: root/app/controllers
Commit message (Collapse)AuthorAgeFilesLines
...
* Add issue tracking table on the user profile page (#30421).Go MAEDA2019-02-011-0/+10
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@17844 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Show estimated time on the overview page as well as spent time (#30464).Go MAEDA2019-01-221-0/+1
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@17838 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add "nwday" class to non-working days in calendar (#27096).Go MAEDA2019-01-141-0/+1
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17798 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds a permission to log time for another user (#3848).Jean-Philippe Lang2018-12-161-3/+11
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17755 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds a link to remove a subtask from its parent task (#23392).Jean-Philippe Lang2018-12-161-1/+1
| | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@17747 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Display notice on forum updates (#2635).Go MAEDA2018-12-151-0/+3
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@17738 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds a link to container on attachments edit form.Jean-Philippe Lang2018-12-121-3/+5
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17722 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Include closed projects in search for scope subprojects (#28636).Go MAEDA2018-12-061-1/+1
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17692 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Wrong columns after CSV export (#26785).Go MAEDA2018-12-041-1/+2
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@17686 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use sorted instead of sort (#29406).Go MAEDA2018-12-023-8/+8
| | | | | | | Patch by Pavel Rosický. git-svn-id: http://svn.redmine.org/redmine/trunk@17685 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Let admins unarchive the project when trying to access an archived project ↵Jean-Philippe Lang2018-12-021-0/+1
| | | | | | (#29993). git-svn-id: http://svn.redmine.org/redmine/trunk@17682 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Handles the case when an expired token is in the users session (#29781).Go MAEDA2018-10-281-1/+7
| | | | | | | Patch by Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@17601 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Send emails asynchronously (#26791).Jean-Philippe Lang2018-10-106-15/+11
| | | | | | Custom async_* delivery methods are removed in favor of ActiveJob (Async by default). git-svn-id: http://svn.redmine.org/redmine/trunk@17588 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Repository entry pagination (#29395).Go MAEDA2018-10-041-0/+7
| | | | | | | Patch by Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@17568 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Attachments prev/next navigation (#29395).Go MAEDA2018-10-041-0/+8
| | | | | | | Patch by Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@17567 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Custom queries are broken by updating with nil parameter values (#29701).Go MAEDA2018-10-041-1/+1
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@17566 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Extend Issue Summary to include subprojects (#2529).Go MAEDA2018-10-031-13/+14
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@17563 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds preview option to the wiki toolbar (#27758).Jean-Philippe Lang2018-09-263-14/+13
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17521 e93f8b46-1217-0410-a6f0-8f06a7374b81
* redmine:email:read and rdm-mailhandler.rb should use safe_receive instead of ↵Jean-Philippe Lang2018-09-231-1/+1
| | | | | | | | receive (#29614). Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@17508 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Column Project is no longer added by default to the list of default columns ↵Jean-Philippe Lang2018-09-231-1/+1
| | | | | | | | for time entries (#26537). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17503 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Custom field values for enumerations not saved (#28925).Jean-Philippe Lang2018-09-151-3/+6
| | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@17484 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Allow project bulk edit of time entries (#26534).Go MAEDA2018-09-141-1/+11
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17482 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replace String#gsub with faster String#tr (#29363).Go MAEDA2018-08-121-1/+1
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@17469 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Export users list to CSV (#5957).Go MAEDA2018-08-051-0/+4
| | | | | | | Contriubted by Mizuki ISHIKAWA and Yuki Kita. git-svn-id: http://svn.redmine.org/redmine/trunk@17463 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replace Enumerable#sort with faster Enumerable#sort_by (#29299).Go MAEDA2018-08-021-1/+1
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@17462 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Time entry creation: preserve 'spent on' value when using 'Create and ↵Go MAEDA2018-08-021-0/+1
| | | | | | | | | Continue' (#29308). Patch by Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@17459 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use pluck(:id) instead of collect(&:id) (#26711).Go MAEDA2018-07-281-1/+1
| | | | | | | Patch by jwjw yy. git-svn-id: http://svn.redmine.org/redmine/trunk@17454 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add my activities to my page (#2471).Go MAEDA2018-07-111-0/+1
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@17443 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Highlight "Spent time" in main menu when creating a time entries query.Jean-Philippe Lang2018-06-171-0/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17397 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix: ImportsControllerTest fails with csv gem 1.0.2 (#28689).Go MAEDA2018-05-061-4/+7
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@17326 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Security notification on password recovery is empty (#28302).Jean-Philippe Lang2018-04-071-1/+1
| | | | | | Patch by Felix Schäfer. git-svn-id: http://svn.redmine.org/redmine/trunk@17269 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix: Sort issue custom fields by position in tracker views (#28393).Go MAEDA2018-03-251-1/+1
| | | | | | | Patch by Gregor Schmidt. git-svn-id: http://svn.redmine.org/redmine/trunk@17237 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Deletion of an LDAP authentication mode may fail silently (#28000).Go MAEDA2018-03-121-0/+2
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@17232 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't allow reassigning reported hours to the project if issue is a required ↵Go MAEDA2018-02-181-0/+5
| | | | | | | | | field for time logs (#28110). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17199 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Log exception's message when ActionView::MissingTemplate is raised (#26341).Go MAEDA2018-01-111-2/+2
| | | | | | | Patch by Vincent Robert. git-svn-id: http://svn.redmine.org/redmine/trunk@17174 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Custom query breaks calendar view with error 500 (#27153).Jean-Philippe Lang2018-01-071-0/+1
| | | | | | Patch by Bernhard Rohloff. git-svn-id: http://svn.redmine.org/redmine/trunk@17155 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Handle validation errors on reverse issue relations (#27695).Go MAEDA2018-01-071-1/+7
| | | | | | | Patch by Holger Just. git-svn-id: http://svn.redmine.org/redmine/trunk@17141 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Render activities block on UsersController#show grouped and with event_type ↵Go MAEDA2017-12-251-0/+2
| | | | | | | | | icon (#27240). Patch by Mischa The Evil. git-svn-id: http://svn.redmine.org/redmine/trunk@17128 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Issues reports should show only statuses used by the project (#27772).Go MAEDA2017-12-191-1/+1
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17121 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix: Strip whitespace from email addresses on lost password page (#27754).Go MAEDA2017-12-081-1/+1
| | | | | | | Patch by Felix Schäfer. git-svn-id: http://svn.redmine.org/redmine/trunk@17078 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove unused WikisController#edit (#26579)Toshi MARUYAMA2017-11-051-7/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17018 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix file name corruption when export a wiki page with non-ASCII title in MS ↵Toshi MARUYAMA2017-08-301-3/+3
| | | | | | | | browsers (#26599) Contributed by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@16957 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed that Enumerations sorting is broken (#26564).Jean-Philippe Lang2017-07-301-1/+1
| | | | | | Patch by Sergey Gnuskov. git-svn-id: http://svn.redmine.org/redmine/trunk@16918 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removes wiki tab in project settings (#26579).Jean-Philippe Lang2017-07-301-1/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16917 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Project settings: Move issue tracking settings to their own tab (#26488).Jean-Philippe Lang2017-07-271-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16896 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removes the Modules tab in project settings (#26488).Jean-Philippe Lang2017-07-261-6/+0
| | | | | | Modules can now be select on the first tab, just like when creating a project. git-svn-id: http://svn.redmine.org/redmine/trunk@16892 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Merged rails-5.1 branch (#23630).Jean-Philippe Lang2017-07-236-15/+16
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16859 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Set default configuration for the timelog list (#26356).Jean-Philippe Lang2017-07-121-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16814 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't error when posting empty plugin settings (#26393).Jean-Philippe Lang2017-07-101-1/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16812 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Kepp the arguments clean (#26043).Jean-Philippe Lang2017-07-081-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16775 e93f8b46-1217-0410-a6f0-8f06a7374b81