summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Highlight changes inside diff lines (#7139).Jean-Philippe Lang2011-03-115-86/+241
* scm: cvs: fix missing author, revision and comment in tree view (#4270).Toshi MARUYAMA2011-03-112-3/+15
* scm: mercurial: add :order => 'id DESC' explicitly for MySQL test fails.Toshi MARUYAMA2011-03-111-2/+9
* scm: mercurial: remove duplicates tests in unit model test.Toshi MARUYAMA2011-03-111-7/+0
* scm: mercurial: fix unit model test fails on MySQL and remove duplicates tests.Toshi MARUYAMA2011-03-111-31/+16
* scm: cvs: fix age column on repository view is off by timezone delta (#7827).Toshi MARUYAMA2011-03-112-1/+19
* 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: code clean up model.Toshi MARUYAMA2011-03-111-5/+7
* 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
* scm: cvs: code clean up functional test.Toshi MARUYAMA2011-03-111-15/+15
* Speeds up WikiHelper#wiki_page_options_for_select.Jean-Philippe Lang2011-03-101-7/+10
* Code cleanup.Jean-Philippe Lang2011-03-101-5/+0
* Code cleanup.Jean-Philippe Lang2011-03-101-6/+0
* Gantt: do not ignore project filter (#7000, #7352), do not display empty proj...Jean-Philippe Lang2011-03-102-97/+104
* Prevent icons clipping on gantt.Jean-Philippe Lang2011-03-101-2/+2
* scm: git: fix newlines of test/unit/repository_git_test.rb.Toshi MARUYAMA2011-03-101-5/+5
* scm: git: add tests for previous and next versions in unit model test (#7821,...Toshi MARUYAMA2011-03-101-0/+40
* scm: git: insert revisions to database with reverse commit order (#7821, #5357).Toshi MARUYAMA2011-03-101-1/+1
* scm: git: unit model latin-1 path encoding test passes on Japanese Windows (#...Toshi MARUYAMA2011-03-091-3/+9
* scm: git: unit adapter latin-1 path encoding test passes on Japanese Windows ...Toshi MARUYAMA2011-03-091-5/+12
* scm: git: fix PortgreSQL functional test fails (#5251).Toshi MARUYAMA2011-03-091-1/+5
* scm: git: switch "-c core.quotepath=false" in git version above 1.7.2 or not ...Toshi MARUYAMA2011-03-081-1/+4
* scm: git: change core.quotepath to false in test repository config (#5251).Toshi MARUYAMA2011-03-081-0/+0
* scm: git: add reverse log test in unit adapter test (#5357).Toshi MARUYAMA2011-03-081-1/+15
* 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: add path encoding select box at setting (#5251).Toshi MARUYAMA2011-03-081-2/+6
* scm: git: add latin-1 encoding directory test in unit model test (#5251).Toshi MARUYAMA2011-03-081-0/+14
* scm: git: add latin-1 encoding directory test in unit adapter test (#5251).Toshi MARUYAMA2011-03-081-1/+15
* scm: git: fix latin-1 directory entries() in adapter (#5251).Toshi MARUYAMA2011-03-081-1/+1
* scm: git: add latin-1 encoding directory to test repository (#5251).Toshi MARUYAMA2011-03-083-5/+5
* scm: mercurial: add latin-1 encoding directory to test repository (#2664).Toshi MARUYAMA2011-03-084-14/+18
* scm: git: add latest changesets path encoding test in unit model test (#5251).Toshi MARUYAMA2011-03-081-0/+14
* scm: git: prepare path encoding test in unit model test (#5251).Toshi MARUYAMA2011-03-081-0/+5
* scm: git: add latest changesets branch test in unit model test (#5357).Toshi MARUYAMA2011-03-081-0/+26
* scm: git: add latest changesets tag test in unit model test (#5357).Toshi MARUYAMA2011-03-081-0/+22
* scm: git: add latest changesets limit test in unit model test (#5357).Toshi MARUYAMA2011-03-081-1/+12
* scm: git: remove Setting.commit_logs_encoding from unit model test.Toshi MARUYAMA2011-03-081-1/+0
* scm: git: add latest changesets test in unit model test (#5357).Toshi MARUYAMA2011-03-081-0/+39
* scm: git: prepare path encoding test in unit model test (#5251).Toshi MARUYAMA2011-03-081-1/+5
* scm: git: add tests for path encoding entries() in unit adapter test (#5251).Toshi MARUYAMA2011-03-081-0/+10
* scm: git: add core.quotepath = false to run git command (#5251).Toshi MARUYAMA2011-03-081-1/+1
* scm: git: add tests for branch entries() in unit adapter test.Toshi MARUYAMA2011-03-081-0/+16
* scm: git: add tests for tag entries() in unit adapter test.Toshi MARUYAMA2011-03-081-0/+16
* scm: git: use scm_cmd() in adapter tags().Toshi MARUYAMA2011-03-081-2/+4
* scm: git: add tags test in unit adapter test.Toshi MARUYAMA2011-03-081-0/+7
* scm: git: add tests for path encoding cat, diff and blame in unit adapter tes...Toshi MARUYAMA2011-03-081-1/+29