plone articles
-
Plone: graphical work flow editor
- Creating work flows is a PITA, and usually is to be done by non-developers. Enter collective.workflowed.
-
Plone: Kapil does it again -- enter contentmirror
- Transparent serializing of Plone content to relational DBs. NOT using pickles. Very easy to integrate, and very flexible, as it seems.
-
Speed up TDD with Plone
- TDD w/o extensive mock-them-objects work is quite slow in Plone due its startup time. Enter roradrunner.
-
Plone: Z3 Schema field for plone.relations
- Zope 3 schema for plone.app.relations items.
-
Plone: GoReplace -- Search/Replace in Plone
- REGEX + SmartFolders = GoReplace! With GoReplace you can "Find & Replace" content on your plone site.
-
Plone: Forms finally made easy: z3c.forms integration to Plone using plone.z3cform
- Forms using zope.formlib are a PITA to do (don't even mention CMF Form Controller). zc3.forms and plone.z3c.forms come to a rescue.
-
Plone: High-Performance Indexing using an external non-Zope indexer
- Improve Plone's catalog performance
-
Plone: collective.formcriteria
- Add forms for user enterable search criteria to collections/topic/smart folders

