comparison src/browser/sat_browser/constants.py @ 696:c2f22ca12e23

browser and server side: remove unibox
author souliane <souliane@mailoo.org>
date Mon, 20 Apr 2015 08:51:25 +0200
parents 9877607c719a
children f8a7a046ff9c
comparison
equal deleted inserted replaced
695:e86490a7c76e 696:c2f22ca12e23
28 """Add here the constants that are only used by the browser side.""" 28 """Add here the constants that are only used by the browser side."""
29 29
30 # Cached parameters, e.g those that have an incidence on UI display/refresh: 30 # Cached parameters, e.g those that have an incidence on UI display/refresh:
31 # - they can be any parameter (not necessarily specific to Libervia) 31 # - they can be any parameter (not necessarily specific to Libervia)
32 # - list them as a couple (category, name) 32 # - list them as a couple (category, name)
33 CACHED_PARAMS = [(C.COMPOSITION_KEY, C.ENABLE_UNIBOX_PARAM), 33 CACHED_PARAMS = [('General', C.SHOW_OFFLINE_CONTACTS),
34 ('General', C.SHOW_OFFLINE_CONTACTS),
35 ('General', C.SHOW_EMPTY_GROUPS), 34 ('General', C.SHOW_EMPTY_GROUPS),
36 ] 35 ]
37 36
38 WEB_PANEL_DEFAULT_URL = "http://salut-a-toi.org" 37 WEB_PANEL_DEFAULT_URL = "http://salut-a-toi.org"
39 WEB_PANEL_SCHEMES = {'http', 'https', 'ftp', 'file'} 38 WEB_PANEL_SCHEMES = {'http', 'https', 'ftp', 'file'}