summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* scm: Ruby 1.9 compatibility for XML UTF-8 parsing.Toshi MARUYAMA2011-03-032-3/+27
* scm: fix unit tests fails in Ruby 1.9.Toshi MARUYAMA2011-03-036-6/+6
* scm: mercurial: wrap revison, tag and branch with URL encoding for entries (#...Toshi MARUYAMA2011-03-022-2/+2
* Stringify avatar to prevent "can't convert nil into String" errors on gantt (...Jean-Philippe Lang2011-02-281-1/+1
* scm: git: use --encoding=UTF-8 in "git log" (#3396).Toshi MARUYAMA2011-02-281-2/+2
* scm: git: refactor lastrev() in adapter.Toshi MARUYAMA2011-02-281-8/+9
* scm: git: move saving changesets from adapter to model (#3396).Toshi MARUYAMA2011-02-281-21/+0
* Keep track of issue description changes (#746).Jean-Philippe Lang2011-02-271-1/+1
* Fixes wiki diff rendering.Jean-Philippe Lang2011-02-271-1/+1