Wed, 10 Feb 2010 08:07:53 +0100 Sylvain Thénault fix auto-rollback on unauthorized error:
Wed, 10 Feb 2010 08:06:02 +0100 Sylvain Thénault fix ldap test, our ldap server name has changed
Wed, 10 Feb 2010 08:05:43 +0100 Sylvain Thénault fix name error introduced by bad merging of stable
Tue, 09 Feb 2010 19:51:19 +0100 Sylvain Thénault fix 'click here to see the created entity' link, which may not appear according to language settings
Tue, 09 Feb 2010 19:50:31 +0100 Sylvain Thénault quick fix for typed formfield validation: accept empty string, split
Fri, 05 Feb 2010 17:13:53 +0100 Julien Jehannet [R] devtools: improve default data import mechanism
Tue, 09 Feb 2010 18:49:12 +0100 Adrien Di Mascio merge
Tue, 09 Feb 2010 08:16:29 +0100 Adrien Di Mascio backport stable branch
Tue, 09 Feb 2010 08:15:20 +0100 Adrien Di Mascio [cw-shell] do not set arbitrary limit on number of arguments stable
Tue, 09 Feb 2010 16:20:45 +0100 Sylvain Thénault use 'edit' as defaut path for expect_redirect_publish
Tue, 09 Feb 2010 16:20:17 +0100 Sylvain Thénault propagation hooks cleanup
Tue, 09 Feb 2010 16:20:01 +0100 Sylvain Thénault missing import for 2.4 compat
Tue, 09 Feb 2010 13:45:05 +0100 Sylvain Thénault don't play with the custom_workflow relation in autofill
Tue, 09 Feb 2010 12:55:08 +0100 Sylvain Thénault fix bug w/ object relation used as inlined form
Tue, 09 Feb 2010 12:54:44 +0100 Sylvain Thénault cleanup
Tue, 09 Feb 2010 12:41:44 +0100 Sylvain Thénault backport stable
Tue, 09 Feb 2010 12:39:23 +0100 Sylvain Thénault turn down some info logs into debug stable
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
(0) -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 tip