- 17 Aug, 2015 3 commits
-
-
Vincent Pelletier authored
Add support for visibility checking. Use portal_type accessors, not properties. Also, original implementation of getDefaultModuleId would get the object, then its id. getDefaultModuleValue using it, it was getting the object, then its id, then the object again... Also, follow naming convention: getters returning documents are named getXxxValue, not getXxx.
-
Vincent Pelletier authored
Favicons accidentally got lost in the change.
-
Vincent Pelletier authored
-
- 14 Aug, 2015 14 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
-
Vincent Pelletier authored
Also, avoid a few single-use variables. Also, use modern exception raising syntax.
-
Jérome Perrin authored
This reverts commit 9668c1a1. The problem of timezone is more complex. Since this commit have a side effect of saving and displaying a different date when Zope runs on a different timezone that what is configured on the field, it is safer to revert this commit immediately.
-
Kazuhiko Shiozaki authored
-
- 10 Aug, 2015 5 commits
-
-
Xiaowu Zhang authored
-
Jérome Perrin authored
we should not call getInventoryList if there is no account_type_to_group_by_mirror_section_previous_period
-
Vivek authored
-
Vivek authored
-
Vivek authored
-
- 06 Aug, 2015 1 commit
-
-
Sebastien Robin authored
-
- 05 Aug, 2015 1 commit
-
-
Sebastien Robin authored
-
- 31 Jul, 2015 2 commits
-
-
Jérome Perrin authored
Also fix a problem with title column having a different name in more columns
-
Jérome Perrin authored
* sort variations base categories in same order than budget variations * use same names as budget variations
-
- 29 Jul, 2015 1 commit
-
-
Tristan Cavelier authored
-
- 28 Jul, 2015 1 commit
-
-
Jérome Perrin authored
-
- 24 Jul, 2015 5 commits
-
-
Sebastien Robin authored
-
Sebastien Robin authored
Mark the test as expected failure for now until work on checkConsistency is done
-
Sebastien Robin authored
-
Sebastien Robin authored
It is possible to add script Base_getUpgradeBusinessTemplateList to define the list of business template you would like to keep if needed
-
Sebastien Robin authored
Use portal_catalog.upgradeSchema to do all required changes on sql tables. This improve previous state since before we were only recreating missing tables.
-
- 23 Jul, 2015 6 commits
-
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Sebastien Robin authored
-
Sebastien Robin authored
-
Sven Franck authored
erp5_web_renderjs_ui: remove erp5_query portal skin and different jquery version again, fix broken apps
-
- 22 Jul, 2015 1 commit
-
-
Julien Muchembled authored
-