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
*
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
*
Don't reload the issue in after_save callback.
Jean-Philippe Lang
2013-02-28
1
-3
/
+0
*
Time entry with 2 digits year should not validate (#3107).
Jean-Philippe Lang
2013-02-24
1
-0
/
+1
*
Fixed that relations may not be refreshed when adding a follows relation (#13...
Jean-Philippe Lang
2013-02-24
1
-0
/
+1
*
Use User#generate_password in MailHandler.
Jean-Philippe Lang
2013-02-23
1
-3
/
+1
*
Option to generate a random password on user creation/update.
Jean-Philippe Lang
2013-02-23
1
-7
/
+19
*
Refactor: makes issue id a regular QueryColumn.
Jean-Philippe Lang
2013-02-23
2
-7
/
+10
*
fix typo at app/models/user.rb (#5719)
Toshi MARUYAMA
2013-02-18
1
-2
/
+2
*
Optimizes the SQL query behind Principal#member_of.
Jean-Philippe Lang
2013-02-17
1
-1
/
+1
*
replace tabs to spaces at app/models/issue.rb
Toshi MARUYAMA
2013-02-17
1
-2
/
+2
*
replace tabs to spaces at app/models/setting.rb
Toshi MARUYAMA
2013-02-17
1
-9
/
+9
*
remove trailing tabs from app/models/project.rb
Toshi MARUYAMA
2013-02-17
1
-2
/
+2
*
Adds Issue#status_was that returns the initial issue status.
Jean-Philippe Lang
2013-02-17
1
-3
/
+16
*
Makes closed_on available as column and filter on the issue list (#824).
Jean-Philippe Lang
2013-02-16
1
-0
/
+2
*
Adds closed_on column that stores the time of the last closing (#824).
Jean-Philippe Lang
2013-02-16
1
-4
/
+17
*
Test broken by r11392 (#13174).
Jean-Philippe Lang
2013-02-15
1
-3
/
+3
*
Possibility to define the default enable trackers when creating a project (#1...
Jean-Philippe Lang
2013-02-15
1
-1
/
+6
*
Raised group name maximum length to 255 characters (#13174).
Jean-Philippe Lang
2013-02-15
1
-1
/
+1
*
Code cleanup.
Jean-Philippe Lang
2013-02-14
1
-10
/
+4
*
Adds token finder methods.
Jean-Philippe Lang
2013-02-14
1
-4
/
+21
*
Refactor: use an ordered hash to store available filters and remove :order op...
Jean-Philippe Lang
2013-02-14
3
-138
/
+146
*
remove trailing white-spaces from app/models/custom_field.rb
Toshi MARUYAMA
2013-02-12
1
-4
/
+4
*
remove trailing white-space from app/models/board.rb
Toshi MARUYAMA
2013-02-10
1
-1
/
+1
*
Typo that breaks with ruby1.8.
Jean-Philippe Lang
2013-02-09
1
-1
/
+1
*
Fixed that project overview page shows trackers from subprojects with disable...
Jean-Philippe Lang
2013-02-09
1
-0
/
+1
*
Fixed: error raised when copying project wiki with wiki module disabled (#130...
Jean-Philippe Lang
2013-02-07
1
-1
/
+3
[next]