summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* scm: bazaar: use identifier in blame.Toshi MARUYAMA2011-04-111-1/+7
* scm: git: use revision and scmid in blame.Toshi MARUYAMA2011-04-111-1/+4
* scm: subversion: use revision in blame.Toshi MARUYAMA2011-04-111-1/+7
* scm: cvs: code clean up adapter.Toshi MARUYAMA2011-04-111-9/+9
* scm: cvs: code clean up adapter.Toshi MARUYAMA2011-04-101-37/+34
* PDF: switch FPDF ANSI or TCPDF UTF-8 with general_pdf_encoding value instead ...Toshi MARUYAMA2011-04-102-15/+3
* PDF: code clean up lib/redmine/export/pdf.rb.Toshi MARUYAMA2011-04-101-6/+6
* PDF: switch FPDF font with general_pdf_encoding value instead of language val...Toshi MARUYAMA2011-04-101-5/+5
* scm: code clean up lib/redmine/scm/adapters/abstract_adapter.rb.Toshi MARUYAMA2011-04-101-3/+3
* scm: cvs: code clean up lib/redmine/scm/adapters/cvs_adapter.rb.Toshi MARUYAMA2011-04-101-23/+19
* scm: cvs: code clean up lib/redmine/scm/adapters/cvs_adapter.rb.Toshi MARUYAMA2011-04-091-16/+16
* scm: mercurial: set client available if cvs version above 0.9.5.Toshi MARUYAMA2011-04-081-1/+1
* PDF: replace converting error characters instead of returning UTF-8 in FPDF A...Toshi MARUYAMA2011-04-061-3/+9
* scm: git: use "-c log.decorate=no" option instead of "--no-decorate" of "git ...Toshi MARUYAMA2011-04-061-2/+3
* PDF: nil safe at fix_text_encoding(txt) of lib/redmine/export/pdf.rb.Toshi MARUYAMA2011-04-061-1/+2
* PDF: Ruby 1.9 compatibility of '0x5c'(backslash) handling in FPDF ANSI (#61, ...Toshi MARUYAMA2011-04-061-6/+13
* PDF: fix \\(double backslashes) handling of FPDF ANSI (#61, #117).Toshi MARUYAMA2011-04-061-5/+3
* code clean up lib/redmine/export/pdf.rb.Toshi MARUYAMA2011-04-051-3/+3
* scm: git: add "--no-decorate" option in "git log".Toshi MARUYAMA2011-04-051-2/+2
* add bulk edit and bulk update actions for time entries (#7996).Toshi MARUYAMA2011-04-041-3/+3
* code clean up lib/redmine/export/pdf.rb.Toshi MARUYAMA2011-04-041-8/+14
* PDF: remove replacing non ASCII quotation marks (#61).Toshi MARUYAMA2011-04-041-2/+0
* PDF: code clean up lib/redmine/export/pdf.rb.Toshi MARUYAMA2011-04-031-6/+6
* PDF: set enable to use TCPDF UTF-8 on Windows except CJK and Thai (#61).Toshi MARUYAMA2011-04-022-6/+3
* Adds User and Version custom field format that can be used to reference a pro...Jean-Philippe Lang2011-04-012-9/+14
* PDF: switch TCPDF UTF-8 or FPDF ANSI (#61).Toshi MARUYAMA2011-03-302-7/+33
* PDF: prepare switching TCPDF UTF-8 in non CJK or FPDF ANSI in CJK (#61).Toshi MARUYAMA2011-03-302-64/+126
* PDF: add missing rfpdf requires (#61).Toshi MARUYAMA2011-03-301-1/+3
* Escapes wiki help link.Jean-Philippe Lang2011-03-281-1/+1
* Prettier wiki syntax help link.Jean-Philippe Lang2011-03-281-5/+3
* Load scripts and css for wiki formatter toolbar when needed.Jean-Philippe Lang2011-03-281-5/+10
* Moves jstoolbar script include tags to head.Jean-Philippe Lang2011-03-281-4/+5
* Fixes progress calculation on gantt (#7838).Jean-Philippe Lang2011-03-281-2/+2
* Adds support for saturday as the first week day (#7097).Jean-Philippe Lang2011-03-271-0/+2
* add GNU gettext po to Redmine::MimeType.Toshi MARUYAMA2011-03-221-0/+1
* scm: filesystem: prevent exception raises if path encoding is incorrect.Toshi MARUYAMA2011-03-201-1/+3
* scm: git: default_branch() returns nil explicitly if branches are empty.Toshi MARUYAMA2011-03-191-1/+1
* scm: git: prevent showing trace when repository path changed.Toshi MARUYAMA2011-03-151-1/+3
* Fixed: line breaks are ignored in quoted text (#6148).Jean-Philippe Lang2011-03-142-3/+3