Mezzanine

Software Screenshot:
Mezzanine
Software Details:
Version: 3.1.10
Upload Date: 14 Apr 15
Developer: Stephen McDonald
Distribution Type: Freeware
Downloads: 74

Rating: nan/5 (Total Votes: 0)

The Mezzanine CMS provides both a consistent GUI for managing Web content, and a simple architecture that makes diving in and writing code as easy as possible.

This is thanks to its Django core, the versatile Python framework that allows developers to easily structure code as modules and extend the CMS' built-in features.

The CMS is currently one of the best available open source content management systems for Python and is considered a stable high-end tool.

All in all Mezzanine is a tool for anyone that desires extensibility and adaptability from their CMS.

Features:

  • Administration dashboard
  • Configurable dashboard widgets
  • Mobile device detection and templates
  • Extendable via modules
  • Shopping cart module (Cartridge)
  • News portal module (Drum)
  • Blogging engine
  • Content tagging
  • One step migration from other blogging engines
  • Built-in threaded comments
  • Disqus integration
  • Gravatar integration
  • Google Analytics integration
  • Twitter feed integration
  • Akismet integration
  • bit.ly integration
  • Sharing via Facebook or Twitter
  • Custom templates per page or blog post
  • Built-in test suite
  • 960.gs integration
  • Hierarchical page navigation
  • Save as draft and preview on site
  • Scheduled publishing
  • Drag-n-drop page ordering
  • WYSIWYG editing
  • In-line page editing
  • Drag-n-drop forms builder with CSV export
  • API for custom content types
  • SEO friendly URLs and meta data
  • Search engine and API
  • JVM support

What is new in this release:

  • Empty line added
  • Don't apply a zindex to h1 tags in admin, since it conflicts with date picker widgets.
  • Raise 404 in page view if page is not an exact match.
  • Add unique constraint to site perm model.
  • Provide a more meaningful exception message when the ``SEARCH_MODEL_CHOICES`` settings points to missing models
  • Run page processors before view in PageMiddleware
  • Only run page processors for Mezzanine's page view
  • Update ``models.py``. This fixes day light saving issue. It seems that ``created_at`` is coming with timezone 0000 UTC, so I would like to make ti timezoneaware using just utc. Django templates shows datetime ok with timesince without one hour error
  • Fix login required test for protected page
  • Fix dynamic ``INSTALLED_APPS`` in setuptools test runner
  • Remove non-ascii chars from comment
  • Better approach for test settings
  • Fix ``local_settings/test_settings`` ordering
  • Issue 1102 - fixed UnicodeEncodeError when importing non-ascii files from zip
  • Fix ``local_settings`` import error check for Python 3

What is new in version 3.1.1:

  • Resized dashboard screenshot
  • Fixed richtext widget loading

What is new in version 3.0.8:

  • Use binary mode when opening the image to be copied on a remote server.
  • Fixed regression when validating displayable content field against published status.
  • Fixed static proxy handling.
  • Fixed string checking in page processors.
  • Handle the different method of importing filebrowser urls when the upstream version is installed.
  • Rename account URL prefix to match Django's by adding the plural s. Catch and redirect any old urls to the new scheme.
  • Tidy up old account redirect view.
  • Added tests to ``static_proxy``.

What is new in version 3.0.6:

  • Don't require specifying filebrowser urls separately in a project's urlconf.
  • Improved support for determining timezone with tzlocal lib.
  • New setting ``EMAIL_FAIL_SILENTLY`` for controlling the default ``fail_silently`` arg in sending email.

What is new in version 3.0.4:

  • Shadow staticfiles runserver instead of ``django.core``.
  • Use local names for the language selector. Also dropping creation of the two variables LANGUAGES and ``LANGUAGE_CODE``. because they already exists.
  • Use correct indents.
  • Bump Grappelli version.
  • More unicode fixes - Stephen McDonald
  • Correctly handle serving files under ``MEDIA_ROOT`` during development on Windows.

What is new in version 1.4.12:

  • Removed bad 1.6 handling.
  • Fixed settings context processor for email template contexts when cache installed.

