1 # copyright 2003-2011 LOGILAB S.A. (Paris, FRANCE), all rights reserved. |
1 # copyright 2003-2012 LOGILAB S.A. (Paris, FRANCE), all rights reserved. |
2 # contact http://www.logilab.fr/ -- mailto:contact@logilab.fr |
2 # contact http://www.logilab.fr/ -- mailto:contact@logilab.fr |
3 # |
3 # |
4 # This file is part of CubicWeb. |
4 # This file is part of CubicWeb. |
5 # |
5 # |
6 # CubicWeb is free software: you can redistribute it and/or modify it under the |
6 # CubicWeb is free software: you can redistribute it and/or modify it under the |
51 title = _('manage') |
51 title = _('manage') |
52 http_cache_manager = httpcache.EtagHTTPCacheManager |
52 http_cache_manager = httpcache.EtagHTTPCacheManager |
53 add_etype_links = () |
53 add_etype_links = () |
54 skip_startup_views = set( ('index', 'manage', 'schema', 'owl', 'changelog', |
54 skip_startup_views = set( ('index', 'manage', 'schema', 'owl', 'changelog', |
55 'systempropertiesform', 'propertiesform', |
55 'systempropertiesform', 'propertiesform', |
56 'cw.user-management', 'cw.source-management', |
56 'cw.users-and-groups-management', 'cw.groups-management', |
|
57 'cw.users-management', 'cw.sources-management', |
57 'siteinfo', 'info', 'registry', 'gc', |
58 'siteinfo', 'info', 'registry', 'gc', |
58 'tree') ) |
59 'tree') ) |
59 |
60 |
60 def call(self, **kwargs): |
61 def call(self, **kwargs): |
61 """The default view representing the instance's management""" |
62 """The default view representing the instance's management""" |