Sat, 01 Aug 2009 01:20:58 +0200 Sylvain Thénault R [sql source] cnx._cnx checked in cnx.close, don't do it here
Sat, 01 Aug 2009 01:19:26 +0200 Sylvain Thénault debugging tweaks
Sat, 01 Aug 2009 01:16:19 +0200 Sylvain Thénault [F repo sqlite schema changes] don't rollback on potentially expected schema changes failure
Sat, 01 Aug 2009 01:13:39 +0200 Sylvain Thénault [R schema hooks] rename META_RELATIONS_TYPES into META_RTYPES, use it and other schema consts to avoid errors
Sat, 01 Aug 2009 00:01:12 +0200 Sylvain Thénault merge
Fri, 31 Jul 2009 23:26:52 +0200 Nicolas Chauvat F [dialog] offer to create backup. refactor to use l.c.shellutils.ASK
Fri, 31 Jul 2009 23:22:19 +0200 Nicolas Chauvat F [doc] mark code block as python source in cookbook
Fri, 31 Jul 2009 22:37:28 +0200 Nicolas Chauvat R [all] logilab.common 0.44 provides only deprecated
Fri, 31 Jul 2009 19:18:33 +0200 Adrien Di Mascio [doc] update generate_modules to match new sphinxutils API
Sat, 01 Aug 2009 00:00:29 +0200 Sylvain Thénault [R source cnx] use connection wrapper's close method
Fri, 31 Jul 2009 23:58:53 +0200 Sylvain Thénault [F native source] fix attempts to clear cache key
Fri, 31 Jul 2009 23:55:50 +0200 Sylvain Thénault [F workflow repo] don't try to get previous state of newly created entities
Fri, 31 Jul 2009 23:54:20 +0200 Sylvain Thénault [F repo tests] tests have to be updated:
Fri, 31 Jul 2009 23:48:18 +0200 Sylvain Thénault [F hooks] skip new eids as well as pending ones in DelayedDelete operation
Fri, 31 Jul 2009 23:47:20 +0200 Sylvain Thénault [R hooks] use DONT_CHECK_RTYPES_ON_[ADD|DEL] don't compute rset if not necessary
Fri, 31 Jul 2009 23:46:59 +0200 Sylvain Thénault [R hooks] use DONT_CHECK_RTYPES_ON_[ADD|DEL] constant, don't check wf related internal relations
Fri, 31 Jul 2009 23:45:07 +0200 Sylvain Thénault [R repo session] add_relation method use in hooks
Fri, 31 Jul 2009 23:44:16 +0200 Sylvain Thénault [R hooks] optmize insertion by using direct repository methods when possible
Fri, 31 Jul 2009 23:39:50 +0200 Sylvain Thénault [F schema] set inlined=False to ensure it'is not inlined by accident
Fri, 31 Jul 2009 23:38:27 +0200 Sylvain Thénault [R querier] new READ_ONLY_RTYPES constant
Fri, 31 Jul 2009 23:37:42 +0200 Sylvain Thénault [F repo debugging] log repo event on DBG_REPO debug level
Fri, 31 Jul 2009 23:35:07 +0200 Sylvain Thénault [R schema hooks] use new accessors on CWRelation and CWAttribute entities
Fri, 31 Jul 2009 23:33:05 +0200 Sylvain Thénault [R schema] dont give an iterator, it's a trap
Fri, 31 Jul 2009 23:32:07 +0200 Sylvain Thénault [C schema seria] cleanup
Fri, 31 Jul 2009 23:30:56 +0200 Sylvain Thénault [R repo, schema] use VIRTUAL_RTYPES const
Fri, 31 Jul 2009 23:27:53 +0200 Sylvain Thénault [F server test] sort for test predictability
Fri, 31 Jul 2009 23:26:14 +0200 Sylvain Thénault [R schemaobjs] property accessors for CWRelation/CWAttribute
Fri, 31 Jul 2009 23:25:02 +0200 Sylvain Thénault F: start to handle binary debug log level on the server side
Fri, 31 Jul 2009 23:21:45 +0200 Sylvain Thénault rewrite migrscheam
Fri, 31 Jul 2009 20:05:33 +0200 Sylvain Thénault C remove no more used copy_schema
Fri, 31 Jul 2009 19:43:18 +0200 Sylvain Thénault [D server test] remove deprecated test on application_hooks file, and associated data
Fri, 31 Jul 2009 14:25:30 +0200 Sylvain Thénault backport stable branch
Fri, 31 Jul 2009 14:18:53 +0200 Sylvain Thénault [F schema serial] #344876: missing some 'is'/'is_instance_of' relation for newly created instances stable
Fri, 31 Jul 2009 12:04:32 +0200 Sylvain Thénault [vreg] consider __abstract__ in register_all stable
Fri, 31 Jul 2009 10:47:15 +0200 Sylvain Thénault [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
Fri, 31 Jul 2009 10:42:15 +0200 Sylvain Thénault missing new renderer argument
Fri, 31 Jul 2009 07:57:14 +0200 Sylvain Thénault merge
Thu, 30 Jul 2009 14:54:40 -0700 Sandrine Ribeau Add missing parameter to widget render call.
Fri, 31 Jul 2009 07:38:53 +0200 Sylvain Thénault merge
Thu, 30 Jul 2009 22:36:01 +0200 Florent merge
Thu, 30 Jul 2009 22:33:46 +0200 Florent always explicitly close <base> tags because of an old IE6 bug
Thu, 30 Jul 2009 19:55:27 +0200 Sylvain Thénault [hooksmanager] nicer unregister_hook implementation, allowing to give a Hook subclass as argument
Thu, 30 Jul 2009 19:00:57 +0200 Sylvain Thénault [migration] reset do-not-insert-cwuri once it's properly in the schema
Thu, 30 Jul 2009 18:52:33 +0200 Sylvain Thénault cleanup
Thu, 30 Jul 2009 18:52:26 +0200 Sylvain Thénault [F delconf form] should give rset to select()
Thu, 30 Jul 2009 18:51:44 +0200 Sylvain Thénault [form renderer] fix composite form renderer in case the main form has some visible fields
Thu, 30 Jul 2009 18:50:41 +0200 Sylvain Thénault [form renderer] consider form.fieldsets_in_order if specified. Warn about unexistant or unused fieldsets.
Thu, 30 Jul 2009 18:49:24 +0200 Sylvain Thénault add default values for fielsets_in_order, document base form attributes
Thu, 30 Jul 2009 15:19:29 +0200 Sylvain Thénault [notification view] consider row/col
Thu, 30 Jul 2009 12:30:12 +0200 Sylvain Thénault oops, this is a method stable
Thu, 30 Jul 2009 12:01:17 +0200 Sylvain Thénault [repo session] ability to ask session to keep it's pool set even when only read queries are done, necessary at least during migration stable
Thu, 30 Jul 2009 11:59:48 +0200 Sylvain Thénault no rset hooks should have empty rset now stable
Thu, 30 Jul 2009 11:30:06 +0200 Sylvain Thénault d-t-w
Wed, 29 Jul 2009 18:27:41 +0200 Sylvain Thénault avoid execution of queries which are known to be wrong by letting error propagates
Wed, 29 Jul 2009 18:26:29 +0200 Sylvain Thénault missing db-port option to source's option definitions stable
Wed, 29 Jul 2009 18:25:01 +0200 Sylvain Thénault make notification views working with no rset
Wed, 29 Jul 2009 12:46:09 +0200 Adrien Di Mascio [F plot] make jquery plots accept a fourth column that specifies a date format for tooltips
Wed, 29 Jul 2009 11:16:42 +0200 Sylvain Thénault merge
Wed, 29 Jul 2009 11:02:45 +0200 Nicolas Chauvat [doc] #120075 quickstart (was proposed structure)
Wed, 29 Jul 2009 11:10:11 +0200 Sylvain Thénault [F xhml] use a class to avoid duplicated ids when editing several entities at once
(0) -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip