hooks/syncschema.py
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
Wed, 07 Apr 2010 14:26:35 +0200 Sylvain Thénault #759035: Automate addition of eid cachekey in RQL analysis
Thu, 18 Mar 2010 17:39:17 +0100 Sylvain Thénault backport stable
Thu, 18 Mar 2010 17:33:54 +0100 Sylvain Thénault cleanup stable
Wed, 17 Mar 2010 09:23:27 +0100 Sylvain Thénault backport stable
Wed, 17 Mar 2010 09:21:58 +0100 Sylvain Thénault [cleanup] objtype not used stable
Wed, 17 Mar 2010 09:21:13 +0100 Sylvain Thénault [schema sync] test and fix bug when updating multiple constraint for the same rdef in the same transaction stable
Tue, 09 Mar 2010 11:05:29 +0100 Sylvain Thénault backport stable
Tue, 09 Mar 2010 10:53:38 +0100 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
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 09:51:29 +0100 Sylvain Thénault backport stable
Mon, 08 Mar 2010 09:05:17 +0100 Sylvain Thénault [cleanup] fti_* method already try/except exception, no need for additional catch here stable
Mon, 08 Mar 2010 09:04:36 +0100 Sylvain Thénault [hook] use entity instead of values dict, check for edited_attributes on rtype change stable
Mon, 08 Mar 2010 09:03:43 +0100 Sylvain Thénault [schema hook] fulltext_container is a relation *type* property. Test and fix (+ more fti properties change testing) stable
Thu, 04 Mar 2010 18:06:03 +0100 Sylvain Thénault backport stable
Thu, 04 Mar 2010 18:04:26 +0100 Sylvain Thénault [cleanup] add index_entity to abstract source, add docstring stable
Thu, 04 Mar 2010 18:02:33 +0100 Sylvain Thénault [fti] refactor and fix full text indexation handling stable
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:30:24 +0100 Sylvain Thénault pylint suggested refactorings stable
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
Thu, 18 Feb 2010 14:30:23 +0100 Pierre-Yves David [fix] Apply fulltextindexed change in the actual index stable
Thu, 18 Feb 2010 10:54:50 +0100 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
Tue, 16 Feb 2010 09:23:35 +0100 Sylvain Thénault don't let set_schema making commit_event fail
Mon, 15 Feb 2010 15:10:25 +0100 Sylvain Thénault follow yams api change: attributes permissions are now defined for 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
Wed, 27 Jan 2010 10:00:19 +0100 Sylvain Thénault missing import
Mon, 18 Jan 2010 19:21:30 +0100 Sylvain Thénault backport stable branch
Tue, 22 Dec 2009 10:27:49 +0100 Sylvain Thénault backport stable
Wed, 09 Dec 2009 12:41:05 +0100 Sylvain Thénault use implements instead of entity_implements
Tue, 08 Dec 2009 19:16:56 +0100 Sylvain Thénault fix infered rdef propagation
Tue, 08 Dec 2009 18:05:10 +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
Mon, 07 Dec 2009 19:14:49 +0100 Adrien Di Mascio [migration] write migration instructions for permissions handling on relation definition
Mon, 07 Dec 2009 05:09:09 -0800 Sandrine Ribeau fix bad merge
Fri, 20 Nov 2009 19:35:54 +0100 Sylvain Thénault backport stable branch (one more time painfully)
Wed, 21 Oct 2009 17:32:20 +0200 Sylvain Thénault backport stable branch
Mon, 19 Oct 2009 17:35:33 +0200 Sylvain Thénault forgotten some part of a merge
Mon, 19 Oct 2009 15:16:41 +0200 Sylvain Thénault backport 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, 30 Sep 2009 18:57:42 +0200 Sylvain Thénault backport stable branch
Wed, 23 Sep 2009 13:41:18 +0200 Sylvain Thénault move hooks test to the hooks package, update them to work with a minimal schema
Wed, 23 Sep 2009 11:20:29 +0200 Sylvain Thénault fix class name
Wed, 23 Sep 2009 11:03:57 +0200 Sylvain Thénault fix some name errors
Wed, 23 Sep 2009 11:03:38 +0200 Sylvain Thénault typo
Wed, 23 Sep 2009 11:03:14 +0200 Sylvain Thénault should be a after_add hook
Wed, 23 Sep 2009 10:21:37 +0200 Sylvain Thénault access to schema through vreg
Wed, 23 Sep 2009 08:42:52 +0200 Sylvain Thénault [appobjects] use __regid__ instead of __id__, more explicit
Fri, 21 Aug 2009 16:26:20 +0200 Sylvain Thénault somewhat painful backport of 3.5 branch, should mostly be ok
Tue, 18 Aug 2009 09:25:44 +0200 Sylvain Thénault remove some deprecation warnings
Tue, 18 Aug 2009 09:12:52 +0200 Sylvain Thénault [hooks] missing declaration
Mon, 17 Aug 2009 18:37:16 +0200 Sylvain Thénault fix name error
Mon, 17 Aug 2009 18:35:46 +0200 Sylvain Thénault don't do this: already defined as a (deprecated) read-only property
Fri, 14 Aug 2009 14:31:25 +0200 Sylvain Thénault use ._cw instead of .cw_req
Fri, 14 Aug 2009 11:14:10 +0200 Sylvain Thénault rewrite hooks in sobjects as new Hook style into hooks sub-package
Fri, 14 Aug 2009 09:26:41 +0200 Sylvain Thénault [hooks] major refactoring:
less more (0) tip