- 09 Nov, 2012 4 commits
-
-
Jérome Perrin authored
Update with: ALTER TABLE `translation` DROP INDEX `portal_type`, ADD INDEX `type_translated_message` (`portal_type`,`translated_message`);
-
Jérome Perrin authored
update with: ALTER TABLE `inventory_stock` DROP INDEX `resource_uid`; -- exists in resource_node_uid ALTER TABLE `stock` DROP INDEX `resource_uid`; -- exists in resource_node_uid
-
Jérome Perrin authored
update with ALTER TABLE `predicate_category` DROP INDEX `FuzzyMembership`; -- exists in Membership
-
Jérome Perrin authored
update with: ALTER TABLE `versioning` DROP INDEX `expiration_date`; ALTER TABLE `versioning` ADD INDEX `expiration_date` (`expiration_date`);
-
- 08 Nov, 2012 6 commits
-
-
Julien Muchembled authored
-
Aurel authored
also remove now useless related key (should have been part of former commit)
-
Vincent Pelletier authored
-
Jérome Perrin authored
-
Vincent Pelletier authored
-
Vincent Pelletier authored
-
- 07 Nov, 2012 7 commits
-
-
Sebastien Robin authored
-
Sebastien Robin authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
use HTMLParser instead of SGMLParser (cf. 0952bee6).
-
Ivan Tyagov authored
-
Aurel authored
-
- 06 Nov, 2012 4 commits
-
-
Ivan Tyagov authored
-
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 19 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
-