PyLucid CMS Logo

Changes between v0.8.5 - v0.8.6

page message
  • Entry for this url doesn't exist.
  • Entry for this url doesn't exist.
  • Entry for this url doesn't exist.
  • Entry for this url doesn't exist.

↑ 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.org/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:  #

0 comments for 'v0.8.6 changes':
    there exist no comment for 'v0.8.6 changes'
Leave a comment
tag navi changes | history | update

django-processinfo: 5.5 ms of 278.0 ms (2.0%)