summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* scm: mercurial: wrap revision of cat and annotate with URL encoding (#1981, #...Toshi MARUYAMA2011-03-142-2/+6
* scm: mercurial: remove unused parameters from "nodes_in_branch()" method in a...Toshi MARUYAMA2011-03-131-5/+3
* scm: mercurial: add new "nodes_in_branch()" method in adapter (#7246, #4455).Toshi MARUYAMA2011-03-131-0/+11
* scm: mercurial: add new "rhlog()" function in helper extension (#7246, #4455).Toshi MARUYAMA2011-03-131-0/+32
* Fixed: Wiki headings containing backslash followed by a digit are not display...Jean-Philippe Lang2011-03-121-2/+4
* Highlight changes inside diff lines (#7139).Jean-Philippe Lang2011-03-111-55/+115
* scm: cvs: fix age column on repository view is off by timezone delta (#7827).Toshi MARUYAMA2011-03-111-1/+11
* scm: cvs: use "-D time_to_cvstime_rlog(identifier)" in adapter entries().Toshi MARUYAMA2011-03-111-1/+1
* scm: cvs: code clean up adapter entries().Toshi MARUYAMA2011-03-111-13/+17
* scm: cvs: use scm_cmd() in adapter revisions().Toshi MARUYAMA2011-03-111-4/+6
* scm: cvs: use scm_cmd() in adapter entries().Toshi MARUYAMA2011-03-111-5/+6
* scm: cvs: add new method 'scm_cmd' to wrap shellout.Toshi MARUYAMA2011-03-111-1/+15
* Gantt: do not ignore project filter (#7000, #7352), do not display empty proj...Jean-Philippe Lang2011-03-101-66/+63
* scm: git: switch "-c core.quotepath=false" in git version above 1.7.2 or not ...Toshi MARUYAMA2011-03-081-1/+4
* scm: git: fix unit adapter test fails in Ruby 1.9 Linux latin-1 locale (#5251).Toshi MARUYAMA2011-03-081-3/+3
* scm: git: fix unit adapter test fails in Ruby 1.9 Linux latin-1 locale (#5251).Toshi MARUYAMA2011-03-081-0/+3
* scm: git: fix latin-1 directory entries() in adapter (#5251).Toshi MARUYAMA2011-03-081-1/+1
* scm: git: add core.quotepath = false to run git command (#5251).Toshi MARUYAMA2011-03-081-1/+1
* scm: git: use scm_cmd() in adapter tags().Toshi MARUYAMA2011-03-081-2/+4
* scm: git: use scm_cmd() in adapter branches().Toshi MARUYAMA2011-03-081-2/+4
* scm: git: support path encoding in adapter cat (#5251).Toshi MARUYAMA2011-03-081-3/+5
* scm: git: support path encoding in adapter blame (#5251).Toshi MARUYAMA2011-03-081-5/+9
* scm: git: support path encoding in adapter entries() (#5251).Toshi MARUYAMA2011-03-081-9/+13
* scm: git: support path encoding in adapter diff (#5251).Toshi MARUYAMA2011-03-081-8/+8
* scm: git: support path encoding in adapter revisions() (#5251).Toshi MARUYAMA2011-03-081-1/+1