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
/
models
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adds created_on as available column on timelog list (#26396).
Jean-Philippe Lang
2017-07-16
1
-0
/
+1
*
Set default configuration for the timelog list (#26356).
Jean-Philippe Lang
2017-07-12
3
-7
/
+9
*
Error displaying time entries filtered by Activity (#26387).
Jean-Philippe Lang
2017-07-09
1
-3
/
+3
*
LdapError is deprecated (#24970).
Jean-Philippe Lang
2017-07-08
1
-2
/
+2
*
Fixed User#project_ids_by_role when first called within chained scopes (#26376).
Jean-Philippe Lang
2017-07-08
1
-27
/
+31
*
Replace tabs with spaces (#26333).
Toshi MARUYAMA
2017-07-04
4
-5
/
+5
*
Setting to disable automatic closing of duplicates (#26192).
Jean-Philippe Lang
2017-06-25
1
-1
/
+1
*
Update copyright.
Jean-Philippe Lang
2017-06-25
76
-76
/
+76
*
Set inverse_of on project boards association.
Jean-Philippe Lang
2017-06-10
1
-1
/
+1
*
Preview files by default instead of downloading them (#25988).
Jean-Philippe Lang
2017-06-10
1
-1
/
+5
*
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
*
Use strong params for CustomFieldEnumeration.
Jean-Philippe Lang
2017-06-03
1
-8
/
+0
*
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
1
-1
/
+1
*
Use regular instance methods instead of association extensions.
Jean-Philippe Lang
2017-06-03
3
-4
/
+13
*
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
*
Send journal notification after commit (#25794).
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
*
remove trailing white-space from app/models/time_entry_query.rb
Toshi MARUYAMA
2017-04-25
1
-1
/
+1
*
remove trailing white-space from app/models/user.rb
Toshi MARUYAMA
2017-04-25
1
-1
/
+1
*
Prevent deadlocks by only locking the exact records we need to have locked (#...
Jean-Philippe Lang
2017-04-13
1
-8
/
+14
*
Option to set a default assignee on each project (#482).
Jean-Philippe Lang
2017-04-08
4
-5
/
+23
*
Fixed that watchers list is not updated when changing project on the new issu...
Jean-Philippe Lang
2017-04-06
1
-0
/
+3
*
Option to copy watchers when copying issues (#10460).
Jean-Philippe Lang
2017-04-06
1
-0
/
+3
*
Fixed that related to "no open issues" filter shows all issues (#25478).
Jean-Philippe Lang
2017-04-06
1
-1
/
+1
*
Always set spent_hours instance variables to a Float in Issue instances (#255...
Jean-Philippe Lang
2017-04-05
1
-3
/
+3
*
Use 2 queries that use an index.
Jean-Philippe Lang
2017-04-04
1
-1
/
+2
*
Use #to_sql to generate the subquery.
Jean-Philippe Lang
2017-04-04
1
-6
/
+7
*
Adds a scope to left join the issue.
Jean-Philippe Lang
2017-04-04
2
-1
/
+4
*
Don't compare LOWER() with #downcase.
Jean-Philippe Lang
2017-04-04
1
-5
/
+3
*
SQL Cleanup.
Jean-Philippe Lang
2017-04-04
1
-2
/
+1
*
Let the issue list be grouped by private flag.
Jean-Philippe Lang
2017-04-04
1
-1
/
+1
*
Don't hardcode the groups on My page.
Jean-Philippe Lang
2017-04-04
1
-5
/
+28
*
Adds methods to User model to handle tokens.
Jean-Philippe Lang
2017-04-04
1
-0
/
+14
*
Makes Attachments column available on the issue list (#25515).
Jean-Philippe Lang
2017-04-04
1
-1
/
+2
*
Query through multiple projects by issue custom field not possible anymore (#...
Jean-Philippe Lang
2017-04-03
4
-15
/
+27
*
Delete the file after the change is committed (#25215).
Jean-Philippe Lang
2017-04-03
1
-2
/
+6
*
Adds file equality check to deduplication hook (#25215).
Jean-Philippe Lang
2017-04-03
1
-3
/
+10
*
Reuse existing identical disk files for new attachments (#25215).
Jean-Philippe Lang
2017-04-03
1
-0
/
+19
*
Change MD5 table header to Checksum (#25240).
Jean-Philippe Lang
2017-04-03
1
-0
/
+5
*
Adds a rake task to update attachments digests to SHA256 (#25240).
Jean-Philippe Lang
2017-04-03
1
-1
/
+22
*
Changes the digest used for attachments to SHA256 (#25240).
Jean-Philippe Lang
2017-04-03
1
-5
/
+5
*
Reset status when copying issues (#23610).
Jean-Philippe Lang
2017-04-03
2
-7
/
+5
[next]