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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adds Private filter to the issue list (#8577).
Jean-Philippe Lang
2012-07-05
1
-1
/
+13
*
Makes Private column available on the issue list (#8577).
Jean-Philippe Lang
2012-07-05
1
-0
/
+5
*
Perf: don't load preferences for the anonymous user.
Jean-Philippe Lang
2012-07-05
1
-0
/
+4
*
Perf: use a custom decoder for Role#permissions instead of YAML.load.
Jean-Philippe Lang
2012-07-05
1
-5
/
+14
*
Ability to disable standard fields on a per tracker basis (#1091).
Jean-Philippe Lang
2012-07-05
11
-43
/
+188
*
Fixed: Can't filter for negative numeric custom field (#11307).
Jean-Philippe Lang
2012-07-04
1
-2
/
+2
*
Code cleanup.
Jean-Philippe Lang
2012-07-04
1
-1
/
+1
*
Code cleanup.
Jean-Philippe Lang
2012-07-04
1
-6
/
+1
*
Code cleanup.
Jean-Philippe Lang
2012-07-04
1
-6
/
+2
*
Perf: don't load parent message for generating a link.
Jean-Philippe Lang
2012-07-04
1
-1
/
+1
*
Code cleanup.
Etienne Massip
2012-06-26
1
-8
/
+9
*
More specific flash message when creating a user account.
Jean-Philippe Lang
2012-06-26
1
-1
/
+1
*
Additional "Log time" link on project overview (#11181).
Jean-Philippe Lang
2012-06-26
1
-1
/
+5
*
Fixed: Link is escaped in wiki added/updated notification email (#11262).
Jean-Philippe Lang
2012-06-26
2
-2
/
+2
*
Fixed that root projects are escaped twice in the project drop down (#11217).
Jean-Philippe Lang
2012-06-26
1
-1
/
+1
*
Moved logic relative to project status from User to Project model (#3640).
Jean-Philippe Lang
2012-06-25
2
-6
/
+10
*
Visual hint for closed projects on project list (#3640).
Jean-Philippe Lang
2012-06-25
1
-1
/
+1
*
Ability to close projects (read-only) (#3640).
Jean-Philippe Lang
2012-06-25
10
-23
/
+77
*
Removed test line committed accidently (#11073).
Etienne Massip
2012-06-23
1
-1
/
+0
*
Use base class name as customized type to fix @UserCustomField#order_statement@.
Etienne Massip
2012-06-23
1
-2
/
+3
*
Reversed order of priorities on the issue summary page (#11205).
Jean-Philippe Lang
2012-06-20
1
-2
/
+2
*
Makes repository url read-only after saving.
Jean-Philippe Lang
2012-06-20
3
-10
/
+13
*
Safe attributes for repositories.
Jean-Philippe Lang
2012-06-19
3
-2
/
+14
*
Make repository identifier accept underscores (#11192).
Jean-Philippe Lang
2012-06-19
1
-2
/
+2
*
Removed invalid nested p tags.
Jean-Philippe Lang
2012-06-18
3
-6
/
+4
*
Fixed that deleting a project with subtasks may fail (#11185).
Jean-Philippe Lang
2012-06-18
1
-0
/
+22
*
Display dates using user's locale if available (#2190).
Etienne Massip
2012-06-16
1
-3
/
+3
*
Fixed that time entries should be sorted by date and created_on (#11178).
Jean-Philippe Lang
2012-06-16
1
-1
/
+1
*
Fixed that sticky messages are not displayed first (#11170).
Jean-Philippe Lang
2012-06-16
1
-2
/
+2
*
Fixed that Subversion#load_entries_changesets raises an error if entries is nil.
Jean-Philippe Lang
2012-06-12
1
-0
/
+2
*
scm: mercurial: use Rails3 ActiveRecord syntax with same as git r9807 at find...
Toshi MARUYAMA
2012-06-11
1
-4
/
+4
*
Extract code from view.
Jean-Philippe Lang
2012-06-10
1
-1
/
+1
*
Code cleanup.
Jean-Philippe Lang
2012-06-10
1
-1
/
+6
*
Code cleanup.
Jean-Philippe Lang
2012-06-10
1
-4
/
+4
*
Faster changesets loading for subversion.
Jean-Philippe Lang
2012-06-10
1
-0
/
+16
*
Adds a method to load changesets for repository entries.
Jean-Philippe Lang
2012-06-10
7
-12
/
+23
*
Make sure we look for a feeds token.
Jean-Philippe Lang
2012-06-10
1
-1
/
+1
*
Stringify tokens.
Jean-Philippe Lang
2012-06-10
1
-3
/
+3
*
Stringify User.try_to_login arguments.
Jean-Philippe Lang
2012-06-10
1
-1
/
+4
*
Make sure that #api_key_from_request returns a String.
Jean-Philippe Lang
2012-06-10
1
-2
/
+2
*
Configurable session lifetime and timeout (#6597).
Jean-Philippe Lang
2012-06-10
2
-6
/
+58
*
Fixed: German umlauts in Subject get striped with ruby1.8 (#11065).
Jean-Philippe Lang
2012-06-10
1
-2
/
+19
*
Force rendering of activity view if activity items count changed.
Jean-Philippe Lang
2012-06-09
1
-1
/
+1
*
Fixed that link to user is escaped in activity title (#11124).
Jean-Philippe Lang
2012-06-09
1
-1
/
+1
*
Fixed that custom_fields property is ignored for time entries in REST API (#1...
Jean-Philippe Lang
2012-06-09
1
-1
/
+1
*
Ability to set default column order in issue list (#11068).
Jean-Philippe Lang
2012-06-08
2
-6
/
+10
*
Show repository images inline when clicking 'View' (#10362).
Jean-Philippe Lang
2012-06-07
1
-0
/
+1
*
Fixed that wiki start page can't be changed (#11085).
Jean-Philippe Lang
2012-06-03
1
-1
/
+1
*
Makes users optional in GET /groups/:id (#8981).
Jean-Philippe Lang
2012-06-03
1
-1
/
+1
*
Rails 3.2.5 compatibility.
Jean-Philippe Lang
2012-06-03
1
-2
/
+2
[next]