Commit Graph

1127 Commits (416cab399a7ff04da31b89a36804a86d1f815f14)

Author SHA1 Message Date
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
Jean-Philippe Lang be4e4c80f7 Stringify avatar to prevent "can't convert nil into String" errors on gantt (#7317). 14 years ago
Toshi MARUYAMA 515e89dd40 scm: git: use --encoding=UTF-8 in "git log" (#3396). 14 years ago
Toshi MARUYAMA 5774ea453b scm: git: refactor lastrev() in adapter. 14 years ago
Toshi MARUYAMA 65d0bb9c93 scm: git: move saving changesets from adapter to model (#3396). 14 years ago
Jean-Philippe Lang 8b4c8e6902 Fixes wiki diff rendering. 14 years ago
Jean-Philippe Lang 771147ce80 Extracts a diff helper from the WikiDiff class. 14 years ago
Jean-Philippe Lang d88fa6ccce Adds support for SCM/LDAP passwords encryption in the database (#7411). 14 years ago
Jean-Philippe Lang b5d259383f Adds a method to temporarily override configuration settings. 14 years ago
Toshi MARUYAMA c439bd5323 scm: git: add flag of disable showing last commit in repository tree (#7047). 14 years ago
Toshi MARUYAMA 07b94a25f6 scm: update adapter initialize() to use path encoding (#2664, #2274). 14 years ago
Toshi MARUYAMA 12c5dcbd13 scm: cvs: fix CVS diffs do not handle new files properly (#7615). 14 years ago
Toshi MARUYAMA 5fe46b215b scm: use "ASCII-8BIT" in IO.popen() in Ruby 1.9. 14 years ago
Toshi MARUYAMA cb8b71470a scm: mercurial: replace urllib.unquote to urllib.unquote_plus in helper (#4455). 14 years ago
Toshi MARUYAMA 428e734ede scm: mercurial: remove unused rhannotate command options in helper. 14 years ago
Toshi MARUYAMA 5e0b318256 scm: mercurial: annotate path encoding support in adapter (#2664). 14 years ago
Toshi MARUYAMA ef2c777b1c scm: mercurial: annotate path encoding support in helper (#2664). 14 years ago
Toshi MARUYAMA eb217d1340 scm: fix diffs do not handle one line new files properly (#7618). 14 years ago
Toshi MARUYAMA 4bd39c9df5 scm: mercurial: path encoding support for "cat" in adapter (#2664). 14 years ago
Toshi MARUYAMA 6caa0f1ce8 scm: mercurial: change some newlines in mercurial_adapter.rb CRLF to LF. 14 years ago
Toshi MARUYAMA 13f83a883f scm: mercurial: log and entries path encoding support in adapter (#2664). 14 years ago
Toshi MARUYAMA 764ab0f300 scm: Ruby 1.9 compatibility in getting scm version (#4273). 14 years ago
Toshi MARUYAMA ae8386b3dc scm: mercurial: override initialize() for path encoding (#2664). 14 years ago
Jean-Philippe Lang ac65a69ea3 Extracts gantt subjects styles to css (#7280). 14 years ago
Jean-Philippe Lang 3a8f66116f Adds full subject as gantt subject title (#7280). 14 years ago
Jean-Philippe Lang 07092b890a Prevent text wrap in gantt subjects (#7280). 14 years ago
Toshi MARUYAMA 0e39c0e550 scm: filesystem: refactor for path encoding (#2274). 14 years ago
Toshi MARUYAMA b95ef671d6 scm: add "scm_iconv" method for repository path encoding in abstract_adapter.rb (#2664, #2274). 14 years ago
Toshi MARUYAMA d201aa7b48 scm: mercurial: add 'rhcat' function using URL encoding in mercurial helper extension (#2664). 14 years ago
Toshi MARUYAMA 3e1a39ef69 Ruby 1.9 compatibility of unified_diff.rb. 14 years ago