Menu:

page message
  • PageMeta v0-8-6-changes existiert nicht in der bevorzugten Sprache deutsch, benutzte english.

Changes between v0.8.5 - v0.8.6

↑ 16.02.2009 - settings.FILEMANAGER_BASEPATHS changed  #

With Changeset 1825 the settings FILEMANAGER_BASEPATHS has been changed:

Diff
1
2
3
4
5
6
-FILEMANAGER_BASEPATHS = (
-    MEDIA_ROOT,
-)
+FILESYSTEM_BASEPATHS = {
+    "media": (MEDIA_ROOT, MEDIA_URL),
+}

see also: http://trac.pylucid.net/changeset/1825/trunk/pylucid_project/PyLucid/settings_example.py

↑ 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:

You must insert something like this into your settings.py:

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:  #

tag navi changes | history | update
Fork me on GitHub