hooks/syncschema.py
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-07 Sylvain Thénault #759035: Automate addition of eid cachekey in RQL analysis
2010-03-18 Sylvain Thénault backport stable
2010-03-18 Sylvain Thénault cleanup stable
2010-03-17 Sylvain Thénault backport stable
2010-03-17 Sylvain Thénault [cleanup] objtype not used stable
2010-03-17 Sylvain Thénault [schema sync] test and fix bug when updating multiple constraint for the same rdef in the same transaction stable
2010-03-09 Sylvain Thénault backport stable
2010-03-09 Sylvain Thénault [schema hooks] properly check for changes of schema properties avoid useless costly operation (such as full-text reindexing all entities of a type). Refactor inlined handling and fix a bug trying to reindex a final entity type on the way. stable
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-08 Sylvain Thénault backport stable
2010-03-08 Sylvain Thénault [cleanup] fti_* method already try/except exception, no need for additional catch here stable
2010-03-08 Sylvain Thénault [hook] use entity instead of values dict, check for edited_attributes on rtype change stable
2010-03-08 Sylvain Thénault [schema hook] fulltext_container is a relation *type* property. Test and fix (+ more fti properties change testing) stable
2010-03-04 Sylvain Thénault backport stable
2010-03-04 Sylvain Thénault [cleanup] add index_entity to abstract source, add docstring stable
2010-03-04 Sylvain Thénault [fti] refactor and fix full text indexation handling stable
2010-03-03 Sylvain Thénault schema serialization optimization by using eids instead of type names. Heavy refactoring/cleanup on the way
2010-02-26 Sylvain Thénault pylint suggested refactorings stable
2010-02-26 Sylvain Thénault pylint style fixes stable
2010-02-26 Sylvain Thénault kill dead/useless code as suggested by pylint stable
2010-02-18 Pierre-Yves David [fix] Apply fulltextindexed change in the actual index stable
2010-02-18 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
2010-02-16 Sylvain Thénault don't let set_schema making commit_event fail
2010-02-15 Sylvain Thénault follow yams api change: attributes permissions are now defined for stable
2010-02-05 Sylvain Thénault fix long-waiting symetric typo: should be spelled symmetric. Add auto database migration on schema deserialization
2010-01-27 Sylvain Thénault missing import
2010-01-18 Sylvain Thénault backport stable branch
2009-12-22 Sylvain Thénault backport stable
2009-12-09 Sylvain Thénault use implements instead of entity_implements
2009-12-08 Sylvain Thénault fix infered rdef propagation
2009-12-08 Sylvain Thénault yams api update
2009-12-08 Sylvain Thénault give group mapping where needed
2009-12-08 Sylvain Thénault 3.6 api update
2009-12-07 Adrien Di Mascio [migration] write migration instructions for permissions handling on relation definition
2009-12-07 Sandrine Ribeau fix bad merge
2009-11-20 Sylvain Thénault backport stable branch (one more time painfully)
2009-10-21 Sylvain Thénault backport stable branch
2009-10-19 Sylvain Thénault forgotten some part of a merge
2009-10-19 Sylvain Thénault backport stable
2009-10-13 Sylvain Thénault 3.6 update
2009-10-07 Sylvain Thénault backport stable branch
2009-09-30 Sylvain Thénault backport stable branch
2009-09-23 Sylvain Thénault move hooks test to the hooks package, update them to work with a minimal schema
2009-09-23 Sylvain Thénault fix class name
2009-09-23 Sylvain Thénault fix some name errors
2009-09-23 Sylvain Thénault typo
2009-09-23 Sylvain Thénault should be a after_add hook
2009-09-23 Sylvain Thénault access to schema through vreg
2009-09-23 Sylvain Thénault [appobjects] use __regid__ instead of __id__, more explicit
2009-08-21 Sylvain Thénault somewhat painful backport of 3.5 branch, should mostly be ok
2009-08-18 Sylvain Thénault remove some deprecation warnings
2009-08-18 Sylvain Thénault [hooks] missing declaration
2009-08-17 Sylvain Thénault fix name error
2009-08-17 Sylvain Thénault don't do this: already defined as a (deprecated) read-only property
2009-08-14 Sylvain Thénault use ._cw instead of .cw_req
2009-08-14 Sylvain Thénault rewrite hooks in sobjects as new Hook style into hooks sub-package
less more (0) tip