summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Rails 3.1 compatibility.Jean-Philippe Lang2012-02-251-1/+1
* Rails 3.1 compatibility.Jean-Philippe Lang2012-02-251-3/+3
* Rails 3.1 compatibility.Jean-Philippe Lang2012-02-251-2/+2
* Rails 3.1 compatibility.Jean-Philippe Lang2012-02-251-3/+3
* Updated Ruby required version.Etienne Massip2012-02-251-1/+1
* Code cleanup.Jean-Philippe Lang2012-02-251-3/+4
* Can not use Project#find on scopes with Rails 3.1.Jean-Philippe Lang2012-02-252-3/+17
* Use content_tag for empty option.Jean-Philippe Lang2012-02-251-1/+1
* Clean up assertion.Jean-Philippe Lang2012-02-251-2/+1
* Preserve xml output with Rails 3.1.Jean-Philippe Lang2012-02-251-1/+1
* Undefined #builtin= with Rails 3.1.3.Jean-Philippe Lang2012-02-251-0/+1
* Fixed migration broken with Rails 3.1.3 (#10320).Jean-Philippe Lang2012-02-251-0/+12
* YAML files parsing issues.Jean-Philippe Lang2012-02-255-7/+7
* Fixed escaping issue with Rails 3.1.Jean-Philippe Lang2012-02-251-1/+1
* Use content_tag for empty option.Jean-Philippe Lang2012-02-251-1/+1
* Adds missing format parameter.Jean-Philippe Lang2012-02-251-3/+3
* 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