summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* scm: cvs: convert encoding paths in entries() of adapter (#3462).Toshi MARUYAMA2011-04-151-5/+7
* scm: cvs: convert encoding paths in revisions() of adapter (#3462).Toshi MARUYAMA2011-04-151-4/+6
* scm: cvs: convert encoding of command line arguments (#3462).Toshi MARUYAMA2011-04-151-1/+5
* scm: cvs: set path encoding instance value (#3462).Toshi MARUYAMA2011-04-151-0/+1
* scm: cvs: strict string type and timezone in cvstime.Toshi MARUYAMA2011-04-151-2/+2
* scm: cvs: convert author encoding with log encoding setting.Toshi MARUYAMA2011-04-141-3/+4
* scm: cvs: add comment of author regexp fails in some non UTF-8 chars on Ruby ...Toshi MARUYAMA2011-04-141-0/+1
* scm: cvs: code clean up adapter.Toshi MARUYAMA2011-04-131-12/+12
* scm: cvs: refactor adapter.Toshi MARUYAMA2011-04-121-13/+13
* scm: cvs: remove adapter root_url() and url() methods which are implemented i...Toshi MARUYAMA2011-04-121-8/+0
* scm: cvs: code clean up adapter.Toshi MARUYAMA2011-04-121-19/+21