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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add download link to no preview message (#26035).
Jean-Philippe Lang
2017-06-17
3
-3
/
+25
*
Move download link to contextual area (#26035).
Jean-Philippe Lang
2017-06-17
3
-11
/
+13
*
Link to user by id (#4179).
Jean-Philippe Lang
2017-06-17
1
-0
/
+4
*
Preview files by default instead of downloading them (#25988).
Jean-Philippe Lang
2017-06-17
1
-1
/
+1
*
Clean up wiki destroy confirmation message.
Jean-Philippe Lang
2017-06-10
1
-5
/
+6
*
Set inverse_of on project boards association.
Jean-Philippe Lang
2017-06-10
2
-2
/
+2
*
Removes duplicate avatar of assignee (#25775).
Jean-Philippe Lang
2017-06-10
1
-1
/
+1
*
Show assignee's icon in addition to author's icon (#25775).
Jean-Philippe Lang
2017-06-10
1
-1
/
+4
*
Highlight menu item when viewing an attachment (#25988).
Jean-Philippe Lang
2017-06-10
1
-0
/
+16
*
Preview files by default instead of downloading them (#25988).
Jean-Philippe Lang
2017-06-10
4
-31
/
+35
*
Style links on repository entries as 2nd level tabs (like in settings) (#25999).
Jean-Philippe Lang
2017-06-10
1
-7
/
+16
*
Make common/_tabs partial usable without JS partial switching (#25999).
Jean-Philippe Lang
2017-06-10
1
-2
/
+2
*
Add download icon to download links on file and repo entry preview (#25999).
Jean-Philippe Lang
2017-06-10
2
-2
/
+2
*
View content of repository files by default, instead of its history (#25999).
Jean-Philippe Lang
2017-06-10
3
-3
/
+3
*
remove is_binary_data? from String (#25563)
Toshi MARUYAMA
2017-06-10
1
-1
/
+1
*
Add table border to email notifications (#25842).
Jean-Philippe Lang
2017-06-07
1
-0
/
+8
*
Search in project and its subprojects by default (#9909).
Jean-Philippe Lang
2017-06-07
2
-0
/
+9
*
Fixes wrong condition (#4179).
Jean-Philippe Lang
2017-06-07
1
-1
/
+1
*
Link to user in wiki syntax (#4179).
Jean-Philippe Lang
2017-06-07
1
-7
/
+27
*
DOn't show time entries when query is invalid (#23912).
Jean-Philippe Lang
2017-06-07
2
-0
/
+4
*
Link to issues assigned to user or his groups (#25212).
Jean-Philippe Lang
2017-06-06
1
-1
/
+1
*
Set default assignee before validation (#26072).
Jean-Philippe Lang
2017-06-06
1
-1
/
+1
*
Fixes typo in safe attributes declaration (#25724).
Jean-Philippe Lang
2017-06-06
1
-1
/
+1
*
allow unicode whitespace after mail handler body delimiters (#17718)
Toshi MARUYAMA
2017-06-06
1
-1
/
+1
*
Using #joins is needed here with Rails 5.
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
*
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
2
-12
/
+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
*
Prevent clash with Rails 5.1 Mailer class.
Jean-Philippe Lang
2017-06-03
2
-5
/
+5
*
Make sure that the journal is not created if issue is saved.
Jean-Philippe Lang
2017-06-03
2
-0
/
+7
*
AR uniq deprecated in Rails 5.
Jean-Philippe Lang
2017-06-03
2
-2
/
+2
*
Use regular instance methods instead of association extensions.
Jean-Philippe Lang
2017-06-03
5
-6
/
+15
*
redirect_to :back deprecated in Rails 5.
Jean-Philippe Lang
2017-06-03
1
-7
/
+9
*
Use query parameters intead of params in CSV link.
Jean-Philippe Lang
2017-06-01
1
-1
/
+1
*
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
*
use only one if with two conditions in issue show instead of two ifs (if in i...
Toshi MARUYAMA
2017-05-30
1
-4
/
+2
*
Show the same trackers and statuses on time entry queries (#5385).
Jean-Philippe Lang
2017-05-27
3
-4
/
+4
*
Statuses of subprojects should be showed too (#5385).
Jean-Philippe Lang
2017-05-27
1
-1
/
+1
*
Show statuses of project trackers only (#5385).
Jean-Philippe Lang
2017-05-27
3
-1
/
+23
*
Cusotom field label should not be associated to the first input (#25760).
Jean-Philippe Lang
2017-05-27
1
-2
/
+9
*
Send journal notification after commit (#25794).
Jean-Philippe Lang
2017-05-27
2
-2
/
+2
*
Rescue any EncodingError exceptions (#25861).
Jean-Philippe Lang
2017-05-27
1
-1
/
+1
*
Check tracker permissions when copying an issue (#25791).
Jean-Philippe Lang
2017-05-27
1
-1
/
+10
*
Send reminders about visible issues only (#25713).
Jean-Philippe Lang
2017-05-13
1
-1
/
+4
[next]