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
*
Make sure we don't cast an empty string to numeric (#12713).
Jean-Philippe Lang
2013-01-03
2
-7
/
+7
*
Use joins instead of sub-queries in group by/sort by when using custom fields...
Jean-Philippe Lang
2013-01-03
2
-13
/
+23
*
Repository changesets are already sorted by committed_on DESC (#12713).
Jean-Philippe Lang
2013-01-03
1
-2
/
+1
*
Prevents position to be specified more than once in the order by list which i...
Jean-Philippe Lang
2013-01-03
1
-1
/
+1
*
SQLServer: rule is a reserved keyword (#12713).
Jean-Philippe Lang
2013-01-03
1
-2
/
+2
*
SQLServer: The size (60) given to the type 'decimal' exceeds the maximum allo...
Jean-Philippe Lang
2013-01-03
2
-7
/
+7
*
Typo in app/models/tracker.rb (#12707).
Jean-Philippe Lang
2013-01-02
1
-1
/
+1
*
Auto-populate fields while creating a new user with LDAP (#10286).
Jean-Philippe Lang
2012-12-26
2
-7
/
+53
*
Code cleanup, use named routes.
Jean-Philippe Lang
2012-12-22
1
-0
/
+5
*
remove trailing white-spaces from app/models/issue_relation.rb
Toshi MARUYAMA
2012-12-21
1
-2
/
+2
*
Code cleanup.
Jean-Philippe Lang
2012-12-13
3
-4
/
+4
*
Fixed that validation fails when receiving an email with list custom fields (...
Jean-Philippe Lang
2012-12-13
1
-1
/
+7
*
Store attachments in subdirectories (#5298).
Jean-Philippe Lang
2012-12-13
1
-7
/
+38
*
Moved IssueRelations to IssueRelation::Relations.
Jean-Philippe Lang
2012-12-10
2
-15
/
+15
*
Merged ajax_upload branch (#3957).
Jean-Philippe Lang
2012-12-10
1
-2
/
+10
*
Makes time entry custom fields available for display on the time entries list...
Jean-Philippe Lang
2012-12-09
1
-1
/
+8
*
Adds filters for custom fields related to the project and user of time entrie...
Jean-Philippe Lang
2012-12-09
1
-0
/
+1
*
Adds filters for regular/custom fields to the time entries list/report (#10191).
Jean-Philippe Lang
2012-12-09
2
-2
/
+51
*
Fixed syntax for ruby1.8.
Jean-Philippe Lang
2012-12-09
1
-1
/
+1
*
Adds TimeEntryQuery for listing time entries.
Jean-Philippe Lang
2012-12-09
2
-5
/
+108
*
Moved build_query_from_params helper to Query#build_from_params.
Jean-Philippe Lang
2012-12-09
1
-0
/
+15
*
Moves issue specific code to IssueQuery.
Jean-Philippe Lang
2012-12-09
2
-112
/
+128
*
Adds STI to Query model. Issue queries are now IssueQuery instances.
Jean-Philippe Lang
2012-12-09
3
-299
/
+324
*
Use inheritable class attributes in Query model.
Jean-Philippe Lang
2012-12-09
1
-53
/
+46
*
Use \A and \z in validation regexps.
Jean-Philippe Lang
2012-12-08
1
-1
/
+1
*
Use \A and \z in validation regexps.
Jean-Philippe Lang
2012-12-08
6
-7
/
+7
*
Cleanup dependencies in Project model.
Jean-Philippe Lang
2012-12-08
1
-2
/
+2
*
Moved user status constants to Principal model.
Jean-Philippe Lang
2012-12-08
2
-6
/
+6
*
Group events in the activity view (#12542).
Jean-Philippe Lang
2012-12-08
4
-0
/
+4
*
Rewrites named scopes with ARel queries.
Jean-Philippe Lang
2012-12-07
12
-55
/
+55
*
Use lambda form in model scopes (#12499)
Jean-Baptiste Barth
2012-12-07
12
-19
/
+19
*
Adds an option for displaying the issue description on the issue list (#3447).
Jean-Philippe Lang
2012-12-06
1
-1
/
+24
*
remove trailing white-space from app/models/issue_category.rb
Toshi MARUYAMA
2012-12-04
1
-1
/
+1
*
Code cleanup.
Jean-Philippe Lang
2012-12-03
1
-20
/
+10
*
Replaces find(:first/:all) calls.
Jean-Philippe Lang
2012-12-03
1
-12
/
+19
*
Replaces find(:first) calls.
Jean-Philippe Lang
2012-12-03
5
-11
/
+17
*
Replaces find(:all) calls.
Jean-Philippe Lang
2012-12-02
1
-4
/
+6
*
Replaces find(:all) calls.
Jean-Philippe Lang
2012-12-02
10
-32
/
+29
*
Replaces find(:all) calls.
Jean-Philippe Lang
2012-12-02
1
-0
/
+2
*
Makes User.current thread safe (#12097).
Jean-Philippe Lang
2012-12-02
1
-2
/
+2
*
remove trailing white-spaces from app/models/repository.rb
Toshi MARUYAMA
2012-11-28
1
-2
/
+2
*
code layout cleanup app/models/issue_relation.rb
Toshi MARUYAMA
2012-11-28
1
-17
/
+33
*
Code cleanup.
Jean-Philippe Lang
2012-11-27
1
-3
/
+1
*
Code cleanup.
Jean-Philippe Lang
2012-11-27
3
-7
/
+8
*
Validate email only if changed.
Jean-Philippe Lang
2012-11-27
1
-1
/
+1
*
Code cleanup.
Jean-Philippe Lang
2012-11-27
1
-1
/
+1
*
Code cleanup.
Jean-Philippe Lang
2012-11-27
1
-8
/
+8
*
Fixed the behaviour for when rescheduling a parent task (#4590).
Jean-Philippe Lang
2012-11-24
1
-1
/
+9
*
Precede-Follow relation should move following issues earlier when reschedulin...
Jean-Philippe Lang
2012-11-24
1
-3
/
+8
*
Respond with 404 instead of 500 when requesting a wiki diff with invalid vers...
Jean-Philippe Lang
2012-11-24
1
-1
/
+2
[next]