- 25 Jan, 2013 3 commits
-
-
Julien Muchembled authored
- duplicated default categories were dropped when the list of categories was passed without their base categories - accept any iterable for 'category_list'
-
Julien Muchembled authored
-
Julien Muchembled authored
-
- 06 Nov, 2012 3 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
- wrong default uid was used when migrating a site that never use portal_ids to generate security uids - invalidate transactional cache of security uids
-
Sebastien Robin authored
-
- 05 Nov, 2012 28 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Jérome Perrin authored
-
Jérome Perrin authored
This way validator scripts will be called even for empty listboxs, and this should also remove ERP5Form/Form.py:validate_all KeyError : 'Field listbox is not present in request object.' messages from the logs
-
Jérome Perrin authored
-
Jérome Perrin authored
In the first dialog you still select which action to do on which objects, now you can only select one action. The second dialog is the actual dialog from the workflow rendered on the context of one document from documents grouped by state and portal type. This means that if the workflow uses a custom dialog to set workflow variables, this dialog will be shown and the variables will be passed to all documents. Of course some workflows dialog fields have no meaning in a multi-document transition, that's why there is a mass_workflow_action=True request parameter to detect this situation and behave accordingly in such case.
-
Ivan Tyagov authored
-
Sebastien Robin authored
-
Sebastien Robin authored
-
Sebastien Robin authored
-
Jérome Perrin authored
remove owner_title from default selected columns, and add creation & modification dates in more columns
-
Jérome Perrin authored
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Ivan Tyagov authored
-
Ivan Tyagov authored
portal_caches tool is expected to allow only Cache Factory instances inside. Fix tests to use Cache Factory instead of Cache Bag.
-
Ivan Tyagov authored
-
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.
-
Sebastien Robin authored
-
Kazuhiko Shiozaki authored
this commit fixes a regression in ecb09a0d.
-
- 02 Nov, 2012 2 commits
-
-
Ivan Tyagov authored
-
Ivan Tyagov authored
-
- 31 Oct, 2012 4 commits
-
-
Sebastien Robin authored
-
Sebastien Robin authored
-
Sebastien Robin authored
-
Sebastien Robin authored
-