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 sort order on issues association.
Jean-Philippe Lang
2012-03-04
1
-1
/
+1
*
Rails 3.1 compatibility.
Jean-Philippe Lang
2012-03-04
1
-2
/
+2
*
Rails 3.1 compatibility.
Jean-Philippe Lang
2012-03-04
1
-5
/
+4
*
Adds Redmine::Utils.random_hex for generating a random hex string.
Jean-Philippe Lang
2012-03-04
3
-4
/
+4
*
Use a single query to retrieve issues_count, open_issues_count and closed_iss...
Jean-Philippe Lang
2012-03-02
1
-3
/
+21
*
Adds an optional LDAP filter (#1060).
Jean-Philippe Lang
2012-03-01
1
-2
/
+22
*
MailHandler: fixed that sender's fullname is not unquoted (#10334).
Jean-Philippe Lang
2012-03-01
1
-1
/
+1
*
Fixes r9029.
Jean-Philippe Lang
2012-02-28
1
-8
/
+7
*
Implements the behaviour expected in user_test.
Jean-Philippe Lang
2012-02-28
1
-1
/
+2
*
Mailer#url_for not called in views with Rails 3.1.
Jean-Philippe Lang
2012-02-27
1
-5
/
+0
*
Override @#url_for@ in AM to force generation of absolute links (#10251).
Etienne Massip
2012-02-27
1
-0
/
+5
*
Rails 3.1 compatibility (order declared on association takes precedence).
Jean-Philippe Lang
2012-02-26
1
-3
/
+2
*
remove trailing white-spaces from app/models/attachment.rb
Toshi MARUYAMA
2012-02-26
1
-3
/
+3
*
Fixed Version#issues_progress for Rails 3.1.
Jean-Philippe Lang
2012-02-25
1
-2
/
+2
*
Use :joins instead of :include.
Jean-Philippe Lang
2012-02-24
1
-1
/
+1
*
Round hours when reading TimeEntry attribute.
Jean-Philippe Lang
2012-02-24
1
-0
/
+9
*
Cleanup instance variables when reloading a project.
Jean-Philippe Lang
2012-02-24
1
-0
/
+13
*
Removed useless option.
Jean-Philippe Lang
2012-02-24
1
-1
/
+1
*
Use subclasses method instead of class variable.
Jean-Philippe Lang
2012-02-24
1
-1
/
+1
*
Rails3: scm: mercurial: use .to_s for overriding human_attribute_name parameter
Toshi MARUYAMA
2012-02-24
1
-1
/
+1
*
Rails3: scm: git: use .to_s for overriding human_attribute_name parameter
Toshi MARUYAMA
2012-02-24
1
-1
/
+1
*
Rails3: scm: filesystem: use .to_s for overriding human_attribute_name parameter
Toshi MARUYAMA
2012-02-24
1
-1
/
+1
*
Rails3: scm: darcs: use .to_s for overriding human_attribute_name parameter
Toshi MARUYAMA
2012-02-24
1
-1
/
+1
*
Rails3: scm: cvs: use .to_s for overriding human_attribute_name parameter
Toshi MARUYAMA
2012-02-24
1
-1
/
+1
*
Rails3: scm: bazaar: use .to_s for overriding human_attribute_name parameter
Toshi MARUYAMA
2012-02-24
1
-1
/
+1
*
Rails3: scm: use .to_s for overriding human_attribute_name parameter at repos...
Toshi MARUYAMA
2012-02-24
1
-1
/
+1
*
Rails3: use .to_s for overriding human_attribute_name parameter at group model
Toshi MARUYAMA
2012-02-24
1
-1
/
+1
*
scm: mercurial: use to_s for revision in find_changeset_by_name method
Toshi MARUYAMA
2012-02-23
1
-5
/
+6
*
Better message for file size validation error.
Jean-Philippe Lang
2012-02-23
1
-1
/
+1
*
scm: use to_s for revision in find_changeset_by_name method
Toshi MARUYAMA
2012-02-23
1
-2
/
+3
*
Adds support for adding attachments to issues through the REST API (#8171).
Jean-Philippe Lang
2012-02-23
1
-5
/
+16
*
Fixed magic link in the note added when closing an issue by a commit from a s...
Jean-Philippe Lang
2012-02-20
1
-4
/
+8
*
Friendly response when the LDAP connection fails.
Jean-Philippe Lang
2012-02-19
2
-2
/
+6
*
Fixed random failures in RepositoriesControllerTest with ruby-1.8.7-p358.
Jean-Philippe Lang
2012-02-19
1
-1
/
+5
*
Require net/ldap.
Jean-Philippe Lang
2012-02-19
1
-0
/
+1
*
Adds a rake test that removes old unattached uploads (#10253).
Jean-Philippe Lang
2012-02-16
1
-1
/
+1
*
Better handling of attachments when issue validation fails (#10253).
Jean-Philippe Lang
2012-02-16
2
-40
/
+44
*
Makes user autocompleters work with firstname and lastname.
Jean-Philippe Lang
2012-02-14
2
-12
/
+14
*
Fixed: error when creating a project with a version format custom field (#102...
Jean-Philippe Lang
2012-02-13
1
-4
/
+9
*
Prevent ActiveRecord::StaleObjectError in Issue#reschedule_after (#7920).
Jean-Philippe Lang
2012-02-12
1
-1
/
+7
*
Fixed potential error when sorting members without role (#10053).
Jean-Philippe Lang
2012-02-12
2
-2
/
+14
*
Adds a News#commentable? method to easily specific additional rules.
Jean-Philippe Lang
2012-02-11
1
-0
/
+5
*
Fixed that changesets parents associations are not deleted when deleting a re...
Jean-Philippe Lang
2012-02-11
1
-1
/
+7
*
scm: git: reduce saving heads times in fetching revisions (#8857, #9472)
Toshi MARUYAMA
2012-02-11
1
-2
/
+7
*
scm: git: call "git log" only once instead of per branch in fetching revision...
Toshi MARUYAMA
2012-02-11
1
-28
/
+39
*
scm: git: raise exception if "git log" is error and block is given in lib rev...
Toshi MARUYAMA
2012-02-10
1
-12
/
+16
*
Use #reduce instead of #inject for getting the intersection of arrays.
Jean-Philippe Lang
2012-02-09
1
-1
/
+1
*
Code cleanup.
Jean-Philippe Lang
2012-02-09
1
-1
/
+1
*
Bulk-edit custom fields through context menu (#6296).
Jean-Philippe Lang
2012-02-09
1
-1
/
+5
*
scm: git: add model method to get heads from extra_info branches hash (#8857)
Toshi MARUYAMA
2012-02-09
1
-0
/
+7
[next]