summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* scm: subversion: use revision and identifier as string in blame.Toshi MARUYAMA2011-04-121-1/+1
* scm: subversion: code clean up model.Toshi MARUYAMA2011-04-121-4/+5
* scm: cvs: use scm_cmd() in annotate of adapter.Toshi MARUYAMA2011-04-111-4/+7
* scm: code clean up abstract_adapter.rb.Toshi MARUYAMA2011-04-111-8/+8
* scm: move :identifier from to attr_accessor in AbstractAdapter::Revision class.Toshi MARUYAMA2011-04-111-8/+3
* scm: cvs: override Revision.format_identifier() for blame in adapter.Toshi MARUYAMA2011-04-111-0/+7
* scm: cvs: set identifier nil in blame.Toshi MARUYAMA2011-04-111-1/+7
* scm: bazaar: use revision and identifier as string.Toshi MARUYAMA2011-04-111-1/+1
* scm: cvs: add -q option at rls.Toshi MARUYAMA2011-04-111-1/+1
* scm: cvs: add -q option at rlog.Toshi MARUYAMA2011-04-111-1/+1
* scm: cvs: add -q option at cat.Toshi MARUYAMA2011-04-111-1/+1
* scm: cvs: use scm_cmd() in cat.Toshi MARUYAMA2011-04-111-5/+6
* scm: cvs: use scm_cmd() for diff.Toshi MARUYAMA2011-04-111-3/+7