My patches for Redmine
Go to file
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
app Converted routing and urls to follow the Rails REST convention. 2009-01-26 01:47:51 +00:00
config Converted routing and urls to follow the Rails REST convention. 2009-01-26 01:47:51 +00:00
db/migrate Removes unused projects_count column from projects table. 2009-01-24 11:48:38 +00:00
doc Codified instructions from RUNNING_TESTS as rake tasks for convenience 2009-01-12 04:44:01 +00:00
extra Adds --status option to rdm-mailhandler. 2008-11-30 15:51:44 +00:00
files trunk moved from /trunk/redmine to /trunk 2006-12-05 20:45:04 +00:00
lang ru.yml update 2009-01-23 16:30:04 +00:00
lib Fixed that Trac importer was creating duplicate custom values (#2506). 2009-01-18 11:54:56 +00:00
log trunk moved from /trunk/redmine to /trunk 2006-12-05 20:45:04 +00:00
public Merged nested projects branch. Removes limit on subproject nesting (#594). 2009-01-24 11:31:15 +00:00
script Merged Rails 2.1 compatibility branch. 2008-07-04 17:58:14 +00:00
test Converted routing and urls to follow the Rails REST convention. 2009-01-26 01:47:51 +00:00
vendor/plugins Merged nested projects branch. Removes limit on subproject nesting (#594). 2009-01-24 11:31:15 +00:00
Rakefile trunk moved from /trunk/redmine to /trunk 2006-12-05 20:45:04 +00:00