obsolete.ChilliProject/app/views
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 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
admin Merged nested projects branch. Removes limit on subproject nesting (#594). 2009-01-24 11:31:15 +00:00
attachments AttachmentsController now handles attachments deletion. 2008-12-09 16:54:46 +00:00
auth_sources AuthSource list: display associated users count and disable 'Delete' buton if any (#2041). 2008-10-24 15:39:40 +00:00
boards Automatically focus several form fields. 2009-01-22 16:34:54 +00:00
common Adds a setting to limit the number of diff lines that should be displayed (default to 1500). 2008-12-07 15:21:40 +00:00
custom_fields 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
documents Automatically focus several form fields. 2009-01-22 16:34:54 +00:00
enumerations 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_categories Let the user choose when deleting issues with reported hours (closes #734, #71): 2008-02-29 22:54:07 +00:00
issue_relations Application layout refactored. 2007-09-22 13:17:49 +00:00
issue_statuses Slight improvements to the browser views. 2008-01-02 22:41:53 +00:00
issues Ability to bulk edit custom fields of type 'list' (#461). 2009-01-25 16:04:28 +00:00
journals Escape textarea content when editing a issue note. 2008-12-19 08:10:35 +00:00
layouts Merged nested projects branch. Removes limit on subproject nesting (#594). 2009-01-24 11:31:15 +00:00
mailer Makes wiki text formatter pluggable. 2008-10-27 11:08:29 +00:00
messages AttachmentsController now handles attachments deletion. 2008-12-09 16:54:46 +00:00
my 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 Automatically focus several form fields. 2009-01-22 16:34:54 +00:00
projects Converted routing and urls to follow the Rails REST convention. 2009-01-26 01:47:51 +00:00
queries Use new image instead of expand.png 2008-06-22 14:35:56 +00:00
reports Added details by assignees on issue summary view (Hans Yoon). 2008-01-10 19:20:36 +00:00
repositories Do not show a link to the current annotate or view page (#2367). 2008-12-27 18:10:36 +00:00
roles Makes permission screens localized (#2070). 2008-10-24 15:24:35 +00:00
search Search engine: display total results count (#906) and count by result type. 2008-07-20 17:26:07 +00:00
settings Moves a few settings to a "Display" panel. 2009-01-17 09:04:10 +00:00
timelog Converted routing and urls to follow the Rails REST convention. 2009-01-26 01:47:51 +00:00
trackers Fixes workflow setup link on trackers list (follows r1914). 2008-09-28 12:20:47 +00:00
users Converted routing and urls to follow the Rails REST convention. 2009-01-26 01:47:51 +00:00
versions Fixed: Roadmap crashes when a version has a due date > 2037. 2008-09-20 14:07:52 +00:00
watchers 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 Escapes HTML tags. 2008-07-02 17:27:16 +00:00
wiki Escape wiki annotate lines content (#2380). 2008-12-23 00:16:26 +00:00
wikis Added project module concept. 2007-09-14 11:34:08 +00:00
workflows Slight changes to the workflow setup screen. 2008-09-28 12:36:30 +00:00