- 16 Jun, 2016 2 commits
-
-
Ayush Tiwari authored
getpath function in ZSQLCatalog takes an extra agrument which is not needed while using getPath in Base. This process can be counted as a step in the transition of Catalog inside ERP5. Though ZSQLCatalog is also a part(read: content) of Catalog Tool, its better to move it side by side with keeping in mind no failure in the tests of ERP5.
-
Ayush Tiwari authored
This step is needed due to the use of BaseTool as Base class for CatalogTool due to which there were conflict between getUrl from the Base and the one from the BaseTool.
-
- 13 Jun, 2016 5 commits
-
-
Ayush Tiwari authored
-
Ayush Tiwari authored
The function reindexObject at CatalogTool has bee renamed to reindexCatalogTool in the commit 3b760022 . For CMFCatalogAware to be compatibile to use in CatalogTool, we need to renmae the patched reindexObject here also.
-
Ayush Tiwari authored
-
Ayush Tiwari authored
erp5_catalog: Change name of reindexObject method to use it as a new method for CatalogTool inside ERP5
-
Ayush Tiwari authored
-
- 08 Jun, 2016 3 commits
-
-
Ayush Tiwari authored
-
Ayush Tiwari authored
This bt5 would be handling the views for the transitioned/moves erp5 catalog into erp5.
-
Ayush Tiwari authored
-
- 07 Jun, 2016 13 commits
-
-
Vincent Pelletier authored
-
Georgios Dagkakis authored
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
Here are 2 examples of fixed cases: - File object with data=None was exported with a second file containing the string 'None' - Zope Pages Templates (and derived OOoTemplate) relied __setstate__ to fix the wrongly imported object.
-
Julien Muchembled authored
This avoids computing a file extension that may not be used (if there's no data to export), and fixes unreliable code duplication in _guessFilename(). Plus more implicit acquisition fixed.
-
Julien Muchembled authored
We'll add another test checking that nothing is exported as a separate file.
-
Julien Muchembled authored
Such images don't seem to exist. On the other side, it may be useful to test raw data. Note that the code to get data duplicates what's done later in export(). One should problably guess extension at the last moment.
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
-
- 06 Jun, 2016 11 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
Contrary to what the code looked like, it was always using /tmp. Which could also cause conflict with other test suites running at the same time.
-
Julien Muchembled authored
This was breaking the next test.
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
We should have done before committing 76ecef89 but doing it now with a dummy merge also works. Unfortunately, this is not really useful for blame, because all lines are rewritten, at least to remove the trailing '\n'. Files that have already been modified in 'master' branch are excluded.
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Romain Courteaud authored
-
Romain Courteaud authored
Desactivate DMS to speed up restrictedTraverse document retrieval and so, speed up jIO sync
-
- 03 Jun, 2016 3 commits
-
-
Kazuhiko Shiozaki authored
/proposed-by @jerome
-
Romain Courteaud authored
Use MIME encoded words also for names. https://en.wikipedia.org/wiki/Email#Message_header
-
Sebastien Robin authored
It would be surely better to have matrixbox having possibility to define which widget we use to display matrix variation labels.
-
- 02 Jun, 2016 3 commits
-
-
Julien Muchembled authored
-
Sebastien Robin authored
-
Sebastien Robin authored
catalog/stock: avoid duplicate calls to getInventoriatedQuantity and use better naming for variables
-