summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed broken issues context tests (#9794).Etienne Massip2011-12-141-11/+11
* Added encoding comment to helpers (#9792).Jean-Philippe Lang2011-12-1438-0/+93
* Fixed that _revision_graph.html.erb breaks window load events (#9775).Jean-Philippe Lang2011-12-141-2/+2
* Fixed time entries context menu activity update link.Etienne Massip2011-12-141-2/+2
* Fixed issues context menu attributes update links (#9794).Etienne Massip2011-12-141-10/+10
* Removed code duplicated in lib.Etienne Massip2011-12-141-6/+0
* test: replace "should_route" of "boards" to "assert_routing" at integration/r...Toshi MARUYAMA2011-12-141-11/+36
* test: replace "should_route" of "administration panel" to "assert_routing" at...Toshi MARUYAMA2011-12-141-2/+5
* test: replace "should_route" of "welcome" to "assert_routing" at integration/...Toshi MARUYAMA2011-12-141-2/+5
* test: replace "should_route" of "attachments" to "assert_routing" at integrat...Toshi MARUYAMA2011-12-141-7/+27
* test: replace "should_route" of "activities" to "assert_routing" at integrati...Toshi MARUYAMA2011-12-141-3/+9
* Code cleanup.Jean-Philippe Lang2011-12-135-8/+30
* Moved fields specific to new issues to the new issue form.Jean-Philippe Lang2011-12-132-15/+14
* Code cleanup.Jean-Philippe Lang2011-12-131-7/+6
* Use safe_attributes for issue watchers assignment.Jean-Philippe Lang2011-12-132-7/+7
* Added missing repository routeEtienne Massip2011-12-131-0/+1
* Fixed broken issue form update when changing tracker.Jean-Philippe Lang2011-12-124-1/+15
* Adds /search to robots.txt.Jean-Philippe Lang2011-12-121-0/+1
* Adds a hook before the new issue form.Jean-Philippe Lang2011-12-121-0/+2
* Fixed error on project creation due to unrecognized route.Jean-Philippe Lang2011-12-122-1/+5
* Rails3: model: replace deprecated before_validation method at CustomField modelToshi MARUYAMA2011-12-111-1/+2
* add unit test of CustomField model before_validationToshi MARUYAMA2011-12-111-0/+10