GoReplace 1.4 (Jun 08, 2008)

This release of GoReplace is for Plone2. Though some security issues have been solved it is mainly a cleanup release.

For additional information about this project, please visit the overview page .

Available downloads

Product Package

For all platforms (0 kB)

Release Notes

Tested with Plone 2.5, Plone 2.1, Plone 2.0
State Final release
License GPL
Release Manager Georg Gogo. BERNHARD

GoReplace!

    REGEX + SmartFolders = GoReplace!
    This tool does the obvious: it will find and replace content. It should
    be easy.

Installation

    Files go into the Products directory. Then restart.

Usage

   1. Add a 'GoReplacements' object somewhere on a site.
   2. Give it a name and add criteria to match all the objects you want
      to consider (see 'SmartFolder' for more info).
   3. Add a 'GoReplacement' inside the GoReplacements object you created
      in step 1.
   4. Give it a name and fill the fields labeled 'Search', 'Replace' and
      'Fields' then click save.
   4. Click the tab 'preview' and then 'run'.
   5. If you want to execute the replacements click "wet run".
   6. That's it.

Notes

    You can use regex capture groups or matching modes in your replacements,
    see http://www.regular-expressions.info/python.html for profound
    documentation. If you uncheck the checkbox called 'Regex' text based
    replacements will be made.

Links

    Product Home: http://plone.org/products/goreplace
    Subversion Repository: https://svn.plone.org/svn/collective/GoReplace/

Releases

    GoReplace-1.0-heatwave
    GoReplace-1.1-bitflicker
    GoReplace-1.2-monkeywrench
    GoReplace-1.3-meatgrinder
    GoReplace-1.4-barspade

Thanks

    * ]a[ academy of fine arts vienna
    * All Naples Sprinters 2007
    * Bluedynamics
    * Russ Ferriday
    * Dr. 'Bernhard Snizek' Zoltron
    * You!

Georg Gogo. BERNHARD
<gogo@bluedynamics.com>


Change log

    2008-03-19 Checking in security updates
    2007-11-08 MeatGrinder Release is no tool any more
    2007-10-13 Readme explains where the talk slides went
    2007-10-13 Moved the conference slides into another folder
    2007-10-12 Added the presentation from the LightningTalk at the Plone Conference 2007 in Naples
    2007-10-05 Documentation update
    2007-06-06 Preview tab added
    2007-06-06 workaround for content type bug added.
    2007-06-05 adding security!
    2007-06-05 using uid links for display makes id replacement stable
    2007-06-05 using correct default field names makes my code nice :-)
    2007-06-04 Multilingual searches
    2007-05-30 Previews show changes and statistics, reindexing the catalog after changes.
    2007-05-29 Objects are reindexed after change now.
    2007-05-24 Initial checkin of fully functional implementation: REGEX plus ATTopic equals GoReplace!