- 11 May, 2012 1 commit
-
-
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 11 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
-
Aurel authored
-
Aurel authored
-
- 07 May, 2012 6 commits
-
-
Julien Muchembled authored
-
Rafael Monnerat authored
testERP5WebWithDms will pass now as librsvg is well installed now and assertion on tests were simplied to become more reliable (it provides less false positives for image comparation). The functional test testSurchargeWithInvalidDateTime was improved for better assertions.
-
Julien Muchembled authored
-
Julien Muchembled authored
This fixes test_getInstancePropertyAndBaseCategoryList and also removes obsolete 'updatePropertySheetDefinitionDict' methods.
-
Julien Muchembled authored
This reverts commit 51d40d1e.
-
Rafael Monnerat authored
-
- 06 May, 2012 2 commits
-
-
Gabriel Monnerat authored
-
Rafael Monnerat authored
Use colors can generate little diferences at the outcome comparations between the computers, so black and white is enough for the test purpose, to compare if the background image is showed or not.
-
- 04 May, 2012 9 commits
-
-
Rafael Monnerat authored
fix svg definition as in some images the namespace is not well defined by using xmlns="http://www.w3.org/2000/svg" instead of xmlns:svg="http://www.w3.org/2000/svg" Those are the cases of the images generated from OO to SVG conversions.
-
Rafael Monnerat authored
The image comparation isn't advanced enough to identify minor color changes when convert to grey scale. So use simpler images to make sure we do not get false positives. The goal of image comparation is only for make sure background is placed at the figures.
-
Gabriel Monnerat authored
-
Gabriel Monnerat authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Vincent Pelletier authored
-
Rafael Monnerat authored
With imagemagick providing a good support for rsvg-convert, those failures are not expected anymore.
-
Rafael Monnerat authored
This merge include fixes for some functional tests and testRunMyDocConfiguratorWorkflow.
-
- 03 May, 2012 5 commits
-
-
Gabriel Monnerat authored
add test to check that the method getInstancePropertyAndBaseCategoryList returns properties from property sheets correctly
-
Gabriel Monnerat authored
Extend method getInstancePropertyAndBaseCategoryList to be possible get property sheets from portal_type objects i.e portal_types/Foo. And refactor code to get properties from object inside portal_property_sheets i.e SimpleItem, DublinCore
-
Gabriel Monnerat authored
-
Ivan Tyagov authored
which is not correct.
-
Julien Muchembled authored
-