# HG changeset patch # User Sylvain Thénault # Date 1273138246 -7200 # Node ID 50e2d8e10638bffdd2a1f50d82a4803677bc3d03 # Parent 5790462343cb57f1cfe6a1f20a9194a4e1dad194 [web config] set default uiprops on web config class to avoid error on commands such as i18n instance diff -r 5790462343cb -r 50e2d8e10638 devtools/devctl.py --- a/devtools/devctl.py Wed May 05 18:55:19 2010 +0200 +++ b/devtools/devctl.py Thu May 06 11:30:46 2010 +0200 @@ -60,7 +60,6 @@ self.expand_cubes(cubes, with_recommends=True)) else: self._cubes = () - self.uiprops = {'FCKEDITOR_PATH': ''} @property def apphome(self): diff -r 5790462343cb -r 50e2d8e10638 web/webconfig.py --- a/web/webconfig.py Wed May 05 18:55:19 2010 +0200 +++ b/web/webconfig.py Thu May 06 11:30:46 2010 +0200 @@ -79,6 +79,7 @@ """ cubicweb_appobject_path = CubicWebConfiguration.cubicweb_appobject_path | set(['web/views']) cube_appobject_path = CubicWebConfiguration.cube_appobject_path | set(['views']) + uiprops = {'FCKEDITOR_PATH': ''} options = merge_options(CubicWebConfiguration.options + ( ('anonymous-user',