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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
handle a nil user in rake redmine:email:test task.
Toshi MARUYAMA
2011-05-28
1
-1
/
+1
*
use rake task parameter style message if redmine:email:test parameter is blank.
Toshi MARUYAMA
2011-05-28
1
-1
/
+1
*
scm: bazaar: refactor adapter revisions to use scm_cmd().
Toshi MARUYAMA
2011-05-26
1
-4
/
+7
*
scm: bazaar: refactor adapter entries to use scm_cmd().
Toshi MARUYAMA
2011-05-26
1
-6
/
+9
*
scm: bazaar: refactor adapter diff to use scm_cmd_no_raise().
Toshi MARUYAMA
2011-05-26
1
-3
/
+4
*
scm: bazaar: add "scm_cmd_no_raise" method for "bzr diff".
Toshi MARUYAMA
2011-05-26
1
-0
/
+8
*
scm: bazaar: refactor adapter cat to use scm_cmd().
Toshi MARUYAMA
2011-05-26
1
-5
/
+6
*
scm: bazaar: add -q option in "bzr annotate".
Toshi MARUYAMA
2011-05-26
1
-1
/
+1
*
scm: bazaar: refactor adapter annotate to use scm_cmd().
Toshi MARUYAMA
2011-05-26
1
-6
/
+7
*
scm: bazaar: refactor adapter info() to use scm_cmd().
Toshi MARUYAMA
2011-05-25
1
-4
/
+4
*
scm: bazaar: add adapter "bzr_target()" method to common use.
Toshi MARUYAMA
2011-05-25
1
-0
/
+5
*
scm: switch to use shell quote with parameter in abstract adapter target().
Toshi MARUYAMA
2011-05-25
1
-2
/
+6
*
scm: bazaar: add adapter scm_cmd() to run "bzr" command.
Toshi MARUYAMA
2011-05-25
1
-0
/
+11
*
scm: move ScmCommandAborted class from git and cvs adapter to abstract adapter.
Toshi MARUYAMA
2011-05-25
3
-6
/
+4
*
scm: bazaar: use regexp %r{} instead of // in adapter branch_conf_path().
Toshi MARUYAMA
2011-05-25
1
-1
/
+1
*
scm: bazaar: check not nil in adapter append_revisions_only() (#2799, #4741, ...
Toshi MARUYAMA
2011-05-25
1
-1
/
+1
*
scm: bazaar: use explicit return value in adapter branch_conf_path() (#2799, ...
Toshi MARUYAMA
2011-05-25
1
-0
/
+1
*
scm: bazaar: add adapter method to get "append_revisions_only" value from .bz...
Toshi MARUYAMA
2011-05-25
1
-0
/
+32
*
scm: bazaar: add adapter method to get .bzr/branch/branch.conf path from spec...
Toshi MARUYAMA
2011-05-25
1
-0
/
+14
*
Set version to 1.2.0.
Jean-Philippe Lang
2011-05-22
1
-2
/
+2
*
scm: git: override "path_encoding" method in adapter (#5251).
Toshi MARUYAMA
2011-05-21
1
-0
/
+4
*
scm: mercurial: override "path_encoding" method in adapter (#2664).
Toshi MARUYAMA
2011-05-21
1
-0
/
+4
*
scm: cvs: override "path_encoding" method in adapter (#3462).
Toshi MARUYAMA
2011-05-21
1
-0
/
+4
*
scm: filesystem: override "path_encoding" method in adapter (#2274).
Toshi MARUYAMA
2011-05-21
1
-0
/
+4
*
scm: add "path_encoding" method in abstract adapter (#2274, #3462, #2664, #52...
Toshi MARUYAMA
2011-05-21
1
-0
/
+4
*
scm: git: back out r5673 (#7146).
Toshi MARUYAMA
2011-05-13
1
-2
/
+10
*
scm: git: output log if revisions() catches an error (#7146).
Toshi MARUYAMA
2011-05-12
1
-1
/
+2
*
scm: subversion: set svn:eol-style=native adapter source.
Toshi MARUYAMA
2011-05-10
1
-291
/
+291
*
remove trailing white-spaces from lib/tasks/locales.rake.
Toshi MARUYAMA
2011-05-10
1
-10
/
+10
*
PDF: more strict Redmine TCPDF class initialize() (#8312).
Toshi MARUYAMA
2011-05-10
1
-3
/
+3
*
PDF: remove unused Redmine FPDF class (#8312).
Toshi MARUYAMA
2011-05-09
1
-88
/
+0
*
PDF: import CJK patches and all languages use TCPDF (#8312).
Toshi MARUYAMA
2011-05-09
2
-15
/
+3
*
PDF: code clean up lib/redmine/export/pdf.rb.
Toshi MARUYAMA
2011-05-09
1
-4
/
+7
*
PDF: switch encoding and font whether CJK and Thainland non UTF-8 or not in T...
Toshi MARUYAMA
2011-05-09
1
-3
/
+30
*
PDF: replace invalid UTF-8 sequences in TCPDF (#61, #8312).
Toshi MARUYAMA
2011-05-09
1
-2
/
+14
*
PDF: replace invalid sequence in converting if encoding destination is UTF-8 ...
Toshi MARUYAMA
2011-05-09
1
-2
/
+6
*
PDF: move fix_text_encoding() logic to new method for common use in FPDF and ...
Toshi MARUYAMA
2011-05-09
1
-21
/
+31
*
fix typo "heigth" to "height" in lib/redmine/helpers/gantt.rb.
Toshi MARUYAMA
2011-05-07
1
-27
/
+27
*
scm: git: change local value "revisions" name to "revs" in adapter revisions().
Toshi MARUYAMA
2011-05-06
1
-5
/
+5
*
scm: git: remove unused "block_given?" from adapter.
Toshi MARUYAMA
2011-05-06
1
-12
/
+3
*
scm: remove trailing white-spaces from abstract adapter source.
Toshi MARUYAMA
2011-05-06
1
-18
/
+18
*
scm: subversion: remove trailing white-spaces from adapter source.
Toshi MARUYAMA
2011-05-06
1
-5
/
+5
*
scm: filesystem: remove trailing white-spaces from adapter source.
Toshi MARUYAMA
2011-05-06
1
-9
/
+9
*
scm: darcs: remove trailing white-spaces from adapter source.
Toshi MARUYAMA
2011-05-06
1
-4
/
+4
*
scm: bazaar: remove trailing white-spaces from adapter source.
Toshi MARUYAMA
2011-05-06
1
-4
/
+4
*
scm: mercurial: remove trailing white-spaces from adapter source.
Toshi MARUYAMA
2011-05-06
1
-5
/
+5
*
scm: git: remove trailing white-spaces from adapter source.
Toshi MARUYAMA
2011-05-06
1
-4
/
+4
*
remove trailing white-spaces lib/redmine/export/pdf.rb.
Toshi MARUYAMA
2011-05-06
1
-31
/
+31
*
remove trailing white-spaces lib/redmine/helpers/gantt.rb.
Toshi MARUYAMA
2011-05-06
1
-101
/
+101
*
scm: git: use the model value of whether reporting last commit in repository ...
Toshi MARUYAMA
2011-05-05
1
-10
/
+2
[prev]
[next]