| Commit message (Expand) | Author | Age | Files | Lines |
* | scm: git: add latest changesets branch test in unit model test (#5357). | Toshi MARUYAMA | 2011-03-08 | 1 | -0/+26 |
* | scm: git: add latest changesets tag test in unit model test (#5357). | Toshi MARUYAMA | 2011-03-08 | 1 | -0/+22 |
* | scm: git: add latest changesets limit test in unit model test (#5357). | Toshi MARUYAMA | 2011-03-08 | 1 | -1/+12 |
* | scm: git: remove Setting.commit_logs_encoding from unit model test. | Toshi MARUYAMA | 2011-03-08 | 1 | -1/+0 |
* | scm: git: add latest changesets test in unit model test (#5357). | Toshi MARUYAMA | 2011-03-08 | 1 | -0/+39 |
* | scm: git: prepare path encoding test in unit model test (#5251). | Toshi MARUYAMA | 2011-03-08 | 1 | -1/+5 |
* | scm: git: add tests for path encoding entries() in unit adapter test (#5251). | Toshi MARUYAMA | 2011-03-08 | 1 | -0/+10 |
* | scm: git: add core.quotepath = false to run git command (#5251). | Toshi MARUYAMA | 2011-03-08 | 1 | -1/+1 |
* | scm: git: add tests for branch entries() in unit adapter test. | Toshi MARUYAMA | 2011-03-08 | 1 | -0/+16 |
* | scm: git: add tests for tag entries() in unit adapter test. | Toshi MARUYAMA | 2011-03-08 | 1 | -0/+16 |
* | scm: git: use scm_cmd() in adapter tags(). | Toshi MARUYAMA | 2011-03-08 | 1 | -2/+4 |
* | scm: git: add tags test in unit adapter test. | Toshi MARUYAMA | 2011-03-08 | 1 | -0/+7 |
* | scm: git: add tests for path encoding cat, diff and blame in unit adapter tes... | Toshi MARUYAMA | 2011-03-08 | 1 | -1/+29 |
* | scm: git: use scm_cmd() in adapter branches(). | Toshi MARUYAMA | 2011-03-08 | 1 | -2/+4 |
* | scm: git: support path encoding in adapter cat (#5251). | Toshi MARUYAMA | 2011-03-08 | 1 | -3/+5 |
* | scm: git: support path encoding in adapter blame (#5251). | Toshi MARUYAMA | 2011-03-08 | 1 | -5/+9 |
* | scm: git: support path encoding in adapter entries() (#5251). | Toshi MARUYAMA | 2011-03-08 | 1 | -9/+13 |
* | scm: git: support path encoding in adapter diff (#5251). | Toshi MARUYAMA | 2011-03-08 | 1 | -8/+8 |
* | scm: git: support path encoding in adapter revisions() (#5251). | Toshi MARUYAMA | 2011-03-08 | 1 | -1/+1 |
* | scm: git: add two tags to test repository. | Toshi MARUYAMA | 2011-03-08 | 1 | -0/+0 |
* | scm: git: convert path encoding in "git log" (#5251). | Toshi MARUYAMA | 2011-03-08 | 1 | -2/+4 |
* | scm: git: add instance variable for path encoding in adapter (#5251). | Toshi MARUYAMA | 2011-03-08 | 1 | -0/+1 |
* | scm: git: code clean up adapter. | Toshi MARUYAMA | 2011-03-08 | 1 | -8/+6 |
* | scm: git: update test repository for path encoding (#5251). | Toshi MARUYAMA | 2011-03-07 | 3 | -6/+11 |
* | CHANGELOG updated. | Jean-Philippe Lang | 2011-03-07 | 1 | -2/+2 |
* | scm: git: remove "core.quotepath = true" to run git command (#5251). | Toshi MARUYAMA | 2011-03-07 | 1 | -1/+1 |
* | scm: git: use core.quotepath = true to run git command for database safety (#... | Toshi MARUYAMA | 2011-03-07 | 1 | -1/+0 |
* | scm: git: backout r5026 (#5251). | Toshi MARUYAMA | 2011-03-07 | 3 | -7/+6 |
* | scm: git: update test repository for path encoding (#5251). | Toshi MARUYAMA | 2011-03-07 | 3 | -6/+7 |
* | scm: git: change core.quotepath = true temporarily to run git command (#5251). | Toshi MARUYAMA | 2011-03-07 | 1 | -1/+2 |
* | scm: git: add core.quotepath = false to run git command (#5251). | Toshi MARUYAMA | 2011-03-07 | 1 | -1/+1 |
* | scm: git: add core.quotepath = true in test repository config (#5251). | Toshi MARUYAMA | 2011-03-07 | 1 | -0/+0 |
* | Fixed: error on JournalsController#index when custom fields are present (#7795). | Jean-Philippe Lang | 2011-03-06 | 3 | -1/+10 |
* | Updates for 1.1.2 release. | Jean-Philippe Lang | 2011-03-06 | 2 | -1/+19 |
* | Translations updates. | Jean-Philippe Lang | 2011-03-06 | 5 | -82/+86 |
* | Adds new string to locales. | Jean-Philippe Lang | 2011-03-04 | 42 | -0/+42 |
* | Version list style updated. | Jean-Philippe Lang | 2011-03-04 | 1 | -1/+1 |
* | Fixed: Login page should not show projects link and search box if authenticat... | Jean-Philippe Lang | 2011-03-04 | 2 | -1/+19 |
* | Removes duplicate DOM id in custom field form. | Jean-Philippe Lang | 2011-03-04 | 1 | -3/+4 |
* | Extends custom field possible values textarea. | Jean-Philippe Lang | 2011-03-04 | 2 | -1/+2 |
* | Fixed: Email notifications are sent to watchers even if 'No events' setting i... | Jean-Philippe Lang | 2011-03-04 | 2 | -6/+7 |
* | Adds email notifications support for news comments (#2074). | Jean-Philippe Lang | 2011-03-04 | 14 | -15/+100 |
* | scm: mercurial: add changesets order test in unit model test (#5357). | Toshi MARUYAMA | 2011-03-04 | 1 | -0/+40 |
* | scm: mercurial: add path encoding select box at setting (#2664). | Toshi MARUYAMA | 2011-03-04 | 1 | -2/+6 |
* | scm: mercurial: add path encoding tests in functional test (#2664, #4050). | Toshi MARUYAMA | 2011-03-04 | 1 | -1/+89 |
* | scm: mercurial: additional unit model tests for path encoding (#2664). | Toshi MARUYAMA | 2011-03-04 | 1 | -0/+13 |
* | scm: mercurial: add unit adapter test repository for path contains space (#26... | Toshi MARUYAMA | 2011-03-04 | 1 | -0/+12 |
* | scm: mercurial: update test repository for path contains space (#2664, #4455). | Toshi MARUYAMA | 2011-03-04 | 3 | -13/+17 |
* | scm: mercurial: update test repository for path encoding (#2664). | Toshi MARUYAMA | 2011-03-04 | 4 | -16/+41 |
* | scm: mercurial: convert copied file path encoding (#2664). | Toshi MARUYAMA | 2011-03-03 | 1 | -1/+3 |