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
...
*
Removed ORDER option on acts_as_tree that duplicates default_scope.
Jean-Philippe Lang
2014-10-30
1
-1
/
+1
*
Fixed SQL errors with SQLServer (column specified more than once in the order...
Jean-Philippe Lang
2014-10-29
2
-2
/
+2
*
Order scopes cleanup.
Jean-Philippe Lang
2014-10-29
6
-7
/
+7
*
Code cleanup.
Jean-Philippe Lang
2014-10-28
1
-2
/
+2
*
Removed unused instance variable.
Jean-Philippe Lang
2014-10-28
1
-1
/
+1
*
Code cleanup.
Jean-Philippe Lang
2014-10-28
1
-3
/
+3
*
Code cleanup, removed raw SQL.
Jean-Philippe Lang
2014-10-28
2
-2
/
+2
*
Query IssueStatus model to prevent workflows instanciation.
Jean-Philippe Lang
2014-10-26
1
-10
/
+14
*
Code cleanup.
Jean-Philippe Lang
2014-10-26
1
-10
/
+15
*
Prevents useless COUNT queries.
Jean-Philippe Lang
2014-10-26
1
-2
/
+2
*
Code cleanup.
Jean-Philippe Lang
2014-10-26
1
-8
/
+15
*
Clear @assignable_users on reload.
Jean-Philippe Lang
2014-10-25
1
-0
/
+1
*
Makes Project#assignable_users return a scope that prevents 2*n queries.
Jean-Philippe Lang
2014-10-25
2
-6
/
+8
*
Code cleanup.
Jean-Philippe Lang
2014-10-25
2
-17
/
+19
*
Code cleanup, use safer #closed?
Jean-Philippe Lang
2014-10-24
1
-2
/
+2
*
Restores commits reverted when rails-4.1 branch was merged (#18174).
Jean-Philippe Lang
2014-10-24
4
-5
/
+10
*
remove unneeded "references" of joins
Toshi MARUYAMA
2014-10-24
12
-23
/
+0
*
use includes instead of joins at Issue#visible
Toshi MARUYAMA
2014-10-24
1
-1
/
+1
*
Adds a single controller for users and groups memberships and support for add...
Jean-Philippe Lang
2014-10-23
3
-11
/
+23
*
Code cleanup: use #project_condition.
Jean-Philippe Lang
2014-10-23
1
-3
/
+2
*
Use regular AR query instead of raw SQL.
Jean-Philippe Lang
2014-10-23
1
-5
/
+2
*
Replaced Board#topics with a regular method.
Jean-Philippe Lang
2014-10-22
1
-1
/
+5
*
Fixed an SQL error with SQLServer (#14534).
Jean-Philippe Lang
2014-10-22
1
-1
/
+1
*
Code cleanup, use array instead of handcrafted update.
Jean-Philippe Lang
2014-10-22
1
-4
/
+4
*
Removed unneeded :foreign_key option on belongs_to associations.
Jean-Philippe Lang
2014-10-22
12
-23
/
+23
*
Removed deprecated stuff for Redmine 3.0.
Jean-Philippe Lang
2014-10-22
3
-39
/
+0
*
Merged rails-4.1 branch (#14534).
Jean-Philippe Lang
2014-10-22
50
-189
/
+283
*
Fixed test failure with MySQL introduced by r13467.
Jean-Philippe Lang
2014-10-21
1
-1
/
+1
*
Fixed test failure with SQLServer introduced by r13461.
Jean-Philippe Lang
2014-10-21
1
-1
/
+2
*
Fixed tests broken by r13461.
Jean-Philippe Lang
2014-10-20
1
-1
/
+1
*
Code cleanup, removed raw SQL queries.
Jean-Philippe Lang
2014-10-20
1
-61
/
+36
*
use deep_dup to prevent losing mail receiving options (#14491)
Toshi MARUYAMA
2014-10-20
1
-1
/
+1
*
MailHandler: Don't use String#respond_to?(:force_encoding) (#18047)
Toshi MARUYAMA
2014-10-08
1
-1
/
+1
*
Don't link multiple changesets from the same commit multiple times (#17931).
Jean-Philippe Lang
2014-10-05
2
-1
/
+19
*
Let the new time_entry form be submitted without project (#17954).
Jean-Philippe Lang
2014-10-04
1
-6
/
+8
*
Adds buit-in groups to give specific permissions to anonymous and non members...
Jean-Philippe Lang
2014-09-28
8
-27
/
+194
*
Ignore email keywords after truncation line (#8758).
Jean-Philippe Lang
2014-09-20
1
-3
/
+3
*
Expire other sessions on password change (#17796).
Jean-Baptiste Barth
2014-09-16
1
-0
/
+1
*
remove trailing white-space from app/models/issue_custom_field.rb
Toshi MARUYAMA
2014-09-16
1
-1
/
+1
*
Code cleanup (#17717).
Jean-Philippe Lang
2014-09-14
1
-3
/
+5
*
Parent issue autocomplete does not follow to the "Allow cross-project subtask...
Jean-Philippe Lang
2014-09-14
1
-0
/
+22
*
Invalidate security tokens on password or email changes (#17717).
Jean-Baptiste Barth
2014-09-14
1
-1
/
+13
*
Fixed: Files assigned to a version can not be deleted if Issue Tracking modul...
Jean-Philippe Lang
2014-09-13
1
-0
/
+4
*
Make 2nd parameter optional in User#allowed_to_globally? for consistency (#64...
Jean-Baptiste Barth
2014-09-06
1
-1
/
+5
*
Fix syntax for ruby 1.8.7 (#13487).
Jean-Baptiste Barth
2014-08-31
1
-7
/
+2
*
Optimize committers/users map retrieval for statistic graphs (#13487).
Jean-Baptiste Barth
2014-08-31
1
-9
/
+27
*
Honnor committers/users mapping in repository statistics (#13487).
Jean-Baptiste Barth
2014-08-26
1
-3
/
+4
*
Move some RepositoriesController logic to Repository#stats_by_author (#13487).
Jean-Baptiste Barth
2014-08-26
1
-0
/
+23
*
remove unneeded setting self[left_column_name] and self[right_column_name] fr...
Toshi MARUYAMA
2014-08-23
1
-2
/
+0
*
Add time entries custom fields to the context menu for quick bulk edit (#17484).
Jean-Philippe Lang
2014-07-29
1
-0
/
+10
[prev]
[next]