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
*
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
*
PDF: add missing rfpdf requires (#61).
Toshi MARUYAMA
2011-03-30
1
-1
/
+3
*
PDF: update rfpdf (#61).
Toshi MARUYAMA
2011-03-30
145
-873
/
+23493
*
Adds support for preview when editing an issue note (#5520).
Jean-Philippe Lang
2011-03-28
3
-0
/
+53
*
Save queries.
Jean-Philippe Lang
2011-03-28
1
-1
/
+1
*
Save 2 queries when displaying a root issue.
Jean-Philippe Lang
2011-03-28
1
-2
/
+3
*
Save 1 query + 1 cache hit in #shared_versions for root projects.
Jean-Philippe Lang
2011-03-28
1
-2
/
+4
*
Escapes wiki help link.
Jean-Philippe Lang
2011-03-28
1
-1
/
+1
*
Prettier wiki syntax help link.
Jean-Philippe Lang
2011-03-28
2
-6
/
+5
*
Adds wiki toolbar to notes editing form (#7899).
Jean-Philippe Lang
2011-03-28
2
-2
/
+7
*
Load scripts and css for wiki formatter toolbar when needed.
Jean-Philippe Lang
2011-03-28
2
-6
/
+10
*
Moves jstoolbar script include tags to head.
Jean-Philippe Lang
2011-03-28
2
-4
/
+14
*
Context menu: keep parent item highlighted when hovering a submenu item.
Jean-Philippe Lang
2011-03-28
1
-3
/
+3
*
Fixes progress calculation on gantt (#7838).
Jean-Philippe Lang
2011-03-28
2
-7
/
+25
*
add .svn/ and .git/ to .hgignore.
Toshi MARUYAMA
2011-03-28
1
-0
/
+2
*
i18n: fix typo general_pdf_encoding "UFT-8" in sl.yml (#61).
Toshi MARUYAMA
2011-03-28
1
-1
/
+1
*
Fixed windows detection in reposman.rb (#8003).
Jean-Philippe Lang
2011-03-27
1
-1
/
+1
*
Fixes wrong test.
Jean-Philippe Lang
2011-03-27
1
-1
/
+1
*
Fixed links in new file notification broken by r4051 (#6590).
Jean-Philippe Lang
2011-03-27
2
-2
/
+9
*
French translation update.
Jean-Philippe Lang
2011-03-27
1
-1
/
+1
*
Adds support for saturday as the first week day (#7097).
Jean-Philippe Lang
2011-03-27
4
-3
/
+27
*
Restore settings even if a test failure occurs.
Jean-Philippe Lang
2011-03-27
1
-0
/
+1
*
Moved calendar tests to unit/lib/redmine/helpers.
Jean-Philippe Lang
2011-03-27
1
-1
/
+1
*
Do not send reminders to locked users (#5773).
Jean-Philippe Lang
2011-03-27
1
-1
/
+1
*
Allow bulk editing of parent issue (#5831).
Jean-Philippe Lang
2011-03-27
2
-0
/
+26
*
scm: remove "View all revisions" in sub directory (#7984).
Toshi MARUYAMA
2011-03-26
1
-4
/
+9
*
scm: add rev param to "View revisions" (#7984).
Toshi MARUYAMA
2011-03-26
1
-1
/
+4
*
Adds css classes to parent/child issues (#7986).
Jean-Philippe Lang
2011-03-25
1
-0
/
+2
*
Set style more specifically to avoid clashes.
Jean-Philippe Lang
2011-03-25
1
-1
/
+1
*
scm: do not display 'View revision' links in subversion if path or revision a...
Toshi MARUYAMA
2011-03-24
1
-1
/
+5
*
scm: backout r5213. do not display both 'View all revisions' and 'View revisi...
Toshi MARUYAMA
2011-03-24
1
-9
/
+12
*
Adds support for Mac metaKey in issues selection (#5148).
Jean-Philippe Lang
2011-03-24
1
-1
/
+1
[next]