misc/migration/bootstrapmigration_repository.py
Tue, 15 Sep 2015 18:39:09 +0200 Rémi Cardona [py3k] unicode → six.text_type
Tue, 13 Oct 2015 15:09:22 +0200 Rémi Cardona [py3k] dict.itervalues → dict.values
Fri, 11 Sep 2015 14:52:09 +0200 Samuel Trégouët [py3k] print function
Tue, 28 Jul 2015 09:25:26 +0200 Julien Cristau Fix (de)serialization of ComputedRelation read permissions
Wed, 22 Apr 2015 10:08:14 +0200 Rémi Cardona merge 3.20.6 into 3.21
Wed, 18 Mar 2015 14:41:47 +0100 Julien Cristau merge 3.19.11 into 3.20
Tue, 17 Mar 2015 15:50:40 +0100 Erica Marco [migration] reorder system tables / meta-schema migration into bootstrap_migration 3.19.11 centos/3.19.11-1 cubicweb-centos-version-3.19.11-1 cubicweb-debian-version-3.19.11-1 cubicweb-version-3.19.11 debian/3.19.11-1
Mon, 01 Dec 2014 11:13:10 +0100 Julien Cristau merge 3.19.6 into 3.20 branch
Mon, 24 Nov 2014 11:49:28 +0100 Aurelien Campeas [migration/bootstrap] add explicit index removal for sqlserver, be tolerant to migration replay
Thu, 13 Nov 2014 10:37:44 +0100 Julien Cristau [migration] hackish black magic to bootstrap addition of formula attr during migration
Wed, 09 Apr 2014 16:58:58 +0200 Julien Cristau [migration] make sure the repo knows about all constraint types
Mon, 28 Apr 2014 11:20:26 +0200 Julien Cristau [migration] move 'entities' table changes from 3.19.0 to bootstrap script
Mon, 24 Mar 2014 18:14:22 +0100 Aurelien Campeas [source/native] allow many eid creation per .create_eid call (closes #3526594)
Mon, 17 Feb 2014 15:32:50 +0100 Julien Cristau merge 3.18.x in 3.19 branch
Thu, 13 Feb 2014 15:09:30 +0100 Dimitri Papadopoulos [dataimport, migration] more fixes in the spirit of a6c32edabc8d:
Tue, 21 Jan 2014 18:20:28 +0100 Sylvain Thénault [multi-sources-removal] Drop deleted_entities system table and entities.mtime column
Thu, 11 Jul 2013 17:40:28 +0200 Sylvain Thénault [3.17 migration] when some cube is missing, add_cube raise ConfigurationError, not ImportError. Closes #2981477 stable
Mon, 17 Dec 2012 14:03:56 +0100 Julien Cristau [web/views] extract cube geocoding (closes #353000)
Wed, 27 Mar 2013 16:33:48 +0100 Vladimir Popescu [web/views] extract cube embed (closes #1916015)
Wed, 27 Mar 2013 16:36:47 +0100 Simon Chabot [web/views] extract cube sioc (closes #1916018)
Thu, 14 Feb 2013 16:01:24 +0100 Nicolas Chauvat [toward py3k] rewrite dict.keys() and dict.values() (part of #2711624)
Thu, 14 Feb 2013 15:39:23 +0100 Nicolas Chauvat [toward-py3k] remove import with_statement (part of #2711624)
Mon, 27 Feb 2012 17:43:04 +0100 Sylvain Thénault [migration] fix migration jumping from pre 3.12 to post 3.13 stable
Thu, 15 Sep 2011 18:39:55 +0200 Sylvain Thénault backport stable
Tue, 13 Sep 2011 15:40:06 +0200 Sylvain Thénault backout 7780:a1d5365fefc1 stable
Tue, 13 Sep 2011 14:48:24 +0200 Sylvain Thénault [cubification] moved CWPermission handling into a localperms cube. closes #1914011 stable
Thu, 04 Aug 2011 12:50:55 +0200 Sylvain Thénault [3.13 migration] closes #1896724: some db backend (eg sqlserver) doesn't support ADD COLUMN stable
Mon, 27 Jun 2011 15:30:52 +0200 Sylvain Thénault backport stable
Wed, 22 Jun 2011 16:34:27 +0200 Sylvain Thénault [migration] don't add CWUniqueConstraint if already there (may occurs when running a migration in multiple times stable
Tue, 21 Jun 2011 17:49:32 +0200 Sylvain Thénault fix 3.13.1 migration
Tue, 21 Jun 2011 10:57:25 +0200 Sylvain Thénault [ms, entity metas] add 'actual source' to entities table / base entity metadata cache. Closes #1767090
Thu, 19 May 2011 10:53:11 +0200 Sylvain Thénault [repository api] definitly kill usage of word 'pool' to refer to connections set used by a session
Wed, 26 Jan 2011 11:39:21 +0100 Sylvain Thénault [migration] cwunique constraint schema fix must be done in bootstrap migration stable
Mon, 13 Sep 2010 14:32:46 +0200 Sylvain Thénault [migration] attempt to fix pre 3.6 migration stable
Fri, 10 Sep 2010 16:48:58 +0200 Alexandre Fayolle unique_together integration in CW (alf+syt) stable
Thu, 12 Aug 2010 15:58:42 +0200 Sylvain Thénault RQLUniqueConstraint not in CWConstraintType for some old instances stable
Wed, 28 Apr 2010 12:15:52 +0200 Sylvain Thénault replace logilab-common by CubicWeb in disclaimer oldstable
Wed, 28 Apr 2010 10:06:01 +0200 Sylvain Thénault proper licensing information (LGPL-2.1). Hope I get it right this time. stable
Thu, 18 Mar 2010 17:28:59 +0100 Sylvain Thénault fix migration when upgrading from cw < 3.6 to cw 3.7
Tue, 09 Mar 2010 11:00:48 +0100 Sylvain Thénault fix hooks control method name + other litle cleanups
Tue, 09 Mar 2010 08:59:43 +0100 Sylvain Thénault [repo] enhanced security handling: deprecates unsafe_execute, in favor of explicit read/write security control using the `enabled_security` context manager. Also code executed on the repository side is now unsafe by default.
Mon, 08 Mar 2010 19:02:35 +0100 Sylvain Thénault move hooks activation control on session object, so we can have a per transaction control. Added a new `hooks_control` context manager for usual modification of hooks activation.
Mon, 15 Feb 2010 15:10:25 +0100 Sylvain Thénault follow yams api change: attributes permissions are now defined for stable
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
Thu, 10 Dec 2009 17:59:32 +0100 Sylvain Thénault fix deprecation warning
Tue, 08 Dec 2009 16:41:43 +0100 Sylvain Thénault 3.6 api update
Mon, 07 Dec 2009 19:14:49 +0100 Adrien Di Mascio [migration] write migration instructions for permissions handling on relation definition
Fri, 20 Nov 2009 19:35:54 +0100 Sylvain Thénault backport stable branch (one more time painfully)
Sun, 01 Nov 2009 21:40:03 +0100 Nicolas Chauvat [migration] warn if 3.5 workflow migration is going to fail stable
Wed, 23 Sep 2009 09:54:01 +0200 Adrien Di Mascio [migration] fix bootstrap migration of 3.5 : need to support old-style and new-style hooks to migrate from 3.4 to 3.6
Tue, 22 Sep 2009 12:11:12 +0200 Adrien Di Mascio backport stable branch
Fri, 18 Sep 2009 08:33:18 +0200 Sylvain Thénault [migration] fix initial_state migration: at this point, S state_of ET is no more true (but we don't need it...) 3.5
Tue, 15 Sep 2009 15:01:41 +0200 Sylvain Thénault backport 3.5
Mon, 14 Sep 2009 18:59:17 +0200 Sylvain Thénault [3.5 migration] avoid removing defined transitions... 3.5
Fri, 21 Aug 2009 16:26:20 +0200 Sylvain Thénault somewhat painful backport of 3.5 branch, should mostly be ok
Fri, 21 Aug 2009 15:07:11 +0200 Sylvain Thénault 3.5 migration script 3.5
Fri, 21 Aug 2009 14:52:07 +0200 Sylvain Thénault remove some pretty old deprecation code 3.5
Tue, 18 Aug 2009 00:23:15 +0200 Sylvain Thénault hooks have been refactored, call [re|de]activate_verification_hooks
Wed, 05 Aug 2009 17:23:06 +0200 Sylvain Thénault [3.4 migration] only set cwuri for entities from the system source
less more (0) -60 tip