- 15 May, 2012 7 commits
-
-
Julien Muchembled authored
-
Aurel authored
-
Sebastien Robin authored
-
Sebastien Robin authored
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
This is a followup to commit 8995b645 ("always start transactions with begin() and make tic() commit automatically"): there is now no need to use self.stepTic() instead of self.tic()
-
- 14 May, 2012 10 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
Select methods do not need to check if catalog data is up-to-date: this is always done automatically by searchMovementList()
-
Aurel authored
-
Aurel authored
Conflicts: product/ERP5Catalog/CatalogTool.py
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Ivan Tyagov authored
-
Ivan Tyagov authored
-
Ivan Tyagov authored
-
Ivan Tyagov authored
Add generic InteractionGadget implementation.
-
- 11 May, 2012 8 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
Use of meta types is deprecated. Ignoring them makes it possible to optimize getTypeBasedMethod thanks to portal types as classes.
-
Julien Muchembled authored
- New readOnlyTransactionCache context manager replacing enableReadOnlyTransactionCache and disableReadOnlyTransactionCache - Drop compatibility code that tolerate a dummy context to be passed to getReadOnlyTransactionCache and getTransactionalVariable.
-
Julien Muchembled authored
-
Jérome Perrin authored
-
Ivan Tyagov authored
Catch "ready" event and call form update.
-
Ivan Tyagov authored
This way many handlers can bind to it (use idea of document.ready in DOM world).
-
- 10 May, 2012 6 commits
-
-
Sebastien Robin authored
This reverts commit ddcb5001. This commit itself is good. But some more work is needed to check failures that were hidden
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Ivan Tyagov authored
-
Ivan Tyagov authored
-
Ivan Tyagov authored
-
- 09 May, 2012 9 commits
-
-
Julien Muchembled authored
-
Ivan Tyagov authored
-
Leonardo Rochael Almeida authored
In poppler 0.18+, pdftohtml generates " " instead of " ", so make sure both are accepted.
-
Leonardo Rochael Almeida authored
_getOb() is too low level and is no longer called by Zope during traversal (which uses __getitem__()), if the object is not an explicity subobject. __getitem__() is the right interface for a folder to pretend to have objects it doesn't actually have.
-
Kazuhiko Shiozaki authored
same as bcc12a28 (use getattr to be compatible with newer zope version).
-
Kazuhiko Shiozaki authored
since Zope 2.12.23, ObjectManager's get and __getitem__ returns only 'items' (no attributes / methods from the class or from acquisition).
-
Kazuhiko Shiozaki authored
since Zope 2.12.23, ObjectManager's get and __getitem__ returns only 'items' (no attributes / methods from the class or from acquisition).
-
Kazuhiko Shiozaki authored
-
Aurel authored
-