Index of /www001/src/ports/www/plone/work/Plone-2.5.3-final/CMFTopic
Name Last modified Size Description
Parent Directory 16-May-2007 03:35 -
AbstractCriterion.py 16-May-2007 03:35 3k
DEPENDENCIES.txt 16-May-2007 03:35 1k
DateCriteria.py 16-May-2007 03:35 6k
Extensions/ 16-May-2007 03:35 -
ListCriterion.py 16-May-2007 03:35 3k
SimpleIntCriterion.py 16-May-2007 03:35 4k
SimpleStringCriterio..> 16-May-2007 03:35 2k
SortCriterion.py 16-May-2007 03:35 3k
Topic.py 16-May-2007 03:35 10k
TopicPermissions.py 16-May-2007 03:35 1k
__init__.py 16-May-2007 03:35 2k
configure.zcml 16-May-2007 03:35 1k
help/ 16-May-2007 03:35 -
interfaces/ 16-May-2007 03:35 -
permissions.py 16-May-2007 03:35 1k
profiles/ 16-May-2007 03:35 -
skins/ 16-May-2007 03:35 -
tests/ 16-May-2007 03:35 -
version.txt 16-May-2007 03:35 1k
Updating CMF Topic in a CMF Site
Since default settings may change from time to time in CMF Topic,
you may need to update your Topic types tool (and other) settings.
This is done similarly to installing by adding an External Method
to your CMF Site instance with the following configuration::
**id** -- 'update_topic'
**title** -- *Update Topic*
**module name** -- 'CMFTopic.Update'
**function name** -- 'update'
Go to the management screen for the newly added external method and
click the 'Try it' tab. The update function will execute and give
information about the steps it took to register and update CMF Topic
site information.
*Note: This update script should **only** change values that are
still at their default, such as changing an action from 'topic_edit'
to 'topic_edit_form'. If you changed that action to 'mytopic_edit',
the script should pass that by and not change your settings.*