Menu:

Backwards-incompatible changes

Here you find a list of backwards-incompatible changes in PyLucid SVN trunk since the last release.

General tip for updating: Go into the _install section and do:

Please, comment any problems!


18.11.2008 - new in settings.py 'CSS_TAG_BLACKLIST'

The CSS_TAG_BLACKLIST tuple list moved from lucidTag.py into the settings.py, see:

Python
1
2
3
# A tuple list of all plugins witch output should not surrounded with a
# <div> tag:
CSS_TAG_BLACKLIST = ("page_style", "RSSfeedGenerator",)

14.11.2008 - creole image tag bugfix

The regex for image links was wrong. see:

13.11.2008 - new split function in main_menu plugin

With changeset 1792 you can split the main_menu. See the new tabed like navigation here on pylucid.org

Thank to Manuel Herzog for contributed the patch for this.

see also: The Forum Thread (de)


See also: