summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* scm: mercurial: remove localtime from adapter (#4455).Toshi MARUYAMA2011-03-031-1/+1
* scm: Ruby 1.9 compatibility for XML UTF-8 parsing.Toshi MARUYAMA2011-03-032-3/+27
* scm: fix unit tests fails in Ruby 1.9.Toshi MARUYAMA2011-03-036-6/+6
* scm: mercurial: code clean up unit model test.Toshi MARUYAMA2011-03-031-3/+3
* scm: code clean up repositories_helper.rb.Toshi MARUYAMA2011-03-031-11/+12
* scm: mercurial: wrap revison, tag and branch with URL encoding for entries (#...Toshi MARUYAMA2011-03-022-2/+2
* scm: filesystem: add note "Default: UTF-8" in path encoding setting (#2274).Toshi MARUYAMA2011-03-021-2/+4
* scm: subversion: add changesets order test in unit model test (#5357).Toshi MARUYAMA2011-03-021-0/+28
* scm: git: add more tests in fetch changesets incremental unit model test (#53...Toshi MARUYAMA2011-03-021-2/+12
* scm: code clean up repositories_helper.rb.Toshi MARUYAMA2011-03-021-5/+17
* scm: code clean up test/unit/changeset_test.rb.Toshi MARUYAMA2011-03-011-4/+3
* scm: remove global repository log encoding setting from view (#1735).Toshi MARUYAMA2011-03-011-2/+0
* scm: add feature of per project repository log encoding setting (#1735).Toshi MARUYAMA2011-03-0114-34/+63
* scm: copy global log encoding setting to repository (#1735).Toshi MARUYAMA2011-03-011-0/+18
* scm: add log_encoding column to repositories table (#1735).Toshi MARUYAMA2011-03-011-0/+9
* scm: darcs: refactor functional test.Toshi MARUYAMA2011-03-011-15/+28
* scm: darcs: change project id of unit app test from 1 to 3.Toshi MARUYAMA2011-03-011-8/+11
* scm: bazaar: change project id of unit app test from 1 to 3.Toshi MARUYAMA2011-03-011-1/+1
* scm: code clean up at test/unit/changeset_test.rb.Toshi MARUYAMA2011-03-011-1/+0
* scm: add scm specific human_attribute_name for input validation.Toshi MARUYAMA2011-03-016-0/+43
* scm: add notes "local repository" in Git and Mercurial setting.Toshi MARUYAMA2011-03-011-2/+4
* Stringify avatar to prevent "can't convert nil into String" errors on gantt (...Jean-Philippe Lang2011-02-281-1/+1
* Escapes body css classes.Jean-Philippe Lang2011-02-281-1/+1
* scm: git: use --encoding=UTF-8 in "git log" (#3396).Toshi MARUYAMA2011-02-285-8/+12