cwconfig.py
Thu, 18 Feb 2010 10:54:50 +0100 Sylvain Thénault turn default logging threshold to warning (we usually want them), and log 'no schema for eid' pb using warning instead of error, so we see them in logs but not during migration stable
Wed, 17 Feb 2010 11:26:09 +0100 Sylvain Thénault dont add CUBES_DIR to cubes search path if it doesn't exists stable
Wed, 17 Feb 2010 11:25:46 +0100 Sylvain Thénault fix dumb name error triggering crash when some directory in cubes search path doesn't exist stable
Mon, 08 Feb 2010 12:01:15 +0100 Sylvain Thénault kill register_appobject_class method, simplifying autoregistration. Update test accordingly (test which manually registers object should also properly call there __register__ method). Drop the disable-appobjects config file entry: no one used it since its introduction years ago.
Fri, 05 Feb 2010 12:16:52 +0100 Sylvain Thénault hercule (aka c-c client command) have not (ever?) been used for years, stop supporting it
Fri, 22 Jan 2010 10:32:00 +0100 syt add approximated version number to deprecation warning
Fri, 22 Jan 2010 10:30:11 +0100 syt oops, missing return
Fri, 22 Jan 2010 10:07:29 +0100 Sylvain Thénault we need extrapath when trying to import site_cubicweb files
Fri, 22 Jan 2010 10:07:03 +0100 Sylvain Thénault move extra path computing as a configuration class property so we can reused it
Fri, 22 Jan 2010 08:49:16 +0100 Sylvain Thénault first draft for a simple hooks based custom attribute storage,
Mon, 18 Jan 2010 19:21:30 +0100 Sylvain Thénault backport stable branch
Thu, 07 Jan 2010 16:52:32 +0100 Adrien Di Mascio update copyright: welcome 2010 stable
Tue, 22 Dec 2009 10:27:49 +0100 Sylvain Thénault backport stable
Fri, 18 Dec 2009 14:07:16 +0100 Sylvain Thénault look for cubicweb-ctl plugins in the ccplugin.py file, keeping bw compat on ecplugin.py
Tue, 15 Dec 2009 11:30:44 +0100 Sylvain Thénault load site_cubicweb as a module instead of execing it, avoid reimport pbs stable
Mon, 14 Dec 2009 16:25:25 +0100 Sylvain Thénault quick and dirty fix trying to avoid rest directive conflicts when using sphinx (which seems to import the code) stable
Thu, 10 Dec 2009 09:43:51 +0100 Alexandre Fayolle changed log severity from critical to info if a plugin cannot be loaded stable
Tue, 08 Dec 2009 10:58:56 +0100 Sylvain Thénault drop common subpackage
Tue, 08 Dec 2009 10:40:12 +0100 Sylvain Thénault move i18n / migration modules from cw.common to cw
Fri, 04 Dec 2009 19:45:58 +0100 Sylvain Thénault dont crash if directory doesn't exist stable
Tue, 24 Nov 2009 13:59:46 +0100 Sylvain Thénault allow to test cubes within apycot using cubicweb from the debian package stable
Mon, 12 Oct 2009 13:12:52 +0200 Sylvain Thénault fix debug attribute conflict on configuration stable
Mon, 12 Oct 2009 12:57:48 +0200 Sylvain Thénault oops stable
Mon, 12 Oct 2009 12:57:02 +0200 Sylvain Thénault more doc stable
Mon, 12 Oct 2009 12:54:01 +0200 Sylvain Thénault system/user modes + CWDEV instead of installed/dev mixed modes. Fix behaviour when setting CW_MODE explicitly stable
Tue, 06 Oct 2009 16:50:11 +0200 Sylvain Thénault [config] dumb implementation of default_instance_id on no app config since it's referenced stable
Thu, 01 Oct 2009 08:49:29 +0200 Sylvain Thénault [pyro] merge pyro-id / pyro-instance-id options, put all pyro options in the same section of the configuration file stable
Wed, 16 Sep 2009 21:29:17 +0200 Adrien Di Mascio [gettext] provide GNU contexts to avoid translations ambiguities 3.5
Wed, 16 Sep 2009 18:25:13 +0200 Aurelien Campeas warning -> critical, also allow goa to work without vobject 3.5
Wed, 16 Sep 2009 18:14:43 +0200 Aurelien Campeas prevent some command providers to stop using cubicweb-ctl (current case : goactl when vobject is not there) 3.5
Tue, 08 Sep 2009 14:13:36 +0200 Aurélien Campéas more i18n commands fixes : 3.5
Mon, 07 Sep 2009 12:22:14 +0200 Aurélien Campéas minimal steps to have cw running on windows 3.5
Mon, 31 Aug 2009 16:48:14 +0200 Sylvain Thénault consider CW_MODE='system', the opposite of 'user' (eg use 'installed' mode while using the forest) stable
Tue, 11 Aug 2009 12:21:45 +0200 Sylvain Thénault [config] new with_recommends option to expand_cubes
Mon, 03 Aug 2009 17:20:20 +0200 Sylvain Thénault [pyro] use lgc.pyro_ext, simplify pyro related options
Mon, 03 Aug 2009 15:16:47 +0200 Sylvain Thénault [appobject] kill VObject class, move base selector classes to appobject
Mon, 03 Aug 2009 09:24:50 +0200 Adrien Di Mascio [twisted] don't use twistd anymore, all-in-one.py file is needed anymore
Fri, 31 Jul 2009 22:37:28 +0200 Nicolas Chauvat R [all] logilab.common 0.44 provides only deprecated
Fri, 24 Jul 2009 14:33:37 +0200 Sylvain Thénault application -> instance where it makes sense
Fri, 24 Jul 2009 12:47:47 +0200 Sylvain Thénault new distinguish repairing/creating from regular start.
Thu, 23 Jul 2009 15:15:58 +0200 Nicolas Chauvat #344747: add env var CW_MODE
Thu, 23 Jul 2009 14:45:31 +0200 Nicolas Chauvat rename environment variables
Thu, 09 Jul 2009 14:58:19 +0200 Sylvain Thénault don't use internal address stable
Mon, 06 Jul 2009 09:34:40 +0200 Sylvain Thénault move login by email functionnality on the repository side to avoid buggy call to internal_session from the web interface side stable
Wed, 01 Jul 2009 16:44:37 +0200 Sylvain Thénault create sendmails method on cwconfig, use it in SendMailOp stable
Wed, 01 Jul 2009 16:41:30 +0200 Sylvain Thénault add __file__ to context before loading site_cubicweb.py stable
Thu, 28 May 2009 09:20:07 +0200 Adrien Di Mascio big bunch of copyright / docstring update
Tue, 26 May 2009 19:46:08 +0200 Sylvain Thénault cosmetic stable
Thu, 14 May 2009 11:38:40 +0200 Adrien Di Mascio delete-trailing-whitespace + some copyright update tls-sprint
Tue, 05 May 2009 15:39:43 +0200 Graziella Toutoungis nicer assertion message tls-sprint
Tue, 28 Apr 2009 19:12:52 +0200 sylvain thenault merge tls-sprint
Tue, 28 Apr 2009 13:28:37 +0200 Florent provide an option to substitute the base-url (left-most part) subdomain by the one of the current http query to easy multiple subdomains website management tls-sprint
Tue, 28 Apr 2009 10:11:08 +0200 sylvain thenault delete-trailing-whitespaces tls-sprint
Thu, 23 Apr 2009 10:46:05 +0200 sylvain thenault delete-trailing-whitespaces tls-sprint
Tue, 07 Apr 2009 09:30:23 +0200 sylvain thenault backport default branch tls-sprint
Fri, 27 Mar 2009 12:27:43 +0100 sylvain thenault do_fti should be set earlier
Thu, 26 Mar 2009 18:51:29 +0100 sylvain thenault refactor to avoid having to define CW_INSTANCE_DATA when CW_REGISTRY is set
Mon, 23 Mar 2009 17:55:59 +0100 sylvain thenault pylint cleanup tls-sprint
Wed, 11 Mar 2009 11:13:41 +0100 sylvain thenault simplify registry options to disable some appobjects to use a single option tls-sprint
Tue, 10 Mar 2009 14:34:03 +0100 Aurelien Campeas typo
less more (0) -60 tip