Commit Graph

1226 Commits (10ab656e454a74ef0b4cd7edcfb3d1403b329bf9)

Author SHA1 Message Date
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
Toshi MARUYAMA 0b4a6164f0 scm: git: add core.quotepath = false to run git command (#5251). 14 years ago
Jean-Philippe Lang 6f5707c2b5 Adds email notifications support for news comments (#2074). 14 years ago
Toshi MARUYAMA bea085c3ba scm: mercurial: convert copied file path encoding (#2664). 14 years ago
Toshi MARUYAMA 51d4785bde scm: mercurial: remove localtime from adapter (#4455). 14 years ago
Toshi MARUYAMA ac227939ad scm: Ruby 1.9 compatibility for XML UTF-8 parsing. 14 years ago
Toshi MARUYAMA ce01f49ca7 scm: fix unit tests fails in Ruby 1.9. 14 years ago
Toshi MARUYAMA b00caa6e48 scm: mercurial: wrap revison, tag and branch with URL encoding for entries (#4455, #1981, #7246). 14 years ago