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 members of subprojects in assignee and author filters (#10126).
Jean-Philippe Lang
2012-02-01
2
-7
/
+20
*
Simplifies Principal.active scope (status defaults to 1 for groups).
Jean-Philippe Lang
2012-02-01
1
-1
/
+1
*
code layout cleanup app/models/mail_handler.rb
Toshi MARUYAMA
2012-01-31
1
-13
/
+42
*
code layout cleanup app/models/mail_handler.rb
Toshi MARUYAMA
2012-01-31
1
-2
/
+4
*
Allows attachments on news (#1972).
Jean-Philippe Lang
2012-01-29
1
-0
/
+1
*
Do not validate blank default custom field value.
Jean-Philippe Lang
2012-01-29
1
-1
/
+1
*
Adds support for multiselect custom fields (#1189).
Jean-Philippe Lang
2012-01-29
3
-14
/
+54
*
Extracts custom field values validation from CustomValue so that they can be ...
Jean-Philippe Lang
2012-01-28
3
-33
/
+98
*
Allow underscores in project identifiers (#1363).
Jean-Philippe Lang
2012-01-27
1
-1
/
+1
*
Makes all workflow transitions defined for all roles available to administrat...
Jean-Philippe Lang
2012-01-26
1
-1
/
+1
*
Notify previous assignee when assignee changes (#2694).
Jean-Philippe Lang
2012-01-23
2
-10
/
+18
*
Enable global time logging at /time_entries/new (#10020).
Jean-Philippe Lang
2012-01-21
1
-0
/
+11
*
Fixed that reminders are sent for closed issues (#10006).
Jean-Philippe Lang
2012-01-21
1
-1
/
+1
*
Makes Version REST API accept due_date attribute (#10013).
Jean-Philippe Lang
2012-01-21
1
-0
/
+4
*
Adds an option of the copy form to enable/disable attachments copy (#3055).
Jean-Philippe Lang
2012-01-20
1
-3
/
+5
*
Copy attachments on issue and project copy (#3055).
Jean-Philippe Lang
2012-01-20
2
-4
/
+25
*
Skip a bunch of useless "UPDATE repositories SET extra_info = ..." queries wh...
Jean-Philippe Lang
2012-01-16
1
-2
/
+6
*
Display identifier for the default repository too (#779).
Jean-Philippe Lang
2012-01-15
1
-3
/
+3
*
Adds repository_id param for activity and search results (#779).
Jean-Philippe Lang
2012-01-15
1
-1
/
+1
*
Adds support for multiple repositories per project (#779).
Jean-Philippe Lang
2012-01-15
2
-5
/
+69
*
Resourcified repositories for CRUD operations to prepare for multiple SCM per...
Jean-Philippe Lang
2012-01-15
1
-0
/
+20
*
Adds "me" to user custom fields filters (#9923).
Jean-Philippe Lang
2012-01-13
1
-2
/
+12
*
Adds "my projects" filter on the cross-project issue list.
Jean-Philippe Lang
2012-01-13
1
-0
/
+9
*
Initialize watcher_user_ids for new records to prevent useless queries on eac...
Jean-Philippe Lang
2012-01-08
1
-0
/
+1
*
Check project assignment on issue copy/move.
Jean-Philippe Lang
2012-01-08
1
-4
/
+14
*
Use the regular issue form to copy a single issue.
Jean-Philippe Lang
2012-01-08
1
-1
/
+10
*
Deprecated Issue#move_to_project.
Jean-Philippe Lang
2012-01-07
1
-1
/
+10
*
Check permission before retrieving projects.
Jean-Philippe Lang
2012-01-07
1
-2
/
+4
*
Allows project to be changed from the regular issue update action (#4769, #98...
Jean-Philippe Lang
2012-01-07
1
-10
/
+36
*
Code cleanup.
Jean-Philippe Lang
2012-01-06
1
-13
/
+2
*
Code cleanup.
Jean-Philippe Lang
2012-01-06
1
-27
/
+33
*
Code cleanup.
Jean-Philippe Lang
2012-01-06
1
-13
/
+2
*
Extracted some code from #move_to_project to a callback.
Jean-Philippe Lang
2012-01-06
1
-29
/
+47
*
remove duplicate "private" from MailHandler model
Toshi MARUYAMA
2012-01-06
1
-2
/
+0
*
remove redundant "email" parameter from MailHandler#create_user_from_email
Toshi MARUYAMA
2012-01-06
1
-2
/
+2
*
Rails3: replace deprecated Errors#on to Errors#[] at app/models/mail_handler.rb
Toshi MARUYAMA
2012-01-05
1
-3
/
+3
*
code layout clean up app/models/news.rb
Toshi MARUYAMA
2012-01-05
1
-1
/
+4
*
Faster query.
Jean-Philippe Lang
2012-01-03
1
-2
/
+19
*
Rails3: model: mailer: use .to_s at redmine_headers method
Toshi MARUYAMA
2012-01-02
1
-1
/
+1
*
Rails3 compat.
Jean-Philippe Lang
2012-01-01
1
-1
/
+4
*
Order is already defined on attachments association.
Jean-Philippe Lang
2012-01-01
1
-1
/
+1
*
Do not add errors on attributes on fake attributes.
Jean-Philippe Lang
2011-12-26
1
-6
/
+11
*
Rails3 compatibility.
Jean-Philippe Lang
2011-12-26
1
-1
/
+1
*
Use :joins instead of :include in calculations.
Jean-Philippe Lang
2011-12-26
1
-2
/
+2
*
Code cleanup.
Jean-Philippe Lang
2011-12-24
1
-4
/
+5
*
Dup attributes instead of issue object.
Jean-Philippe Lang
2011-12-24
1
-5
/
+4
*
remove trailing white-spaces from app/models/user.rb
Toshi MARUYAMA
2011-12-19
1
-1
/
+1
*
Use validation callback.
Jean-Philippe Lang
2011-12-18
1
-3
/
+4
*
Removed unused scope.
Jean-Philippe Lang
2011-12-18
1
-6
/
+0
*
Removed unused scope.
Jean-Philippe Lang
2011-12-18
1
-6
/
+0
[next]