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 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
*
Fixed that r11641 prevents precedes/follows relations between subtasks (#13586).
Jean-Philippe Lang
2013-03-26
1
-2
/
+6
*
remove trailing white-space from app/models/setting.rb
Toshi MARUYAMA
2013-03-25
1
-1
/
+1
*
remove trailing white-space from app/models/user_preference.rb
Toshi MARUYAMA
2013-03-20
1
-1
/
+1
*
remove trailing white space from app/models/version.rb
Toshi MARUYAMA
2013-03-19
1
-1
/
+1
*
fix broken tests on Rails 3.2.13 with Ruby 1.8 (#12399, #12375)
Toshi MARUYAMA
2013-03-19
1
-31
/
+1
*
replace tab to space at app/models/mail_handler.rb
Toshi MARUYAMA
2013-03-18
1
-1
/
+1
*
Code cleanup.
Jean-Philippe Lang
2013-03-17
1
-19
/
+7
*
Fixed: Circular loop when using relations and subtasks (#8794).
Jean-Philippe Lang
2013-03-17
1
-0
/
+14
*
Fixed: subtasks don't resepect following/precedes relations on creation (#129...
Jean-Philippe Lang
2013-03-17
1
-1
/
+1
*
Moves Project#users to a regular method.
Jean-Philippe Lang
2013-03-12
1
-1
/
+5
*
Moves Project#principals to a regular method.
Jean-Philippe Lang
2013-03-12
1
-1
/
+5
*
Prevent one query per User#member_of? call after r11508 (#13301).
Jean-Philippe Lang
2013-03-12
1
-1
/
+5
*
Mail handler: set mail_notification to only_my_events when creating a new use...
Jean-Philippe Lang
2013-03-11
1
-0
/
+1
*
use %r{} instead of // at app/models/repository/subversion.rb
Toshi MARUYAMA
2013-03-07
1
-1
/
+1
*
Mail handler: adds --no-notification option to disable notifications to the c...
Jean-Philippe Lang
2013-03-03
1
-0
/
+4
*
Mail handler: adds --no-account-notice option for not sending account informa...
Jean-Philippe Lang
2013-03-03
1
-2
/
+5
*
Mail handler: adds --default-group option to add created user to one or more ...
Jean-Philippe Lang
2013-03-03
2
-0
/
+15
*
Fixed that copying an issue as a child of itself creates an extra issue (#133...
Jean-Philippe Lang
2013-03-01
1
-5
/
+12
*
Adds "tracker-[id]" CSS class to issues (#13309).
Jean-Philippe Lang
2013-03-01
1
-1
/
+1
*
Performance: avoid querying all memberships in User#roles_for_project (#13301).
Jean-Philippe Lang
2013-03-01
1
-1
/
+13
*
Fixed that #reload raises a Stack too deep error with ruby 2.0.
Jean-Philippe Lang
2013-02-28
3
-3
/
+6
*
Code cleanup.
Jean-Philippe Lang
2013-02-28
1
-2
/
+2
[next]