summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* add new rake task "test:rdm_routing" to run test/integration/routing/*_test.rbToshi MARUYAMA2011-12-241-0/+7
* test: route: move issue_moves test in test_issues_extra_actions to new fileToshi MARUYAMA2011-12-232-8/+31
* test: route: move groups test to new fileToshi MARUYAMA2011-12-232-12/+32
* test: route: move enumerations test to new fileToshi MARUYAMA2011-12-232-27/+47
* test: route: add account testToshi MARUYAMA2011-12-231-0/+55
* test: route: fix duplicate "test_roles"Toshi MARUYAMA2011-12-231-1/+1
* test: route: move documents test to new fileToshi MARUYAMA2011-12-232-35/+55
* test: route: move messages test to new fileToshi MARUYAMA2011-12-232-36/+56
* code layout clean up test/integration/api_test/users_test.rbToshi MARUYAMA2011-12-231-9/+43
* test: route: move custom_fields test to new fileToshi MARUYAMA2011-12-232-27/+47
* test: route: move boards test to new fileToshi MARUYAMA2011-12-232-38/+60
* test: route: move admin test to new fileToshi MARUYAMA2011-12-232-7/+27
* test: route: move attachments test to new fileToshi MARUYAMA2011-12-232-29/+49
* test: route: move activities test to new fileToshi MARUYAMA2011-12-232-11/+31
* fix filename of test/unit/lib/redmine/wiki_formatting.rbToshi MARUYAMA2011-12-231-0/+0
* route: remove unused 'help'Toshi MARUYAMA2011-12-231-2/+0
* test: include ERB::Util at test/unit/lib/redmine/helpers/gantt_test.rbToshi MARUYAMA2011-12-221-0/+1
* test: include ERB::Util at test/unit/helpers/issues_helper_test.rbToshi MARUYAMA2011-12-221-0/+1
* Rails3: view: html_safe for issues/destroy.html.erbToshi MARUYAMA2011-12-221-1/+1
* route: news: replace unused alias "all_news" and "formatted_all_news"Toshi MARUYAMA2011-12-221-2/+2
* Rails3: route: split boards topics edit and destroyToshi MARUYAMA2011-12-221-1/+2
* Rails3: helper: html_safe for WatchersHelperToshi MARUYAMA2011-12-211-2/+2
* Rails3: view: html_safe for timelog/bulk_edit.html.erbToshi MARUYAMA2011-12-211-3/+4
* Rails3: view: html_safe for common/_calendar.html.erbToshi MARUYAMA2011-12-211-2/+2
* fix parsing zh-TW.yml error with psych library on Ruby 1.9Toshi MARUYAMA2011-12-211-1/+1
* fix parsing en.yml error with psych library on Ruby 1.9Toshi MARUYAMA2011-12-211-1/+1
* Rails3: rename sample_plugin .rhtml to .html.erb (#6317, #4796)Toshi MARUYAMA2011-12-204-0/+0
* remove trailing white-spaces from public/htaccess.fcgi.exampleToshi MARUYAMA2011-12-201-3/+3
* add newline at end of public/dispatch.rb.exampleToshi MARUYAMA2011-12-201-1/+1
* add newline at end of public/dispatch.cgi.exampleToshi MARUYAMA2011-12-201-1/+1
* set property svn:eol-style native at public/htaccess.fcgi.exampleToshi MARUYAMA2011-12-200-0/+0
* change new line 'CRLF' to 'LF' at public/htaccess.fcgi.exampleToshi MARUYAMA2011-12-201-55/+55
* add newline at end of public/htaccess.fcgi.exampleToshi MARUYAMA2011-12-201-1/+1
* remove svn property "eol-style native" from public/htaccess.fcgi.exampleToshi MARUYAMA2011-12-200-0/+0
* remove trailing white-spaces from app/models/user.rbToshi MARUYAMA2011-12-191-1/+1
* Use fixtures generator.Jean-Philippe Lang2011-12-181-7/+3
* Use fixtures generator.Jean-Philippe Lang2011-12-181-11/+7
* Use validation callback.Jean-Philippe Lang2011-12-181-3/+4
* Removed unused scope.Jean-Philippe Lang2011-12-181-6/+0
* Removed unused scope.Jean-Philippe Lang2011-12-181-6/+0
* Use scoped method instead of merge_conditions.Jean-Philippe Lang2011-12-181-6/+6
* Removed useless after_initialize callback.Jean-Philippe Lang2011-12-181-5/+0
* Removed after_initialize methods.Jean-Philippe Lang2011-12-188-11/+14
* Makes models #initialize accept additional arguments.Jean-Philippe Lang2011-12-184-4/+4
* human_attribute_name accepts optional argument.Jean-Philippe Lang2011-12-189-17/+17
* Use open scope in version issues count methods.Jean-Philippe Lang2011-12-183-3/+16
* #new is just fine.Jean-Philippe Lang2011-12-181-2/+2
* html_safe for Rails3Jean-Philippe Lang2011-12-181-1/+1
* #new is just fine.Jean-Philippe Lang2011-12-181-1/+1
* Make sure setting is not changed in test.Jean-Philippe Lang2011-12-181-4/+4