1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-31 22:54:11 +00:00

[file_rewrite] extracted file_content files, cleaned up code & rm unused files of pdf view

This commit is contained in:
llj
2012-12-20 19:50:56 +08:00
parent 6fb2b16c1f
commit 604c024275
32 changed files with 160 additions and 37781 deletions

View File

@@ -62,7 +62,6 @@ urlpatterns = patterns('',
(r'^publicrepo/create/$', public_repo_create),
(r'^events/$', events),
(r'^file_comment/$', file_comment),
(r'^pdf_full_view/$', pdf_full_view),
(r'^pubinfo/$', pubinfo),
url(r'^i18n/$', i18n, name='i18n'),
(r'^download/repo/$', repo_download),