summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* scm: mercurial: code cleanup.Toshi MARUYAMA2011-02-191-1/+0
* scm: darcs: override client_available method (#4273).Toshi MARUYAMA2011-02-191-0/+4
* scm: darcs: space cleanup in adapter.Toshi MARUYAMA2011-02-191-4/+4
* scm: mercurial: fix exception operation in adapter all methods using xml and ...Toshi MARUYAMA2011-02-181-3/+9
* scm: mercurial: simplify fixing exception operation in adapter "summary" meth...Toshi MARUYAMA2011-02-181-3/+1
* scm: mercurial: fix exception operation in adapter "summary" method (#4455).Toshi MARUYAMA2011-02-181-2/+9
* scm: mercurial: support named branches at adapter (#7246).Toshi MARUYAMA2011-02-181-0/+12
* scm: mercurial: support tags at adapter (#1981).Toshi MARUYAMA2011-02-181-0/+12
* scm: space cleanup of lib/redmine/scm/adapters/abstract_adapter.rb.Toshi MARUYAMA2011-02-181-8/+8
* scm: mercurial: fix Ruby 1.9 "hg diff" test fails (#7518).Toshi MARUYAMA2011-02-161-2/+5
* scm: mercurial: add identifier to entry.lastrev (#3724, #3421).Toshi MARUYAMA2011-02-161-0/+1
* scm: mercurial: rewrite MercurialAdapter#entries to show per-file change log ...Toshi MARUYAMA2011-02-161-20/+23
* scm: mercurial: rewrite MercurialAdapter#diff by using helper extension (#445...Toshi MARUYAMA2011-02-161-17/+9
* scm: mercurial: rewrite MercurialAdapter#revisions as an iterator (#4455).Toshi MARUYAMA2011-02-161-45/+43