obsolete.ChilliProject/app/helpers
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_helper.rb added svn:eol-style native property on /app files 2007-03-12 17:59:02 +00:00
admin_helper.rb Merged nested projects branch. Removes limit on subproject nesting (#594). 2009-01-24 11:31:15 +00:00
application_helper.rb Converted routing and urls to follow the Rails REST convention. 2009-01-26 01:47:51 +00:00
attachments_helper.rb AttachmentsController now handles attachments deletion. 2008-12-09 16:54:46 +00:00
auth_sources_helper.rb trunk moved from /trunk/redmine to /trunk 2006-12-05 20:45:04 +00:00
boards_helper.rb Per project forums added. 2007-05-13 17:09:56 +00:00
custom_fields_helper.rb Adds custom fields on time entries (#772). 2008-07-22 18:52:00 +00:00
documents_helper.rb added svn:eol-style native property on /app files 2007-03-12 17:59:02 +00:00
enumerations_helper.rb added svn:eol-style native property on /app files 2007-03-12 17:59:02 +00:00
issue_categories_helper.rb added svn:eol-style native property on /app files 2007-03-12 17:59:02 +00:00
issue_relations_helper.rb Issue relations first commit (not thoroughly tested). 4 kinds of relation are available: 2007-05-05 13:22:27 +00:00
issue_statuses_helper.rb added svn:eol-style native property on /app files 2007-03-12 17:59:02 +00:00
issues_helper.rb Adds 'closed' css class to closed issues in the issue list (#2458). 2009-01-07 20:30:02 +00:00
journals_helper.rb Sligth changes to issue comments quoting links. 2008-08-28 19:04:04 +00:00
mail_handler_helper.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_helper.rb added svn:eol-style native property on /app files 2007-03-12 17:59:02 +00:00
messages_helper.rb Per project forums added. 2007-05-13 17:09:56 +00:00
my_helper.rb trunk moved from /trunk/redmine to /trunk 2006-12-05 20:45:04 +00:00
news_helper.rb added svn:eol-style native property on /app files 2007-03-12 17:59:02 +00:00
projects_helper.rb Merged nested projects branch. Removes limit on subproject nesting (#594). 2009-01-24 11:31:15 +00:00
queries_helper.rb Validates sort_key and sort_order params (#2378). 2008-12-24 10:03:13 +00:00
reports_helper.rb On the issue report page, 0 issue counts are now displayed as dashes. 2007-08-13 17:00:59 +00:00
repositories_helper.rb Truncate comments on changeset list. 2008-09-22 19:50:10 +00:00
roles_helper.rb added svn:eol-style native property on /app files 2007-03-12 17:59:02 +00:00
search_helper.rb Merged nested projects branch. Removes limit on subproject nesting (#594). 2009-01-24 11:31:15 +00:00
settings_helper.rb Moves a few settings to a "Display" panel. 2009-01-17 09:04:10 +00:00
sort_helper.rb Converted routing and urls to follow the Rails REST convention. 2009-01-26 01:47:51 +00:00
timelog_helper.rb Fixed: Details time log report CSV export doesn't honour date format from settings (patch #2466 by Russell Hind). 2009-01-24 08:58:03 +00:00
trackers_helper.rb added svn:eol-style native property on /app files 2007-03-12 17:59:02 +00:00
users_helper.rb Merged nested projects branch. Removes limit on subproject nesting (#594). 2009-01-24 11:31:15 +00:00
versions_helper.rb Added version details view accessible from the roadmap. 2007-12-07 10:26:07 +00:00
watchers_helper.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_helper.rb added svn:eol-style native property on /app files 2007-03-12 17:59:02 +00:00
wiki_helper.rb Extends child_pages macro to display child pages based on page parameter (#1975). 2008-11-22 11:44:07 +00:00
workflows_helper.rb Adds a workflow overview screen. 2008-09-28 12:03:17 +00:00