summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Do not do assertions on mail class.Jean-Philippe Lang2012-02-256-10/+10
* Fixed escaping issue with Rails 3.1.Jean-Philippe Lang2012-02-251-1/+1
* Use content_tag for "no change" options.Jean-Philippe Lang2012-02-251-4/+4
* Rails3: prevent double rendering file view and annotate on Rails 3.0.11 and R...Toshi MARUYAMA2012-02-253-4/+10
* Rails3: test: fix ordering functional/comments_controller_test.rbToshi MARUYAMA2012-02-251-1/+1
* Fixed Version#issues_progress for Rails 3.1.Jean-Philippe Lang2012-02-251-2/+2
* Fixed escaping issues in #textilizable with Rails 3.1.Jean-Philippe Lang2012-02-251-9/+10
* Replace auto_link with link_to in email templates.Jean-Philippe Lang2012-02-244-4/+4
* Use fixture.Jean-Philippe Lang2012-02-241-1/+1
* Use :joins instead of :include.Jean-Philippe Lang2012-02-241-1/+1
* Potential test failure fixed.Jean-Philippe Lang2012-02-241-2/+2
* Round hours when reading TimeEntry attribute.Jean-Philippe Lang2012-02-241-0/+9
* Cleanup instance variables when reloading a project.Jean-Philippe Lang2012-02-241-0/+13
* Removed useless option.Jean-Philippe Lang2012-02-241-1/+1
* Use subclasses method instead of class variable.Jean-Philippe Lang2012-02-242-1/+12
* Rails3: scm: mercurial: use .to_s for overriding human_attribute_name parameterToshi MARUYAMA2012-02-241-1/+1
* Rails3: scm: git: use .to_s for overriding human_attribute_name parameterToshi MARUYAMA2012-02-241-1/+1
* Rails3: scm: filesystem: use .to_s for overriding human_attribute_name parameterToshi MARUYAMA2012-02-241-1/+1
* Rails3: scm: darcs: use .to_s for overriding human_attribute_name parameterToshi MARUYAMA2012-02-241-1/+1
* Rails3: scm: cvs: use .to_s for overriding human_attribute_name parameterToshi MARUYAMA2012-02-241-1/+1
* Rails3: scm: bazaar: use .to_s for overriding human_attribute_name parameterToshi MARUYAMA2012-02-241-1/+1
* Rails3: scm: use .to_s for overriding human_attribute_name parameter at repos...Toshi MARUYAMA2012-02-241-1/+1
* Rails3: use .to_s for overriding human_attribute_name parameter at group modelToshi MARUYAMA2012-02-241-1/+1
* scm: cvs: add test to override human_attribute_nameToshi MARUYAMA2012-02-241-0/+60
* 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