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