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
*
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
*
scm: git: split fetch_changesets method
Toshi MARUYAMA
2012-02-08
1
-0
/
+5
*
Fixed "can't convert Fixnum into String" error on projects with numerical ide...
Jean-Philippe Lang
2012-02-06
1
-1
/
+1
*
Ability to edit a wiki page's parent on the edit page (#6449).
Jean-Philippe Lang
2012-02-05
1
-0
/
+5
*
Adds a X-Redmine-Sender header to email notifications (#5643).
Jean-Philippe Lang
2012-02-05
1
-0
/
+5
*
Increase username length limit from 30 to 60 (#2719).
Jean-Philippe Lang
2012-02-05
2
-6
/
+9
*
Adds a "Manage related isses" permission to add/remove commits/issues relatio...
Jean-Philippe Lang
2012-02-05
1
-2
/
+2
*
Better handling of issue update conflicts (#8691).
Jean-Philippe Lang
2012-02-04
1
-2
/
+10
*
Replaced ruby-net-ldap with net-ldap 0.2.2 gem.
Jean-Philippe Lang
2012-02-02
1
-1
/
+0
*
Adds a setting that allows to reference/fix issues of all projects (#3087).
Jean-Philippe Lang
2012-02-02
1
-2
/
+4
*
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
[next]