- 07 Jun, 2016 12 commits
-
-
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 9 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
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
Kazuhiko Shiozaki authored
also set _p_changed=True in deletePropertyTranslation().
-
Jérome Perrin authored
Even if this is incorrect to allow grouping lines where mirror account does not match, we want to make it possible for sites where mirror account is not used consistently to group without having to migrate the data. So we make this possible by leaving them a chance to customize AccountingTransactionLine_getGroupingExtraParameterList to ignore mirror account.
-
- 01 Jun, 2016 2 commits
-
-
Julien Muchembled authored
-
Vincent Pelletier authored
-
- 31 May, 2016 3 commits
-
-
Julien Muchembled authored
Gadget fields from erp5_core are also cleaned up.
-
Julien Muchembled authored
-
Julien Muchembled authored
-