Commit Graph

825 Commits (9cb4feefceaa39a2fb5a5ba096797c593ddc7c3f)

Author SHA1 Message Date
Eric Davis f273b7b18c Create the ChiliProject namespace 14 years ago
Eric Davis 07772e7eb7 Bump version to 1.3.0 14 years ago
Toshi MARUYAMA 966a7a9c34 PDF: code clean up lib/redmine/export/pdf.rb. 14 years ago
Toshi MARUYAMA 7f0a29f7c2 PDF: set enable to use TCPDF UTF-8 on Windows except CJK and Thai (#61). 14 years ago
Jean-Philippe Lang d8fbdca760 Adds User and Version custom field format that can be used to reference a project member or version in custom fields (#2096). 14 years ago
Toshi MARUYAMA 098c1cb4fd PDF: switch TCPDF UTF-8 or FPDF ANSI (#61). 14 years ago
Toshi MARUYAMA 69bad84604 PDF: prepare switching TCPDF UTF-8 in non CJK or FPDF ANSI in CJK (#61). 14 years ago
Toshi MARUYAMA 9b3b0770ac PDF: add missing rfpdf requires (#61). 14 years ago
Jean-Philippe Lang 1191be519d Escapes wiki help link. 14 years ago
Jean-Philippe Lang 341c9c8408 Prettier wiki syntax help link. 14 years ago
Jean-Philippe Lang 8c57b95c6a Load scripts and css for wiki formatter toolbar when needed. 14 years ago
Jean-Philippe Lang d16db34454 Moves jstoolbar script include tags to head. 14 years ago
Jean-Philippe Lang b944276e30 Fixes progress calculation on gantt (#7838). 14 years ago
Jean-Philippe Lang 4bcba6a094 Adds support for saturday as the first week day (#7097). 14 years ago
Toshi MARUYAMA aa0c79604a add GNU gettext po to Redmine::MimeType. 14 years ago
Toshi MARUYAMA 7257266d32 scm: filesystem: prevent exception raises if path encoding is incorrect. 14 years ago
Toshi MARUYAMA 8a0574ac5d scm: git: default_branch() returns nil explicitly if branches are empty. 14 years ago
Toshi MARUYAMA ba9624fcf3 scm: git: prevent showing trace when repository path changed. 14 years ago
Jean-Philippe Lang 9049d58de4 Fixed: line breaks are ignored in quoted text (#6148). 14 years ago
Toshi MARUYAMA 997493f6af scm: mercurial: wrap revision of cat and annotate with URL encoding (#1981, #7246). 14 years ago
Toshi MARUYAMA df5bb0b7c1 scm: mercurial: remove unused parameters from "nodes_in_branch()" method in adapter (#7246, #4455). 14 years ago
Toshi MARUYAMA e17caceb4a scm: mercurial: add new "nodes_in_branch()" method in adapter (#7246, #4455). 14 years ago
Toshi MARUYAMA cc60e59e70 scm: mercurial: add new "rhlog()" function in helper extension (#7246, #4455). 14 years ago
Jean-Philippe Lang 9a5a1385da Fixed: Wiki headings containing backslash followed by a digit are not displayed correctly (#7846). 14 years ago
Jean-Philippe Lang c18520d02f Highlight changes inside diff lines (#7139). 14 years ago
Toshi MARUYAMA 539ca7bde5 scm: cvs: fix age column on repository view is off by timezone delta (#7827). 14 years ago
Toshi MARUYAMA ee6aa856ba scm: cvs: use "-D time_to_cvstime_rlog(identifier)" in adapter entries(). 14 years ago
Toshi MARUYAMA 8010bd6351 scm: cvs: code clean up adapter entries(). 14 years ago
Toshi MARUYAMA bbaa90c59f scm: cvs: use scm_cmd() in adapter revisions(). 14 years ago
Toshi MARUYAMA fa20af4457 scm: cvs: use scm_cmd() in adapter entries(). 14 years ago
Toshi MARUYAMA d8977e02a5 scm: cvs: add new method 'scm_cmd' to wrap shellout. 14 years ago
Jean-Philippe Lang da28fa6e0f Gantt: do not ignore project filter (#7000, #7352), do not display empty projects/versions, and display shared versions used in other projects (#5817, #6476, #6604). 14 years ago
Toshi MARUYAMA ae5cfa0935 scm: git: switch "-c core.quotepath=false" in git version above 1.7.2 or not (#5251). 14 years ago
Toshi MARUYAMA ff74490b18 scm: git: fix unit adapter test fails in Ruby 1.9 Linux latin-1 locale (#5251). 14 years ago
Toshi MARUYAMA 8a6a232cd3 scm: git: fix unit adapter test fails in Ruby 1.9 Linux latin-1 locale (#5251). 14 years ago
Toshi MARUYAMA d2e68968d6 scm: git: fix latin-1 directory entries() in adapter (#5251). 14 years ago
Toshi MARUYAMA 891ff89aed scm: git: add core.quotepath = false to run git command (#5251). 14 years ago
Toshi MARUYAMA d10309e8c6 scm: git: use scm_cmd() in adapter tags(). 14 years ago
Toshi MARUYAMA be67b2ec41 scm: git: use scm_cmd() in adapter branches(). 14 years ago
Toshi MARUYAMA 09e76f2907 scm: git: support path encoding in adapter cat (#5251). 14 years ago
Toshi MARUYAMA 107f92ab9e scm: git: support path encoding in adapter blame (#5251). 14 years ago
Toshi MARUYAMA efa1d58362 scm: git: support path encoding in adapter entries() (#5251). 14 years ago
Toshi MARUYAMA f78339713d scm: git: support path encoding in adapter diff (#5251). 14 years ago
Toshi MARUYAMA 57133f594f scm: git: support path encoding in adapter revisions() (#5251). 14 years ago
Toshi MARUYAMA e439ae3c6c scm: git: convert path encoding in "git log" (#5251). 14 years ago
Toshi MARUYAMA 01ca8f6b0f scm: git: add instance variable for path encoding in adapter (#5251). 14 years ago
Toshi MARUYAMA 0b760212f6 scm: git: code clean up adapter. 14 years ago
Toshi MARUYAMA ea5a78435b scm: git: remove "core.quotepath = true" to run git command (#5251). 14 years ago
Toshi MARUYAMA 043e265e50 scm: git: use core.quotepath = true to run git command for database safety (#5251). 14 years ago
Toshi MARUYAMA 4987d1b240 scm: git: change core.quotepath = true temporarily to run git command (#5251). 14 years ago