summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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: add two tags to test repository.Toshi MARUYAMA2011-03-081-0/+0
* 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: update test repository for path encoding (#5251).Toshi MARUYAMA2011-03-073-6/+11
* CHANGELOG updated.Jean-Philippe Lang2011-03-071-2/+2
* 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: backout r5026 (#5251).Toshi MARUYAMA2011-03-073-7/+6
* scm: git: update test repository for path encoding (#5251).Toshi MARUYAMA2011-03-073-6/+7
* 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
* scm: git: add core.quotepath = true in test repository config (#5251).Toshi MARUYAMA2011-03-071-0/+0
* Fixed: error on JournalsController#index when custom fields are present (#7795).Jean-Philippe Lang2011-03-063-1/+10
* Updates for 1.1.2 release.Jean-Philippe Lang2011-03-062-1/+19
* Translations updates.Jean-Philippe Lang2011-03-065-82/+86
* Adds new string to locales.Jean-Philippe Lang2011-03-0442-0/+42
* Version list style updated.Jean-Philippe Lang2011-03-041-1/+1
* Fixed: Login page should not show projects link and search box if authenticat...Jean-Philippe Lang2011-03-042-1/+19
* Removes duplicate DOM id in custom field form.Jean-Philippe Lang2011-03-041-3/+4
* Extends custom field possible values textarea.Jean-Philippe Lang2011-03-042-1/+2
* Fixed: Email notifications are sent to watchers even if 'No events' setting i...Jean-Philippe Lang2011-03-042-6/+7
* Adds email notifications support for news comments (#2074).Jean-Philippe Lang2011-03-0414-15/+100
* scm: mercurial: add changesets order test in unit model test (#5357).Toshi MARUYAMA2011-03-041-0/+40
* scm: mercurial: add path encoding select box at setting (#2664).Toshi MARUYAMA2011-03-041-2/+6
* scm: mercurial: add path encoding tests in functional test (#2664, #4050).Toshi MARUYAMA2011-03-041-1/+89
* scm: mercurial: additional unit model tests for path encoding (#2664).Toshi MARUYAMA2011-03-041-0/+13
* scm: mercurial: add unit adapter test repository for path contains space (#26...Toshi MARUYAMA2011-03-041-0/+12
* scm: mercurial: update test repository for path contains space (#2664, #4455).Toshi MARUYAMA2011-03-043-13/+17
* scm: mercurial: update test repository for path encoding (#2664).Toshi MARUYAMA2011-03-044-16/+41
* scm: mercurial: convert copied file path encoding (#2664).Toshi MARUYAMA2011-03-031-1/+3