Tue, 04 Aug 2009 18:43:55 +0200 [autoreload] remove all modules under vregistry_path() from sys.modules before reloading
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
Tue, 04 Aug 2009 18:40:47 +0200 introduce a new CubicwebEventManager
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)
Tue, 04 Aug 2009 17:39:02 +0200 [F dbdump] dark and dirty fix for db-copy command
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
Tue, 04 Aug 2009 17:16:05 +0200 cleanup
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 04 Aug 2009 17:16:05 +0200] rev 2681
cleanup
Tue, 04 Aug 2009 17:11:50 +0200 [R] use req.entity_from_eid
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 04 Aug 2009 17:11:50 +0200] rev 2680
[R] use req.entity_from_eid
Tue, 04 Aug 2009 17:02:18 +0200 [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
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
Tue, 04 Aug 2009 17:01:00 +0200 use yams api
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 04 Aug 2009 17:01:00 +0200] rev 2678
use yams api
Tue, 04 Aug 2009 17:00:14 +0200 [table view] vreg api update
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 04 Aug 2009 17:00:14 +0200] rev 2677
[table view] vreg api update
Tue, 04 Aug 2009 15:30:54 +0200 [navigation] split tests, add test for __start out of bound
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 04 Aug 2009 15:30:54 +0200] rev 2676
[navigation] split tests, add test for __start out of bound
Tue, 04 Aug 2009 15:08:18 +0200 merge
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Tue, 04 Aug 2009 15:08:18 +0200] rev 2675
merge
Tue, 04 Aug 2009 15:06:09 +0200 merge (after jquery.tools backout)
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Tue, 04 Aug 2009 15:06:09 +0200] rev 2674
merge (after jquery.tools backout)
Tue, 04 Aug 2009 11:43:03 +0200 Backed out changeset 3e1d2ab5f8c0 (restore ui.tabs.js instead of jquery tools)
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Tue, 04 Aug 2009 11:43:03 +0200] rev 2673
Backed out changeset 3e1d2ab5f8c0 (restore ui.tabs.js instead of jquery tools)
Tue, 04 Aug 2009 11:36:47 +0200 [reledit] don't try to use rel-edit on attributes without assicated fields (e.g _format field)
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Tue, 04 Aug 2009 11:36:47 +0200] rev 2672
[reledit] don't try to use rel-edit on attributes without assicated fields (e.g _format field)
Tue, 04 Aug 2009 11:35:57 +0200 [uicfg] fix metadata detection in primaryview_section
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Tue, 04 Aug 2009 11:35:57 +0200] rev 2671
[uicfg] fix metadata detection in primaryview_section
Tue, 04 Aug 2009 14:49:05 +0200 [vreg] api update
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 04 Aug 2009 14:49:05 +0200] rev 2670
[vreg] api update
Tue, 04 Aug 2009 00:54:41 +0200 to avoid confusions, implements iteritems/itervalues as well
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 04 Aug 2009 00:54:41 +0200] rev 2669
to avoid confusions, implements iteritems/itervalues as well
Tue, 04 Aug 2009 00:51:00 +0200 [testlib] take care of re-monkeypatching which'll cause infinite recursion error
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 04 Aug 2009 00:51:00 +0200] rev 2668
[testlib] take care of re-monkeypatching which'll cause infinite recursion error
Mon, 03 Aug 2009 17:59:34 +0200 [repo] explicitly specifies edited attributes to glob_update_entity
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 03 Aug 2009 17:59:34 +0200] rev 2667
[repo] explicitly specifies edited attributes to glob_update_entity
Mon, 03 Aug 2009 17:32:42 +0200 [webapp] missing renaming
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 03 Aug 2009 17:32:42 +0200] rev 2666
[webapp] missing renaming
Mon, 03 Aug 2009 17:20:20 +0200 [pyro] use lgc.pyro_ext, simplify pyro related options
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 03 Aug 2009 17:20:20 +0200] rev 2665
[pyro] use lgc.pyro_ext, simplify pyro related options
Mon, 03 Aug 2009 16:50:22 +0200 [we, test] more api update
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 03 Aug 2009 16:50:22 +0200] rev 2664
[we, test] more api update
Mon, 03 Aug 2009 16:33:27 +0200 [controller] should catch and set appli argument here now that the old AppObject class is gone
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 03 Aug 2009 16:33:27 +0200] rev 2663
[controller] should catch and set appli argument here now that the old AppObject class is gone
Mon, 03 Aug 2009 16:32:30 +0200 [uicfg reloading] don't reload uicfg when appobjects modules won't be reloaded as well
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 03 Aug 2009 16:32:30 +0200] rev 2662
[uicfg reloading] don't reload uicfg when appobjects modules won't be reloaded as well
Mon, 03 Aug 2009 16:31:30 +0200 [vreg api update] remove some deprecation warnings
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 03 Aug 2009 16:31:30 +0200] rev 2661
[vreg api update] remove some deprecation warnings
Mon, 03 Aug 2009 15:57:05 +0200 [test] update test: class initialization done in etype_class now
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 03 Aug 2009 15:57:05 +0200] rev 2660
[test] update test: class initialization done in etype_class now
Mon, 03 Aug 2009 15:56:27 +0200 [vreg] fix deprecation messages
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 03 Aug 2009 15:56:27 +0200] rev 2659
[vreg] fix deprecation messages
Mon, 03 Aug 2009 15:42:47 +0200 [appobject selection process] drop the need for the .selected method
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 03 Aug 2009 15:42:47 +0200] rev 2658
[appobject selection process] drop the need for the .selected method
Mon, 03 Aug 2009 15:16:47 +0200 [appobject] kill VObject class, move base selector classes to appobject
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 03 Aug 2009 15:16:47 +0200] rev 2657
[appobject] kill VObject class, move base selector classes to appobject
Mon, 03 Aug 2009 14:14:07 +0200 R [base classes] only AppObject remaning, no more AppRsetObject
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 03 Aug 2009 14:14:07 +0200] rev 2656
R [base classes] only AppObject remaning, no more AppRsetObject
Mon, 03 Aug 2009 10:53:31 +0200 merge
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 03 Aug 2009 10:53:31 +0200] rev 2655
merge
(0) -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip