2009-08-05 [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: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
2009-08-05 [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:26:41 +0200] rev 2699
[ldap] more configuration possible on ldap source: protocal/authentication mode, dumb support for kerberos authentication
2009-08-05 cleanup
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 05 Aug 2009 17:25:06 +0200] rev 2698
cleanup
2009-08-05 [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:24:52 +0200] rev 2697
[schema hooks] rename variable, check unique constraint actually changed before creating the index
2009-08-05 [3.4 migration] only set cwuri for entities from the system source
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
2009-08-05 [hooks] check key or value is actually edited
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
2009-08-05 [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 10:52:09 +0200] rev 2694
[twisted] use cubicweb.twisted.logger instead of print to notify when the instance is started
2009-08-05 [i18n] updated catalogs
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 05 Aug 2009 08:40:20 +0200] rev 2693
[i18n] updated catalogs
2009-08-05 [i18ncubicweb] fix stupid NameError with mkdtemp
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Wed, 05 Aug 2009 08:34:04 +0200] rev 2692
[i18ncubicweb] fix stupid NameError with mkdtemp
2009-08-04 add consistency check on constraints
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 04 Aug 2009 19:36:22 +0200] rev 2691
add consistency check on constraints
2009-08-04 merge
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Tue, 04 Aug 2009 18:58:54 +0200] rev 2690
merge
2009-08-04 [autoreload] handle uicfg reloading properly with the new event / callback mechanism
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
2009-08-04 [multi-source] test and fix msplanner regression stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 04 Aug 2009 18:48:46 +0200] rev 2688
[multi-source] test and fix msplanner regression
2009-08-04 [startup] vreg api update
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 04 Aug 2009 18:47:11 +0200] rev 2687
[startup] vreg api update
2009-08-04 cleanup
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 04 Aug 2009 18:46:59 +0200] rev 2686
cleanup
2009-08-04 [autoreload] recompute urlresolver / urlrewriter after autoreload
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Tue, 04 Aug 2009 18:44:24 +0200] rev 2685
[autoreload] recompute urlresolver / urlrewriter after autoreload
2009-08-04 [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
2009-08-04 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)
2009-08-04 [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
2009-08-04 cleanup
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 04 Aug 2009 17:16:05 +0200] rev 2681
cleanup
2009-08-04 [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
2009-08-04 [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
2009-08-04 use yams api
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 04 Aug 2009 17:01:00 +0200] rev 2678
use yams api
2009-08-04 [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
2009-08-04 [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
2009-08-04 merge
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Tue, 04 Aug 2009 15:08:18 +0200] rev 2675
merge
2009-08-04 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)
2009-08-04 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)
2009-08-04 [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)
2009-08-04 [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
2009-08-04 [vreg] api update
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 04 Aug 2009 14:49:05 +0200] rev 2670
[vreg] api update
2009-08-03 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
2009-08-03 [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
2009-08-03 [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
2009-08-03 [webapp] missing renaming
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 03 Aug 2009 17:32:42 +0200] rev 2666
[webapp] missing renaming
2009-08-03 [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
2009-08-03 [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
2009-08-03 [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
2009-08-03 [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
2009-08-03 [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
2009-08-03 [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
2009-08-03 [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
2009-08-03 [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
2009-08-03 [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
2009-08-03 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
2009-08-03 merge
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 03 Aug 2009 10:53:31 +0200] rev 2655
merge
2009-08-03 [twisted] don't use twistd anymore, all-in-one.py file is needed anymore
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Mon, 03 Aug 2009 09:24:50 +0200] rev 2654
[twisted] don't use twistd anymore, all-in-one.py file is needed anymore
2009-08-02 [uicfg] reload uicfg when vregistry is being reset
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Sun, 02 Aug 2009 20:59:57 +0200] rev 2653
[uicfg] reload uicfg when vregistry is being reset
2009-08-02 [refactoring] moved rtags specification in web/views
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Sun, 02 Aug 2009 20:56:05 +0200] rev 2652
[refactoring] moved rtags specification in web/views
2009-08-02 [registry] when a source file is changed, reset and reload the whole registry
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Sun, 02 Aug 2009 19:32:57 +0200] rev 2651
[registry] when a source file is changed, reset and reload the whole registry
2009-08-03 R [vreg] important refactoring of the vregistry, moving behaviour to end dictionnary (and so leaving room for more flexibility ; keep bw compat ; update api usage in cw
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 03 Aug 2009 10:50:57 +0200] rev 2650
R [vreg] important refactoring of the vregistry, moving behaviour to end dictionnary (and so leaving room for more flexibility ; keep bw compat ; update api usage in cw
2009-08-03 B [supervising] ignore updated event for entities created in the same transaction
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 03 Aug 2009 09:37:13 +0200] rev 2649
B [supervising] ignore updated event for entities created in the same transaction
2009-08-03 F [rset repo cache] set entity.rset when no set on entities retreived from the cache
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 03 Aug 2009 09:24:08 +0200] rev 2648
F [rset repo cache] set entity.rset when no set on entities retreived from the cache
2009-08-02 enable server side entity caching, 25% speedup on codenaf insertion. ALL CW TESTS OK
Sylvain Thénault <sylvain.thenault@logilab.fr> [Sun, 02 Aug 2009 12:00:17 +0200] rev 2647
enable server side entity caching, 25% speedup on codenaf insertion. ALL CW TESTS OK
2009-08-02 #F [querier] debugging tweak
Sylvain Thénault <sylvain.thenault@logilab.fr> [Sun, 02 Aug 2009 11:58:55 +0200] rev 2646
#F [querier] debugging tweak
2009-08-02 F [adapted list view] fix selector
Sylvain Thénault <sylvain.thenault@logilab.fr> [Sun, 02 Aug 2009 11:55:53 +0200] rev 2645
F [adapted list view] fix selector
2009-08-02 F [view] missing import
Sylvain Thénault <sylvain.thenault@logilab.fr> [Sun, 02 Aug 2009 11:55:24 +0200] rev 2644
F [view] missing import
2009-08-02 web test update
Sylvain Thénault <sylvain.thenault@logilab.fr> [Sun, 02 Aug 2009 11:54:48 +0200] rev 2643
web test update
2009-08-02 cleanup
Sylvain Thénault <sylvain.thenault@logilab.fr> [Sun, 02 Aug 2009 11:54:02 +0200] rev 2642
cleanup
2009-08-01 R [schema hooks] big refactoring / reorganization for clearer code, a few fixes on the way
Sylvain Thénault <sylvain.thenault@logilab.fr> [Sat, 01 Aug 2009 17:22:46 +0200] rev 2641
R [schema hooks] big refactoring / reorganization for clearer code, a few fixes on the way
2009-08-01 uicfg bugs detected by tests
Sylvain Thénault <sylvain.thenault@logilab.fr> [Sat, 01 Aug 2009 17:22:05 +0200] rev 2640
uicfg bugs detected by tests
2009-08-01 R import to avoid warning
Sylvain Thénault <sylvain.thenault@logilab.fr> [Sat, 01 Aug 2009 17:21:45 +0200] rev 2639
R import to avoid warning
2009-08-01 oops
Sylvain Thénault <sylvain.thenault@logilab.fr> [Sat, 01 Aug 2009 17:21:32 +0200] rev 2638
oops
2009-08-01 R [test] update and fix deprecation warnings
Sylvain Thénault <sylvain.thenault@logilab.fr> [Sat, 01 Aug 2009 17:21:19 +0200] rev 2637
R [test] update and fix deprecation warnings
2009-08-01 R [web test] rewrite schema with a single python module
Sylvain Thénault <sylvain.thenault@logilab.fr> [Sat, 01 Aug 2009 17:20:26 +0200] rev 2636
R [web test] rewrite schema with a single python module
2009-08-01 F [cw.test] OK
Sylvain Thénault <sylvain.thenault@logilab.fr> [Sat, 01 Aug 2009 16:54:40 +0200] rev 2635
F [cw.test] OK
2009-08-01 explicit imports
Sylvain Thénault <sylvain.thenault@logilab.fr> [Sat, 01 Aug 2009 16:54:03 +0200] rev 2634
explicit imports
2009-08-01 get_csv is being renamed to splitstrip
Sylvain Thénault <sylvain.thenault@logilab.fr> [Sat, 01 Aug 2009 16:21:52 +0200] rev 2633
get_csv is being renamed to splitstrip
2009-08-01 B [schema update] may remove has_text unexpectedly, give another argument to fix it
Sylvain Thénault <sylvain.thenault@logilab.fr> [Sat, 01 Aug 2009 16:20:08 +0200] rev 2632
B [schema update] may remove has_text unexpectedly, give another argument to fix it
2009-08-01 cleanup
Sylvain Thénault <sylvain.thenault@logilab.fr> [Sat, 01 Aug 2009 16:19:08 +0200] rev 2631
cleanup
2009-08-01 R [session] property for quick access to repo.schema
Sylvain Thénault <sylvain.thenault@logilab.fr> [Sat, 01 Aug 2009 16:18:14 +0200] rev 2630
R [session] property for quick access to repo.schema
2009-08-01 R [querier] debugging tweaks
Sylvain Thénault <sylvain.thenault@logilab.fr> [Sat, 01 Aug 2009 16:17:47 +0200] rev 2629
R [querier] debugging tweaks
2009-08-01 document and replace debugged by a contextmanager/decorator class
Sylvain Thénault <sylvain.thenault@logilab.fr> [Sat, 01 Aug 2009 16:17:18 +0200] rev 2628
document and replace debugged by a contextmanager/decorator class
2009-08-01 manual_insert is a public method
Sylvain Thénault <sylvain.thenault@logilab.fr> [Sat, 01 Aug 2009 16:16:06 +0200] rev 2627
manual_insert is a public method
2009-08-01 F [server test] avoid warning by adding __init__.py file to directory
Sylvain Thénault <sylvain.thenault@logilab.fr> [Sat, 01 Aug 2009 16:14:55 +0200] rev 2626
F [server test] avoid warning by adding __init__.py file to directory
2009-08-01 R [server debug] more server side debugging tweaks
Sylvain Thénault <sylvain.thenault@logilab.fr> [Sat, 01 Aug 2009 16:13:40 +0200] rev 2625
R [server debug] more server side debugging tweaks
2009-07-31 cleanup
Sylvain Thénault <sylvain.thenault@logilab.fr> [Sat, 01 Aug 2009 01:24:42 +0200] rev 2624
cleanup
2009-07-31 oops, should have been in a earlier commit (give rollback_on_failure to doexec)
Sylvain Thénault <sylvain.thenault@logilab.fr> [Sat, 01 Aug 2009 01:24:03 +0200] rev 2623
oops, should have been in a earlier commit (give rollback_on_failure to doexec)
2009-07-31 oops, should have been in a earlier commit (META_RELATION_TYPES renaming)
Sylvain Thénault <sylvain.thenault@logilab.fr> [Sat, 01 Aug 2009 01:23:22 +0200] rev 2622
oops, should have been in a earlier commit (META_RELATION_TYPES renaming)
2009-07-31 R [querier] debugging tweaks
Sylvain Thénault <sylvain.thenault@logilab.fr> [Sat, 01 Aug 2009 01:22:01 +0200] rev 2621
R [querier] debugging tweaks
2009-07-31 R [sql source] cnx._cnx checked in cnx.close, don't do it here
Sylvain Thénault <sylvain.thenault@logilab.fr> [Sat, 01 Aug 2009 01:20:58 +0200] rev 2620
R [sql source] cnx._cnx checked in cnx.close, don't do it here
2009-07-31 debugging tweaks
Sylvain Thénault <sylvain.thenault@logilab.fr> [Sat, 01 Aug 2009 01:19:26 +0200] rev 2619
debugging tweaks
2009-07-31 [F repo sqlite schema changes] don't rollback on potentially expected schema changes failure
Sylvain Thénault <sylvain.thenault@logilab.fr> [Sat, 01 Aug 2009 01:16:19 +0200] rev 2618
[F repo sqlite schema changes] don't rollback on potentially expected schema changes failure
2009-07-31 [R schema hooks] rename META_RELATIONS_TYPES into META_RTYPES, use it and other schema consts to avoid errors
Sylvain Thénault <sylvain.thenault@logilab.fr> [Sat, 01 Aug 2009 01:13:39 +0200] rev 2617
[R schema hooks] rename META_RELATIONS_TYPES into META_RTYPES, use it and other schema consts to avoid errors
2009-07-31 merge
Sylvain Thénault <sylvain.thenault@logilab.fr> [Sat, 01 Aug 2009 00:01:12 +0200] rev 2616
merge
2009-07-31 F [dialog] offer to create backup. refactor to use l.c.shellutils.ASK
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Fri, 31 Jul 2009 23:26:52 +0200] rev 2615
F [dialog] offer to create backup. refactor to use l.c.shellutils.ASK
2009-07-31 F [doc] mark code block as python source in cookbook
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Fri, 31 Jul 2009 23:22:19 +0200] rev 2614
F [doc] mark code block as python source in cookbook
2009-07-31 R [all] logilab.common 0.44 provides only deprecated
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Fri, 31 Jul 2009 22:37:28 +0200] rev 2613
R [all] logilab.common 0.44 provides only deprecated
2009-07-31 [doc] update generate_modules to match new sphinxutils API
Adrien Di Mascio <Adrien.DiMascio@logilab.fr> [Fri, 31 Jul 2009 19:18:33 +0200] rev 2612
[doc] update generate_modules to match new sphinxutils API
2009-07-31 [R source cnx] use connection wrapper's close method
Sylvain Thénault <sylvain.thenault@logilab.fr> [Sat, 01 Aug 2009 00:00:29 +0200] rev 2611
[R source cnx] use connection wrapper's close method
2009-07-31 [F native source] fix attempts to clear cache key
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 31 Jul 2009 23:58:53 +0200] rev 2610
[F native source] fix attempts to clear cache key
2009-07-31 [F workflow repo] don't try to get previous state of newly created entities
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 31 Jul 2009 23:55:50 +0200] rev 2609
[F workflow repo] don't try to get previous state of newly created entities
2009-07-31 [F repo tests] tests have to be updated:
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 31 Jul 2009 23:54:20 +0200] rev 2608
[F repo tests] tests have to be updated: * fix schema (stuff missed while rewriting old .sql / .rel files to python) * '* in_basket Basket' now consider all entity types * new ExternalUri / cwuri ertypes * group eids have changed
2009-07-31 [F hooks] skip new eids as well as pending ones in DelayedDelete operation
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 31 Jul 2009 23:48:18 +0200] rev 2607
[F hooks] skip new eids as well as pending ones in DelayedDelete operation
2009-07-31 [R hooks] use DONT_CHECK_RTYPES_ON_[ADD|DEL] don't compute rset if not necessary
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 31 Jul 2009 23:47:20 +0200] rev 2606
[R hooks] use DONT_CHECK_RTYPES_ON_[ADD|DEL] don't compute rset if not necessary
2009-07-31 [R hooks] use DONT_CHECK_RTYPES_ON_[ADD|DEL] constant, don't check wf related internal relations
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 31 Jul 2009 23:46:59 +0200] rev 2605
[R hooks] use DONT_CHECK_RTYPES_ON_[ADD|DEL] constant, don't check wf related internal relations
2009-07-31 [R repo session] add_relation method use in hooks
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 31 Jul 2009 23:45:07 +0200] rev 2604
[R repo session] add_relation method use in hooks
2009-07-31 [R hooks] optmize insertion by using direct repository methods when possible
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 31 Jul 2009 23:44:16 +0200] rev 2603
[R hooks] optmize insertion by using direct repository methods when possible
2009-07-31 [F schema] set inlined=False to ensure it'is not inlined by accident
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 31 Jul 2009 23:39:50 +0200] rev 2602
[F schema] set inlined=False to ensure it'is not inlined by accident
2009-07-31 [R querier] new READ_ONLY_RTYPES constant
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 31 Jul 2009 23:38:27 +0200] rev 2601
[R querier] new READ_ONLY_RTYPES constant
2009-07-31 [F repo debugging] log repo event on DBG_REPO debug level
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 31 Jul 2009 23:37:42 +0200] rev 2600
[F repo debugging] log repo event on DBG_REPO debug level
2009-07-31 [R schema hooks] use new accessors on CWRelation and CWAttribute entities
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 31 Jul 2009 23:35:07 +0200] rev 2599
[R schema hooks] use new accessors on CWRelation and CWAttribute entities
2009-07-31 [R schema] dont give an iterator, it's a trap
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 31 Jul 2009 23:33:05 +0200] rev 2598
[R schema] dont give an iterator, it's a trap
2009-07-31 [C schema seria] cleanup
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 31 Jul 2009 23:32:07 +0200] rev 2597
[C schema seria] cleanup
2009-07-31 [R repo, schema] use VIRTUAL_RTYPES const
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 31 Jul 2009 23:30:56 +0200] rev 2596
[R repo, schema] use VIRTUAL_RTYPES const
2009-07-31 [F server test] sort for test predictability
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 31 Jul 2009 23:27:53 +0200] rev 2595
[F server test] sort for test predictability
2009-07-31 [R schemaobjs] property accessors for CWRelation/CWAttribute
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 31 Jul 2009 23:26:14 +0200] rev 2594
[R schemaobjs] property accessors for CWRelation/CWAttribute
2009-07-31 F: start to handle binary debug log level on the server side
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 31 Jul 2009 23:25:02 +0200] rev 2593
F: start to handle binary debug log level on the server side
2009-07-31 rewrite migrscheam
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 31 Jul 2009 23:21:45 +0200] rev 2592
rewrite migrscheam
2009-07-31 C remove no more used copy_schema
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 31 Jul 2009 20:05:33 +0200] rev 2591
C remove no more used copy_schema
2009-07-31 [D server test] remove deprecated test on application_hooks file, and associated data
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 31 Jul 2009 19:43:18 +0200] rev 2590
[D server test] remove deprecated test on application_hooks file, and associated data
2009-07-31 backport stable branch
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 31 Jul 2009 14:25:30 +0200] rev 2589
backport stable branch
2009-07-31 [F schema serial] #344876: missing some 'is'/'is_instance_of' relation for newly created instances stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 31 Jul 2009 14:18:53 +0200] rev 2588
[F schema serial] #344876: missing some 'is'/'is_instance_of' relation for newly created instances
2009-07-31 [vreg] consider __abstract__ in register_all stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 31 Jul 2009 12:04:32 +0200] rev 2587
[vreg] consider __abstract__ in register_all
2009-07-31 [xhtml form renderer] fix html structure, move header where we are sure to display it when necesary (_render_fields not displayed if main form has no visible fields
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 31 Jul 2009 10:47:15 +0200] rev 2586
[xhtml form renderer] fix html structure, move header where we are sure to display it when necesary (_render_fields not displayed if main form has no visible fields
2009-07-31 missing new renderer argument
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 31 Jul 2009 10:42:15 +0200] rev 2585
missing new renderer argument
2009-07-31 merge
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 31 Jul 2009 07:57:14 +0200] rev 2584
merge
2009-07-30 Add missing parameter to widget render call.
Sandrine Ribeau <sandrine.ribeau@logilab.fr> [Thu, 30 Jul 2009 14:54:40 -0700] rev 2583
Add missing parameter to widget render call.
2009-07-31 merge
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 31 Jul 2009 07:38:53 +0200] rev 2582
merge
2009-07-30 merge
Florent <florent@secondweb.fr> [Thu, 30 Jul 2009 22:36:01 +0200] rev 2581
merge
(0) -1000 -120 +120 +1000 +3000 +10000 tip