summaryrefslogtreecommitdiffstats
path: root/test/integration/routing_test.rb
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* test: replace "should_route" of "roles" to "assert_routing" at integration/ro...Toshi MARUYAMA2011-12-151-7/+25
* 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
* 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
* Fixed broken issue form update when changing tracker.Jean-Philippe Lang2011-12-121-0/+2
* Fixed error on project creation due to unrecognized route.Jean-Philippe Lang2011-12-121-0/+4
* Resourcified enumerations.Jean-Philippe Lang2011-12-111-0/+9
* Changed IssuesController#destroy to DELETE only.Jean-Philippe Lang2011-12-101-2/+0
* Moved bulk_edit/update routes into issues resources.Jean-Philippe Lang2011-12-101-1/+1
* REST urls for user memberships.Jean-Philippe Lang2011-12-101-4/+4
* Resourcified roles.Jean-Philippe Lang2011-12-091-0/+11
* Resourcified custom fields.Jean-Philippe Lang2011-12-091-0/+9
* Dropped TimeEntryReportsController.Jean-Philippe Lang2011-12-021-5/+3
* Resourcified boards.Jean-Philippe Lang2011-12-011-3/+3
* Routes cleanup.Jean-Philippe Lang2011-12-011-2/+0
* Additional assertion for documents routing tests.Jean-Philippe Lang2011-11-301-0/+2
* Updated documents routing tests.Jean-Philippe Lang2011-11-301-3/+3
* Adds routes for group users.Jean-Philippe Lang2011-11-271-0/+5
* REST API for issue categories (#9553).Jean-Philippe Lang2011-11-201-2/+22
* Make queries resources fully conform to common behavior (removed additonal ro...Etienne Massip2011-10-261-3/+0
* Refactor : convert queries to REST resources (also fixes #9108).Etienne Massip2011-10-241-2/+11
* remove trailing white-spaces from test/integration/routing_test.rb.Toshi MARUYAMA2011-08-271-27/+26
* REST API for reading attachments (#7671).Jean-Philippe Lang2011-07-181-0/+2
* Makes custom queries available through the REST API (#5737).Jean-Philippe Lang2011-07-061-0/+3
* Makes relations resource shallow (#7366).Jean-Philippe Lang2011-07-051-6/+6
* Makes versions resource shallow (#7403).Jean-Philippe Lang2011-07-051-11/+11
* Adds REST API for versions (#7403).Jean-Philippe Lang2011-07-041-9/+26
* Adds support for GET on /issues/:issue_id/relations (#7366).Jean-Philippe Lang2011-07-041-0/+4
* Adds REST API for issue relations (#7366).Jean-Philippe Lang2011-07-041-2/+11
* Gantt routes with format.Jean-Philippe Lang2011-04-011-0/+2
* Converted issue filters to non-AJAX GET requests (#1965).Jean-Philippe Lang2011-04-011-4/+8
* Enable ability for administrators to delete users (#7296).Jean-Philippe Lang2011-01-161-0/+3
* Adds routing tests for users and xml format.Jean-Philippe Lang2010-12-201-0/+5
* Adds support for requesting information about current user using /users/curre...Jean-Philippe Lang2010-12-201-0/+1