summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* scm: mercurial: rewrite MercurialAdapter#info by using helper extention (#4455).Toshi MARUYAMA2011-02-162-13/+5
* scm: mercurial: add "summary" method in adapter (#4455).Toshi MARUYAMA2011-02-161-0/+7
* scm: mercurial: switch root_url or url in "hg" method (#4455).Toshi MARUYAMA2011-02-161-1/+2
* scm: mercurial: add compatible test for "revisions" method.Toshi MARUYAMA2011-02-161-0/+14
* scm: mercurial: refactor "cat" by using hg helper method (#4455).Toshi MARUYAMA2011-02-161-8/+4
* scm: mercurial: refactor "annotate" by using hg helper method (#4455).Toshi MARUYAMA2011-02-161-7/+3
* scm: mercurial: add "hgtarget" method (#4455).Toshi MARUYAMA2011-02-161-0/+6
* scm: mercurial: change "--cwd" option to "-R" for running "hg" (#4455).Toshi MARUYAMA2011-02-161-1/+1
* scm: mercurial: add compatible test for "info" method.Toshi MARUYAMA2011-02-161-0/+10
* scm: mercurial: ignore redminehelper.pyc and redminehelper.pyo for Subversion...Toshi MARUYAMA2011-02-150-0/+0
* scm: bazaar: move cat and annotate test from unit app test to unit lib test.Toshi MARUYAMA2011-02-152-16/+16
* scm: cvs: set client available if cvs version above 1.12.Toshi MARUYAMA2011-02-151-1/+1
* scm: mercurial: ignore redminehelper.pyc and redminehelper.pyo for Git and Me...Toshi MARUYAMA2011-02-152-0/+4
* scm: mercurial: add Mercurial helper extension (#4455).Toshi MARUYAMA2011-02-153-4/+172
* scm: cvs: add methods of getting cvs version and add unit lib test (#4273).Toshi MARUYAMA2011-02-152-0/+35
* scm: bazaar: add methods of getting bazaar version and add unit lib test (#42...Toshi MARUYAMA2011-02-152-1/+36
* scm: mercurial: add new method 'hg' to wrap shellout (#4455).Toshi MARUYAMA2011-02-151-0/+17
* scm: git: add methods of getting git version and add unit lib test (#4273).Toshi MARUYAMA2011-02-152-0/+32
* scm: mercurial: switch shell quote revision with argument.Toshi MARUYAMA2011-02-151-9/+11
* scm: subversion: change newlines LF to CRLF at lib/redmine/scm/adapters/subve...Toshi MARUYAMA2011-02-151-12/+13
* scm: subversion: change unit app test project id from 1 to 3.Toshi MARUYAMA2011-02-151-3/+4
* scm: subversion: refactor getting svn version and add lib test (#4273).Toshi MARUYAMA2011-02-152-10/+32
* scm: catch CommandFailed during bulk Repository.fetch_changesets (#4455).Toshi MARUYAMA2011-02-151-1/+5
* scm: git: remove localtime (#6346).Toshi MARUYAMA2011-02-141-1/+1
* scm: add scm command and version methods at repository models (#4273).Toshi MARUYAMA2011-02-148-19/+39
* scm: use shell quote for scm command at adapter level (#7517, #4273).Toshi MARUYAMA2011-02-149-90/+169
* Introduced MailHandler#dispatch_to_default method to make MailHandler more ex...Jean-Baptiste Barth2011-02-121-1/+5
* scm: space and tab cleanup of app/controllers/repositories_controller.rb.Toshi MARUYAMA2011-02-121-17/+18
* scm: fix non ASCII filename downloaded from repo is broken on Internet Explor...Toshi MARUYAMA2011-02-121-1/+1
* scm: cvs: fix most binary files become corrupted on Windows (#6090).Toshi MARUYAMA2011-02-121-0/+1
* Ignore .project and .loadpath files for hg/git mirrors. #7497Jean-Baptiste Barth2011-02-122-0/+4
* Added 'retro' style for gravatars. #7608Jean-Baptiste Barth2011-02-121-1/+1
* scm: bazaar: fix typo and mistakes.Toshi MARUYAMA2011-02-111-2/+1
* scm: git: fix typo of unit lib test.Toshi MARUYAMA2011-02-111-1/+1
* scm: cvs: fix unit lib test fails on Windows.Toshi MARUYAMA2011-02-111-0/+1
* scm: bazaar: prepare version string unit lib test.Toshi MARUYAMA2011-02-111-0/+26
* scm: change gunzip to tar -z option for scm repository setup in lib/tasks/tes...Toshi MARUYAMA2011-02-111-1/+2
* scm: git: prepare version string unit lib test and git log encoding (#3396).Toshi MARUYAMA2011-02-111-61/+82
* scm: cvs: code clean up.Toshi MARUYAMA2011-02-111-24/+24
* scm: subversion: prepare version string unit lib test.Toshi MARUYAMA2011-02-101-8/+20
* scm: cvs: generate pseudo scmid for auto issue close text (#6706).Toshi MARUYAMA2011-02-072-3/+13
* scm: cvs: change temporary revision number from "_N" to "tmpN" (#996, #3761, ...Toshi MARUYAMA2011-02-072-7/+26
* Fixed various typos in french localeJean-Baptiste Barth2011-02-061-7/+7
* scm: add scm_cvs_command at config/configuration.yml.example (#7517).Toshi MARUYAMA2011-02-051-0/+1
* scm: change key name of configurable command name (#7517, #6159, #7047).Toshi MARUYAMA2011-02-047-11/+11
* scm: use "e.g." for "for example" at config/configuration.yml.example (#7517).Toshi MARUYAMA2011-02-041-2/+2
* scm: add a feature of configurable path of executable for scm adapters (#7517).Toshi MARUYAMA2011-02-047-6/+15
* scm: cvs: use localtime at cvs rlog -d option (#996, #3761).Toshi MARUYAMA2011-02-022-1/+16
* scm: cvs: add unit lib test.Toshi MARUYAMA2011-02-021-0/+33
* scm: mercurial: add unit lib test for the previous changeset isn't the parent...Toshi MARUYAMA2011-02-021-0/+11