Redmine/test/functional
Eric Davis 765f7abc60 Converted routing and urls to follow the Rails REST convention.
Patch supplied by commits from Gerrit Kaiser on Github.  Existing routes will
still work (backwards compatible) but any new urls will be generated using the
new routing rules.

Changes listed below:

* made the URLs for some project tabs and project settings follow the new rails RESTful conventions of /collection/:id/subcollection/:sub_id
* prettier URL for project roadmap
* more nice project URLs
* use GET for filtering form
* prettified URLs used on issues tab
* custom route for activity atom feeds
* prettier repository urls
* fixed broken route definition
* fixed failing tests for issuecontroller that were hardcoding the url string
* more RESTful routes for boards and messages
* RESTful routes for wiki pages
* RESTful routes for documents
* moved old routes that are retained for compatibility to the bottom and grouped them together
* added RESTful URIs for issues
* RESTfulness for the news section
* fixed route order
* changed hardcoded URLs in tests
* fixed badly written tests
* fixed forgotten parameter in routes
* changed hardcoded URLS to new scheme
* changed project add url to the standard POST to collection
* create new issue by POSTing to collection
* changed hardcoded URLs in integrations tests
* made project add form work again
* restful routes for project deletion
* prettier routes for project (un)archival
* made routes table more readable
* fixed note quoting
* user routing
* fixed bug
* always sort by GET
* Fixed: cross-project issue list should not show issues of projects for which the issue tracking module was disabled.
* prettified URLs used on issues tab
* urls for time log
* fixed reply routing
* eliminate revision query paremeter for diff and entry actions
* fixed test failures with hard-coded urls
* ensure ajax links always use get
* refactored ajax link generation into separate method

  #1901


git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2317 e93f8b46-1217-0410-a6f0-8f06a7374b81
2009-01-26 01:47:51 +00:00
..
account_controller_test.rb Fixes functional tests fixtures (#2398). 2008-12-28 09:46:16 +00:00
admin_controller_test.rb Converted routing and urls to follow the Rails REST convention. 2009-01-26 01:47:51 +00:00
application_controller_test.rb Included Redmine::Hook::Helper to ActionController::Base so call_hook 2008-11-06 05:37:29 +00:00
attachments_controller_test.rb Slight changes in functional tests. 2009-01-04 18:14:51 +00:00
boards_controller_test.rb Converted routing and urls to follow the Rails REST convention. 2009-01-26 01:47:51 +00:00
custom_fields_controller_test.rb CustomFieldsController#list moved to #index. 2009-01-17 08:46:23 +00:00
documents_controller_test.rb Converted routing and urls to follow the Rails REST convention. 2009-01-26 01:47:51 +00:00
enumerations_controller.rb Ability to remove enumerations (activities, priorities, document categories) that are in use. Associated objects can be reassigned to another value (#1467). 2008-06-17 19:10:54 +00:00
issue_relations_controller_test.rb Converted routing and urls to follow the Rails REST convention. 2009-01-26 01:47:51 +00:00
issues_controller_test.rb Converted routing and urls to follow the Rails REST convention. 2009-01-26 01:47:51 +00:00
journals_controller_test.rb Fixed JournalControllerTest. 2008-02-27 23:01:35 +00:00
mail_handler_controller_test.rb Adds a simple API and a standalone script that can be used to forward emails from a local or remote email server to Redmine (#1110). 2008-06-25 19:25:28 +00:00
members_controller_test.rb Converted routing and urls to follow the Rails REST convention. 2009-01-26 01:47:51 +00:00
messages_controller_test.rb Converted routing and urls to follow the Rails REST convention. 2009-01-26 01:47:51 +00:00
my_controller_test.rb User custom fields can now be set as editable so that users can edit them on 'My account'. 2009-01-17 11:18:04 +00:00
news_controller_test.rb Converted routing and urls to follow the Rails REST convention. 2009-01-26 01:47:51 +00:00
projects_controller_test.rb Converted routing and urls to follow the Rails REST convention. 2009-01-26 01:47:51 +00:00
queries_controller_test.rb Global queries can be saved from the global issue list (follows r1311 and closes #897). 2008-03-30 14:20:07 +00:00
reports_controller_test.rb Converted routing and urls to follow the Rails REST convention. 2009-01-26 01:47:51 +00:00
repositories_bazaar_controller_test.rb Fixed: Links to repository directories don't work (#1119). 2008-04-27 10:12:15 +00:00
repositories_controller_test.rb Converted routing and urls to follow the Rails REST convention. 2009-01-26 01:47:51 +00:00
repositories_cvs_controller_test.rb Fixes platform determination under JRuby (#1804). 2008-08-25 11:01:37 +00:00
repositories_darcs_controller_test.rb Fix repository browsing at given revision for various scm and add tests for this. 2008-04-06 10:35:55 +00:00
repositories_git_controller_test.rb Fixes platform determination under JRuby (#1804). 2008-08-25 11:01:37 +00:00
repositories_mercurial_controller_test.rb Fixed: Links to repository directories don't work (#1119). 2008-04-27 10:12:15 +00:00
repositories_subversion_controller_test.rb Converted routing and urls to follow the Rails REST convention. 2009-01-26 01:47:51 +00:00
roles_controller_test.rb Adds a workflow overview screen. 2008-09-28 12:03:17 +00:00
search_controller_test.rb Different icon for closed issues in search result (#992). 2009-01-11 11:01:35 +00:00
settings_controller_test.rb Admin settings screen split to tabs. 2008-01-06 20:24:26 +00:00
sys_api_test.rb Merged nbc branch @ r1812 (commit access permission and reposman improvements). 2008-09-13 16:31:11 +00:00
timelog_controller_test.rb Converted routing and urls to follow the Rails REST convention. 2009-01-26 01:47:51 +00:00
users_controller_test.rb Converted routing and urls to follow the Rails REST convention. 2009-01-26 01:47:51 +00:00
versions_controller_test.rb Converted routing and urls to follow the Rails REST convention. 2009-01-26 01:47:51 +00:00
watchers_controller_test.rb Adds permissions for viewing the watcher list and adding new watchers on the issue detail view (#398). 2008-08-03 09:14:43 +00:00
welcome_controller_test.rb Additional test for r1481. 2008-05-30 18:42:56 +00:00
wiki_controller_test.rb Converted routing and urls to follow the Rails REST convention. 2009-01-26 01:47:51 +00:00
wikis_controller_test.rb Converted routing and urls to follow the Rails REST convention. 2009-01-26 01:47:51 +00:00
workflows_controller_test.rb Slight changes in functional tests. 2009-01-04 18:14:51 +00:00