- 15 Sep, 2015 1 commit
-
-
Jérome Perrin authored
-
- 21 Aug, 2015 2 commits
-
-
Jérome Perrin authored
-
Jérome Perrin authored
-
- 17 Aug, 2015 26 commits
-
-
Jérome Perrin authored
-
Jérome Perrin authored
HACK: disable bank_reconciliation_aggregate_* related keys, since we added these columns directly in stock table for performance
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
Conflicts: product/ERP5Type/ConnectionPlugin/SFTPConnection.py
-
Jérome Perrin authored
Signed-off-by: Aurélien Calonne <aurel@nexedi.com>
-
Jérome Perrin authored
-
Jérome Perrin authored
getModificationDate: sometimes _p_serial cannot be used for DateTime ( TimeError: The time -2208988800.000000 is beyond the range of this Python implementation. )
-
Jérome Perrin authored
When running multiple parralel ingestion updating documents inplace, manage_delObjects complains that object is already removed (which is not the case)
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
Note that after applying this change it's important to clear preferred timezone for system preferences, as they have priority over user preferences
-
Jérome Perrin authored
LongRequestLogger from zope svn which should support mutiple thread according to Leonardo + hack to log mysql query
-
Jérome Perrin authored
Conflicts: bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getTrialBalanceReportSectionList.xml
-
Jérome Perrin authored
Conflicts: bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountModule_getAccountStatementReportSectionList.xml
-
Jérome Perrin authored
Conflicts: bt5/erp5_dms_conversion_catalog/bt/revision
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Vincent Pelletier authored
Favicons accidentally got lost in the change.
-
Vincent Pelletier authored
-
- 14 Aug, 2015 11 commits
-
-
Vincent Pelletier authored
Reduce fragmentation by aggregating chunks when writing. Aggregation is controlled by two new properties, chunk_size and max_chunk_size. Implement defragmentation.
-
Vincent Pelletier authored
-
Vincent Pelletier authored
Code tolerates this with no change. Allows jumping to an existing relation without having to hard-code (potentially a lot of) portal types.
-
Vincent Pelletier authored
-
Vincent Pelletier authored
Also, do not use getBaseCategoryDict to avoid mutating cached value and use a set rather than a None-value dict. Also, access portal_categories from portal explicitly rather than relying on acquisition.
-
Vincent Pelletier authored
"to split" is an irregular verb. Also, drop badly-worded comment.
-
Vincent Pelletier authored
-
Vincent Pelletier authored
Accelerate debugging by providing relevant values right away.
-
Vincent Pelletier authored
getPhysicalPath is too slow to be called this often. Flush cache on object clone, which is only useful as an after-renaming event here.
-
Vincent Pelletier authored
-
Vincent Pelletier authored
-