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
*
Log errors when moving attachments (#15295).
Jean-Philippe Lang
2013-11-09
1
-7
/
+18
*
Accept custom field format added at runtime (#15277).
Jean-Philippe Lang
2013-11-09
1
-1
/
+1
*
code format cleanup app/models/changeset.rb
Toshi MARUYAMA
2013-10-24
1
-2
/
+6
*
code format cleanup app/models/issue.rb
Toshi MARUYAMA
2013-10-24
1
-2
/
+4
*
Avoid a query if enabled_modules association is already loaded (#15058).
Jean-Philippe Lang
2013-10-20
1
-1
/
+1
*
Fixed that issue nested set update is triggered even if parent is not changed...
Jean-Philippe Lang
2013-10-20
1
-28
/
+37
*
Avoid N queries when displaying the issue list with custom fields.
Jean-Philippe Lang
2013-10-15
2
-3
/
+12
*
Fixed that viewing/editing a wiki page without WikiContent raises an error (#...
Jean-Philippe Lang
2013-10-13
1
-1
/
+2
*
Fixed that controller_issues_edit_before/after_save hooks have no controller ...
Jean-Philippe Lang
2013-10-13
1
-24
/
+0
*
Avoid lots of CustomField.find_by_id calls when displaying an issue history w...
Jean-Philippe Lang
2013-10-13
2
-3
/
+23
*
Fixed that the mail method should return a Mail::Message (#15113).
Jean-Philippe Lang
2013-10-13
1
-5
/
+10
*
Ability to define commit keywords per tracker (#7590).
Jean-Philippe Lang
2013-10-13
2
-29
/
+31
*
NoMethodError when uploading a file without logger (#14977).
Jean-Philippe Lang
2013-10-05
1
-1
/
+1
*
Don't update issues nor log time when importing old changesets (#4823).
Jean-Philippe Lang
2013-10-05
1
-2
/
+5
*
Pass the commit keyword used to update the issue to the plugin hook.
Jean-Philippe Lang
2013-10-05
1
-1
/
+1
*
Support for multiple issue update keywords/rules in commit messages (#4911).
Jean-Philippe Lang
2013-10-05
2
-14
/
+81
*
remove trailing white-spaces from app/models/custom_field.rb
Toshi MARUYAMA
2013-09-30
1
-2
/
+2
*
Exclude attachments from incoming emails based on file name (#3413).
Jean-Philippe Lang
2013-09-29
1
-0
/
+14
*
REST API: custom fields definition (#11159).
Jean-Philippe Lang
2013-09-29
1
-2
/
+4
*
Prevents invalid SQL with invalid group_ids (#14902).
Jean-Philippe Lang
2013-09-25
1
-2
/
+2
*
Filters show issues with unused custom fields (#13537).
Jean-Philippe Lang
2013-09-13
1
-0
/
+9
*
Wrong done_ratio calculation for parent with subtask having estimated_hours=0...
Jean-Philippe Lang
2013-09-11
1
-1
/
+2
*
Strip eols from file names (#14819).
Jean-Philippe Lang
2013-09-11
1
-2
/
+2
*
Fixed usage of #attribute_present? in UserPreference (#13008).
Jean-Philippe Lang
2013-09-10
1
-2
/
+2
*
remove trailing white-space from app/models/journal.rb
Toshi MARUYAMA
2013-09-05
1
-1
/
+1
*
code format cleanup app/models/issue.rb
Toshi MARUYAMA
2013-08-06
1
-1
/
+1
*
Option to force a user to change his password (#3872).
Jean-Philippe Lang
2013-08-05
1
-0
/
+5
*
Moved CUSTOM_FIELDS_TABS out of the model.
Jean-Philippe Lang
2013-08-04
1
-23
/
+0
*
remove ineffective "logger.info" and "logger.error" check from MailHandler mo...
Toshi MARUYAMA
2013-08-03
1
-9
/
+9
*
Broken tests (#14491).
Jean-Philippe Lang
2013-07-29
1
-1
/
+0
*
Use the default project when receiving an email with an invalid project keywo...
Jean-Philippe Lang
2013-07-29
1
-0
/
+8
*
Filtering issues on "related to" may ignore other filters (#14401).
Jean-Philippe Lang
2013-07-28
1
-3
/
+2
*
Additional status transitions for assignees do not work if assigned to a grou...
Jean-Philippe Lang
2013-07-28
1
-2
/
+6
*
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
[next]