summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Additional tests for WikiController.Jean-Philippe Lang2011-12-171-0/+30
* test: replace "should_route" of "news" to "assert_routing" at integration/rou...Toshi MARUYAMA2011-12-171-22/+77
* test: replace "should_route" of "queries" to "assert_routing" at integration/...Toshi MARUYAMA2011-12-171-15/+37
* test: replace "should_route" of "timelogs (scoped under project and issues)" ...Toshi MARUYAMA2011-12-171-16/+65
* Set bottom margin for ul, ol in formatted text (#9793).Jean-Philippe Lang2011-12-171-0/+2
* test: replace "should_route" of "issue relations" to "assert_routing" at inte...Toshi MARUYAMA2011-12-171-16/+59
* test: replace "should_route" of "issues" extra actions to "assert_routing" at...Toshi MARUYAMA2011-12-171-28/+77
* Option to set parent automatically for new wiki pages (#3108).Jean-Philippe Lang2011-12-175-16/+55
* Moved wiki links tests together.Jean-Philippe Lang2011-12-171-47/+47
* Changed style of the wiki edit form.Jean-Philippe Lang2011-12-172-3/+7
* test: replace "should_route" of "users" to "assert_routing" at integration/ro...Toshi MARUYAMA2011-12-171-22/+76
* Invalid HTML generated with ruby1.9.Jean-Philippe Lang2011-12-171-1/+5
* test: replace "should_route" of "projects" to "assert_routing" at integration...Toshi MARUYAMA2011-12-171-28/+104
* Change tests to use ruby/rails assertions.Jean-Philippe Lang2011-12-162-49/+32
* Make sure that tests restore the attachments path to the tmp dir so that fixt...Jean-Philippe Lang2011-12-167-5/+18
* test: replace "should_route" of "timelogs (scoped under issues)" to "assert_r...Toshi MARUYAMA2011-12-161-12/+38
* test: replace "should_route" of "roles" to "assert_routing" at integration/ro...Toshi MARUYAMA2011-12-161-9/+33
* test: replace "should_route" of "repositories" to "assert_routing" at integra...Toshi MARUYAMA2011-12-161-20/+104
* test: replace "should_route" of "timelogs (scoped under project)" to "assert_...Toshi MARUYAMA2011-12-161-12/+39
* test: replace "should_route" of "wiki (singular, project's pages)" to "assert...Toshi MARUYAMA2011-12-161-22/+87
* test: replace "should_route" of "timelogs (global)" to "assert_routing" at in...Toshi MARUYAMA2011-12-161-12/+33
* Backout 8239.Etienne Massip2011-12-151-1/+0
* Log return code if error.Etienne Massip2011-12-151-0/+1
* Fixed OpenID URL field width in user account page.Etienne Massip2011-12-151-1/+1
* use same human_attribute_name logic with SCM models at group model (#9795)Toshi MARUYAMA2011-12-151-2/+6
* add unit test of group blank name in French (#9795)Toshi MARUYAMA2011-12-151-0/+9
* use set_language_if_valid instead of I18n.locale at unit group test (#9795)Toshi MARUYAMA2011-12-151-2/+3
* Patch for ruby1.9.3 compatibility.Jean-Philippe Lang2011-12-151-0/+4
* Asserts that objects are not nil before getting their ids (test still fails w...Jean-Philippe Lang2011-12-151-0/+2
* Set locale in test.Jean-Philippe Lang2011-12-151-0/+2
* Fixed: Unrelated error message when creating a group with an invalid name (#9...Jean-Philippe Lang2011-12-152-0/+10
* test: replace "should_route" of "roles" to "assert_routing" at integration/ro...Toshi MARUYAMA2011-12-151-7/+25
* Code cleanup.Jean-Philippe Lang2011-12-151-24/+7
* Code cleanup.Jean-Philippe Lang2011-12-151-2/+0
* Display issue form fields according to permissions.Jean-Philippe Lang2011-12-156-23/+162
* Do not change settings in tests.Jean-Philippe Lang2011-12-151-0/+4
* Do not change settings in tests.Jean-Philippe Lang2011-12-151-29/+12
* Do not change settings in tests.Jean-Philippe Lang2011-12-151-18/+11
* test: replace "should_route" of "messages" to "assert_routing" at integration...Toshi MARUYAMA2011-12-151-9/+34
* test: replace "should_route" of "issues" form update to "assert_routing" at i...Toshi MARUYAMA2011-12-151-10/+29
* test: replace "should_route" of "groups" to "assert_routing" at integration/r...Toshi MARUYAMA2011-12-151-4/+11
* test: replace "should_route" of "documents" to "assert_routing" at integratio...Toshi MARUYAMA2011-12-151-11/+33
* test: replace "should_route" of "issues" REST actions to "assert_routing" at ...Toshi MARUYAMA2011-12-151-15/+61
* test: replace "should_route" of "issue reports" to "assert_routing" at integr...Toshi MARUYAMA2011-12-151-3/+10
* test: replace "should_route" of "members" to "assert_routing" at integration/...Toshi MARUYAMA2011-12-151-2/+5
* test: replace "should_route" of "wikis (plural, admin setup)" to "assert_rout...Toshi MARUYAMA2011-12-151-5/+13
* test: replace "should_route" of "test_custom_fields" to "assert_routing" at i...Toshi MARUYAMA2011-12-151-7/+25
* Removed dependency with monkey-patched rubytree.Jean-Philippe Lang2011-12-1416-3943/+101
* Restores migration broken by r8182 and removes default scope on Role (#9800).Jean-Philippe Lang2011-12-143-5/+5
* Save an @Issue#save@.Etienne Massip2011-12-143-15/+15