equal
deleted
inserted
replaced
233 'default': True, |
233 'default': True, |
234 'help': 'anonymize the connection before executing any jsonp query.', |
234 'help': 'anonymize the connection before executing any jsonp query.', |
235 'group': 'web', 'level': 1 |
235 'group': 'web', 'level': 1 |
236 }), |
236 }), |
237 )) |
237 )) |
|
238 |
|
239 def __init__(self, *args, **kwargs): |
|
240 super(WebConfiguration, self).__init__(*args, **kwargs) |
|
241 self.uiprops = None |
|
242 self.https_uiprops = None |
|
243 self.datadir_url = None |
|
244 self.https_datadir_url = None |
238 |
245 |
239 def fckeditor_installed(self): |
246 def fckeditor_installed(self): |
240 return exists(self.uiprops['FCKEDITOR_PATH']) |
247 return exists(self.uiprops['FCKEDITOR_PATH']) |
241 |
248 |
242 def cwproperty_definitions(self): |
249 def cwproperty_definitions(self): |