2010-02-09 |
Sylvain Thénault |
use 'edit' as defaut path for expect_redirect_publish
|
changeset |
files
|
2010-02-09 |
Sylvain Thénault |
propagation hooks cleanup
|
changeset |
files
|
2010-02-09 |
Sylvain Thénault |
missing import for 2.4 compat
|
changeset |
files
|
2010-02-09 |
Sylvain Thénault |
don't play with the custom_workflow relation in autofill
|
changeset |
files
|
2010-02-09 |
Sylvain Thénault |
fix bug w/ object relation used as inlined form
|
changeset |
files
|
2010-02-09 |
Sylvain Thénault |
cleanup
|
changeset |
files
|
2010-02-09 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
2010-02-09 |
Sylvain Thénault |
turn down some info logs into debug
stable
|
changeset |
files
|
2010-02-09 |
Sylvain Thénault |
turn down some info logs into debug
stable
|
changeset |
files
|
2010-02-09 |
Sylvain Thénault |
fix constraint hook: a session may be involved in multiple transaction at time
stable
|
changeset |
files
|
2010-02-09 |
Sylvain Thénault |
fix and begin to document autofill algorithm
|
changeset |
files
|
2010-02-08 |
Sylvain Thénault |
unset_attribute_storage, for testing purpose at least
|
changeset |
files
|
2010-02-08 |
Sylvain Thénault |
oops
|
changeset |
files
|
2010-02-08 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
2010-02-08 |
Sylvain Thénault |
when no context specified, should return non-zero score as documented
|
changeset |
files
|
2010-02-08 |
Sylvain Thénault |
typo
|
changeset |
files
|
2010-02-08 |
Sylvain Thénault |
no need for a specific vid argument here
|
changeset |
files
|
2010-02-08 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
2010-02-08 |
Alexandre Fayolle |
merge
stable
|
changeset |
files
|
2010-02-08 |
Alexandre Fayolle |
merge
stable
|
changeset |
files
|
2010-02-08 |
Alexandre Fayolle |
add a note about modifying read only attribute
stable
|
changeset |
files
|
2010-02-08 |
Alexandre Fayolle |
merge
stable
|
changeset |
files
|
2010-02-05 |
Alexandre Fayolle |
use calendar.gmtime instead of time.mktime to avoid UTC/localtime issues with Flot
stable
|
changeset |
files
|
2010-02-08 |
Sylvain Thénault |
must use in-place modification, pending_operations is a read-only property
stable
|
changeset |
files
|
2010-02-08 |
Sylvain Thénault |
avoid to see the same warning twice, one for 3.6 another for 3.3
|
changeset |
files
|
2010-02-08 |
Sylvain Thénault |
backport stable
|
changeset |
files
|
2010-02-08 |
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
|
2010-02-08 |
Sylvain Thénault |
race condition may makes this assertion fail, we don't want that
stable
|
changeset |
files
|
2010-02-08 |
Sylvain Thénault |
unvisible field may have been modified, for instance relation added by an hidden input
|
changeset |
files
|
2010-02-08 |
Sylvain Thénault |
AdaptedList -> SameETypeList
|
changeset |
files
|
2010-02-08 |
Sylvain Thénault |
now raise UnknownProperty, not KeyError
|
changeset |
files
|
2010-02-08 |
Sylvain Thénault |
fix test broken by introduction of ViewSameEType action
|
changeset |
files
|
2010-02-08 |
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
|
2010-02-08 |
Sylvain Thénault |
backport stable branch and some vreg cleanups:
|
changeset |
files
|
2010-02-08 |
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
|
2010-02-08 |
Sylvain Thénault |
errors on postcommit should never occurs, log it as critical
stable
|
changeset |
files
|
2010-02-06 |
Sylvain Thénault |
missing test data
stable
|
changeset |
files
|
2010-02-06 |
Sylvain Thénault |
reminder, cleanup
stable
|
changeset |
files
|
2010-02-06 |
Sylvain Thénault |
initialize property once initialization has been fully completed, close #666573
stable
|
changeset |
files
|
2010-02-06 |
Sylvain Thénault |
fix duplicated vregistry initialization during tests
stable
|
changeset |
files
|
2010-02-06 |
Sylvain Thénault |
cleanup, don't fail if no context set on the sourcecode directive
|
changeset |
files
|
2010-02-05 |
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
|
2010-02-05 |
Sylvain Thénault |
hidden usage of datetime function which has been moved to lgc
|
changeset |
files
|
2010-02-05 |
Sylvain Thénault |
i18nupdate
|
changeset |
files
|
2010-02-05 |
Sylvain Thénault |
replace DevCubeConfiguration/DevDepsConfiguration by a single DevConfiguration, fixing recently introduced by w/ i18ncube command on the way
|
changeset |
files
|
2010-02-05 |
Sylvain Thénault |
moved to lgc.date as well
|
changeset |
files
|
2010-02-05 |
Sylvain Thénault |
oops, forgot that part of 3.2 bw compat
|
changeset |
files
|
2010-02-05 |
Sylvain Thénault |
hercule (aka c-c client command) have not (ever?) been used for years, stop supporting it
|
changeset |
files
|
2010-02-05 |
Sylvain Thénault |
kill most pre 3.2 bw compat code
|
changeset |
files
|
2010-02-05 |
Sylvain Thénault |
kill mx compat code (dropped since 3.2), more efficient merge_args implementation
|
changeset |
files
|
2010-02-05 |
Sylvain Thénault |
this test is now useless here
|
changeset |
files
|
2010-02-05 |
Sylvain Thénault |
3.6 test api update
|
changeset |
files
|
2010-02-05 |
Sylvain Thénault |
db fill api has changed, update test accordingly
|
changeset |
files
|
2010-02-05 |
Sylvain Thénault |
no needs for a views package, 3.6 api update
|
changeset |
files
|
2010-02-05 |
Sylvain Thénault |
need post_build_callbacks attribute with earlier yams version
|
changeset |
files
|
2010-02-05 |
Sylvain Thénault |
update yams/rql dependencies
|
changeset |
files
|
2010-02-05 |
Sylvain Thénault |
fix long-waiting symetric typo: should be spelled symmetric. Add auto database migration on schema deserialization
|
changeset |
files
|
2010-02-05 |
Sylvain Thénault |
moved generic datetime manipulation function to lgc
|
changeset |
files
|
2010-02-05 |
Sylvain Thénault |
fix wrong autoclass inclusion
|
changeset |
files
|
2010-02-05 |
Sylvain Thénault |
fix rest syntax error
|
changeset |
files
|