index
:
redmine.git
0.6-stable
0.7-stable
0.8-stable
0.9-stable
1.0-stable
1.1-stable
1.2-stable
1.3-stable
1.4-stable
2.0-stable
2.1-stable
2.2-stable
2.3-stable
2.4-stable
2.5-stable
2.6-stable
3.0-stable
3.1-stable
3.2-stable
3.3-stable
3.4-stable
4.0-stable
4.1-stable
4.2-stable
5.0-stable
5.1-stable
6.0-stable
integration-to-svn-stable-1.0
integration-to-svn-trunk
master
nbc
plugin-hooks
swistak
work
Mirror of redmine code source: https://github.com/redmine/redmine
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
app
/
controllers
Commit message (
Expand
)
Author
Age
Files
Lines
*
Drop Ruby 2.2 support (#30356).
Go MAEDA
2019-02-19
1
-2
/
+1
*
Issues autocomplete should response with content type json and not html (#308...
Go MAEDA
2019-02-18
1
-5
/
+15
*
Ajax Request Returns 200 but an error event is fired instead of success (#300...
Go MAEDA
2019-02-05
1
-2
/
+2
*
Add issue tracking table on the user profile page (#30421).
Go MAEDA
2019-02-01
1
-0
/
+10
*
Show estimated time on the overview page as well as spent time (#30464).
Go MAEDA
2019-01-22
1
-0
/
+1
*
Add "nwday" class to non-working days in calendar (#27096).
Go MAEDA
2019-01-14
1
-0
/
+1
*
Adds a permission to log time for another user (#3848).
Jean-Philippe Lang
2018-12-16
1
-3
/
+11
*
Adds a link to remove a subtask from its parent task (#23392).
Jean-Philippe Lang
2018-12-16
1
-1
/
+1
*
Display notice on forum updates (#2635).
Go MAEDA
2018-12-15
1
-0
/
+3
*
Adds a link to container on attachments edit form.
Jean-Philippe Lang
2018-12-12
1
-3
/
+5
*
Include closed projects in search for scope subprojects (#28636).
Go MAEDA
2018-12-06
1
-1
/
+1
*
Wrong columns after CSV export (#26785).
Go MAEDA
2018-12-04
1
-1
/
+2
*
Use sorted instead of sort (#29406).
Go MAEDA
2018-12-02
3
-8
/
+8
*
Let admins unarchive the project when trying to access an archived project (#...
Jean-Philippe Lang
2018-12-02
1
-0
/
+1
*
Handles the case when an expired token is in the users session (#29781).
Go MAEDA
2018-10-28
1
-1
/
+7
*
Send emails asynchronously (#26791).
Jean-Philippe Lang
2018-10-10
6
-15
/
+11
*
Repository entry pagination (#29395).
Go MAEDA
2018-10-04
1
-0
/
+7
*
Attachments prev/next navigation (#29395).
Go MAEDA
2018-10-04
1
-0
/
+8
*
Custom queries are broken by updating with nil parameter values (#29701).
Go MAEDA
2018-10-04
1
-1
/
+1
*
Extend Issue Summary to include subprojects (#2529).
Go MAEDA
2018-10-03
1
-13
/
+14
*
Adds preview option to the wiki toolbar (#27758).
Jean-Philippe Lang
2018-09-26
3
-14
/
+13
*
redmine:email:read and rdm-mailhandler.rb should use safe_receive instead of ...
Jean-Philippe Lang
2018-09-23
1
-1
/
+1
*
Column Project is no longer added by default to the list of default columns f...
Jean-Philippe Lang
2018-09-23
1
-1
/
+1
*
Custom field values for enumerations not saved (#28925).
Jean-Philippe Lang
2018-09-15
1
-3
/
+6
*
Allow project bulk edit of time entries (#26534).
Go MAEDA
2018-09-14
1
-1
/
+11
*
Replace String#gsub with faster String#tr (#29363).
Go MAEDA
2018-08-12
1
-1
/
+1
*
Export users list to CSV (#5957).
Go MAEDA
2018-08-05
1
-0
/
+4
*
Replace Enumerable#sort with faster Enumerable#sort_by (#29299).
Go MAEDA
2018-08-02
1
-1
/
+1
*
Time entry creation: preserve 'spent on' value when using 'Create and Continu...
Go MAEDA
2018-08-02
1
-0
/
+1
*
Use pluck(:id) instead of collect(&:id) (#26711).
Go MAEDA
2018-07-28
1
-1
/
+1
*
Add my activities to my page (#2471).
Go MAEDA
2018-07-11
1
-0
/
+1
*
Highlight "Spent time" in main menu when creating a time entries query.
Jean-Philippe Lang
2018-06-17
1
-0
/
+4
*
Fix: ImportsControllerTest fails with csv gem 1.0.2 (#28689).
Go MAEDA
2018-05-06
1
-4
/
+7
*
Security notification on password recovery is empty (#28302).
Jean-Philippe Lang
2018-04-07
1
-1
/
+1
*
Fix: Sort issue custom fields by position in tracker views (#28393).
Go MAEDA
2018-03-25
1
-1
/
+1
*
Deletion of an LDAP authentication mode may fail silently (#28000).
Go MAEDA
2018-03-12
1
-0
/
+2
*
Don't allow reassigning reported hours to the project if issue is a required ...
Go MAEDA
2018-02-18
1
-0
/
+5
*
Log exception's message when ActionView::MissingTemplate is raised (#26341).
Go MAEDA
2018-01-11
1
-2
/
+2
*
Custom query breaks calendar view with error 500 (#27153).
Jean-Philippe Lang
2018-01-07
1
-0
/
+1
*
Handle validation errors on reverse issue relations (#27695).
Go MAEDA
2018-01-07
1
-1
/
+7
*
Render activities block on UsersController#show grouped and with event_type i...
Go MAEDA
2017-12-25
1
-0
/
+2
*
Issues reports should show only statuses used by the project (#27772).
Go MAEDA
2017-12-19
1
-1
/
+1
*
Fix: Strip whitespace from email addresses on lost password page (#27754).
Go MAEDA
2017-12-08
1
-1
/
+1
*
remove unused WikisController#edit (#26579)
Toshi MARUYAMA
2017-11-05
1
-7
/
+0
*
fix file name corruption when export a wiki page with non-ASCII title in MS b...
Toshi MARUYAMA
2017-08-30
1
-3
/
+3
*
Fixed that Enumerations sorting is broken (#26564).
Jean-Philippe Lang
2017-07-30
1
-1
/
+1
*
Removes wiki tab in project settings (#26579).
Jean-Philippe Lang
2017-07-30
1
-1
/
+0
*
Project settings: Move issue tracking settings to their own tab (#26488).
Jean-Philippe Lang
2017-07-27
1
-1
/
+1
*
Removes the Modules tab in project settings (#26488).
Jean-Philippe Lang
2017-07-26
1
-6
/
+0
*
Merged rails-5.1 branch (#23630).
Jean-Philippe Lang
2017-07-23
6
-15
/
+16
[next]