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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed the changeset-changes class to the commit logs on the issue view (#80...
Jean-Philippe Lang
2011-04-03
2
-1
/
+2
*
Disable unused fields when switching the period type.
Jean-Philippe Lang
2011-04-03
1
-5
/
+6
*
Removed hidden project_id and issue_id parameters.
Jean-Philippe Lang
2011-04-03
1
-3
/
+0
*
Changed timelogs filters to use non-AJAX requests (#1965).
Jean-Philippe Lang
2011-04-03
6
-27
/
+37
*
PDF: code clean up lib/redmine/export/pdf.rb.
Toshi MARUYAMA
2011-04-03
1
-6
/
+6
*
PDF: fix width calculation of multi byte character in Simplified and Traditio...
Toshi MARUYAMA
2011-04-03
1
-4
/
+4
*
Skip a count(*) SQL query.
Jean-Philippe Lang
2011-04-02
1
-1
/
+1
*
Do not load projects association in #rolled_up_trackers.
Jean-Philippe Lang
2011-04-02
1
-1
/
+1
*
Skip a few count(*) SQL queries on the issue list.
Jean-Philippe Lang
2011-04-02
1
-6
/
+11
*
PDF: set enable to use TCPDF UTF-8 on Windows except CJK and Thai (#61).
Toshi MARUYAMA
2011-04-02
2
-6
/
+3
*
PDF: fix the problem that TCPDF built-in font breaks in the Windows (#61).
Toshi MARUYAMA
2011-04-02
1
-1
/
+1
*
Fix typo "attachements" in test/integration/issues_test.rb.
Toshi MARUYAMA
2011-04-02
1
-1
/
+1
*
Adds an index on users.type for faster retrieval of groups.
Jean-Philippe Lang
2011-04-01
1
-0
/
+9
*
No PUT request to get previous/next month.
Jean-Philippe Lang
2011-04-01
1
-1
/
+1
*
Limits nested set overhead when destroying an issue without children.
Jean-Philippe Lang
2011-04-01
1
-1
/
+2
*
Fixed: deleting a parent issue may lead to a stale object error (#7920).
Jean-Philippe Lang
2011-04-01
2
-0
/
+13
*
Fixed: list of users for adding to a group may be empty if 100 first users ha...
Jean-Philippe Lang
2011-04-01
4
-2
/
+15
*
Fixed: bulk destroying parent and child issues raises a stale object error (#...
Jean-Philippe Lang
2011-04-01
2
-1
/
+19
*
PDF: back out r5253 (#7794, #61).
Toshi MARUYAMA
2011-04-01
1
-2
/
+2
*
Gantt routes with format.
Jean-Philippe Lang
2011-04-01
2
-1
/
+4
*
Shortens filter param names.
Jean-Philippe Lang
2011-04-01
5
-19
/
+19
*
Keep filter params in 'Per page' links.
Jean-Philippe Lang
2011-04-01
1
-5
/
+2
*
Disable unused filter fields so they don't get submitted.
Jean-Philippe Lang
2011-04-01
1
-0
/
+4
*
Converted issue filters to non-AJAX GET requests (#1965).
Jean-Philippe Lang
2011-04-01
11
-84
/
+86
*
Set native EOL.
Jean-Philippe Lang
2011-04-01
0
-0
/
+0
*
Initialize TimeEntry with issue and project for the issue edit form.
Jean-Philippe Lang
2011-04-01
1
-2
/
+2
*
Fixes #possible_values_options when given an object with nil project.
Jean-Philippe Lang
2011-04-01
2
-1
/
+6
*
Adds User and Version custom field format that can be used to reference a pro...
Jean-Philippe Lang
2011-04-01
10
-28
/
+229
*
Fix test/integration/api_test/users_test.rb fails due to changing en.yml (#80...
Toshi MARUYAMA
2011-04-01
1
-2
/
+2
*
Fix annotate functional roles_controller_test.rb due fails to changing en.yml...
Toshi MARUYAMA
2011-04-01
1
-1
/
+1
*
scm: git: fix annotate test due to changing en.yml (#8035, #7855).
Toshi MARUYAMA
2011-03-31
1
-1
/
+1
*
PDF: fix syntax errors at vendor/plugins/rfpdf/lib/tcpdf.rb on Ruby 1.9 (#61).
Toshi MARUYAMA
2011-03-30
1
-53
/
+53
*
Possible values label not hidden on custom field form.
Jean-Philippe Lang
2011-03-30
1
-5
/
+5
*
Modules selection lost on project form after validation failure (#8012).
Jean-Philippe Lang
2011-03-30
3
-4
/
+25
*
Removed hard coded french strings (#8020).
Jean-Philippe Lang
2011-03-30
45
-2
/
+90
*
Fixes en-GB translation for field_member_of_group and field_assigned_to_role ...
Jean-Philippe Lang
2011-03-30
1
-2
/
+2
*
Set native eol on en-GB.yml (#7855).
Jean-Philippe Lang
2011-03-30
1
-948
/
+948
*
Translations updates by joergleis (#7855).
Jean-Philippe Lang
2011-03-30
2
-76
/
+74
*
Japanese translation update by Yuki Kita.
Jean-Philippe Lang
2011-03-30
1
-7
/
+7
*
PDF: switch TCPDF UTF-8 or FPDF ANSI (#61).
Toshi MARUYAMA
2011-03-30
2
-7
/
+33
*
PDF: prepare switching TCPDF UTF-8 in non CJK or FPDF ANSI in CJK (#61).
Toshi MARUYAMA
2011-03-30
2
-64
/
+126
*
PDF: comment out Mime pdf in vendor/plugins/rfpdf/init.rb (#61).
Toshi MARUYAMA
2011-03-30
1
-1
/
+2
*
PDF: import CJK patches (#61).
Toshi MARUYAMA
2011-03-30
3
-49
/
+37
*
PDF: comment out memoizes (#61).
Toshi MARUYAMA
2011-03-30
1
-3
/
+3
*
PDF: transplant r4602 (#61).
Toshi MARUYAMA
2011-03-30
1
-4
/
+12
*
PDF: transplant r5183 (#61).
Toshi MARUYAMA
2011-03-30
1
-2
/
+2
*
PDF: transplant r1497 (#61).
Toshi MARUYAMA
2011-03-30
1
-8
/
+8
*
PDF: transplant r3389 (#61).
Toshi MARUYAMA
2011-03-30
1
-5
/
+5
*
PDF: transplant r393 (#61).
Toshi MARUYAMA
2011-03-30
1
-6
/
+6
*
PDF: transplant r287 (#61).
Toshi MARUYAMA
2011-03-30
1
-5
/
+5
[next]