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
*
Fixed that sorting time entries by custom field raises a SQL error (#14366).
Jean-Philippe Lang
2013-07-28
1
-0
/
+9
*
Fixed that displaying time entries with custom field column raises an error (...
Jean-Philippe Lang
2013-07-24
2
-1
/
+5
*
Don't hardcode news model in Comment.
Jean-Philippe Lang
2013-07-15
1
-2
/
+3
*
Use AR callbacks instead of observers (removed in Rails4) for notifications.
Jean-Philippe Lang
2013-07-14
14
-169
/
+69
*
Ability to save Gantt query filters (#7836).
Jean-Philippe Lang
2013-07-14
2
-0
/
+26
*
Use Hash#reject that returns a Hash with ruby1.8 when Hash#select that return...
Jean-Philippe Lang
2013-07-13
1
-2
/
+4
*
Don't notify users about relations that are not visible (#1005).
Jean-Philippe Lang
2013-07-13
2
-3
/
+17
*
Fixed that relations to issues that are not visible are displayed in the issu...
Jean-Philippe Lang
2013-07-13
1
-0
/
+3
*
Role-based issue custom field visibility (#5037).
Jean-Philippe Lang
2013-07-13
12
-51
/
+194
*
Removed dead code.
Jean-Philippe Lang
2013-07-13
1
-25
/
+0
*
Log email delivery errors (#14403).
Jean-Philippe Lang
2013-07-13
1
-1
/
+11
*
Adds 'assigned-to-my-group' css class to issues that are assigned to a user's...
Jean-Philippe Lang
2013-07-11
1
-3
/
+6
*
Role based custom queries (#1019).
Jean-Philippe Lang
2013-07-11
3
-7
/
+59
*
gender neutral source comment at app/models/user.rb
Toshi MARUYAMA
2013-07-06
1
-1
/
+1
*
gender neutral source comment at app/models/mailer.rb
Toshi MARUYAMA
2013-07-06
1
-1
/
+2
*
Code cleanup.
Jean-Philippe Lang
2013-06-13
1
-10
/
+13
*
Fixed tests broken by r11965.
Jean-Philippe Lang
2013-06-12
1
-5
/
+2
*
Adds User#builtin_role.
Jean-Philippe Lang
2013-06-12
2
-5
/
+12
*
Cleanup of finders with :conditions option.
Jean-Philippe Lang
2013-06-12
7
-85
/
+78
*
Adds Watcher.any_watched? to check if at least one object of a collection is ...
Jean-Philippe Lang
2013-06-11
1
-0
/
+13
*
Perf: don't load all projects.
Jean-Philippe Lang
2013-06-11
1
-7
/
+6
*
remove trailing white-space from app/models/user.rb
Toshi MARUYAMA
2013-06-10
1
-1
/
+1
*
Adds a way for a registered user to get a new action email (#14228).
Jean-Philippe Lang
2013-06-09
1
-3
/
+3
*
fix that project auto generation fails when projects created in the same time...
Toshi MARUYAMA
2013-06-08
1
-1
/
+1
*
Don't validate start date when updating an issue without changing it (#14086).
Jean-Philippe Lang
2013-06-05
1
-2
/
+2
*
Adds a specific error message for when the start date is too earlier than the...
Jean-Philippe Lang
2013-06-04
1
-1
/
+2
*
Query#add_custom_fields_filters now takes a custom fields scope.
Jean-Philippe Lang
2013-06-01
3
-40
/
+47
*
Project#all_issue_custom_fields now returns a scope.
Jean-Philippe Lang
2013-06-01
1
-2
/
+6
*
remove trailing white-space from app/models/mailer.rb
Toshi MARUYAMA
2013-05-25
1
-1
/
+1
*
add journal after creating/deleting issue relation (#1005)
Toshi MARUYAMA
2013-05-19
1
-0
/
+28
*
Code cleanup.
Jean-Philippe Lang
2013-05-18
1
-13
/
+16
*
Fixed that filtering may return unwanted blank values (#14051).
Jean-Philippe Lang
2013-05-16
1
-2
/
+5
*
Fixed that values of custom fields are not kept in issues when copying a proj...
Jean-Philippe Lang
2013-05-13
1
-0
/
+3
*
Update notified_project_ids while saving record.
Jean-Philippe Lang
2013-05-13
1
-4
/
+16
*
Fixed that locking and unlocking a user resets the email notification checkbo...
Jean-Philippe Lang
2013-05-13
2
-1
/
+4
*
Fix handling multiple text parts in email (#13646).
Jean-Philippe Lang
2013-05-12
1
-4
/
+13
*
Issue#children is never nil (#14015).
Jean-Philippe Lang
2013-05-12
1
-1
/
+1
*
Check inclusion only once (#14015).
Jean-Philippe Lang
2013-05-12
1
-6
/
+10
*
Replaces camelcase variable names (#14015).
Jean-Philippe Lang
2013-05-12
1
-12
/
+12
*
Removes some empty lines (#14015).
Jean-Philippe Lang
2013-05-12
1
-13
/
+0
*
Removes then's (#14015).
Jean-Philippe Lang
2013-05-12
1
-7
/
+7
*
Replaces camelcase variable names (#14015).
Jean-Philippe Lang
2013-05-12
1
-30
/
+28
*
Improved Issue#all_dependent_issues (#14015).
Jean-Philippe Lang
2013-05-12
1
-9
/
+101
*
Adds a method for extracting MailHandler options from ENV.
Jean-Philippe Lang
2013-05-04
1
-0
/
+13
*
Fixed that deleting a system activity with children in use raises an error (#...
Jean-Philippe Lang
2013-05-01
1
-2
/
+6
*
Propose system activities only when reassigning time entries (#13783).
Jean-Philippe Lang
2013-05-01
1
-0
/
+1
*
Fixed: Unable to set custom fields for versions using the REST API (#13850).
Jean-Philippe Lang
2013-05-01
1
-1
/
+2
*
remove trailing white-space from app/models/project.rb
Toshi MARUYAMA
2013-04-21
1
-1
/
+1
*
remove trailing white-spaces and redundant empty line from app/models/issue_q...
Toshi MARUYAMA
2013-04-19
1
-2
/
+1
*
remove trailing white-space from app/models/role.rb
Toshi MARUYAMA
2013-04-12
1
-1
/
+1
[next]