1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-01 07:01:12 +00:00

Revert a deleted dir in recycle page.

This commit is contained in:
killing
2012-10-11 14:44:14 +08:00
parent 782d583e34
commit 2aecb8478c
3 changed files with 34 additions and 4 deletions

View File

@@ -49,6 +49,7 @@ urlpatterns = patterns('',
(r'^repo/file_rename/$', repo_rename_file),
(r'^repo/unsetinnerpub/(?P<repo_id>[^/]+)/$', unset_inner_pub_repo),
url(r'^repo/revert_file/(?P<repo_id>[^/]+)/$', repo_revert_file, name='repo_revert_file'),
url(r'^repo/revert_dir/(?P<repo_id>[^/]+)/$', repo_revert_dir, name='repo_revert_dir'),
url(r'^repo/upload_file/(?P<repo_id>[^/]+)/$', repo_upload_file, name='repo_upload_file'),
url(r'^repo/update_file/(?P<repo_id>[^/]+)/$', repo_update_file, name='repo_update_file'),
(r'^repo/upload_error/(?P<repo_id>[^/]+)/$', upload_file_error),