Extracted document filesystem serving into a separate app, see docs/Changelog.txt to update database accordingly

This commit is contained in:
Roberto Rosario
2011-02-26 12:50:16 -04:00
parent ff77b622a9
commit 79f6897d8a
21 changed files with 328 additions and 220 deletions
+3 -2
View File
@@ -4,7 +4,8 @@ from common.api import register_menu
from permissions import role_list
from documents import document_find_all_duplicates, document_recreate_all_links
from documents import document_find_all_duplicates
from filesystem_serving import filesystem_serving_recreate_all_links
check_settings = {'text':_(u'settings'), 'view':'check_settings', 'famfam':'cog'}
@@ -13,7 +14,7 @@ register_menu([
{'text':_(u'home'), 'view':'home', 'famfam':'house', 'position':0},
{'text':_(u'tools'), 'view':'tools_menu', 'links': [
document_find_all_duplicates, document_recreate_all_links
document_find_all_duplicates, filesystem_serving_recreate_all_links
],'famfam':'wrench', 'name':'tools','position':7},
{'text':_(u'setup'), 'view':'check_settings', 'links': [