| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed useless after_initialize callback. | Jean-Philippe Lang | 2011-12-18 | 1 | -5/+0 |
* | Removed after_initialize methods. | Jean-Philippe Lang | 2011-12-18 | 8 | -11/+14 |
* | Makes models #initialize accept additional arguments. | Jean-Philippe Lang | 2011-12-18 | 4 | -4/+4 |
* | human_attribute_name accepts optional argument. | Jean-Philippe Lang | 2011-12-18 | 9 | -17/+17 |
* | Use open scope in version issues count methods. | Jean-Philippe Lang | 2011-12-18 | 3 | -3/+16 |
* | #new is just fine. | Jean-Philippe Lang | 2011-12-18 | 1 | -2/+2 |
* | html_safe for Rails3 | Jean-Philippe Lang | 2011-12-18 | 1 | -1/+1 |
* | #new is just fine. | Jean-Philippe Lang | 2011-12-18 | 1 | -1/+1 |
* | Make sure setting is not changed in test. | Jean-Philippe Lang | 2011-12-18 | 1 | -4/+4 |
* | Test cleanup. | Jean-Philippe Lang | 2011-12-18 | 1 | -122/+101 |
* | Code cleanup. | Jean-Philippe Lang | 2011-12-18 | 1 | -1/+0 |
* | Get rid of HelperTestcase. | Jean-Philippe Lang | 2011-12-18 | 3 | -54/+11 |
* | Makes tests inherit from ActionView::TestCase. | Jean-Philippe Lang | 2011-12-18 | 1 | -29/+11 |
* | Check that controller and request methods are available. | Jean-Philippe Lang | 2011-12-18 | 1 | -1/+3 |
* | Rails3.1 compatibility | Jean-Philippe Lang | 2011-12-18 | 1 | -1/+2 |
* | test: replace "should_route" of "versions" to "assert_routing" at integration... | Toshi MARUYAMA | 2011-12-18 | 1 | -26/+86 |
* | test: replace "should_route" of "issue categories" to "assert_routing" at int... | Toshi MARUYAMA | 2011-12-18 | 1 | -24/+82 |
* | Bulgarian translation updated by Ivan Cenov (#9831) | Toshi MARUYAMA | 2011-12-18 | 1 | -2/+2 |
* | html_safe for Rails3 | Jean-Philippe Lang | 2011-12-17 | 1 | -1/+1 |
* | html_safe for Rails3 | Jean-Philippe Lang | 2011-12-17 | 1 | -1/+1 |
* | html_safe for Rails3 | Jean-Philippe Lang | 2011-12-17 | 1 | -1/+1 |
* | html_safe for Rails3 | Jean-Philippe Lang | 2011-12-17 | 1 | -2/+2 |
* | html_safe for Rails3 | Jean-Philippe Lang | 2011-12-17 | 1 | -1/+1 |
* | Additional tests for SearchController and handle my_projects scope without me... | Jean-Philippe Lang | 2011-12-17 | 2 | -0/+45 |
* | Additional tests for QueriesController. | Jean-Philippe Lang | 2011-12-17 | 1 | -53/+74 |
* | Additional tests for DocumentsController. | Jean-Philippe Lang | 2011-12-17 | 1 | -0/+16 |
* | Additional tests for TimelogController and added missing i18n string. | Jean-Philippe Lang | 2011-12-17 | 45 | -0/+122 |
* | Additional tests for WikiController. | Jean-Philippe Lang | 2011-12-17 | 1 | -0/+30 |
* | test: replace "should_route" of "news" to "assert_routing" at integration/rou... | Toshi MARUYAMA | 2011-12-17 | 1 | -22/+77 |
* | test: replace "should_route" of "queries" to "assert_routing" at integration/... | Toshi MARUYAMA | 2011-12-17 | 1 | -15/+37 |
* | test: replace "should_route" of "timelogs (scoped under project and issues)" ... | Toshi MARUYAMA | 2011-12-17 | 1 | -16/+65 |
* | Set bottom margin for ul, ol in formatted text (#9793). | Jean-Philippe Lang | 2011-12-17 | 1 | -0/+2 |
* | test: replace "should_route" of "issue relations" to "assert_routing" at inte... | Toshi MARUYAMA | 2011-12-17 | 1 | -16/+59 |
* | test: replace "should_route" of "issues" extra actions to "assert_routing" at... | Toshi MARUYAMA | 2011-12-17 | 1 | -28/+77 |
* | Option to set parent automatically for new wiki pages (#3108). | Jean-Philippe Lang | 2011-12-17 | 5 | -16/+55 |
* | Moved wiki links tests together. | Jean-Philippe Lang | 2011-12-17 | 1 | -47/+47 |
* | Changed style of the wiki edit form. | Jean-Philippe Lang | 2011-12-17 | 2 | -3/+7 |
* | test: replace "should_route" of "users" to "assert_routing" at integration/ro... | Toshi MARUYAMA | 2011-12-17 | 1 | -22/+76 |
* | Invalid HTML generated with ruby1.9. | Jean-Philippe Lang | 2011-12-17 | 1 | -1/+5 |
* | test: replace "should_route" of "projects" to "assert_routing" at integration... | Toshi MARUYAMA | 2011-12-17 | 1 | -28/+104 |
* | Change tests to use ruby/rails assertions. | Jean-Philippe Lang | 2011-12-16 | 2 | -49/+32 |
* | Make sure that tests restore the attachments path to the tmp dir so that fixt... | Jean-Philippe Lang | 2011-12-16 | 7 | -5/+18 |
* | test: replace "should_route" of "timelogs (scoped under issues)" to "assert_r... | Toshi MARUYAMA | 2011-12-16 | 1 | -12/+38 |
* | test: replace "should_route" of "roles" to "assert_routing" at integration/ro... | Toshi MARUYAMA | 2011-12-16 | 1 | -9/+33 |
* | test: replace "should_route" of "repositories" to "assert_routing" at integra... | Toshi MARUYAMA | 2011-12-16 | 1 | -20/+104 |
* | test: replace "should_route" of "timelogs (scoped under project)" to "assert_... | Toshi MARUYAMA | 2011-12-16 | 1 | -12/+39 |
* | test: replace "should_route" of "wiki (singular, project's pages)" to "assert... | Toshi MARUYAMA | 2011-12-16 | 1 | -22/+87 |
* | test: replace "should_route" of "timelogs (global)" to "assert_routing" at in... | Toshi MARUYAMA | 2011-12-16 | 1 | -12/+33 |
* | Backout 8239. | Etienne Massip | 2011-12-15 | 1 | -1/+0 |
* | Log return code if error. | Etienne Massip | 2011-12-15 | 1 | -0/+1 |