summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Added Persian translation contributed by Behrang Noroozinia (#7418).Jean-Philippe Lang2011-02-213-0/+1086
* Fills locales with new strings.Jean-Philippe Lang2011-02-2141-0/+82
* Updated basque and czech translations. Contributed by Ales Zabala Alava and M...Jean-Philippe Lang2011-02-212-290/+294
* Warning on leaving a page with unsaved content in textarea (#2910).Jean-Philippe Lang2011-02-218-1/+85
* scm: add CP932 at Setting::ENCODINGS (#2664, #2274).Toshi MARUYAMA2011-02-211-0/+1
* scm: mercurial: add 'rhcat' function using URL encoding in mercurial helper e...Toshi MARUYAMA2011-02-211-0/+6
* Ruby 1.9 compatibility of unified_diff.rb.Toshi MARUYAMA2011-02-211-2/+10
* scm: subversion: change some functional tests project id from 1 to 3.Toshi MARUYAMA2011-02-211-19/+66
* Allow additional workflow transitions for issue author and assignee (#2732).Jean-Philippe Lang2011-02-2011-83/+221
* Fixed: date part of the time default format doesn't respect the date format (...Jean-Philippe Lang2011-02-202-7/+30
* scm: git: move "--no-color" option from scm_cmd() to revision().Toshi MARUYAMA2011-02-201-2/+1
* Use #custom_field_values to display issue custom fields in email, just like o...Jean-Philippe Lang2011-02-202-2/+2
* Do not keep illegitimate custom_values when setting custom_field_values (#7604).Jean-Philippe Lang2011-02-201-0/+1
* Fixed: Workflow summary shows X icon for workflow with exactly 1 status trans...Jean-Philippe Lang2011-02-201-1/+1
* Fixed: Syntax highlighting unavailable from board new topic or topic edit pre...Jean-Philippe Lang2011-02-202-0/+5
* Fixed: SQL error when filtering issues with an empty group or role (#7656).Jean-Philippe Lang2011-02-202-4/+44
* scm: git: fix wrong commit range in git log command on Windows (#7657).Toshi MARUYAMA2011-02-201-12/+13
* scm: git: add new method 'scm_cmd' to wrap shellout.Toshi MARUYAMA2011-02-201-3/+19
* scm: git: add --no-color option to run "git --version".Toshi MARUYAMA2011-02-201-1/+1
* scm: mercurial: code cleanup.Toshi MARUYAMA2011-02-191-1/+0
* scm: git: change select label to 'Path to repository'.Toshi MARUYAMA2011-02-191-1/+3
* scm: catch exception of getting command and version in model (#4273).Toshi MARUYAMA2011-02-191-6/+24
* scm: darcs: override client_available method (#4273).Toshi MARUYAMA2011-02-191-0/+4
* scm: darcs: space cleanup in adapter.Toshi MARUYAMA2011-02-191-4/+4
* scm: mercurial: fix exception operation in adapter all methods using xml and ...Toshi MARUYAMA2011-02-181-3/+9
* scm: mercurial: simplify fixing exception operation in adapter "summary" meth...Toshi MARUYAMA2011-02-181-3/+1
* scm: mercurial: fix exception operation in adapter "summary" method (#4455).Toshi MARUYAMA2011-02-181-2/+9
* scm: mercurial: unit test for named branches at adapter (#7246).Toshi MARUYAMA2011-02-181-0/+12
* scm: mercurial: support named branches at adapter (#7246).Toshi MARUYAMA2011-02-181-0/+12
* scm: mercurial: unit test for tags at adapter (#1981).Toshi MARUYAMA2011-02-181-0/+10
* scm: mercurial: support tags at adapter (#1981).Toshi MARUYAMA2011-02-181-0/+12
* scm: mercurial: temporary disable tags and branches at model (#1981, #7246, #...Toshi MARUYAMA2011-02-181-0/+8
* scm: mercurial: unit app test for latest_changesets SQL "like" special charac...Toshi MARUYAMA2011-02-181-0/+16
* scm: mercurial: unit app test for latest_changeset.Toshi MARUYAMA2011-02-181-0/+21
* scm: mercurial: improvement latest_changesets without supporting tags and nam...Toshi MARUYAMA2011-02-181-4/+7
* scm: mercurial: entries unit lib test for named branch (#7246).Toshi MARUYAMA2011-02-181-0/+18
* scm: mercurial: entries unit lib test for tag (#1981).Toshi MARUYAMA2011-02-181-0/+18
* scm: mercurial: remove "TODO" comment and fix indent of unit lib test.Toshi MARUYAMA2011-02-181-2/+1
* scm: mercurial: unit lib test for entries (#3421).Toshi MARUYAMA2011-02-181-3/+9
* scm: mercurial: move entries unit test from app to lib.Toshi MARUYAMA2011-02-182-13/+10
* scm: mercurial: fix unit lib test_info test fails on Windows.Toshi MARUYAMA2011-02-181-1/+2
* scm: space cleanup of lib/redmine/scm/adapters/abstract_adapter.rb.Toshi MARUYAMA2011-02-181-8/+8
* scm: fix diff revision param validation.Toshi MARUYAMA2011-02-172-1/+7
* scm: mercurial: fix Ruby 1.9 "hg diff" test fails (#7518).Toshi MARUYAMA2011-02-161-2/+5
* scm: in repository tree, use find_changeset_by_name instead of changesets.fin...Toshi MARUYAMA2011-02-161-1/+1
* scm: mercurial: add identifier to entry.lastrev (#3724, #3421).Toshi MARUYAMA2011-02-161-0/+1
* scm: mercurial: rewrite MercurialAdapter#entries to show per-file change log ...Toshi MARUYAMA2011-02-162-43/+23
* scm: mercurial: set instance value flag of whether "hg diff -c" supports true...Toshi MARUYAMA2011-02-162-2/+2
* scm: mercurial: rewrite MercurialAdapter#diff by using helper extension (#445...Toshi MARUYAMA2011-02-161-17/+9
* scm: mercurial: add instance value flag of whether "hg diff -c" supports at t...Toshi MARUYAMA2011-02-162-3/+5