server/schemaserial.py
2013-05-03 Aurelien Campeas [schemaserial] mitigate critical message during migration
2013-04-26 Vincent Michel [schemaserial] serialize additional yams parameter for customs type
2013-03-12 Nicolas Chauvat drop typed_eid() in favour of int() (closes #2742462)
2013-02-14 Nicolas Chauvat [toward-py3k] rewrite to "except AnException as exc:" (part of #2711624)
2011-09-21 Sylvain Thénault [exceptions] stop catching any exception in various places (closes #1942716) stable
2011-06-21 Sylvain Thénault [ms, entity metas] add 'actual source' to entities table / base entity metadata cache. Closes #1767090
2011-05-19 Sylvain Thénault [repository api] definitly kill usage of word 'pool' to refer to connections set used by a session
2011-04-20 Alexandre Fayolle backport stable changes to default
2011-04-13 Sylvain Thénault [schema serialization] add warning on missing group stable
2011-03-31 Sylvain Thénault [schema, refactoring] use RQLExpression as base class for RQL constraint classes
2011-02-17 Sylvain Thénault [schema serialization] for relation type, ertidx contains the relation type as string, for relation def, the RelationDefinitionSchema instance stable
2011-02-17 Sylvain Thénault [schema deserialization] enhance fix done in 7010:fa707848a88a to properly deal with cw 3.9 database stable
2011-02-17 Sylvain Thénault [schema deserialization] _unique_together should hold string, not schema instance (may lead to crash during sync_schema_props_perms for instance) stable
2011-01-13 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
2010-12-09 Alexandre Fayolle make rename_table work with MS SQL (needs updated logilab.database) oldstable
2010-09-13 Sylvain Thénault [migration] commit just after symetric has been renamed to symmetric (else later rollback may cancel this) stable
2010-09-10 Alexandre Fayolle removed print_exc stable
2010-09-10 Alexandre Fayolle unique_together integration in CW (alf+syt) stable
2010-09-09 Sylvain Thénault remove debug print stable
2010-09-08 Sylvain Thénault [schema deserial] fix loading of schema when mapping an entity type to an existing one stable
2010-09-07 Sylvain Thénault cleanups stable
2010-08-09 Adrien Di Mascio [schema] consider ETYPE_NAME_MAP when deserializing specialization relations stable
2010-07-13 Sylvain Thénault [broken schema] fix the group_mapping function in case where some standard group isn't found: we currently loop for ever, boring the user by asking ever and ever the same question...
2010-07-06 Sylvain Thénault cleanups
2010-05-20 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
2010-04-28 Sylvain Thénault backport oldstable changes stable
2010-04-28 Sylvain Thénault replace logilab-common by CubicWeb in disclaimer oldstable
2010-04-28 Sylvain Thénault backport default into stable: stable is now cw 3.8
2010-04-28 Sylvain Thénault proper licensing information (LGPL-2.1). Hope I get it right this time. stable
2010-04-23 Sylvain Thénault [schema] update for yams 0.29: BoundConstraint renamed to BoundaryConstraint; new constraint messages; ObjectRelation deprecated
2010-03-09 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.
2010-03-04 Sylvain Thénault backport stable
2010-03-04 Sylvain Thénault nicer explanation stable
2010-03-04 Sylvain Thénault fix schema serialization bug: groupmap considered as addrdef argument stable
2010-03-04 Sylvain Thénault backport stable
2010-03-04 Sylvain Thénault fix schema serialization, bad repartition of changes between stable and default stable
2010-03-04 Sylvain Thénault backport stable
2010-03-04 Sylvain Thénault remove stuff from default introduced accidentally in stable stable
2010-03-03 Sylvain Thénault schema serialization optimization by using eids instead of type names. Heavy refactoring/cleanup on the way
2010-03-03 Sylvain Thénault minor schema serialization optimization: stable
2010-02-26 Sylvain Thénault pylint suggested refactorings stable
2010-02-26 Sylvain Thénault kill dead/useless code as suggested by pylint stable
2010-02-18 Sylvain Thénault when modifying a persistent schema, erschema may miss some permissions which wil trigger a key error, but we don't want to crash on such cases stable
2010-02-15 Sylvain Thénault follow yams api change: attributes permissions are now defined for stable
2010-02-05 Sylvain Thénault kill most pre 3.2 bw compat code
2010-02-05 Sylvain Thénault fix long-waiting symetric typo: should be spelled symmetric. Add auto database migration on schema deserialization
2010-01-21 Sylvain Thénault minor schema deserialization optimizations
2010-01-18 Sylvain Thénault backport stable branch
2010-01-07 Adrien Di Mascio update copyright: welcome 2010 stable
2009-12-22 Sylvain Thénault make groupmap argument optional / sort for testing purpose
2009-12-08 Sylvain Thénault missing groupmap propagation to rschema2rql
2009-12-08 Sylvain Thénault more api update
2009-12-08 Sylvain Thénault move i18n / migration modules from cw.common to cw
2009-12-08 Sylvain Thénault yams api update
2009-12-07 Adrien Di Mascio [migration] write migration instructions for permissions handling on relation definition
2009-12-07 Adrien Di Mascio [server] don't try to set perms twice on the same relation (e.g. symetric relations)
2009-12-07 Sandrine Ribeau fix bad merge
2009-12-03 Sylvain Thénault backport stable into default
2009-11-23 Sylvain Thénault cacheable queries to serialize permissions, update relevant tests stable
2009-11-20 Sylvain Thénault backport stable branch (one more time painfully)
less more (0) -60 tip