Mon, 08 Feb 2010 10:07:52 +0100 |
Alexandre Fayolle |
merge
stable
|
changeset |
files
|
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
|
changeset |
files
|
Mon, 08 Feb 2010 13:33:09 +0100 |
Sylvain Thénault |
must use in-place modification, pending_operations is a read-only property
stable
|
changeset |
files
|
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
|
changeset |
files
|
Mon, 08 Feb 2010 13:05:19 +0100 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
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
|
changeset |
files
|
Mon, 08 Feb 2010 13:02:05 +0100 |
Sylvain Thénault |
race condition may makes this assertion fail, we don't want that
stable
|
changeset |
files
|
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
|
changeset |
files
|
Mon, 08 Feb 2010 12:05:56 +0100 |
Sylvain Thénault |
AdaptedList -> SameETypeList
|
changeset |
files
|
Mon, 08 Feb 2010 12:03:03 +0100 |
Sylvain Thénault |
now raise UnknownProperty, not KeyError
|
changeset |
files
|
Mon, 08 Feb 2010 12:02:32 +0100 |
Sylvain Thénault |
fix test broken by introduction of ViewSameEType action
|
changeset |
files
|
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.
|
changeset |
files
|
Mon, 08 Feb 2010 11:08:55 +0100 |
Sylvain Thénault |
backport stable branch and some vreg cleanups:
|
changeset |
files
|
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
|
changeset |
files
|
Mon, 08 Feb 2010 09:57:25 +0100 |
Sylvain Thénault |
errors on postcommit should never occurs, log it as critical
stable
|
changeset |
files
|
Sat, 06 Feb 2010 10:37:09 +0100 |
Sylvain Thénault |
missing test data
stable
|
changeset |
files
|
Sat, 06 Feb 2010 10:34:35 +0100 |
Sylvain Thénault |
reminder, cleanup
stable
|
changeset |
files
|
Sat, 06 Feb 2010 10:34:26 +0100 |
Sylvain Thénault |
initialize property once initialization has been fully completed, close #666573
stable
|
changeset |
files
|
Sat, 06 Feb 2010 10:31:27 +0100 |
Sylvain Thénault |
fix duplicated vregistry initialization during tests
stable
|
changeset |
files
|
Sat, 06 Feb 2010 08:45:14 +0100 |
Sylvain Thénault |
cleanup, don't fail if no context set on the sourcecode directive
|
changeset |
files
|
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
|
changeset |
files
|
Fri, 05 Feb 2010 15:44:34 +0100 |
Sylvain Thénault |
hidden usage of datetime function which has been moved to lgc
|
changeset |
files
|
Fri, 05 Feb 2010 14:58:46 +0100 |
Sylvain Thénault |
i18nupdate
|
changeset |
files
|
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
|
changeset |
files
|