Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 05 Aug 2009 17:30:52 +0200] rev 2702
[css] fix cubicweb.css for action'selected class
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 05 Aug 2009 17:30:47 +0200] rev 2701
fix #344895: view action should skip navigation parameters
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 05 Aug 2009 17:27:33 +0200] rev 2700
[migration] when adding a core meta-relation, it should be added to all entities *in the persistent schema*, not only those in the fs schema
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 05 Aug 2009 17:26:41 +0200] rev 2699
[ldap] more configuration possible on ldap source: protocal/authentication mode, dumb support for kerberos authentication
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 05 Aug 2009 17:25:06 +0200] rev 2698
cleanup
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 05 Aug 2009 17:24:52 +0200] rev 2697
[schema hooks] rename variable, check unique constraint actually changed before creating the index
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 05 Aug 2009 17:23:06 +0200] rev 2696
[3.4 migration] only set cwuri for entities from the system source
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 05 Aug 2009 17:22:33 +0200] rev 2695
[hooks] check key or value is actually edited
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 05 Aug 2009 10:52:09 +0200] rev 2694
[twisted] use cubicweb.twisted.logger instead of print to notify when the instance is started
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 05 Aug 2009 08:40:20 +0200] rev 2693
[i18n] updated catalogs
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 05 Aug 2009 08:34:04 +0200] rev 2692
[i18ncubicweb] fix stupid NameError with mkdtemp
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 04 Aug 2009 19:36:22 +0200] rev 2691
add consistency check on constraints
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Tue, 04 Aug 2009 18:58:54 +0200] rev 2690
merge
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Tue, 04 Aug 2009 18:58:38 +0200] rev 2689
[autoreload] handle uicfg reloading properly with the new event / callback mechanism
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 04 Aug 2009 18:48:46 +0200] rev 2688
[multi-source] test and fix msplanner regression
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 04 Aug 2009 18:47:11 +0200] rev 2687
[startup] vreg api update
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 04 Aug 2009 18:46:59 +0200] rev 2686
cleanup
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Tue, 04 Aug 2009 18:44:24 +0200] rev 2685
[autoreload] recompute urlresolver / urlrewriter after autoreload
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Tue, 04 Aug 2009 18:43:55 +0200] rev 2684
[autoreload] remove all modules under vregistry_path() from sys.modules before reloading
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Tue, 04 Aug 2009 18:40:47 +0200] rev 2683
introduce a new CubicwebEventManager
Typical emit usage:
>>> from cubicweb import CW_EVENT_MANAGER
>>> CW_EVENT_MANAGER.emit('after-source-reload')
Typical bind usage:
>>> from cubicweb import CW_EVENT_MANAGER
>>> CW_EVENT_MANAGER.bind('after-source-reload', mycallback)
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 04 Aug 2009 17:39:02 +0200] rev 2682
[F dbdump] dark and dirty fix for db-copy command
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 04 Aug 2009 17:16:05 +0200] rev 2681
cleanup
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 04 Aug 2009 17:11:50 +0200] rev 2680
[R] use req.entity_from_eid
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 04 Aug 2009 17:02:18 +0200] rev 2679
[reledit] refactor, split into reledit/doreledit where the former try to tell if edition *should* be done, and the later tell if edition *can* be done