- 05 Nov, 2012 7 commits
-
-
Ivan Tyagov authored
-
Ivan Tyagov authored
-
Ivan Tyagov authored
different kinds of Cache Plugins. This API change allows developer to create complex cache structures which can contain arbitrary set of Cache Plugins and / or Cache Bags (Cache Factory). Extend Cache Factory so it can return RAM based Cache Plugin instance by its Uid. Fix tests to reflect changes.
-
Ivan Tyagov authored
contain Cache Plugins. Unify in one function cache factory uid generation.
-
Ivan Tyagov authored
Really use memcached backend for testIngestionWithFlare (it was not setup properly).
-
Ivan Tyagov authored
Add back wrongly removed volatile conversion caching. Use new set / get Cache bag API.
-
Ivan Tyagov authored
Fix tests (DMS) to use by default Cache Bags. Fix some dead code and clean up. Move cache initialization away from DMS into Cache Factory.
-
- 18 Oct, 2012 1 commit
-
-
Ivan Tyagov authored
Add Cache Bag which is a specialized type of Cache Factory able to support multi layer caching (through Cache Plugin).
-
- 17 Oct, 2012 1 commit
-
-
Ivan Tyagov authored
Conflicts: bt5/erp5_dms_conversion_catalog/SkinTemplateItem/portal_skins/erp5_dms_conversion_catalog/WebPage_preConvertReferencedImageList.xml bt5/erp5_dms_conversion_catalog/bt/revision product/ERP5OOo/tests/testDmsWithPreConversion.py
-
- 16 Oct, 2012 7 commits
-
-
Rafael Monnerat authored
use by using "self" on transactional_cached decorator breaks ERP5Site creation due aq_base.
-
Rafael Monnerat authored
-
Rafael Monnerat authored
If the list of bt5 is huge same dependencies are calculated several types due recursivity at the same transaction making this method useless
-
Rafael Monnerat authored
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
-
Ivan Tyagov authored
-
- 15 Oct, 2012 12 commits
-
-
Lingnan Wu authored
change the style of RATE to percentage and add the price_renderer to control the length of the price
-
Julien Muchembled authored
This fixes a regression introduced in commit f36260d2 ("Code clean up in ListBox & EditorField").
-
Lingnan Wu authored
-
Ivan Tyagov authored
-
Ivan Tyagov authored
Make sure convert is not called in case resource is not convertible.
-
Rafael Monnerat authored
- Simplify the code and Minor Optimization for sort
-
Rafael Monnerat authored
- Now getDependencyList returns entire list of dependencies even if it is already installed.
-
Rafael Monnerat authored
Follow up changes: - Included erp5_full_text_myisam_catalog (dependency of erp5_base) - Reimplement sortBusinessTemplates for the new behaviour
-
Rafael Monnerat authored
-
Rafael Monnerat authored
This is a follow up change of 63c1f78
-
Sebastien Robin authored
- when upgradeSite is called, it will delete orphaned bt is we set delete_orphaned to true - when there is provider calculation in the dependency list, look at both installed bt and to all the dependency tree
-
Sebastien Robin authored
* fix the state of bt (new, old, present) * make resolveBusinessTemplateListDependency returning all dependencies, even installed ones * add upgradeSite method to install everything from top level bt * the code to check version restriction has been removed but it should be moved to another method
-
- 12 Oct, 2012 8 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Ivan Tyagov authored
-
Ivan Tyagov authored
Split Discussion Thread reference generator into a separate testable method. Be more strict in generated reference.
-
Ivan Tyagov authored
Add fieldset class selector which can be used to override fault one when customizing forum's appearance.
-
Ivan Tyagov authored
'display_list' is also useful at pre conversion level scripts (it allows specify multiple displays for a conversion at once)
-
Ivan Tyagov authored
-
Ivan Tyagov authored
Allow pre conversion to happen on any ERP5 Web Page's content which include relative images (through <img> tags).
-
- 11 Oct, 2012 4 commits
-
-
Julien Muchembled authored
This helps writing workflow script because 'listbox' dict does not contain uids, which makes global 'uids' request value unusable.
-
Julien Muchembled authored
-
Ivan Tyagov authored
-
Gabriel Monnerat authored
Add new properties to the NVP url that is used to make queries on paypal and to the business email that is used define who will receive the payment. Also, the Paypal view was updated to display those properties
-