Override @#url_for@ in AM to force generation of absolute links (#10251).
Fixed routing failure with jruby 1.6.
Adds a test for project menu item when displaying a revision.
Adds a test for when displaying the new message form on boards#show.
Use controller_name and action_name instead of params.
Adds a helper for displaying validation error messages.
Rails3: scm: cvs: fix error of test_fetch_changesets_incremental at unit model test
On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises. For more details, see r7062.
Rails 3.1 compatibility (order declared on association takes precedence).
Moved tests about session reset to functional tests.
Make sure that projects_to_search is a Project Array.