summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Extracts a diff helper from the WikiDiff class.Jean-Philippe Lang2011-02-271-0/+72
* Adds support for SCM/LDAP passwords encryption in the database (#7411).Jean-Philippe Lang2011-02-262-0/+130
* Adds a method to temporarily override configuration settings.Jean-Philippe Lang2011-02-251-0/+10
* scm: git: add flag of disable showing last commit in repository tree (#7047).Toshi MARUYAMA2011-02-241-1/+9
* scm: update adapter initialize() to use path encoding (#2664, #2274).Toshi MARUYAMA2011-02-245-13/+17
* scm: cvs: fix CVS diffs do not handle new files properly (#7615).Toshi MARUYAMA2011-02-241-1/+5
* scm: use "ASCII-8BIT" in IO.popen() in Ruby 1.9.Toshi MARUYAMA2011-02-241-1/+6
* Adds tasks for locales maintenance.Jean-Philippe Lang2011-02-231-0/+27
* scm: mercurial: replace urllib.unquote to urllib.unquote_plus in helper (#4455).Toshi MARUYAMA2011-02-231-4/+4
* scm: mercurial: remove unused rhannotate command options in helper.Toshi MARUYAMA2011-02-231-1/+1
* scm: mercurial: annotate path encoding support in adapter (#2664).Toshi MARUYAMA2011-02-231-1/+3
* scm: mercurial: annotate path encoding support in helper (#2664).Toshi MARUYAMA2011-02-231-0/+10
* scm: fix diffs do not handle one line new files properly (#7618).Toshi MARUYAMA2011-02-231-1/+1
* scm: mercurial: path encoding support for "cat" in adapter (#2664).Toshi MARUYAMA2011-02-231-1/+2
* scm: mercurial: change some newlines in mercurial_adapter.rb CRLF to LF.Toshi MARUYAMA2011-02-221-2/+2
* scm: mercurial: log and entries path encoding support in adapter (#2664).Toshi MARUYAMA2011-02-221-5/+9
* scm: Ruby 1.9 compatibility in getting scm version (#4273).Toshi MARUYAMA2011-02-226-0/+18
* scm: mercurial: override initialize() for path encoding (#2664).Toshi MARUYAMA2011-02-221-0/+5
* Extracts gantt subjects styles to css (#7280).Jean-Philippe Lang2011-02-211-1/+1
* Adds full subject as gantt subject title (#7280).Jean-Philippe Lang2011-02-211-4/+2
* Prevent text wrap in gantt subjects (#7280).Jean-Philippe Lang2011-02-211-1/+4
* scm: filesystem: refactor for path encoding (#2274).Toshi MARUYAMA2011-02-211-23/+36
* scm: add "scm_iconv" method for repository path encoding in abstract_adapter....Toshi MARUYAMA2011-02-211-1/+12
* scm: mercurial: add 'rhcat' function using URL encoding in mercurial helper e...Toshi MARUYAMA2011-02-211-0/+6
* Ruby 1.9 compatibility of unified_diff.rb.Toshi MARUYAMA2011-02-211-2/+10
* Fixed: date part of the time default format doesn't respect the date format (...Jean-Philippe Lang2011-02-201-2/+2
* scm: git: move "--no-color" option from scm_cmd() to revision().Toshi MARUYAMA2011-02-201-2/+1
* scm: git: fix wrong commit range in git log command on Windows (#7657).Toshi MARUYAMA2011-02-201-12/+13
* scm: git: add new method 'scm_cmd' to wrap shellout.Toshi MARUYAMA2011-02-201-3/+19
* scm: git: add --no-color option to run "git --version".Toshi MARUYAMA2011-02-201-1/+1