summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* scm: filesystem: add test to override human_attribute_name of "Root directory"Toshi MARUYAMA2012-02-241-0/+27
* scm: mercurial: remove unnecessary log_encoding from overriding human_attribu...Toshi MARUYAMA2012-02-241-3/+2
* scm: git: remove unnecessary log_encoding from overriding human_attribute_nam...Toshi MARUYAMA2012-02-241-3/+2
* scm: mercurial: add test to override human_attribute_name of "path to reposit...Toshi MARUYAMA2012-02-241-0/+29
* scm: git: add test to override human_attribute_name of "path to repository"Toshi MARUYAMA2012-02-241-0/+28
* scm: mercurial: split unit model test setup whether repository required or notToshi MARUYAMA2012-02-241-19/+21
* scm: git: split unit model test setup whether repository required or notToshi MARUYAMA2012-02-241-13/+15
* scm: bazaar: add test to override human_attribute_name of "path to repository"Toshi MARUYAMA2012-02-241-0/+28
* scm: darcs: add test to override human_attribute_name of "path to repository"Toshi MARUYAMA2012-02-241-0/+28
* code layout cleanup test/unit/repository_test.rbToshi MARUYAMA2012-02-241-2/+10
* scm: add test to override human_attribute_name of log_encodingToshi MARUYAMA2012-02-241-0/+26
* Rails3: view: html_safe for auto_link of project homepageToshi MARUYAMA2012-02-231-2/+4
* Fixes HTML.Jean-Philippe Lang2012-02-231-1/+1
* Adds functional tests.Jean-Philippe Lang2012-02-231-0/+19
* Code cleanup.Jean-Philippe Lang2012-02-231-1/+1
* Adds required fixtures back.Jean-Philippe Lang2012-02-231-1/+1
* Removed dead code.Jean-Philippe Lang2012-02-232-11/+1
* Pass the message id when previewing in edit mode (#10275).Jean-Philippe Lang2012-02-231-1/+1
* Pass the topic objet to #textilizable (#10275).Jean-Philippe Lang2012-02-231-1/+1
* Adds functional tests.Jean-Philippe Lang2012-02-233-0/+43
* Adds functional tests.Jean-Philippe Lang2012-02-232-0/+15
* Removed dead code.Jean-Philippe Lang2012-02-231-8/+1
* Adds functional tests.Jean-Philippe Lang2012-02-231-0/+16
* Preserve uploaded files when on documents.Jean-Philippe Lang2012-02-232-3/+3
* Preserve uploaded files when on news.Jean-Philippe Lang2012-02-231-2/+0
* Preserve uploaded files when on news.Jean-Philippe Lang2012-02-232-1/+3
* Do not check the request http method.Jean-Philippe Lang2012-02-231-11/+9
* Preserve uploaded files when creating a forum topic.Jean-Philippe Lang2012-02-232-6/+8
* i18n not working with russian gem (#10066).Jean-Philippe Lang2012-02-231-2/+4
* scm: mercurial: use to_s for revision in find_changeset_by_name methodToshi MARUYAMA2012-02-231-5/+6
* Better message for file size validation error.Jean-Philippe Lang2012-02-232-1/+12
* Rails3: test: scm: mercurial: use "repository_path_hash" for path paramToshi MARUYAMA2012-02-231-17/+30
* Rails3: test: scm: darcs: use "repository_path_hash" for path paramToshi MARUYAMA2012-02-231-3/+5
* Makes container_id and container_type columns nullables.Jean-Philippe Lang2012-02-231-0/+13
* Removed testing code.Jean-Philippe Lang2012-02-231-1/+1
* add vendor/cache to .hgignore and .gitignoreToshi MARUYAMA2012-02-232-0/+2
* scm: use to_s for revision in find_changeset_by_name methodToshi MARUYAMA2012-02-231-2/+3
* Rails3: test: scm: subversion: use "repository_path_hash" for path paramToshi MARUYAMA2012-02-231-14/+28
* Adds vendor/cache to svn:ignore.Jean-Philippe Lang2012-02-230-0/+0
* Adds support for adding attachments to issues through the REST API (#8171).Jean-Philippe Lang2012-02-2310-19/+175
* Rails3: test: scm: bazaar: use "repository_path_hash" for path paramToshi MARUYAMA2012-02-231-7/+14
* Rails3: test: scm: cvs: use "repository_path_hash" for path paramToshi MARUYAMA2012-02-231-8/+16
* Rails3: test: scm: filesystem: use "repository_path_hash" for path paramToshi MARUYAMA2012-02-231-5/+9
* Rails3: test: scm: git: use "repository_path_hash" for path paramToshi MARUYAMA2012-02-231-13/+25
* Rails3: test: scm: move "repository_path_hash" method in repositories routing...Toshi MARUYAMA2012-02-232-9/+7
* add ":id => nil" to "Overall activity" link_toToshi MARUYAMA2012-02-221-1/+3
* code layout cleanup app/views/users/show.html.erbToshi MARUYAMA2012-02-221-1/+3
* Rails3: use image_tag instead of hard-coded html tag to prevent escaping in g...Toshi MARUYAMA2012-02-221-2/+2
* Rails3: view: html_safe for common/_diff.html.erbToshi MARUYAMA2012-02-221-3/+3
* use English as default language at "test_reminders_should_not_include_closed_...Toshi MARUYAMA2012-02-221-7/+11