What is new in version 1.4.9:

  • Add support for ``settings.RICHTEXT_FILTERS``. ``RICHTEXT_FILTERS`` is a list of items that are valid for the. ``RICHTEXT_FILTER`` setting. The plural version takes precedence if it is. available and non-empty. Each item in ``RICHTEXT_FILTERS`` is applied in. order. An alias for the ``richtext_filter`` template filter has been added to. match the plural nature of the new setting: ``richtext_filters`` simply. calls on ``richtext_filter`` for its output
  • Fixed blog post categories list in ``blog_post_list.html`` template
  • Removed redundant jQuery media from KeywordsWidget
  • Use urljoin in ``Page.get_absolute_url`` for link pages
  • RTL: fix position of changelink icon in page tree after recent changes. Problem introduced in aec1a0462b60, which solves an issue due to long. page names
  • Comma separate categories in blog post listing
  • Update docs for new ``RICHTEXT_FILTERS`` setting
  • Properly deprecate ``RICHTEXT_FILTER`` setting in favour of ``RICHTEXT_FILTERS`` (plural) setting
  • Update templates to use new ``richtext_filters`` (plural) tag
  • Allow a single BCC address in addition to list/tuple. BCC fails if the ``addr_bcc`` argument is a single address rather than a list/tuple. This commit wraps a single address in a list to fix this problem
  • Make sure ``request._messages`` has been set before trying to access it. This is for cases where the MessageMiddleware hasn't had a chance to. run, ``e.g`` when a previous middleware returned an exception
  • Use a separate key setting for nevercache tokens

What is new in version 1.4.7:

  • Allow querystring vars to be excluded from pagination links
  • Missing migration on site perms.
  • Added support for ``setup.py`` test
  • Pass in the user to ``page.get_ascendants`` in the page view. This will allow previewing of the unpublished children pages of. unpublished parent pages.
  • Lowered ``MAX_POSTS_PER_CALL`` to 20; Added support for question/answer posts
  • Use a context instance when rendering page menus, huge performance boost
  • Fixed rss import errors
  • Fixed the igrations to be able to run with a custom user model. This uses a pattern copied from django-reversion: ``https://github.com/etianen/django-reversion/blob/master/src/reversion/migrations/0001_initial.py``
  • Add ``addr_bcc`` arg to ``send_mail_template``. This accommodates the new setting ``SHOP_ORDER_EMAIL_BCC`` in Cartridge
  • Fix lookup for username generation when ``ACCOUNTS_NO_USERNAME`` is True
  • Fixed 0005 migration wrt custom user models
  • Correctly validate float settings in ``mezzanine.conf``
  • Added some validation in the createdb command that fails if a Mezzanine table exists, to prevent people from running it and accidentally faking new migrations that need to be run
  • ``mezzanine/accounts/templates/email/account_approved.html:`` removed the extra. "http://"
  • Make fabfile work in Windows. Two small changes allow deployment via Fabric from Windows: * Use ``posixpath.join`` instead of ``os.path.join`` to construct all paths destined for the remote machine. * Check for ``"fab-file.py"`` as well as "fab" in ``sys.argv``, to handle the way setuptools-generated command-line scripts work in Windows
  • Fix urlpattern for archive year

What is new in version 1.4.5:

  • Fixed some static urls in admin to support external storage backends.
  • Bumped grappelli/filebrowser versions.

Requirements:

  • Python 2.6 or highr
  • Django 1.4 or higher
  • PIL - Python Imaging Library

Similar Software

Nodize CMS
Nodize CMS

13 May 15

REDAXO
REDAXO

10 Dec 15

xEpan
xEpan

12 Apr 15

PencilBlue
PencilBlue

18 Apr 16

Other Software of Developer Stephen McDonald

Drum
Drum

13 Apr 15

babbler
babbler

11 May 15

gunicorn-console
gunicorn-console

19 Feb 15

Cartridge
Cartridge

14 Apr 15

Comments to Mezzanine

Comments not found
Add Comment
Turn on images!