summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* scm: git: output log if revisions() catches an error (#7146).Toshi MARUYAMA2011-05-121-1/+2
* scm: subversion: set svn:eol-style=native adapter source.Toshi MARUYAMA2011-05-101-291/+291
* remove trailing white-spaces from lib/tasks/locales.rake.Toshi MARUYAMA2011-05-101-10/+10
* PDF: more strict Redmine TCPDF class initialize() (#8312).Toshi MARUYAMA2011-05-101-3/+3
* PDF: remove unused Redmine FPDF class (#8312).Toshi MARUYAMA2011-05-091-88/+0
* PDF: import CJK patches and all languages use TCPDF (#8312).Toshi MARUYAMA2011-05-092-15/+3
* PDF: code clean up lib/redmine/export/pdf.rb.Toshi MARUYAMA2011-05-091-4/+7
* PDF: switch encoding and font whether CJK and Thainland non UTF-8 or not in T...Toshi MARUYAMA2011-05-091-3/+30
* PDF: replace invalid UTF-8 sequences in TCPDF (#61, #8312).Toshi MARUYAMA2011-05-091-2/+14
* PDF: replace invalid sequence in converting if encoding destination is UTF-8 ...Toshi MARUYAMA2011-05-091-2/+6
* PDF: move fix_text_encoding() logic to new method for common use in FPDF and ...Toshi MARUYAMA2011-05-091-21/+31
* fix typo "heigth" to "height" in lib/redmine/helpers/gantt.rb.Toshi MARUYAMA2011-05-071-27/+27
* scm: git: change local value "revisions" name to "revs" in adapter revisions().Toshi MARUYAMA2011-05-061-5/+5
* scm: git: remove unused "block_given?" from adapter.Toshi MARUYAMA2011-05-061-12/+3
* scm: remove trailing white-spaces from abstract adapter source.Toshi MARUYAMA2011-05-061-18/+18
* scm: subversion: remove trailing white-spaces from adapter source.Toshi MARUYAMA2011-05-061-5/+5
* scm: filesystem: remove trailing white-spaces from adapter source.Toshi MARUYAMA2011-05-061-9/+9
* scm: darcs: remove trailing white-spaces from adapter source.Toshi MARUYAMA2011-05-061-4/+4
* scm: bazaar: remove trailing white-spaces from adapter source.Toshi MARUYAMA2011-05-061-4/+4
* scm: mercurial: remove trailing white-spaces from adapter source.Toshi MARUYAMA2011-05-061-5/+5
* scm: git: remove trailing white-spaces from adapter source.Toshi MARUYAMA2011-05-061-4/+4
* remove trailing white-spaces lib/redmine/export/pdf.rb.Toshi MARUYAMA2011-05-061-31/+31
* remove trailing white-spaces lib/redmine/helpers/gantt.rb.Toshi MARUYAMA2011-05-061-101/+101
* scm: git: use the model value of whether reporting last commit in repository ...Toshi MARUYAMA2011-05-051-10/+2
* PDF: wrap title fields properly (#8295).Toshi MARUYAMA2011-05-051-7/+19
* scm: git: call entries_git() in adapter entry() for browsing tree performance...Toshi MARUYAMA2011-05-041-1/+1
* scm: git: call entries_git() in adapter entriese() for browsing tree performa...Toshi MARUYAMA2011-05-041-2/+4
* scm: git: override adapter entry() for browsing tree performance (#7047).Toshi MARUYAMA2011-05-041-0/+14
* scm: git: split adapter entries() for browsing tree performance (#7047).Toshi MARUYAMA2011-05-041-0/+5
* scm: add "options" parameter in adapter entries().Toshi MARUYAMA2011-05-048-8/+8
* scm remove trailing white-spaces in abstract adapter.Toshi MARUYAMA2011-05-041-8/+8
* scm: subversion: set available version above 1.3 (#4273, #1604).Toshi MARUYAMA2011-05-041-1/+3
* scm: subversion: fix newline 'LF' to 'CRLF' and remove trailing white-space.Toshi MARUYAMA2011-05-041-2/+2
* scm: cvs: fix loss non ASCII paths if path_encoding is '' (#3462).Toshi MARUYAMA2011-05-041-1/+1
* scm: filesystem: fix loss non ASCII paths if path_encoding is '' (#2274).Toshi MARUYAMA2011-05-041-1/+1
* scm: git: fix loss non ASCII paths if path_encoding is '' (#5251).Toshi MARUYAMA2011-05-041-1/+1
* scm: mercurial: fix loss non ASCII paths if path_encoding is '' (#2664).Toshi MARUYAMA2011-05-041-1/+1
* Wrap long text fields properly in PDF exports (#5629).Toshi MARUYAMA2011-04-301-27/+82
* PDF: use explicit return value in Redmine::Export::PDF.fix_text_encoding() (#...Toshi MARUYAMA2011-04-291-0/+1
* Updates for 1.1.3 release.Jean-Philippe Lang2011-04-291-1/+1
* PDF: fix 0x5c(backslash) escape processing in FPDF (#61).Toshi MARUYAMA2011-04-291-2/+0
* code clean up lib/tasks/extract_fixtures.rake.Toshi MARUYAMA2011-04-281-9/+7
* change tabs to spaces in lib/redmine/version.rb.Toshi MARUYAMA2011-04-251-15/+16
* scm: bazaar: code clean up adapter.Toshi MARUYAMA2011-04-241-4/+3
* scm: git: code clean up adapter.Toshi MARUYAMA2011-04-241-16/+16
* scm: mercurial: change copied file from_revision from revision number to node...Toshi MARUYAMA2011-04-171-1/+1
* scm: mercurial: code clean up adapter.Toshi MARUYAMA2011-04-171-10/+8
* add Redmine::CodesetUtil and move replacing invalid utf8 logic to it.Toshi MARUYAMA2011-04-161-0/+31
* Makes set_own_issues_private permission not available to anonymous.Jean-Philippe Lang2011-04-151-1/+1
* Private issues (#7414).Jean-Philippe Lang2011-04-152-2/+5