- 05 Nov, 2012 23 commits
-
-
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 15 commits
-
-
Sebastien Robin authored
-
Sebastien Robin authored
-
Sebastien Robin authored
-
Sebastien Robin authored
-
Sebastien Robin authored
-
Sebastien Robin authored
-
Sebastien Robin authored
-
Sebastien Robin authored
- various cleanup and split of code to make it more testable - start writing some tests
-
Sebastien Robin authored
-
Jérome Perrin authored
Don' request netscape.security.PrivilegeManager.enablePrivilege("UniversalFileRead") if netscape.security.PrivilegeManager is undefined. File upload tests will fail, and it seems the only way is to swith to WebDriver.
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-