Removed temp file.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10982 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2012-12-11 17:51:48 +00:00
parent 0b96094680
commit 60d06d8c17
1 changed files with 0 additions and 326 deletions

View File

@ -1,326 +0,0 @@
home / welcome#index
signin GET|POST /login(.:format) account#login
signout GET|POST /logout(.:format) account#logout
register GET|POST /account/register(.:format) account#register
lost_password GET|POST /account/lost_password(.:format) account#lost_password
account_activate GET /account/activate(.:format) account#activate
preview_news GET|POST /news/preview(.:format) previews#news
preview_new_issue GET|POST /issues/preview/new/:project_id(.:format) previews#issue
preview_edit_issue GET|POST /issues/preview/edit/:id(.:format) previews#issue
preview_issue GET|POST /issues/preview(.:format) previews#issue
POST /projects/:id/wiki(.:format) wikis#edit
GET|POST /projects/:id/wiki/destroy(.:format) wikis#destroy
GET|POST /boards/:board_id/topics/new(.:format) messages#new
board_message GET /boards/:board_id/topics/:id(.:format) messages#show
GET|POST /boards/:board_id/topics/quote/:id(.:format) messages#quote
GET /boards/:board_id/topics/:id/edit(.:format) messages#edit
POST /boards/:board_id/topics/preview(.:format) messages#preview
POST /boards/:board_id/topics/:id/replies(.:format) messages#reply
POST /boards/:board_id/topics/:id/edit(.:format) messages#edit
POST /boards/:board_id/topics/:id/destroy(.:format) messages#destroy
auto_complete_issues GET /issues/auto_complete(.:format) auto_completes#issues
issues_context_menu GET|POST /issues/context_menu(.:format) context_menus#issues
issue_changes GET /issues/changes(.:format) journals#index
quoted_issue POST /issues/:id/quoted(.:format) journals#new {:id=>/\d+/}
GET /journals/diff/:id(.:format) journals#diff {:id=>/\d+/}
GET|POST /journals/edit/:id(.:format) journals#edit {:id=>/\d+/}
GET /projects/:project_id/issues/gantt(.:format) gantts#show
issues_gantt GET /issues/gantt(.:format) gantts#show
GET /projects/:project_id/issues/calendar(.:format) calendars#show
issues_calendar GET /issues/calendar(.:format) calendars#show
GET /projects/:id/issues/report(.:format) reports#issue_report
GET /projects/:id/issues/report/:detail(.:format) reports#issue_report_details
my_account GET|POST /my/account(.:format) my#account
my_account_destroy GET|POST /my/account/destroy(.:format) my#destroy
my_page GET /my/page(.:format) my#page
my GET /my(.:format) my#index
my_reset_rss_key POST /my/reset_rss_key(.:format) my#reset_rss_key
my_reset_api_key POST /my/reset_api_key(.:format) my#reset_api_key
my_password GET|POST /my/password(.:format) my#password
my_page_layout GET /my/page_layout(.:format) my#page_layout
my_add_block POST /my/add_block(.:format) my#add_block
my_remove_block POST /my/remove_block(.:format) my#remove_block
my_order_blocks POST /my/order_blocks(.:format) my#order_blocks
users GET /users(.:format) users#index
POST /users(.:format) users#create
new_user GET /users/new(.:format) users#new
edit_user GET /users/:id/edit(.:format) users#edit
user GET /users/:id(.:format) users#show
PUT /users/:id(.:format) users#update
DELETE /users/:id(.:format) users#destroy
user_membership PUT /users/:id/memberships/:membership_id(.:format) users#edit_membership
DELETE /users/:id/memberships/:membership_id(.:format) users#destroy_membership
user_memberships POST /users/:id/memberships(.:format) users#edit_membership
watchers_new GET /watchers/new(.:format) watchers#new
watchers POST /watchers(.:format) watchers#create
watchers_append POST /watchers/append(.:format) watchers#append
watchers_destroy POST /watchers/destroy(.:format) watchers#destroy
watchers_watch POST /watchers/watch(.:format) watchers#watch
watchers_unwatch POST /watchers/unwatch(.:format) watchers#unwatch
watchers_autocomplete_for_user GET /watchers/autocomplete_for_user(.:format) watchers#autocomplete_for_user
GET /projects/:id/settings/:tab(.:format) projects#settings
settings_project GET /projects/:id/settings(.:format) projects#settings
modules_project POST /projects/:id/modules(.:format) projects#modules
archive_project POST /projects/:id/archive(.:format) projects#archive
unarchive_project POST /projects/:id/unarchive(.:format) projects#unarchive
close_project POST /projects/:id/close(.:format) projects#close
reopen_project POST /projects/:id/reopen(.:format) projects#reopen
copy_project GET|POST /projects/:id/copy(.:format) projects#copy
autocomplete_project_memberships GET /projects/:project_id/memberships/autocomplete(.:format) members#autocomplete
project_memberships GET /projects/:project_id/memberships(.:format) members#index
POST /projects/:project_id/memberships(.:format) members#create
new_project_membership GET /projects/:project_id/memberships/new(.:format) members#new
membership GET /memberships/:id(.:format) members#show
PUT /memberships/:id(.:format) members#update
DELETE /memberships/:id(.:format) members#destroy
project_enumerations PUT /projects/:project_id/enumerations(.:format) project_enumerations#update
DELETE /projects/:project_id/enumerations(.:format) project_enumerations#destroy
GET /projects/:project_id/issues/:copy_from/copy(.:format) issues#new
report_project_issue_time_entries GET /projects/:project_id/issues/:issue_id/time_entries/report(.:format) timelog#report
project_issue_time_entries GET /projects/:project_id/issues/:issue_id/time_entries(.:format) timelog#index
POST /projects/:project_id/issues/:issue_id/time_entries(.:format) timelog#create
new_project_issue_time_entry GET /projects/:project_id/issues/:issue_id/time_entries/new(.:format) timelog#new
edit_project_issue_time_entry GET /projects/:project_id/issues/:issue_id/time_entries/:id/edit(.:format) timelog#edit
project_issue_time_entry GET /projects/:project_id/issues/:issue_id/time_entries/:id(.:format) timelog#show
PUT /projects/:project_id/issues/:issue_id/time_entries/:id(.:format) timelog#update
DELETE /projects/:project_id/issues/:issue_id/time_entries/:id(.:format) timelog#destroy
project_issues GET /projects/:project_id/issues(.:format) issues#index
POST /projects/:project_id/issues(.:format) issues#create
new_project_issue GET /projects/:project_id/issues/new(.:format) issues#new
project_issue_form PUT|POST /projects/:project_id/issues/new(.:format) issues#new
project_files GET /projects/:project_id/files(.:format) files#index
POST /projects/:project_id/files(.:format) files#create
new_project_file GET /projects/:project_id/files/new(.:format) files#new
close_completed_project_versions PUT /projects/:project_id/versions/close_completed(.:format) versions#close_completed
project_versions POST /projects/:project_id/versions(.:format) versions#create
new_project_version GET /projects/:project_id/versions/new(.:format) versions#new
GET /projects/:project_id/versions.:format versions#index
project_roadmap GET /projects/:project_id/roadmap versions#index
GET /projects/:project_id/versions(.:format) versions#index
project_news_index GET /projects/:project_id/news(.:format) news#index
POST /projects/:project_id/news(.:format) news#create
new_project_news GET /projects/:project_id/news/new(.:format) news#new
report_project_time_entries GET /projects/:project_id/time_entries/report(.:format) timelog#report
project_time_entries GET /projects/:project_id/time_entries(.:format) timelog#index
POST /projects/:project_id/time_entries(.:format) timelog#create
new_project_time_entry GET /projects/:project_id/time_entries/new(.:format) timelog#new
edit_project_time_entry GET /projects/:project_id/time_entries/:id/edit(.:format) timelog#edit
project_time_entry GET /projects/:project_id/time_entries/:id(.:format) timelog#show
PUT /projects/:project_id/time_entries/:id(.:format) timelog#update
DELETE /projects/:project_id/time_entries/:id(.:format) timelog#destroy
project_queries POST /projects/:project_id/queries(.:format) queries#create
new_project_query GET /projects/:project_id/queries/new(.:format) queries#new
project_issue_categories GET /projects/:project_id/issue_categories(.:format) issue_categories#index
POST /projects/:project_id/issue_categories(.:format) issue_categories#create
new_project_issue_category GET /projects/:project_id/issue_categories/new(.:format) issue_categories#new
edit_issue_category GET /issue_categories/:id/edit(.:format) issue_categories#edit
issue_category GET /issue_categories/:id(.:format) issue_categories#show
PUT /issue_categories/:id(.:format) issue_categories#update
DELETE /issue_categories/:id(.:format) issue_categories#destroy
project_documents GET /projects/:project_id/documents(.:format) documents#index
POST /projects/:project_id/documents(.:format) documents#create
new_project_document GET /projects/:project_id/documents/new(.:format) documents#new
project_boards GET /projects/:project_id/boards(.:format) boards#index
POST /projects/:project_id/boards(.:format) boards#create
new_project_board GET /projects/:project_id/boards/new(.:format) boards#new
edit_project_board GET /projects/:project_id/boards/:id/edit(.:format) boards#edit
project_board GET /projects/:project_id/boards/:id(.:format) boards#show
PUT /projects/:project_id/boards/:id(.:format) boards#update
DELETE /projects/:project_id/boards/:id(.:format) boards#destroy
committers_repository GET|POST /repositories/:id/committers(.:format) repositories#committers
project_repositories POST /projects/:project_id/repositories(.:format) repositories#create
new_project_repository GET /projects/:project_id/repositories/new(.:format) repositories#new
edit_repository GET /repositories/:id/edit(.:format) repositories#edit
repository PUT /repositories/:id(.:format) repositories#update
DELETE /repositories/:id(.:format) repositories#destroy
project_wiki_index GET /projects/:project_id/wiki/index(.:format) wiki#index
rename_project_wiki GET /projects/:project_id/wiki/:id/rename(.:format) wiki#rename
POST /projects/:project_id/wiki/:id/rename(.:format) wiki#rename
history_project_wiki GET /projects/:project_id/wiki/:id/history(.:format) wiki#history
diff_project_wiki GET /projects/:project_id/wiki/:id/diff(.:format) wiki#diff
preview_project_wiki POST|PUT /projects/:project_id/wiki/:id/preview(.:format) wiki#preview
protect_project_wiki POST /projects/:project_id/wiki/:id/protect(.:format) wiki#protect
add_attachment_project_wiki POST /projects/:project_id/wiki/:id/add_attachment(.:format) wiki#add_attachment
export_project_wiki_index GET /projects/:project_id/wiki/export(.:format) wiki#export
date_index_project_wiki_index GET /projects/:project_id/wiki/date_index(.:format) wiki#date_index
edit_project_wiki GET /projects/:project_id/wiki/:id/edit(.:format) wiki#edit
project_wiki GET /projects/:project_id/wiki/:id(.:format) wiki#show
PUT /projects/:project_id/wiki/:id(.:format) wiki#update
DELETE /projects/:project_id/wiki/:id(.:format) wiki#destroy
GET /projects/:project_id/wiki(.:format) wiki#show
GET /projects/:project_id/wiki/:id/:version(.:format) wiki#show
DELETE /projects/:project_id/wiki/:id/:version(.:format) wiki#destroy_version
GET /projects/:project_id/wiki/:id/:version/annotate(.:format) wiki#annotate
GET /projects/:project_id/wiki/:id/:version/diff(.:format) wiki#diff
projects GET /projects(.:format) projects#index
POST /projects(.:format) projects#create
new_project GET /projects/new(.:format) projects#new
edit_project GET /projects/:id/edit(.:format) projects#edit
project GET /projects/:id(.:format) projects#show
PUT /projects/:id(.:format) projects#update
DELETE /projects/:id(.:format) projects#destroy
bulk_edit_issues GET|POST /issues/bulk_edit(.:format) issues#bulk_edit
bulk_update_issues POST /issues/bulk_update(.:format) issues#bulk_update
report_issue_time_entries GET /issues/:issue_id/time_entries/report(.:format) timelog#report
issue_time_entries GET /issues/:issue_id/time_entries(.:format) timelog#index
POST /issues/:issue_id/time_entries(.:format) timelog#create
new_issue_time_entry GET /issues/:issue_id/time_entries/new(.:format) timelog#new
edit_issue_time_entry GET /issues/:issue_id/time_entries/:id/edit(.:format) timelog#edit
issue_time_entry GET /issues/:issue_id/time_entries/:id(.:format) timelog#show
PUT /issues/:issue_id/time_entries/:id(.:format) timelog#update
DELETE /issues/:issue_id/time_entries/:id(.:format) timelog#destroy
issue_relations GET /issues/:issue_id/relations(.:format) issue_relations#index
POST /issues/:issue_id/relations(.:format) issue_relations#create
relation GET /relations/:id(.:format) issue_relations#show
DELETE /relations/:id(.:format) issue_relations#destroy
issues GET /issues(.:format) issues#index
POST /issues(.:format) issues#create
new_issue GET /issues/new(.:format) issues#new
edit_issue GET /issues/:id/edit(.:format) issues#edit
issue GET /issues/:id(.:format) issues#show
PUT /issues/:id(.:format) issues#update
DELETE /issues/:id(.:format) issues#destroy
DELETE /issues(.:format) issues#destroy
queries GET /queries(.:format) queries#index
POST /queries(.:format) queries#create
new_query GET /queries/new(.:format) queries#new
edit_query GET /queries/:id/edit(.:format) queries#edit
query PUT /queries/:id(.:format) queries#update
DELETE /queries/:id(.:format) queries#destroy
news_index GET /news(.:format) news#index
edit_news GET /news/:id/edit(.:format) news#edit
news GET /news/:id(.:format) news#show
PUT /news/:id(.:format) news#update
DELETE /news/:id(.:format) news#destroy
POST /news/:id/comments(.:format) comments#create
DELETE /news/:id/comments/:comment_id(.:format) comments#destroy
status_by_version POST /versions/:id/status_by(.:format) versions#status_by
edit_version GET /versions/:id/edit(.:format) versions#edit
version GET /versions/:id(.:format) versions#show
PUT /versions/:id(.:format) versions#update
DELETE /versions/:id(.:format) versions#destroy
add_attachment_document POST /documents/:id/add_attachment(.:format) documents#add_attachment
edit_document GET /documents/:id/edit(.:format) documents#edit
document GET /documents/:id(.:format) documents#show
PUT /documents/:id(.:format) documents#update
DELETE /documents/:id(.:format) documents#destroy
time_entries_context_menu GET|POST /time_entries/context_menu(.:format) context_menus#time_entries
report_time_entries GET /time_entries/report(.:format) timelog#report
bulk_edit_time_entries GET /time_entries/bulk_edit(.:format) timelog#bulk_edit
bulk_update_time_entries POST /time_entries/bulk_update(.:format) timelog#bulk_update
time_entries GET /time_entries(.:format) timelog#index
POST /time_entries(.:format) timelog#create
new_time_entry GET /time_entries/new(.:format) timelog#new
edit_time_entry GET /time_entries/:id/edit(.:format) timelog#edit
time_entry GET /time_entries/:id(.:format) timelog#show
PUT /time_entries/:id(.:format) timelog#update
DELETE /time_entries/:id(.:format) timelog#destroy {:id=>/\d+/}
time_entries_destroy DELETE /time_entries/destroy(.:format) timelog#destroy
GET /projects/:id/settings/:tab(.:format) projects#settings
GET /projects/:id/activity(.:format) activities#index
GET /projects/:id/activity.:format activities#index
activity GET /activity(.:format) activities#index
GET /projects/:id/repository/:repository_id/statistics(.:format) repositories#stats
GET /projects/:id/repository/:repository_id/graph(.:format) repositories#graph
GET /projects/:id/repository/:repository_id/changes(/*path(.:ext))(.:format) repositories#changes
GET /projects/:id/repository/:repository_id/revisions/:rev(.:format) repositories#revision
GET /projects/:id/repository/:repository_id/revision(.:format) repositories#revision
POST /projects/:id/repository/:repository_id/revisions/:rev/issues(.:format) repositories#add_related_issue
DELETE /projects/:id/repository/:repository_id/revisions/:rev/issues/:issue_id(.:format) repositories#remove_related_issue
GET /projects/:id/repository/:repository_id/revisions(.:format) repositories#revisions
GET /projects/:id/repository/:repository_id/revisions/:rev/:action(/*path(.:ext)) repositories#(?-mix:(browse|show|entry|raw|annotate|diff)) {:rev=>/[a-z0-9\.\-_]+/}
GET /projects/:id/repository/statistics(.:format) repositories#stats
GET /projects/:id/repository/graph(.:format) repositories#graph
GET /projects/:id/repository/changes(/*path(.:ext))(.:format) repositories#changes
GET /projects/:id/repository/revisions(.:format) repositories#revisions
GET /projects/:id/repository/revisions/:rev(.:format) repositories#revision
GET /projects/:id/repository/revision(.:format) repositories#revision
POST /projects/:id/repository/revisions/:rev/issues(.:format) repositories#add_related_issue
DELETE /projects/:id/repository/revisions/:rev/issues/:issue_id(.:format) repositories#remove_related_issue
GET /projects/:id/repository/revisions/:rev/:action(/*path(.:ext)) repositories#(?-mix:(browse|show|entry|raw|annotate|diff)) {:rev=>/[a-z0-9\.\-_]+/}
GET /projects/:id/repository/:repository_id/:action(/*path(.:ext))(.:format) repositories#(?-mix:(browse|show|entry|raw|changes|annotate|diff))
GET /projects/:id/repository/:action(/*path(.:ext))(.:format) repositories#(?-mix:(browse|show|entry|raw|changes|annotate|diff))
GET /projects/:id/repository/:repository_id(.:format) repositories#show
GET /projects/:id/repository(.:format) repositories#show
GET /attachments/:id/:filename(.:format) attachments#show {:id=>/\d+/, :filename=>/.*/}
GET /attachments/download/:id/:filename(.:format) attachments#download {:id=>/\d+/, :filename=>/.*/}
GET /attachments/download/:id(.:format) attachments#download {:id=>/\d+/}
GET /attachments/thumbnail/:id(/:size)(.:format) attachments#thumbnail {:id=>/\d+/, :size=>/\d+/}
attachment GET /attachments/:id(.:format) attachments#show
DELETE /attachments/:id(.:format) attachments#destroy
autocomplete_for_user_group GET /groups/:id/autocomplete_for_user(.:format) groups#autocomplete_for_user
groups GET /groups(.:format) groups#index
POST /groups(.:format) groups#create
new_group GET /groups/new(.:format) groups#new
edit_group GET /groups/:id/edit(.:format) groups#edit
group GET /groups/:id(.:format) groups#show
PUT /groups/:id(.:format) groups#update
DELETE /groups/:id(.:format) groups#destroy
group_users POST /groups/:id/users(.:format) groups#add_users {:id=>/\d+/}
group_user DELETE /groups/:id/users/:user_id(.:format) groups#remove_user {:id=>/\d+/}
POST /groups/destroy_membership/:id(.:format) groups#destroy_membership {:id=>/\d+/}
POST /groups/edit_membership/:id(.:format) groups#edit_membership {:id=>/\d+/}
fields_trackers GET|POST /trackers/fields(.:format) trackers#fields
trackers GET /trackers(.:format) trackers#index
POST /trackers(.:format) trackers#create
new_tracker GET /trackers/new(.:format) trackers#new
edit_tracker GET /trackers/:id/edit(.:format) trackers#edit
tracker PUT /trackers/:id(.:format) trackers#update
DELETE /trackers/:id(.:format) trackers#destroy
update_issue_done_ratio_issue_statuses POST /issue_statuses/update_issue_done_ratio(.:format) issue_statuses#update_issue_done_ratio
issue_statuses GET /issue_statuses(.:format) issue_statuses#index
POST /issue_statuses(.:format) issue_statuses#create
new_issue_status GET /issue_statuses/new(.:format) issue_statuses#new
edit_issue_status GET /issue_statuses/:id/edit(.:format) issue_statuses#edit
issue_status PUT /issue_statuses/:id(.:format) issue_statuses#update
DELETE /issue_statuses/:id(.:format) issue_statuses#destroy
custom_fields GET /custom_fields(.:format) custom_fields#index
POST /custom_fields(.:format) custom_fields#create
new_custom_field GET /custom_fields/new(.:format) custom_fields#new
edit_custom_field GET /custom_fields/:id/edit(.:format) custom_fields#edit
custom_field PUT /custom_fields/:id(.:format) custom_fields#update
DELETE /custom_fields/:id(.:format) custom_fields#destroy
permissions_roles GET|POST /roles/permissions(.:format) roles#permissions
roles GET /roles(.:format) roles#index
POST /roles(.:format) roles#create
new_role GET /roles/new(.:format) roles#new
edit_role GET /roles/:id/edit(.:format) roles#edit
role GET /roles/:id(.:format) roles#show
PUT /roles/:id(.:format) roles#update
DELETE /roles/:id(.:format) roles#destroy
enumerations GET /enumerations(.:format) enumerations#index
POST /enumerations(.:format) enumerations#create
new_enumeration GET /enumerations/new(.:format) enumerations#new
edit_enumeration GET /enumerations/:id/edit(.:format) enumerations#edit
enumeration PUT /enumerations/:id(.:format) enumerations#update
DELETE /enumerations/:id(.:format) enumerations#destroy
GET /enumerations/:type(.:format) enumerations#index
GET /projects/:id/search(.:format) search#index
search GET /search(.:format) search#index
mail_handler POST /mail_handler(.:format) mail_handler#index
admin GET /admin(.:format) admin#index
admin_projects GET /admin/projects(.:format) admin#projects
admin_plugins GET /admin/plugins(.:format) admin#plugins
admin_info GET /admin/info(.:format) admin#info
admin_test_email GET /admin/test_email(.:format) admin#test_email
admin_default_configuration POST /admin/default_configuration(.:format) admin#default_configuration
try_connection_auth_source GET /auth_sources/:id/test_connection(.:format) auth_sources#test_connection
auth_sources GET /auth_sources(.:format) auth_sources#index
POST /auth_sources(.:format) auth_sources#create
new_auth_source GET /auth_sources/new(.:format) auth_sources#new
edit_auth_source GET /auth_sources/:id/edit(.:format) auth_sources#edit
auth_source GET /auth_sources/:id(.:format) auth_sources#show
PUT /auth_sources/:id(.:format) auth_sources#update
DELETE /auth_sources/:id(.:format) auth_sources#destroy
workflows GET /workflows(.:format) workflows#index
workflows_edit GET|POST /workflows/edit(.:format) workflows#edit
workflows_permissions GET|POST /workflows/permissions(.:format) workflows#permissions
workflows_copy GET|POST /workflows/copy(.:format) workflows#copy
settings GET /settings(.:format) settings#index
settings_edit GET|POST /settings/edit(.:format) settings#edit
GET|POST /settings/plugin/:id(.:format) settings#plugin
sys_projects GET /sys/projects(.:format) sys#projects
POST /sys/projects/:id/repository(.:format) sys#create_project_repository
sys_fetch_changesets GET /sys/fetch_changesets(.:format) sys#fetch_changesets
uploads POST /uploads(.:format) attachments#upload
GET /robots.txt(.:format) welcome#robots