hooks/__init__.py
2015-09-15 Rémi Cardona [py3k] dict.iteritems → dict.items
2014-06-03 Aurelien Campeas [hooks] internal_session -> internal_cnx (including a typo)
2014-04-04 Sylvain Thénault [datafeed] update datafeed internals to use connection instead of session
2013-06-21 Sylvain Thénault [multi-sources-removal] Kill repo.sources
2014-01-21 Sylvain Thénault [multi-sources-removal] Drop deleted_entities system table and entities.mtime column
2014-01-21 Sylvain Thénault [multi-sources-removal] Drop the "true" multi-sources planner
2013-09-20 Denis Laxalde Use the list of sources instead of an iterator in update-feeds looping task stable
2013-02-14 Nicolas Chauvat [toward-py3k] rewrite to "except AnException as exc:" (part of #2711624)
2012-11-16 Sylvain Thénault backport stable
2012-11-08 Sylvain Thénault [startup hook/looping tasks] separated hook for each looping task to ease modification from cubes. Closes #2517096 stable
2012-09-11 Sylvain Thénault massive copyright update to avoid clutering later patches
2012-03-15 Anthony Truchet [config, undo] Fix undo-support option migration
2011-10-21 Julien Cristau Record a log of datafeed source imports (closes #2026097)
2011-07-27 Sylvain Thénault [datafeed] for datafeed source, we don't want commit in extid2eid but explicitly handled by the source. Also, we should use 'safe' internal session stable
2011-07-11 Sylvain Thénault [repo, hooks] small task optimization: don't start cleanup_old_transactions when undo support is not activated, and retrieve a session to update a source only when some source to update is found
2011-06-06 Sylvain Thénault [datafeed] use a boolean flag on CWSource to ensure we don't have concurrent synchronizations. Closes #1725690
2011-05-19 Sylvain Thénault [repository api] definitly kill usage of word 'pool' to refer to connections set used by a session
2011-02-14 nico [hooks] do not break if no entity created or updated during feed update
2011-02-09 Sylvain Thénault [repository] #1460066: backport datafeed cube as cubicweb source
2010-04-28 Sylvain Thénault replace logilab-common by CubicWeb in disclaimer oldstable
2010-04-28 Sylvain Thénault proper licensing information (LGPL-2.1). Hope I get it right this time. stable
2010-03-31 Sylvain Thénault [undo] fix transactions table name in cleanup operation stable
2010-03-01 Katia Saurfelt server/web api for accessing to deleted_entites
2009-08-14 Sylvain Thénault [hooks] major refactoring:
less more (0) tip