summaryrefslogtreecommitdiffstats
path: root/lib/redmine
Commit message (Expand)AuthorAgeFilesLines
* Adds User and Version custom field format that can be used to reference a pro...Jean-Philippe Lang2011-04-011-9/+12
* 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-141-1/+1
* 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
* 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
* scm: git: convert path encoding in "git log" (#5251).Toshi MARUYAMA2011-03-081-2/+4
* scm: git: add instance variable for path encoding in adapter (#5251).Toshi MARUYAMA2011-03-081-0/+1
* scm: git: code clean up adapter.Toshi MARUYAMA2011-03-081-8/+6
* scm: git: remove "core.quotepath = true" to run git command (#5251).Toshi MARUYAMA2011-03-071-1/+1
* scm: git: use core.quotepath = true to run git command for database safety (#...Toshi MARUYAMA2011-03-071-1/+0
* scm: git: change core.quotepath = true temporarily to run git command (#5251).Toshi MARUYAMA2011-03-071-1/+2
* scm: git: add core.quotepath = false to run git command (#5251).Toshi MARUYAMA2011-03-071-1/+1
* Updates for 1.1.2 release.Jean-Philippe Lang2011-03-061-1/+1
* Adds email notifications support for news comments (#2074).Jean-Philippe Lang2011-03-041-0/+1
* scm: mercurial: convert copied file path encoding (#2664).Toshi MARUYAMA2011-03-031-1/+3
* scm: mercurial: remove localtime from adapter (#4455).Toshi MARUYAMA2011-03-031-1/+1