hooks/metadata.py
2011-02-09 Sylvain Thénault [entity, metadata] huuum, use resolvable url as cwuri... And fix existing ones. stable
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-08-25 Sylvain Thénault [session] cleanup hook / operation / entity edition api
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-06-17 Sylvain Thénault [rql2sql] when using HAVING to by-pass rql limitation (not to filter on result of an aggregat function), we should emit SQL that doesn't use HAVING to avoid potential backend error because variables are not grouped. Closes #1061603. stable
2010-05-11 Sylvain Thénault [fti] simplify UpdateFTIHook code stable
2010-04-30 Aurelien Campeas [hooks/...] fix previous commit stable
2010-04-30 Aurelien Campeas [hooks/operations] use set_operations for three ops (huge gains for massive imports) stable
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-30 Sylvain Thénault [repo] move eschema_eid function from hooks.metadata to server.utils 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-05 Sylvain Thénault fix name error
2010-03-05 Sylvain Thénault eschema_type_eid become eschema_eid and always get a schema as argument + misc cleanup stable
2010-03-04 Sylvain Thénault [fti] refactor and fix full text indexation handling stable
2010-02-15 Sylvain Thénault don't update modification_date in repairing_mode (eg upgrade or shell) stable
2010-01-21 Sylvain Thénault update copyright
2009-12-09 Sylvain Thénault use implements instead of entity_implements
2009-10-19 Sylvain Thénault .id has been renamed
2009-10-19 Sylvain Thénault backport stable
2009-09-23 Sylvain Thénault use __regid__ instead of id on appobject classes
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-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
2009-08-14 Sylvain Thénault [hooks] major refactoring:
less more (0) tip