summaryrefslogtreecommitdiffstats
path: root/app/controllers
Commit message (Expand)AuthorAgeFilesLines
* Repository entry pagination (#29395).Go MAEDA2018-10-041-0/+7
* Attachments prev/next navigation (#29395).Go MAEDA2018-10-041-0/+8
* Custom queries are broken by updating with nil parameter values (#29701).Go MAEDA2018-10-041-1/+1
* Extend Issue Summary to include subprojects (#2529).Go MAEDA2018-10-031-13/+14
* Adds preview option to the wiki toolbar (#27758).Jean-Philippe Lang2018-09-263-14/+13
* redmine:email:read and rdm-mailhandler.rb should use safe_receive instead of ...Jean-Philippe Lang2018-09-231-1/+1
* Column Project is no longer added by default to the list of default columns f...Jean-Philippe Lang2018-09-231-1/+1
* Custom field values for enumerations not saved (#28925).Jean-Philippe Lang2018-09-151-3/+6
* Allow project bulk edit of time entries (#26534).Go MAEDA2018-09-141-1/+11
* Replace String#gsub with faster String#tr (#29363).Go MAEDA2018-08-121-1/+1
* Export users list to CSV (#5957).Go MAEDA2018-08-051-0/+4
* Replace Enumerable#sort with faster Enumerable#sort_by (#29299).Go MAEDA2018-08-021-1/+1
* Time entry creation: preserve 'spent on' value when using 'Create and Continu...Go MAEDA2018-08-021-0/+1
* Use pluck(:id) instead of collect(&:id) (#26711).Go MAEDA2018-07-281-1/+1
* Add my activities to my page (#2471).Go MAEDA2018-07-111-0/+1
* Highlight "Spent time" in main menu when creating a time entries query.Jean-Philippe Lang2018-06-171-0/+4
* Fix: ImportsControllerTest fails with csv gem 1.0.2 (#28689).Go MAEDA2018-05-061-4/+7
* Security notification on password recovery is empty (#28302).Jean-Philippe Lang2018-04-071-1/+1
* Fix: Sort issue custom fields by position in tracker views (#28393).Go MAEDA2018-03-251-1/+1
* Deletion of an LDAP authentication mode may fail silently (#28000).Go MAEDA2018-03-121-0/+2
* Don't allow reassigning reported hours to the project if issue is a required ...Go MAEDA2018-02-181-0/+5
* Log exception's message when ActionView::MissingTemplate is raised (#26341).Go MAEDA2018-01-111-2/+2
* Custom query breaks calendar view with error 500 (#27153).Jean-Philippe Lang2018-01-071-0/+1
* Handle validation errors on reverse issue relations (#27695).Go MAEDA2018-01-071-1/+7
* Render activities block on UsersController#show grouped and with event_type i...Go MAEDA2017-12-251-0/+2
* Issues reports should show only statuses used by the project (#27772).Go MAEDA2017-12-191-1/+1
* Fix: Strip whitespace from email addresses on lost password page (#27754).Go MAEDA2017-12-081-1/+1
* remove unused WikisController#edit (#26579)Toshi MARUYAMA2017-11-051-7/+0
* fix file name corruption when export a wiki page with non-ASCII title in MS b...Toshi MARUYAMA2017-08-301-3/+3
* Fixed that Enumerations sorting is broken (#26564).Jean-Philippe Lang2017-07-301-1/+1
* Removes wiki tab in project settings (#26579).Jean-Philippe Lang2017-07-301-1/+0
* Project settings: Move issue tracking settings to their own tab (#26488).Jean-Philippe Lang2017-07-271-1/+1
* Removes the Modules tab in project settings (#26488).Jean-Philippe Lang2017-07-261-6/+0
* Merged rails-5.1 branch (#23630).Jean-Philippe Lang2017-07-236-15/+16
* Set default configuration for the timelog list (#26356).Jean-Philippe Lang2017-07-121-1/+1
* Don't error when posting empty plugin settings (#26393).Jean-Philippe Lang2017-07-101-1/+2
* Kepp the arguments clean (#26043).Jean-Philippe Lang2017-07-081-1/+1
* Set the parent page when creating a new wiki page from the "Add page" link (#...Jean-Philippe Lang2017-07-081-1/+1
* Reverts change made to ProjectController in r16766 (#26376).Jean-Philippe Lang2017-07-081-2/+1
* Fixed that issue counts are 0 on project overview (#26376).Jean-Philippe Lang2017-07-081-1/+2
* Don't redirect anonymous users to the login form when module is disabled (#26...Jean-Philippe Lang2017-06-261-0/+3
* Code cleanup.Jean-Philippe Lang2017-06-261-13/+9
* Use regular #authorize method.Jean-Philippe Lang2017-06-263-23/+11
* Use ApplicationController#find_optional_project instead.Jean-Philippe Lang2017-06-261-9/+1
* Global News view should not be allowed without permission (#7068).Jean-Philippe Lang2017-06-261-10/+0
* Use ApplicationController#find_optional_project instead.Jean-Philippe Lang2017-06-261-7/+0
* Render repository graphs using Chart.js instead of SVG (#26253).Jean-Philippe Lang2017-06-251-55/+19
* Update copyright.Jean-Philippe Lang2017-06-2550-50/+50
* Set inverse_of on project boards association.Jean-Philippe Lang2017-06-101-1/+1
* Highlight menu item when viewing an attachment (#25988).Jean-Philippe Lang2017-06-101-0/+16