Tue, 09 Feb 2010 12:38:59 +0100 Sylvain Thénault turn down some info logs into debug stable
Tue, 09 Feb 2010 12:37:47 +0100 Sylvain Thénault fix constraint hook: a session may be involved in multiple transaction at time stable
Tue, 09 Feb 2010 11:22:40 +0100 Sylvain Thénault fix and begin to document autofill algorithm
Mon, 08 Feb 2010 22:41:07 +0100 Sylvain Thénault unset_attribute_storage, for testing purpose at least
Mon, 08 Feb 2010 21:29:59 +0100 Sylvain Thénault oops
Mon, 08 Feb 2010 21:27:30 +0100 Sylvain Thénault backport stable
Mon, 08 Feb 2010 21:22:10 +0100 Sylvain Thénault when no context specified, should return non-zero score as documented
Mon, 08 Feb 2010 21:21:50 +0100 Sylvain Thénault typo
Mon, 08 Feb 2010 21:21:31 +0100 Sylvain Thénault no need for a specific vid argument here
Mon, 08 Feb 2010 13:35:07 +0100 Sylvain Thénault backport stable
Mon, 08 Feb 2010 15:28:34 +0100 Alexandre Fayolle merge stable
Mon, 08 Feb 2010 15:28:18 +0100 Alexandre Fayolle merge stable
Mon, 08 Feb 2010 13:42:22 +0100 Alexandre Fayolle add a note about modifying read only attribute stable
Mon, 08 Feb 2010 10:07:52 +0100 Alexandre Fayolle merge stable
Fri, 05 Feb 2010 17:57:51 +0100 Alexandre Fayolle use calendar.gmtime instead of time.mktime to avoid UTC/localtime issues with Flot stable
Mon, 08 Feb 2010 13:33:09 +0100 Sylvain Thénault must use in-place modification, pending_operations is a read-only property stable
Mon, 08 Feb 2010 13:29:23 +0100 Sylvain Thénault avoid to see the same warning twice, one for 3.6 another for 3.3
Mon, 08 Feb 2010 13:05:19 +0100 Sylvain Thénault backport stable
Mon, 08 Feb 2010 13:03:38 +0100 Sylvain Thénault fix session's commit handling: when an operation failed in [pre]commit, call rollback_event as well for already processed operation, not only the revert<event> callback stable
Mon, 08 Feb 2010 13:02:05 +0100 Sylvain Thénault race condition may makes this assertion fail, we don't want that stable
Mon, 08 Feb 2010 12:25:15 +0100 Sylvain Thénault unvisible field may have been modified, for instance relation added by an hidden input
Mon, 08 Feb 2010 12:05:56 +0100 Sylvain Thénault AdaptedList -> SameETypeList
Mon, 08 Feb 2010 12:03:03 +0100 Sylvain Thénault now raise UnknownProperty, not KeyError
Mon, 08 Feb 2010 12:02:32 +0100 Sylvain Thénault fix test broken by introduction of ViewSameEType action
Mon, 08 Feb 2010 12:01:15 +0100 Sylvain Thénault kill register_appobject_class method, simplifying autoregistration. Update test accordingly (test which manually registers object should also properly call there __register__ method). Drop the disable-appobjects config file entry: no one used it since its introduction years ago.
Mon, 08 Feb 2010 11:08:55 +0100 Sylvain Thénault backport stable branch and some vreg cleanups:
Mon, 08 Feb 2010 10:06:40 +0100 Sylvain Thénault fix security issue #36564 (integrity error w/ RQLUniqueConstraint) by using a global lock serializing commit when some RQLUniqueConstraint is encountered. stable
Mon, 08 Feb 2010 09:57:25 +0100 Sylvain Thénault errors on postcommit should never occurs, log it as critical stable
Sat, 06 Feb 2010 10:37:09 +0100 Sylvain Thénault missing test data stable
Sat, 06 Feb 2010 10:34:35 +0100 Sylvain Thénault reminder, cleanup stable
Sat, 06 Feb 2010 10:34:26 +0100 Sylvain Thénault initialize property once initialization has been fully completed, close #666573 stable
Sat, 06 Feb 2010 10:31:27 +0100 Sylvain Thénault fix duplicated vregistry initialization during tests stable
Sat, 06 Feb 2010 08:45:14 +0100 Sylvain Thénault cleanup, don't fail if no context set on the sourcecode directive
Fri, 05 Feb 2010 15:53:25 +0100 Sylvain Thénault we should not use inheritance there but proper view redirection, so if one adapt listitem view, he gets the same thing by default with the adapted list
Fri, 05 Feb 2010 15:44:34 +0100 Sylvain Thénault hidden usage of datetime function which has been moved to lgc
Fri, 05 Feb 2010 14:58:46 +0100 Sylvain Thénault i18nupdate
Fri, 05 Feb 2010 14:46:34 +0100 Sylvain Thénault replace DevCubeConfiguration/DevDepsConfiguration by a single DevConfiguration, fixing recently introduced by w/ i18ncube command on the way
Fri, 05 Feb 2010 14:45:39 +0100 Sylvain Thénault moved to lgc.date as well
Fri, 05 Feb 2010 12:33:54 +0100 Sylvain Thénault oops, forgot that part of 3.2 bw compat
Fri, 05 Feb 2010 12:16:52 +0100 Sylvain Thénault hercule (aka c-c client command) have not (ever?) been used for years, stop supporting it
Fri, 05 Feb 2010 12:14:36 +0100 Sylvain Thénault kill most pre 3.2 bw compat code
Fri, 05 Feb 2010 12:13:48 +0100 Sylvain Thénault kill mx compat code (dropped since 3.2), more efficient merge_args implementation
Fri, 05 Feb 2010 12:05:24 +0100 Sylvain Thénault this test is now useless here
Fri, 05 Feb 2010 12:05:10 +0100 Sylvain Thénault 3.6 test api update
Fri, 05 Feb 2010 12:04:48 +0100 Sylvain Thénault db fill api has changed, update test accordingly
Fri, 05 Feb 2010 12:04:25 +0100 Sylvain Thénault no needs for a views package, 3.6 api update
Fri, 05 Feb 2010 11:58:11 +0100 Sylvain Thénault need post_build_callbacks attribute with earlier yams version
Fri, 05 Feb 2010 11:57:52 +0100 Sylvain Thénault update yams/rql dependencies
Fri, 05 Feb 2010 11:56:57 +0100 Sylvain Thénault fix long-waiting symetric typo: should be spelled symmetric. Add auto database migration on schema deserialization
Fri, 05 Feb 2010 11:54:23 +0100 Sylvain Thénault moved generic datetime manipulation function to lgc
Fri, 05 Feb 2010 08:55:21 +0100 Sylvain Thénault fix wrong autoclass inclusion
Fri, 05 Feb 2010 08:54:51 +0100 Sylvain Thénault fix rest syntax error
Fri, 05 Feb 2010 08:54:11 +0100 Sylvain Thénault more selectors doc in the book, mostly extracted from code
Fri, 05 Feb 2010 08:53:33 +0100 Sylvain Thénault reorganize, cleanup and properly document base selectors. Kill the may_add_relation selector.
Fri, 05 Feb 2010 08:11:38 +0100 Sylvain Thénault 3.6 api update
Fri, 05 Feb 2010 08:11:32 +0100 Sylvain Thénault clear rest_path __unique cache in clear_all_caches, fix related test
Fri, 05 Feb 2010 07:25:16 +0100 Sylvain Thénault backport stable
Thu, 04 Feb 2010 13:17:26 +0100 Sylvain Thénault copy back __doc__ for proper sphinx doc generation
Thu, 04 Feb 2010 18:29:43 +0100 Sylvain Thénault mimick actual request set_header method stable
Thu, 04 Feb 2010 18:29:30 +0100 Sylvain Thénault fix typo stable
(0) -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 tip