Package for controlled ZCatalog object updating
Project description
quintagroup.catalogupdater package is intended for extending ZCatalog API with possiblity to update selected columns only. This package registers ‘catalog_updater’ utility for that.
To simplify usage of the utility, quintagroup.catalogupdater extends GenericSetup’s ZCatalog XMLAdapter handler, which allows to update attribute usage in column tag of catalog.xml file.
So, when you add a new column to the catalog, you add catalog.xml file in some profile with following part:
... <column value="new_column" /> ...
This adds new_column metadata to the portal_catalog, BUT, this metadata will be empty untill you rebuild the catalog. To automate this step you can add ‘update=”True”’ attribute to the tag. And this will lead to column update after adding. Thus, result usage should look like this:
... <column value="new_column" update="True" /> ...
It also supports subtransactions, based on threshold property of ZCatalog.
Installation
See docs/INSTALL.txt file within product package for instructions.
Requirements
Plone 3.x
Plone 4.0
0.1.1 - Mar 24, 2010
added compatibility for Plone 4
0.1 - Mar 11, 2010
Initial release:
Registered ‘catalog_updater’ utility for list of columns updating [mylan]
Extended ZCatalogXMLAdapter for update property support in column tag [mylan]
Tests added [mylan]
Documentation files prepared for initial public release [olha]
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file quintagroup.catalogupdater-0.1.1.tar.gz
.
File metadata
- Download URL: quintagroup.catalogupdater-0.1.1.tar.gz
- Upload date:
- Size: 15.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fdc62c27cd10f9a08b4c77474fa090599947d614c42175cac82aacf4ae716603 |
|
MD5 | b3794b28651391b679bca3abd3937535 |
|
BLAKE2b-256 | 8e31a16ececb2d71b234a9d418db572f30b765b9aecafa4a2919af13aabd8d50 |
File details
Details for the file quintagroup.catalogupdater-0.1.1-py2.4.egg
.
File metadata
- Download URL: quintagroup.catalogupdater-0.1.1-py2.4.egg
- Upload date:
- Size: 20.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 565d27cd328643b82f20d2fc5ff67cb962f63013ca5508cd2d04a14ad3599118 |
|
MD5 | 8036a7fdcb946557e7e75edd327cfc60 |
|
BLAKE2b-256 | 164cf80c0a8c6b241aeef87c518e16a2a7d0e200807fa4cfe2a4abf05eb588ce |