Sat, 01 Aug 2009 17:21:32 +0200 Sylvain Thénault oops
Sat, 01 Aug 2009 17:21:19 +0200 Sylvain Thénault R [test] update and fix deprecation warnings
Sat, 01 Aug 2009 17:20:26 +0200 Sylvain Thénault R [web test] rewrite schema with a single python module
Sat, 01 Aug 2009 16:54:40 +0200 Sylvain Thénault F [cw.test] OK
Sat, 01 Aug 2009 16:54:03 +0200 Sylvain Thénault explicit imports
Sat, 01 Aug 2009 16:21:52 +0200 Sylvain Thénault get_csv is being renamed to splitstrip
Sat, 01 Aug 2009 16:20:08 +0200 Sylvain Thénault B [schema update] may remove has_text unexpectedly, give another argument to fix it
Sat, 01 Aug 2009 16:19:08 +0200 Sylvain Thénault cleanup
Sat, 01 Aug 2009 16:18:14 +0200 Sylvain Thénault R [session] property for quick access to repo.schema
Sat, 01 Aug 2009 16:17:47 +0200 Sylvain Thénault R [querier] debugging tweaks
Sat, 01 Aug 2009 16:17:18 +0200 Sylvain Thénault document and replace debugged by a contextmanager/decorator class
Sat, 01 Aug 2009 16:16:06 +0200 Sylvain Thénault manual_insert is a public method
Sat, 01 Aug 2009 16:14:55 +0200 Sylvain Thénault F [server test] avoid warning by adding __init__.py file to directory
Sat, 01 Aug 2009 16:13:40 +0200 Sylvain Thénault R [server debug] more server side debugging tweaks
Sat, 01 Aug 2009 01:24:42 +0200 Sylvain Thénault cleanup
Sat, 01 Aug 2009 01:24:03 +0200 Sylvain Thénault oops, should have been in a earlier commit (give rollback_on_failure to doexec)
Sat, 01 Aug 2009 01:23:22 +0200 Sylvain Thénault oops, should have been in a earlier commit (META_RELATION_TYPES renaming)
Sat, 01 Aug 2009 01:22:01 +0200 Sylvain Thénault R [querier] debugging tweaks
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
(0) -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip