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
*
Set inverse_of on project boards association.
Jean-Philippe Lang
2017-06-10
1
-1
/
+1
*
Highlight menu item when viewing an attachment (#25988).
Jean-Philippe Lang
2017-06-10
1
-0
/
+16
*
remove is_binary_data? from String (#25563)
Toshi MARUYAMA
2017-06-10
1
-1
/
+1
*
Don't check that param is a Hash.
Jean-Philippe Lang
2017-06-03
1
-1
/
+1
*
Don't check that param is a Hash.
Jean-Philippe Lang
2017-06-03
1
-1
/
+1
*
Permit role_ids on update.
Jean-Philippe Lang
2017-06-03
1
-1
/
+1
*
Use strong params for CustomFieldEnumeration.
Jean-Philippe Lang
2017-06-03
1
-4
/
+12
*
Permit enumeration params.
Jean-Philippe Lang
2017-06-03
1
-2
/
+7
*
Don't check that param is a Hash.
Jean-Philippe Lang
2017-06-03
1
-5
/
+8
*
AR uniq deprecated in Rails 5.
Jean-Philippe Lang
2017-06-03
1
-1
/
+1
*
Use regular instance methods instead of association extensions.
Jean-Philippe Lang
2017-06-03
2
-2
/
+2
*
redirect_to :back deprecated in Rails 5.
Jean-Philippe Lang
2017-06-03
1
-7
/
+9
*
Use JSON instead of XML for reposman.rb.
Jean-Philippe Lang
2017-06-01
1
-3
/
+4
*
Use #safe_attributes= instead.
Jean-Philippe Lang
2017-06-01
1
-1
/
+1
*
Use #skip_after_action instead of #skip_after_filter.
Jean-Philippe Lang
2017-06-01
1
-1
/
+1
*
Don't call #head with a hash.
Jean-Philippe Lang
2017-06-01
1
-1
/
+1
*
Rescue any EncodingError exceptions (#25861).
Jean-Philippe Lang
2017-05-27
1
-1
/
+1
*
Render register page on all non-POST requests to account#register (#25653).
Jean-Philippe Lang
2017-05-13
1
-1
/
+1
*
Only perform login action on explicit POST (#25653).
Jean-Philippe Lang
2017-05-13
1
-3
/
+3
*
Moves project quick search to a dedicated action.
Jean-Philippe Lang
2017-05-13
1
-9
/
+14
*
Preview when editing journal notes broken by r15621.
Jean-Philippe Lang
2017-04-13
1
-2
/
+2
*
Option to copy watchers when copying issues (#10460).
Jean-Philippe Lang
2017-04-06
1
-1
/
+8
*
Code cleanup.
Jean-Philippe Lang
2017-04-05
1
-4
/
+5
*
Adds a link back to the issue list that we are coming from.
Jean-Philippe Lang
2017-04-04
1
-0
/
+6
*
Better handling of update failures when bulk editing time entries.
Jean-Philippe Lang
2017-04-04
1
-18
/
+21
*
Don't hardcode the groups on My page.
Jean-Philippe Lang
2017-04-04
1
-8
/
+3
*
Adds methods to User model to handle tokens.
Jean-Philippe Lang
2017-04-04
2
-5
/
+6
*
Deny edit/update/delete for anonymous user (#25483).
Jean-Philippe Lang
2017-04-03
1
-2
/
+5
*
Send email even if password is not changed (#7577).
Jean-Philippe Lang
2017-04-03
1
-1
/
+1
*
spelling fixes (#25495)
Toshi MARUYAMA
2017-04-02
3
-3
/
+3
*
Delete :issue_query from session instead of :query.
Jean-Philippe Lang
2017-03-14
1
-2
/
+1
*
Let user choose columns and sort order of issue lists on "My page" (#1565).
Jean-Philippe Lang
2017-03-14
1
-0
/
+1
*
Retrieve issues in each responder.
Jean-Philippe Lang
2017-03-13
1
-25
/
+23
*
Don't reload the page when adding/removing a block.
Jean-Philippe Lang
2017-03-13
1
-5
/
+16
*
Removes unneeded inclusions of sort_helper.
Jean-Philippe Lang
2017-03-13
3
-6
/
+0
*
Get rid of sort_helper when using queries.
Jean-Philippe Lang
2017-03-13
3
-20
/
+3
*
Get the count by group from the query directly.
Jean-Philippe Lang
2017-03-09
1
-1
/
+0
*
Removes MyControllerTest#page_layout (#25297).
Jean-Philippe Lang
2017-03-09
1
-12
/
+5
*
Password reset should count as a password change for User#must_change_passwd ...
Jean-Philippe Lang
2017-03-05
1
-7
/
+12
*
Flash messages on CustomFields destroy (#24801).
Jean-Philippe Lang
2017-03-02
1
-1
/
+3
*
remove trailing white space from app/controllers/issues_controller.rb
Toshi MARUYAMA
2017-02-09
1
-1
/
+1
*
Redirect to the parent issue after adding a subtask.
Jean-Philippe Lang
2017-01-30
1
-5
/
+8
*
Show visible spent time link for users allowed to view time entries (#20661).
Jean-Philippe Lang
2017-01-29
1
-0
/
+5
*
Redirect with token in session (#24416).
Jean-Philippe Lang
2017-01-29
1
-2
/
+10
*
Always send images user-uploaded images with Content-Disposition: attachment ...
Jean-Philippe Lang
2017-01-29
2
-2
/
+2
*
Adds a scope for issue auto complete.
Jean-Philippe Lang
2017-01-21
1
-1
/
+1
*
Clean up SQL.
Jean-Philippe Lang
2017-01-21
1
-2
/
+2
*
Filter parent task issues in auto complete by open/closed status depending on...
Jean-Philippe Lang
2017-01-21
1
-0
/
+9
*
Add warning when loosing data from custom fields when bulk editing issues (#2...
Jean-Philippe Lang
2017-01-18
1
-0
/
+19
*
Don't join all associations by default (#24865).
Jean-Philippe Lang
2017-01-18
1
-3
/
+2
[next]