cwconfig.py
Fri, 20 Jul 2012 10:57:48 +0200 Sylvain Thénault [config] load_configuration should not crash because of fs errors. Closes #2286215 stable
Fri, 20 Jul 2012 09:22:51 +0200 Julien Cristau [config] Set CWDEV, aka dev mode, according to presence of the i18n directory, not .hg stable
Thu, 07 Jun 2012 18:33:53 +0200 Aurelien Campeas [cwconfig] shutup on absent i18n/ mo files when in operating in tests
Fri, 27 Apr 2012 14:22:38 +0200 Aurelien Campeas [merge] backport stable
Fri, 27 Apr 2012 14:10:04 +0200 Aurelien Campeas [cwconfig] impose an order on appobject paths processing: entities first (closes #2330799) stable
Thu, 15 Mar 2012 17:30:28 +0100 Pierre-Yves David [http] drop use-request-subdomain feature (closes #2251986)
Thu, 01 Mar 2012 17:22:56 +0100 Pierre-Yves David [cwconfig] improve assert error message.
Thu, 08 Dec 2011 14:32:57 +0100 Sylvain Thénault backport stable
Thu, 08 Dec 2011 13:17:25 +0100 Julien Cristau Link to python docs about strftime instead of pointing at "man" (closes #2106415)
Mon, 05 Dec 2011 13:42:23 +0100 Aurelien Campeas [cwconfig] absolute import (closes #2091068) stable
Thu, 03 Nov 2011 15:28:30 +0100 Sylvain Thénault backport stable
Wed, 12 Oct 2011 15:56:40 +0200 Pierre-Yves David Update documentation about resource mode. stable
Fri, 21 Oct 2011 14:32:37 +0200 Sylvain Thénault [diet] drop pre 3.6 API compatibility (but attempt to keep data cmopatibility). Closes #2017916
Wed, 28 Sep 2011 09:27:42 +0200 Sylvain Thénault [pylint] fix pylint detected errors and tweak it so that pylint -E will be much less verbose next time (+ update some copyrights on the way) stable
Thu, 22 Sep 2011 10:02:17 +0200 Sylvain Thénault [warnings] explicitly ask to show DeprecationWarning in debug mode (closes #1942760) stable
Wed, 21 Sep 2011 17:38:00 +0200 Sylvain Thénault [exceptions] stop catching any exception in various places (closes #1942716) stable
Tue, 26 Jul 2011 11:25:10 +0200 Sylvain Thénault [rql] fix min/max args definition of [TEXT_]LIMIT_SIZE registered procedures (long outstanding bug discovered after recent fix in lgdb) stable
Wed, 27 Apr 2011 15:42:07 +0200 Florent Cayré [web config] fix md5 version to ensure cubes order and to include cubicweb version stable
Tue, 05 Apr 2011 13:23:47 +0200 Alexandre Fayolle backport fix from oldstable stable
Tue, 05 Apr 2011 08:39:49 +0200 Alexandre Fayolle fileConfig is in logging.config oldstable cubicweb-version-3.10.x
Tue, 29 Mar 2011 08:47:09 +0200 Alexandre Fayolle allow CW to act as a Pyro Server without registering the server to a Pyro Nameserver (closes #1528533) stable
Mon, 28 Mar 2011 18:56:55 +0200 Sylvain Thénault [config] generalise config.creating, allowing to drop set_language class attribute stable
Wed, 16 Mar 2011 09:45:57 +0100 Alexandre Fayolle fix pylint helper methods: need a classmathod in cwconfig.py oldstable
Wed, 16 Mar 2011 09:37:46 +0100 Alexandre Fayolle help pylint by explicitely defining some attributes oldstable
Mon, 28 Feb 2011 14:12:42 +0100 Sylvain Thénault [config refactoring] rename eproperty_definition method to cwproperty_definition stable
Thu, 17 Feb 2011 16:08:20 +0100 Sylvain Thénault [config] we should load available configuration before search for an instance configuration stable
Wed, 19 Jan 2011 12:42:50 +0100 Sylvain Thénault [doc] fix typo stable
Wed, 19 Jan 2011 11:22:39 +0100 Sylvain Thénault [config] stop using a metaclass for registration of "public" configuration, simply do it explicitly stable
Tue, 11 Jan 2011 12:05:12 +0100 Sylvain Thénault [config] use %r instead of %s for cube name makes things clearer stable
Thu, 06 Jan 2011 17:49:19 +0100 Pierre-Yves David [bfss storage] Improve fspath() error message. stable
Wed, 05 Jan 2011 17:47:16 +0100 Sylvain Thénault [daemon] make process umask configurable stable
Sat, 18 Dec 2010 23:11:58 +0100 Sylvain Thénault backport oldstable stable
Fri, 10 Dec 2010 12:17:18 +0100 Pierre-Yves David [config, i18n] Create default translation mechanism for all supported languages. oldstable cubicweb-version-3.9.x
Fri, 10 Dec 2010 15:17:16 +0100 Pierre-Yves David [config] Use newstyle call to parent classe method. oldstable
Thu, 09 Dec 2010 18:06:48 +0100 Aurelien Campeas [config] revert change that breaks i18nxxx commands oldstable
Tue, 09 Nov 2010 17:17:45 +0100 Pierre-Yves David [config, i18n] Create default translation mechanism for all supported languages. oldstable
Fri, 29 Oct 2010 00:03:48 +0200 Nicolas Chauvat merge changes from stable branch
Fri, 29 Oct 2010 00:03:30 +0200 Nicolas Chauvat fix problem introduced with previous commit stable
Thu, 28 Oct 2010 19:39:19 +0200 Nicolas Chauvat merge changes from stable branch
Thu, 28 Oct 2010 19:37:59 +0200 Nicolas Chauvat [cwctl] command list now checks version of cw, not only versions of cubes stable
Fri, 15 Oct 2010 11:48:16 +0200 Sylvain Thénault backport stable
Fri, 15 Oct 2010 11:39:10 +0200 Pierre-Yves David [packaging] Egg are not valid cubicweb prefix. stable
Wed, 13 Oct 2010 18:58:56 +0200 Pierre-Yves David [config] Put "Instance" and "Instance data" directory within cubiweb install prefix. stable
Wed, 13 Oct 2010 18:54:59 +0200 Pierre-Yves David #1251878: Cubicweb no longer crash for missing instance and data dir at create. stable
Thu, 14 Oct 2010 14:10:45 +0200 Sylvain Thénault [config] make config.cubes() available on NoAppCubicWebConfiguration
Tue, 05 Oct 2010 10:17:24 +0200 Stephanie Marcu [book] improve documentation lisibility for cwconfig chapter and fix some references
Wed, 08 Sep 2010 10:27:53 +0200 Nicolas Chauvat [doc] improve doc thanks to user feedback stable
Wed, 25 Aug 2010 11:22:47 +0200 Sylvain Thénault merge stable
Wed, 25 Aug 2010 09:42:55 +0200 Sylvain Thénault update to lgc.clcommands 0.51 api stable
Mon, 23 Aug 2010 12:49:28 +0200 Alexandre Fayolle [win32] no os.getuid on windows stable
Tue, 10 Aug 2010 14:22:17 +0200 Sylvain Thénault [debug] change severity of 'site_cubicweb loaded' message to debug stable
Mon, 12 Jul 2010 12:55:43 +0200 Sylvain Thénault [config] run time directory created when necessary on startup, don't check it exists while creating the instance (closes #1177687)
Thu, 08 Jul 2010 10:03:03 +0200 Sylvain Thénault [web configuration] ensure data home directory / uicache file belong to daemon user and are writeable
Wed, 07 Jul 2010 12:09:29 +0200 Sylvain Thénault [config] expand_cubes(with_recommends=True) shouldn't return recommened-but-not-installed cubes
Mon, 05 Jul 2010 18:00:33 +0200 Sylvain Thénault backport stable
Mon, 05 Jul 2010 17:02:39 +0200 Sylvain Thénault [config] use hashlib to avoid warning w/ py2.6 stable
Mon, 21 Jun 2010 16:01:57 +0200 Sylvain Thénault backport stable
Mon, 21 Jun 2010 16:01:15 +0200 Sylvain Thénault [config] fix dumb name error stable
Mon, 21 Jun 2010 15:34:46 +0200 Sylvain Thénault backport stable
Mon, 21 Jun 2010 15:29:10 +0200 Sylvain Thénault [dbapi] Connection.load_appobjects should load site_cubicweb files as well, they may contains necessary RQL extension function definitions. Also kill some broken deprecated code in this method. stable
less more (0) -100 -60 tip