server/migractions.py
Thu, 08 Oct 2015 18:38:16 +0200 Rémi Cardona merge with 3.19.13
Tue, 25 Aug 2015 11:11:34 +0200 Sylvain Thénault [migration] don't attempt to carry over values when renaming a computed relation
Fri, 11 Sep 2015 15:50:29 +0200 Samuel Trégouët [py3k] octals and long
Fri, 11 Sep 2015 14:52:09 +0200 Samuel Trégouët [py3k] print function
Wed, 02 Sep 2015 15:24:46 +0200 Aurelien Campeas [syncschema] only add to the `synchronized` set if all possible updates have been done
Thu, 06 Aug 2015 15:21:58 +0200 Julien Cristau [server/migractions] drop mock_object
Tue, 25 Aug 2015 11:09:22 +0200 Sylvain Thénault [server/migractions] raising SystemExit sounds like a bad idea
Wed, 09 Jul 2014 17:52:45 +0200 Aurelien Campeas [migration] remove repo_connect and use config.repository() instead
Tue, 28 Jul 2015 09:25:26 +0200 Julien Cristau Fix (de)serialization of ComputedRelation read permissions
Fri, 26 Jun 2015 13:04:25 +0200 Sylvain Thénault avoid sanitizing warnings
Wed, 11 Jun 2014 17:14:32 +0200 Aurelien Campeas [connection] remove ensure_cnx_set context manager uses
Fri, 13 Jun 2014 15:42:04 +0200 Aurelien Campeas [session] all cnx._session become cnx.session
Fri, 13 Jun 2014 13:54:28 +0200 Aurelien Campeas [migractions] remove any session related leftovers
Fri, 06 Jun 2014 17:08:08 +0200 Aurelien Campeas [repoapi,session] remove all session-as-cnx backward compat
Wed, 22 Apr 2015 10:08:14 +0200 Rémi Cardona merge 3.20.6 into 3.21
Mon, 23 Mar 2015 14:28:48 +0100 Sylvain Thénault [migration] sync_schema_props_perms should skip computed relations. Closes #5147796
Thu, 15 Jan 2015 16:44:36 +0100 Julien Cristau Use our version of schema2sql
Mon, 22 Dec 2014 14:39:50 +0100 Julien Cristau [migration] don't crash when deleting a non-existing rtype
Thu, 23 Oct 2014 15:47:17 +0200 Nicolas Chauvat [serverctl] rename remove_cube to drop_cube (closes #4545093)
Thu, 06 Nov 2014 14:35:25 +0100 Aurelien Campeas [warnings] put an end to warnings in the sqlite driver over `str` being sent instead of unicode strings
Wed, 09 Jul 2014 15:38:39 +0200 Aurelien Campeas [config] kill a getattr
Mon, 07 Jul 2014 16:07:57 +0200 Julien Cristau [migration] stop caching the mapping from constraint type name to eid
Thu, 28 Aug 2014 07:44:29 +0200 Sylvain Thénault [CWEP002 migration] support sync_schema_props_perms for computed relations
Thu, 28 Aug 2014 08:02:15 +0200 Laura Médioni [CWEP002 migration] support add_relation_type for computed relations
Thu, 28 Aug 2014 07:55:33 +0200 Laura Médioni [CWEP002 migration] support drop_relation_type for computed relations
Thu, 28 Aug 2014 07:49:31 +0200 Laura Médioni [CWEP002 migration] properly raise exception on (add|drop)_relation_definition for computed relation
Wed, 11 Jun 2014 14:46:48 +0200 Julien Cristau [migration] Stop setting session.data['rebuild-infered']
Tue, 10 Jun 2014 09:49:45 +0200 Julien Cristau merge 3.18.5 into 3.19 branch
Wed, 09 Apr 2014 17:26:57 +0200 Sylvain Thénault [dataimport, migration] silence find_entities / find_one_entity warning
Thu, 06 Mar 2014 18:41:23 +0100 Julien Cristau [migractions] add sanity check in rename_relation_type stable
Fri, 18 Apr 2014 14:25:36 +0200 Julien Cristau [migration] set a cnxset before process_script()
Mon, 07 Apr 2014 18:04:56 +0200 Julien Cristau Fix constraint sync during migration
Mon, 07 Apr 2014 17:02:04 +0200 Julien Cristau merge 3.18.4 into default
Thu, 03 Apr 2014 18:18:11 +0200 Sylvain Thénault minor cleanups
Tue, 01 Apr 2014 10:28:16 +0200 Sylvain Thénault avoid to internally raise 3.19 warnings
Thu, 03 Apr 2014 17:25:53 +0200 Julien Cristau [migration] make 'session' object be a server-side Connection, not ClientConnection
Tue, 01 Apr 2014 18:09:46 +0200 Aurelien Campeas [merge] bring the 3.17.14 fixes to 3.18 stable
Thu, 27 Mar 2014 14:32:21 +0100 Sylvain Thénault [migration] always rebuild infered relation stable
Mon, 10 Mar 2014 15:17:50 +0100 Denis Laxalde [migractions] Better handle removal of RQLConstraint in sync_schema stable cubicweb-centos-version-3.17.14-1 cubicweb-debian-version-3.17.14-1 cubicweb-version-3.17.14
Tue, 18 Feb 2014 17:58:45 +0100 Julien Cristau [server/migractions] finish migration to repoapi objects
Wed, 05 Mar 2014 10:44:45 +0100 Julien Cristau [server] use the ClientConnection directly now that it has more methods available
Tue, 11 Feb 2014 17:29:58 +0100 Julien Cristau Use repoapi instead of dbapi for cwctl shell, upgrade and db-init
Mon, 27 Jan 2014 16:19:49 +0100 Julien Cristau merge 3.18.2 into 3.19 branch
Thu, 23 Jan 2014 12:32:16 +0100 Julien Cristau [repo] pylint cleanup, mainly of imports, with a bit of style
Wed, 22 Jan 2014 15:49:32 +0100 Sylvain Thénault [multi-sources-removal] Simplify ConnectionsSet internal structures and public methods
Tue, 02 Jul 2013 17:07:34 +0200 Sylvain Thénault [config] cleanup/refactor server sources file values handling
Fri, 21 Jun 2013 16:17:17 +0200 Sylvain Thénault [c-c restore] drop useless restore-all option, and related systemonly argument
Fri, 21 Jun 2013 16:01:59 +0200 Sylvain Thénault [multi-sources-removal] Kill repo.sources
Mon, 17 Jun 2013 00:15:51 +0200 Sylvain Thénault [multi-sources-removal] Simplify repo.delete_info_multi arguments, uri is no more used
Tue, 21 Jan 2014 11:57:02 +0100 Julien Cristau [migractions] Don't silently ignore errors when installing sql procedures
Mon, 13 Jan 2014 13:47:47 +0100 Julien Cristau merge 3.18.0 in 3.19 branch
Wed, 08 Jan 2014 12:09:44 +0100 Aurelien Campeas [schema] fix unique together index handling
Mon, 26 Aug 2013 16:12:30 +0200 Aurelien Campeas remove 3.8 bw compat
Tue, 17 Sep 2013 17:44:15 +0200 Aurelien Campeas [migractions] rschema.final.inlined -> rschema.inlined stable
Thu, 25 Jul 2013 18:14:56 +0200 Sylvain Thénault [migration.sync_schema_props_perms] ensure all participants to a unique together constraint are there stable
Mon, 22 Jul 2013 14:57:37 +0200 Julien Cristau fix typos in docstring, doc and comments stable
Mon, 22 Jul 2013 10:55:45 +0200 Sylvain Thénault [migration] when adding a cube, skip infered relations (closes #3005576) stable
Thu, 11 Jul 2013 10:20:42 +0200 Sylvain Thénault [migraction] rename_entity_type simply warn if old entity type isn't in the schema. Closes #3004069 stable
Thu, 27 Jun 2013 11:19:32 +0200 Pierre-Yves David [migraction] do not access session.data directly
Mon, 25 Mar 2013 17:50:11 +0100 Pierre-Yves David [session] drop useless getter and setter for security
Wed, 27 Mar 2013 14:50:58 +0100 Pierre-Yves David [migration] drop pre-3.7 utility
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:38:25 +0100 Nicolas Chauvat [toward-py3k] rewrite to "except AnException as exc:" (part of #2711624)
Thu, 14 Feb 2013 15:39:23 +0100 Nicolas Chauvat [toward-py3k] remove import with_statement (part of #2711624)
Thu, 10 Jan 2013 22:52:47 +0100 Sylvain Thénault [db-api] rename repo_connect into _repo_connect to mark it private. Closes #2521848
Mon, 21 Jan 2013 18:01:25 +0100 Sylvain Thénault [db-api/configuration] simplify db-api and configuration so that all the connection information is in the repository url, closes #2521848
Wed, 09 Jan 2013 16:06:20 +0100 Aurelien Campeas [merge] backport stable
Tue, 04 Dec 2012 13:41:20 +0100 Sylvain Thénault [migration] fix crash when adding a new meta relation type. Closes #2532483 stable
Fri, 07 Sep 2012 14:01:59 +0200 Sylvain Thénault backport stable
Tue, 04 Sep 2012 06:52:41 +0200 Sylvain Thénault [migration] fix backward compat for rename_relation stable
Tue, 17 Jul 2012 12:24:46 +0200 Sylvain Thénault [entity api] unify set_attributes / set_relations into a cw_set method. Closes #2423719
Tue, 17 Jul 2012 11:08:36 +0200 Sylvain Thénault [migraction] rename rename_relation method to rename_relation_type for consistency stable
Fri, 16 Mar 2012 10:29:15 +0100 Sylvain Thénault backport stable
Thu, 01 Mar 2012 13:39:43 +0100 Sylvain Thénault [migration] fix add_relation_type in case it already exists, broken by 67660d5f1916 stable
Mon, 27 Feb 2012 17:40:56 +0100 Sylvain Thénault [migration] add schema obj into assertion failure message so we get a chance to understand the pb stable
Tue, 14 Feb 2012 15:16:42 +0100 Sylvain Thénault backport stable
Tue, 14 Feb 2012 15:14:40 +0100 Sylvain Thénault backport oldstable stable
Tue, 14 Feb 2012 15:14:22 +0100 Pierre-Yves David [bfss, migration] fix storage migration (closes #2189206) oldstable
Fri, 10 Feb 2012 16:53:52 +0100 Sylvain Thénault backport stable
Fri, 10 Feb 2012 10:45:17 +0100 Katia Saurfelt [migration] fire hooks in postcreate by default (closes #1417110)
Thu, 09 Feb 2012 09:52:02 +0100 Katia Saurfelt [migration] `add_relation_type` warns and add missing definitions on already existing rtypes (closes #2121979) stable
Mon, 23 Jan 2012 13:25:02 +0100 Sylvain Thénault [vreg] move base registry implementation to logilab.common. Closes #1916014
Thu, 26 Jan 2012 15:55:27 +0100 Sylvain Thénault [migractions] fix comment to avoid ambiguity. Closes #2015260
Thu, 03 Nov 2011 15:28:30 +0100 Sylvain Thénault backport stable
Thu, 03 Nov 2011 11:44:02 +0100 Sylvain Thénault [instance creation] properly search for sql extension in the schema directory. Closes #2068117 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
Fri, 21 Oct 2011 09:24:29 +0200 Sylvain Thénault backport stable
Fri, 21 Oct 2011 09:23:43 +0200 Sylvain Thénault [test] fix regression introduced in 7915:a7f3245e1728 leading to test's postcreate not being executed anymore stable
Fri, 14 Oct 2011 09:21:45 +0200 Sylvain Thénault merge and fix cubicwebSortValueExtraction pb which disappeared when tablesorter.js has been updated
Thu, 13 Oct 2011 11:49:19 +0200 Alexandre Fayolle [migraction] fix cmd_change_attribute_type command (closes #2015073) stable
Tue, 11 Oct 2011 11:00:24 +0200 Sylvain Thénault backport stable
Fri, 07 Oct 2011 17:29:14 +0200 Sylvain Thénault [migration] update old yams api in change_attribute_type stable
Fri, 07 Oct 2011 11:59:20 +0200 Sylvain Thénault backport stable
Thu, 06 Oct 2011 16:15:16 +0200 Sylvain Thénault [migration] expose migration methods to execute schema/*.sql and migration/<event>.py files (closes #1986498) stable
Tue, 09 Aug 2011 09:43:26 +0200 Nicolas Chauvat [lint] remove uses of "print >> sys.stderr" (closes #1908571)
Thu, 29 Sep 2011 14:47:04 +0200 Sylvain Thénault backport stable
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
Fri, 23 Sep 2011 14:18:13 +0200 Sylvain Thénault backport stable
Wed, 21 Sep 2011 17:38:00 +0200 Sylvain Thénault [exceptions] stop catching any exception in various places (closes #1942716) 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
Mon, 27 Jun 2011 15:30:52 +0200 Sylvain Thénault backport stable
Fri, 24 Jun 2011 16:59:45 +0200 Sylvain Thénault [migration] litle enhancements and a fix to patch accidentally pushed two revisions ago stable
Fri, 24 Jun 2011 14:10:37 +0200 Sylvain Thénault [migration] closes #1777411: schema modification commands shouldn't crash if already exists stable
Wed, 15 Jun 2011 17:16:19 +0200 Sylvain Thénault backport stable
Tue, 14 Jun 2011 17:15:40 +0200 Sylvain Thénault [migration] this is needed to avoid pb with yams 0.33 / cw < 3.13 stable
Tue, 14 Jun 2011 15:37:09 +0200 Sylvain Thénault [repository] refactor/cleanup entity deletion methods stable
Thu, 09 Jun 2011 12:16:10 +0200 Adrien Di Mascio [sql] implement #1631319: ask user before creating postgresql languages
Fri, 20 May 2011 17:29:50 +0200 Sylvain Thénault backport stable
Fri, 20 May 2011 17:27:33 +0200 Sylvain Thénault [migractions] fix change_attribute_type stable
Fri, 20 May 2011 17:27:15 +0200 Sylvain Thénault [migractions] dropped_constraints should accept only droprequired without cstrtype stable
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
Thu, 21 Apr 2011 12:35:41 +0200 Sylvain Thénault adds support for a portable db import/export format (closes: #1521112) stable
Mon, 02 May 2011 15:46:03 +0200 Sylvain Thénault [migration] new command to get default workflow for an entity type stable
Fri, 01 Apr 2011 15:04:47 +0200 Sylvain Thénault [time zone] support for TZDatetime and TZTime data type
Fri, 01 Apr 2011 08:20:25 +0200 Alexandre Fayolle fix failing tests before 3.12 release
Mon, 28 Mar 2011 15:15:49 +0200 Nicolas Chauvat [session] add find_entities and find_one_entity to session/request API (closes #1550045) stable
Fri, 25 Mar 2011 12:51:20 +0100 Sylvain Thénault [cwprops, migration] fix [set_]property to ensure we don't retrieve a user specific value. Add some docstring along the way stable
Thu, 17 Feb 2011 16:46:25 +0100 Sylvain Thénault cleanup stable
Fri, 28 Jan 2011 15:23:47 +0100 Julien Jehannet [cw-ctl] use default `mkdtemp()` behaviour to store backup file internally stable
Thu, 13 Jan 2011 12:49:44 +0100 Sylvain Thénault [wf migration] allow to deactivate assertion on wfable entity to quick-fix tests stable
Thu, 13 Jan 2011 12:36:08 +0100 Sylvain Thénault [schema] fix pb with ambiguous relation used within UniqueTogetherConstraint by having CWUniqueTogetherConstraint.relation targeting CWRType instead of CWAttribute/CWRelation. This fixes 3.10.7 migration. stable
Tue, 11 Jan 2011 15:33:38 +0100 Sylvain Thénault [migration] add_workflow now ensure the entity type is actually workflowable, and a new make_workflowable migration function is available to make an entity type workflowable (closes #1382720) stable
Fri, 05 Nov 2010 16:38:17 +0100 Sylvain Thénault [migration] fix rqliter when some query arguments are given stable
Fri, 22 Oct 2010 09:15:35 +0200 Sylvain Thénault [pylint] fix a bug of pylint detected errors and i18n pb (calling builtins._ instead of req._)
Thu, 21 Oct 2010 09:49:27 +0200 Sylvain Thénault backport stable
Thu, 21 Oct 2010 09:33:12 +0200 Sylvain Thénault [dependancy] do not use testlib from outside test: recent lgc versions recommends unittest2 while lgc.testlib needs it, and we don't want it to be necessary to run cw stable
Sat, 09 Oct 2010 00:05:52 +0200 Sylvain Thénault [schema / sources] store data sources as cubicweb entities
Sat, 09 Oct 2010 00:05:50 +0200 Sylvain Thénault [hook/operation] nicer api to achieve same result as set_operation, as described in #1253630
Thu, 23 Sep 2010 23:28:58 +0200 Sylvain Thénault backport stable
Fri, 30 Jul 2010 16:01:28 +0200 Julien Jehannet [c-c shell/upgrade] raise ExecutionError when traceback is not relevant stable
Tue, 21 Sep 2010 16:33:20 +0200 Adrien Di Mascio [migractions] add a dropped_constraints() migration command
Mon, 13 Sep 2010 11:00:22 +0200 Sylvain Thénault [migration] fix so that context modification are reflected on the currently executed migration script stable
Fri, 10 Sep 2010 16:48:58 +0200 Alexandre Fayolle unique_together integration in CW (alf+syt) stable
Fri, 10 Sep 2010 14:50:43 +0200 Sylvain Thénault [test] fix in 6203:d3dea5f84404 wasn't enough stable
Fri, 10 Sep 2010 14:32:38 +0200 Sylvain Thénault [test] during some tests (unittest_migrations), we should not register ClearGroupMap which is actually already there stable
Thu, 09 Sep 2010 18:25:31 +0200 Sylvain Thénault [migration] when some CWGroup is added during migration, we should reset migration handler's group mapping cache and the set telling what have been synchronized (we may be able to add some new groups on perms syncing...) stable
Tue, 07 Sep 2010 23:34:16 +0200 Sylvain Thénault [migration] more rename_entity_type fix stable
Tue, 07 Sep 2010 23:24:45 +0200 Sylvain Thénault cleanups stable
Tue, 07 Sep 2010 23:02:08 +0200 Sylvain Thénault [migration] propose to open pdb on error during execution of rql/sql query stable
Tue, 07 Sep 2010 23:00:53 +0200 Sylvain Thénault [migration] set ask_confirm=False by default on rqlexec stable
Wed, 01 Sep 2010 17:21:13 +0200 Alexandre Fayolle migration actions for unique_together constraints stable
Fri, 20 Aug 2010 08:17:04 +0200 Sylvain Thénault [migration] enhance RqlForIterator so we can do 'for e in rqliter(...).entities()' stable
Wed, 18 Aug 2010 10:36:02 +0200 Sylvain Thénault [migration] remove bad test when constructing attributes to copy in rename_entity_type: the old entity type is not in the fschema due to schema deserialization trick stable
Tue, 17 Aug 2010 15:25:29 +0200 Sylvain Thénault cleanup stable
Tue, 17 Aug 2010 15:25:17 +0200 Sylvain Thénault [migration] fix rename_entity_type: avoid removal of attributes on the new entity type from the schema during migration stable
Tue, 17 Aug 2010 15:23:59 +0200 Sylvain Thénault [migration] we can now specify attributes to backport to rename_entity_type using its attrs argument stable
Fri, 06 Aug 2010 17:37:34 +0200 Sylvain Thénault [migration] dont crash if a group doesn't exists (it may not exists yet) stable
Fri, 06 Aug 2010 17:37:06 +0200 Sylvain Thénault [migration] fix rename_entity_type bug: not putting eids of relation deleted using sql query may cause later error on commit, complaining on missing relation on an entity which has been actually deleted stable
Fri, 06 Aug 2010 17:35:02 +0200 Sylvain Thénault [migration] fix crash when adding symmetric relation type stable
Fri, 30 Jul 2010 11:11:08 +0200 Julien Jehannet [migration] commit only sql script migration stable
Thu, 29 Jul 2010 15:18:31 +0200 Julien Jehannet [migration] unify process_script command stable
Tue, 20 Jul 2010 16:45:11 +0200 Sylvain Thénault [migration] fix rename_entity_type to avoid to loose some relations on the way stable
Wed, 07 Jul 2010 14:21:52 +0200 Sylvain Thénault [migration] new migration command to change fti weight for an entity t ype cubicweb-version-3.9.0
Tue, 06 Jul 2010 09:41:19 +0200 Sylvain Thénault [migration] fix rename_entity_type to an existant entity type: get back relation from the old entity type non existant on the target type
Fri, 02 Jul 2010 11:52:51 +0200 Sylvain Thénault backport stable
Thu, 01 Jul 2010 17:46:58 +0200 Sylvain Thénault [migration] schema should be accessed through .repo stable
Mon, 07 Jun 2010 13:22:24 +0200 Sylvain Thénault backport stable
Fri, 04 Jun 2010 11:09:55 +0200 Sylvain Thénault [migration] fix schema synchronization bug stable
Thu, 20 May 2010 20:50:03 +0200 Sylvain Thénault [schema migration] make some stuff to ease file 1.9 migration : we want to kill the Image entity so that existing image are turned into (existing entity type) File entities
Thu, 20 May 2010 20:47:55 +0200 Sylvain Thénault [entity] introduce a new 'adapters' registry
Thu, 20 May 2010 10:55:33 +0200 Sylvain Thénault typo stable
Thu, 20 May 2010 10:41:36 +0200 Sylvain Thénault [migration] fix storage_change migraction to avoid exhausting the server's memory stable
Wed, 28 Apr 2010 12:24:20 +0200 Sylvain Thénault backport oldstable changes stable
Wed, 28 Apr 2010 12:15:52 +0200 Sylvain Thénault replace logilab-common by CubicWeb in disclaimer oldstable
Wed, 28 Apr 2010 12:14:22 +0200 Sylvain Thénault backport default into stable: stable is now cw 3.8
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
Mon, 26 Apr 2010 16:31:46 +0200 Sylvain Thénault backport stable
Fri, 23 Apr 2010 17:55:46 +0200 Sylvain Thénault [bfss] new storage_changed migration action to move an attribute to a custom storage. Closes #893941
Fri, 23 Apr 2010 17:01:45 +0200 Pierre-Yves David [cw-shell] Write ignored scripts warning on stderr instead of stdout. stable
Thu, 15 Apr 2010 19:39:55 +0200 Sylvain Thénault backport stable
Thu, 15 Apr 2010 18:07:33 +0200 Sylvain Thénault [migration] fix bug when trying to add a new entity type that inherit from another stable
Thu, 15 Apr 2010 17:22:19 +0200 Sylvain Thénault [migration] fix error when synchronizing everything and some schema still in the db schema but not anymore in the fs schema stable
Wed, 07 Apr 2010 14:26:35 +0200 Sylvain Thénault #759035: Automate addition of eid cachekey in RQL analysis
Fri, 02 Apr 2010 08:44:00 +0200 Adrien Di Mascio [cleaning] simpler implementation of cmd_create_entity stable
Fri, 26 Mar 2010 15:53:07 +0100 Sylvain Thénault [repo config] cleanup read_instance_schema / bootstrap_schema / creating mess stable
Fri, 26 Mar 2010 09:19:09 +0100 Sylvain Thénault [maintainance] don't crash if we've no in-memory repository stable
Thu, 25 Mar 2010 15:08:27 +0100 Sylvain Thénault [c-c] new server_maintenance hook, called on c-c shell / upgrade stable
Thu, 18 Mar 2010 17:39:17 +0100 Sylvain Thénault backport stable
Thu, 18 Mar 2010 17:37:55 +0100 Sylvain Thénault [schema sync] fix another potential name error on synchronizing rdefs stable
Thu, 18 Mar 2010 17:36:08 +0100 Sylvain Thénault [schema sync] don't try to synchronize infered relation defs, fixing a name error on the way stable
Thu, 18 Mar 2010 17:33:35 +0100 Sylvain Thénault don't update constraints when it's not necessary stable
Thu, 18 Mar 2010 17:31:22 +0100 Sylvain Thénault [migration] new build_descr argument to rqlexec on the migration helper
Wed, 17 Mar 2010 09:17:14 +0100 Sylvain Thénault [migration] disable notification by default during migration
Mon, 15 Mar 2010 11:18:51 +0100 Sylvain Thénault backport stable
Mon, 15 Mar 2010 11:16:40 +0100 Sylvain Thénault [backup] fix misplaced paren stable
Fri, 12 Mar 2010 16:11:56 +0100 Sylvain Thénault backport stable
Fri, 12 Mar 2010 14:55:41 +0100 Sylvain Thénault [db backup] fix name error in backup_to_file: we've to pass .confirm all along the chain as for restore stable
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.
Wed, 03 Mar 2010 17:56:04 +0100 Sylvain Thénault schema serialization optimization by using eids instead of type names. Heavy refactoring/cleanup on the way
Fri, 26 Feb 2010 13:24:47 +0100 Sylvain Thénault pylint style fixes stable
Fri, 26 Feb 2010 13:19:14 +0100 Sylvain Thénault kill dead/useless code as suggested by pylint stable
Fri, 26 Feb 2010 13:09:12 +0100 Sylvain Thénault fix some pylint detected errors stable
Wed, 24 Feb 2010 15:07:17 +0100 Sylvain Thénault 3.6 api update stable
Mon, 22 Feb 2010 18:22:54 +0100 Nicolas Chauvat typo: capitalize migration confirmation messages stable
Thu, 18 Feb 2010 15:42:09 +0100 Sylvain Thénault fix dumb name error stable
Thu, 18 Feb 2010 13:28:38 +0100 Sylvain Thénault 3.6 api update stable
Mon, 15 Feb 2010 15:17:24 +0100 Sylvain Thénault [shell] rql() should use unsafe_execute when possible stable
Fri, 05 Feb 2010 11:56:57 +0100 Sylvain Thénault fix long-waiting symetric typo: should be spelled symmetric. Add auto database migration on schema deserialization
Tue, 26 Jan 2010 13:38:02 +0100 Sylvain Thénault fix deprecation warnings
Mon, 25 Jan 2010 19:36:04 +0100 Sylvain Thénault add source in backup/restore failure message
Mon, 25 Jan 2010 19:18:33 +0100 Sylvain Thénault some fixes so that deprecation warning are properly localized
Fri, 22 Jan 2010 11:40:22 +0100 Sylvain Thénault make rollback available in shell (as commit is)
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
Wed, 23 Dec 2009 12:20:10 +0100 Sylvain Thénault backport stable branch
Tue, 22 Dec 2009 21:02:37 +0100 Sylvain Thénault closes #601987 stable
Tue, 22 Dec 2009 19:26:12 +0100 Sylvain Thénault fix virtual relation detection: erschema is no more a relation type but a relation def in _synchronize_permissions
Wed, 09 Dec 2009 19:27:12 +0100 Sylvain Thénault yams api update
Tue, 08 Dec 2009 16:45:01 +0100 Sylvain Thénault give group mapping where needed
Tue, 08 Dec 2009 16:41:43 +0100 Sylvain Thénault 3.6 api update
Tue, 08 Dec 2009 16:40:00 +0100 Sylvain Thénault fix sync_schema*: new syncprops argument to sync relation definition as well
Tue, 08 Dec 2009 10:40:12 +0100 Sylvain Thénault move i18n / migration modules from cw.common to cw
Tue, 08 Dec 2009 09:41:06 +0100 Sylvain Thénault use commit in migration script instead of checkpoint
Mon, 07 Dec 2009 19:14:49 +0100 Adrien Di Mascio [migration] write migration instructions for permissions handling on relation definition
Thu, 03 Dec 2009 17:17:43 +0100 Sylvain Thénault backport stable into default
Sat, 28 Nov 2009 11:42:37 +0100 Nicolas Chauvat imported patch cwctl-shell-textfile stable
Mon, 23 Nov 2009 18:13:20 +0100 Sylvain Thénault fix #544758 by calling custom sql scripts in add_cubes. stable
Fri, 20 Nov 2009 19:35:54 +0100 Sylvain Thénault backport stable branch (one more time painfully)
Fri, 20 Nov 2009 17:51:34 +0100 Sylvain Thénault backport stable branch reldefsecurity
Thu, 19 Nov 2009 12:55:47 +0100 Sylvain Thénault reldefsecurity branch : reldefsecurity
Wed, 18 Nov 2009 10:05:41 +0100 Adrien Di Mascio [migration] avoid AssertionError / crashes if migration script is neither a py nor a sql file stable
Fri, 13 Nov 2009 09:15:28 +0100 Sylvain Thénault fix necessary when adding a cube which isn't listed in fs dependencies of the instance stable
Mon, 19 Oct 2009 15:16:41 +0200 Sylvain Thénault backport stable
Mon, 19 Oct 2009 09:15:19 +0200 Sylvain Thénault [shell] make process_script available throuhg c-c shell / migration script context stable
Fri, 16 Oct 2009 17:11:31 +0200 Sylvain Thénault update prototype stable
Fri, 16 Oct 2009 16:29:46 +0200 Sylvain Thénault [c-c] fixes for shell w/ pyro instance stable
Fri, 16 Oct 2009 14:37:11 +0200 Sylvain Thénault #481017: cubicweb-ctl shell on remote instance stable
Thu, 15 Oct 2009 20:29:21 +0200 Sylvain Thénault follow yams 0.25 api changes to improve performance stable
Tue, 13 Oct 2009 18:20:05 +0200 Sylvain Thénault 3.6 update
Wed, 07 Oct 2009 12:31:08 +0200 Sylvain Thénault backport stable branch
Wed, 07 Oct 2009 10:41:19 +0200 Aurelien Campeas two bits of docstring stable
Tue, 06 Oct 2009 18:15:05 +0200 Sylvain Thénault add version number to deprecation messages stable
Fri, 02 Oct 2009 08:57:25 +0200 Sylvain Thénault add some notes stable
Wed, 23 Sep 2009 11:22:19 +0200 Sylvain Thénault indent
Tue, 15 Sep 2009 15:01:41 +0200 Sylvain Thénault backport 3.5
Mon, 14 Sep 2009 18:25:11 +0200 Sylvain Thénault [migration] don't ask confirm here 3.5
less more (0) -240 tip