- 09 Jun, 2016 4 commits
-
-
Jérome Perrin authored
-
Jérome Perrin authored
since be31425e
-
Jérome Perrin authored
-
Jérome Perrin authored
not only complete python language words but also all words from the buffer.
-
- 08 Jun, 2016 3 commits
-
-
Tristan Cavelier authored
/reviewed-on nexedi/erp5!122
-
Romain Courteaud authored
-
Romain Courteaud authored
Mark the test as expected failure for now.
-
- 07 Jun, 2016 14 commits
-
-
Jérome Perrin authored
This test is in expectedFailure state and is still not passing with this change, but this test was showing wrong example that can cause confusion.
-
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 5 commits
-
-
Julien Muchembled authored
-
Sebastien Robin authored
-
Sebastien Robin authored
catalog/stock: avoid duplicate calls to getInventoriatedQuantity and use better naming for variables
-
Sebastien Robin authored
The business template erp5_calendar had a customized version of z_catalog_stock_list to have possibility to index a movement like it was several movements through method asMovementList. This is particularly needed for group calendar assignments which needs to insert as many movements as there is periods in a given time range. So instead of keeping it as a duplicated z_catalog_stock_list, include in the generic z_catalog_stock_list the generic concept of one movement indexed as several movements. This should change nothing for existing usage of stock table, since asMovementList returns (self,) for about all movements
-
Vincent Pelletier authored
-