hooks/syncschema.py
2010-10-08 Sylvain Thénault [schema / sources] store data sources as cubicweb entities
2010-10-08 Sylvain Thénault [hook/operation] nicer api to achieve same result as set_operation, as described in #1253630
2010-09-23 Sylvain Thénault backport stable
2010-09-22 Alexandre Fayolle use new logilab.database interface for multicol indexes stable
2010-09-16 Sylvain Thénault backport stable into default
2010-09-16 Sylvain Thénault [syncschema hooks] simplify core types definition be reusing schema sets (remove typos on the way) stable
2010-09-13 Sylvain Thénault backport stable
2010-09-10 Alexandre Fayolle unique_together integration in CW (alf+syt) stable
2010-09-06 Sylvain Thénault backport stable
2010-08-27 Adrien Di Mascio [migration] fix add_relation_type() for symmetric relations stable
2010-08-25 Sylvain Thénault [session] cleanup hook / operation / entity edition api
2010-08-11 Sylvain Thénault [cleanup] remove debug print stable
2010-08-06 Sylvain Thénault [migration] when some inlined relation definition is added to an entity type which has some specialized types, it should be propagated to those types else they may miss the necessary table column to store the relation stable
2010-07-21 Sylvain Thénault [schema sync] if something went wrong while getting rdef in precommit event, rdef adttribute won't be set in revertprecommit. We don't want to fail in such case stable
2010-07-05 Sylvain Thénault [schema migration] import refactoring to fix #1109558 and enhances things on the way
2010-07-05 Sylvain Thénault [selectors] use before-registry-reset event to init is_instance cache: cleaner code and avoid reloading bug (making hooks test fail for instance)
2010-07-05 Sylvain Thénault [selectors] provide a new, optimized, is_instance selector that should at some point replace implements (along with the adaptable selector)
2010-07-01 Sylvain Thénault backport stable
2010-07-01 Sylvain Thénault [migration] refactor schema migration fix introduced by 5833:d7256ae7c1d1 stable
2010-07-01 Sylvain Thénault [schema migration] fix name error introduced in parent changeset stable
2010-07-01 Sylvain Thénault [schema migration] avoid potential duplicated ft reindexation due to multiple UpdateFTIndexOp operations by using set_operation stable
2010-06-24 Alexandre Fayolle fix name error stable
2010-06-24 Alexandre Fayolle fix schema migration hooks (partial) stable
2010-06-21 Sylvain Thénault backport stable
2010-06-21 Sylvain Thénault [schema migration] fix fix introduced in 5803:589e2e3fb997, test for backend alter column support should be done in the operation, else the associated index is not dropped while this is supported stable
2010-06-21 Sylvain Thénault [schema migration] fix backend compatibility issue by using type_from_constraints / sql_change_col_type instead of bare ALTER COLUMN stable
2010-06-21 Sylvain Thénault [schema migration] don't try to drop column if backend doesn't support column alteration (eg sqlite) stable
2010-06-20 Alexandre Fayolle Use SQL standard ALTER TABLE command (with ADD instead of ADD COLUMN) stable
2010-06-17 Sylvain Thénault backport stable
2010-06-17 Katia Saurfelt [text search] fix fulltext_container indexation stable
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-05-20 Sylvain Thénault [entity] introduce a new 'adapters' registry
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
less more (0) -60 tip