Wed, 31 Mar 2010 17:02:21 +0200 Sylvain Thénault fix #822890, missing argument on abstract source backup method make backup failed on multi-sources instances stable
Wed, 31 Mar 2010 16:00:16 +0200 Sylvain Thénault merge stable
Wed, 31 Mar 2010 15:59:32 +0200 Sylvain Thénault [schema] ensure we don't remove has_text relation type unfortunatly stable
Wed, 31 Mar 2010 15:39:09 +0200 Sylvain Thénault merge
Wed, 31 Mar 2010 15:37:41 +0200 Sylvain Thénault Added tag cubicweb-debian-version-3.7.3-1 for changeset 44c7bf90df71 stable
Wed, 31 Mar 2010 15:37:40 +0200 Sylvain Thénault Added tag cubicweb-version-3.7.3 for changeset 768beb8e15f1 stable cubicweb-debian-version-3.7.3-1
Wed, 31 Mar 2010 15:04:36 +0200 Sylvain Thénault [distrib] fix pkginfo stable cubicweb-version-3.7.3
Wed, 31 Mar 2010 14:55:54 +0200 Sylvain Thénault 3.7.3 stable
Wed, 31 Mar 2010 14:50:30 +0200 Sylvain Thénault [hooks] better message on bad .event class attribute stable
Wed, 31 Mar 2010 14:46:04 +0200 Sylvain Thénault [repository] forbid usage of set_attributes() in before_add_entity stable
Wed, 31 Mar 2010 14:32:19 +0200 Sylvain Thénault merge stable
Wed, 31 Mar 2010 14:32:07 +0200 Sylvain Thénault [cleanup] tb already printed by self.exception; add note stable
Wed, 31 Mar 2010 14:28:40 +0200 Sylvain Thénault [facet] fix 'bookmark this search': stable
Wed, 31 Mar 2010 14:27:02 +0200 Sylvain Thénault [widget] more wide textarea on bookmark edition stable
Wed, 31 Mar 2010 13:35:44 +0200 Sylvain Thénault [distribution] the web/data/images directory has to be handled in pkginfo stable
Wed, 31 Mar 2010 14:25:26 +0200 Adrien Di Mascio [test] use the new temporary_appojects CM to simplfy unittest_storage stable
Wed, 31 Mar 2010 12:53:24 +0200 Sylvain Thénault [session] try to reconnect on unexpected error in system_sql. We need this for proper reconnection of pool used by hooks or looping task doing sql queries (such as cw_cleanup_transaction) stable
Wed, 31 Mar 2010 12:51:35 +0200 Sylvain Thénault [source] log attempt to reconnect using warning level. Also, don't relog failed sql (already logged) stable
Wed, 31 Mar 2010 12:33:47 +0200 Sylvain Thénault [test] avoid critical log by informing the source we consider Personne as a multi-sources type stable
Wed, 31 Mar 2010 12:33:09 +0200 Sylvain Thénault [test] use new temporary_appobjects context manager stable
Wed, 31 Mar 2010 12:32:39 +0200 Sylvain Thénault [test] that doesn't smell good but fix the test... stable
Wed, 31 Mar 2010 12:22:20 +0200 Sylvain Thénault [vreg] we do want the opposite... stable
Wed, 31 Mar 2010 12:26:07 +0200 Sylvain Thénault [testlib] simple helper method to register temporary appobjects (hooks for instance) with a context manager stable
Wed, 31 Mar 2010 12:21:39 +0200 Sylvain Thénault [undo] fix transactions table name in cleanup operation stable
Wed, 31 Mar 2010 11:52:15 +0200 Pierre-Yves David Add context management methode to dbapi.Connection stable
Wed, 31 Mar 2010 11:41:20 +0200 Sylvain Thénault i18n update stable
Wed, 31 Mar 2010 11:41:17 +0200 Sylvain Thénault [i18n] use named substitution to avoid gettext warnings stable
Wed, 31 Mar 2010 10:56:43 +0200 Sylvain Thénault [dataimport] print transaction id when we get one stable
Wed, 31 Mar 2010 09:58:44 +0200 Sylvain Thénault [cleanup] add some notes stable
Wed, 31 Mar 2010 09:58:20 +0200 Sylvain Thénault [optimisation] _select_best is used very intensivly. Peanuts optimization may count :) stable
Wed, 31 Mar 2010 09:57:18 +0200 Sylvain Thénault [optimization] traced_selection is used very intensively in debug mode stable
Wed, 31 Mar 2010 09:55:19 +0200 Sylvain Thénault [optimization] improve massive write performance by optimizing hooks selection stable
Wed, 31 Mar 2010 09:45:14 +0200 Sylvain Thénault [upgrade] after upgrade, fork command to start instance avoid grave uicfg pb (explicit rules all removed...) stable
Tue, 30 Mar 2010 19:59:56 +0200 Sylvain Thénault merge stable
Tue, 30 Mar 2010 19:55:20 +0200 Sylvain Thénault [repo creation] removing existing entities of 'single' cardinality relatino should be considered as 'activeintegrity' hook. Also don't disable that category during repo creation to avoid pb such as two default workflows for one entity types stable
Tue, 30 Mar 2010 18:41:17 +0200 Alexandre Fayolle merge stable
Tue, 30 Mar 2010 16:29:32 +0200 Alexandre Fayolle handle Service Close request correctly (closes #736039) stable
Tue, 30 Mar 2010 17:59:18 +0200 Sylvain Thénault [js form validation] fix case where we've None/null keys in the errors dictionnary stable
Tue, 30 Mar 2010 17:56:10 +0200 Sylvain Thénault [cleanup] exists imported, use it stable
Tue, 30 Mar 2010 17:54:28 +0200 Sylvain Thénault [form] CompoundField should not return itself in actual_fields, this avoid error on iliane with 3.7.2 where it's marked as required (from the schema) while value are provided by subfields stable
Tue, 30 Mar 2010 17:50:09 +0200 Sylvain Thénault [repo] we want a hooks manager and hooks initialized event on quick start (we trigger events such as server_backup / server_restore for instance) stable
Tue, 30 Mar 2010 17:29:03 +0200 Sylvain Thénault [distribution] sql extensions files now have proper extension, fix manifest file stable
Tue, 30 Mar 2010 14:32:03 +0200 Sylvain Thénault backport stable
Tue, 30 Mar 2010 13:32:01 +0200 Sylvain Thénault [events manager] onevent decorator may be given extra arguments to give to em.bind stable
Tue, 30 Mar 2010 13:31:21 +0200 Sylvain Thénault [cleanup] some notes stable
Tue, 30 Mar 2010 13:29:55 +0200 Sylvain Thénault [reload] on registry reloading, we should change class of users of opened session stable
Tue, 30 Mar 2010 13:28:19 +0200 Sylvain Thénault [appobject imports] don't include __init__ in package's name. See comment for more info stable
Tue, 30 Mar 2010 13:27:30 +0200 Sylvain Thénault [rset] cubes such as iliane hi-jack rset description by poping some lines from it. Handle this on RepeatList stable
Tue, 30 Mar 2010 11:18:31 +0200 Sylvain Thénault [undo] basic support for undoing of entity creation / relation addition stable
Tue, 30 Mar 2010 11:17:50 +0200 Sylvain Thénault [undo] init entity cache when undoing an entity deletion stable
Tue, 30 Mar 2010 11:17:21 +0200 Sylvain Thénault [undo] consistent is/is_instance_of processing stable
Tue, 30 Mar 2010 11:15:57 +0200 Sylvain Thénault [repo] don't need rset description on those queries stable
Tue, 30 Mar 2010 11:15:08 +0200 Sylvain Thénault [cleanup] style fixes, add nodes, 0.2 cents refactorings stable
Tue, 30 Mar 2010 11:06:13 +0200 Sylvain Thénault [undo] during undoing, call hooks in the [active]integrity and undo categories stable
Tue, 30 Mar 2010 11:01:34 +0200 Sylvain Thénault [repo] refactor fti operation to use set_operation and a single operation whatever the number of entities to ft index stable
Tue, 30 Mar 2010 10:57:42 +0200 Sylvain Thénault [querier] introduce RepeatList class, used to optimize size of data returned for result set description stable
Tue, 30 Mar 2010 10:50:46 +0200 Sylvain Thénault [repo] on add entity, set cache as soon as possible + fill type/source cache stable
Tue, 30 Mar 2010 10:39:16 +0200 Sylvain Thénault [repo] more efficient eid cache operations handling based on set_operation; refactor stable
Tue, 30 Mar 2010 10:28:41 +0200 Sylvain Thénault [repo] move eschema_eid function from hooks.metadata to server.utils stable
Tue, 30 Mar 2010 10:20:03 +0200 Sylvain Thénault [primary view] skip virtual rtypes anyway stable
(0) -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 tip