Mezzanine

Latest version: v6.0.0

Safety actively analyzes 701215 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 12 of 23

1.0.3

Not secure
----------------------------

* Don't restrict image width in default css since it's now responsive - Stephen McDonald
* Updated ``templates_for_host`` to insert default templates after the associated custom template, rather than putting all defaults at the end - Josh Cartmell
* Updated ``templates_for_device`` to insert default templates after the associated custom template, rather than putting all defaults after all custom templates - Josh Cartmell
* Disable nav in popups. Closes 152 - Stephen McDonald
* Refactored model graph building in docs - call management command natively, and handle all the error conditions - Stephen McDonald
* Internal refactoring of abstract models in ``mezzanine.core``. Move ``admin_link`` from Displayable to Slugged, since it is more closely related to URLs. Move ``description_from_content`` from Slugged to MetaData, since it is more related to description on MetaData. Don't rely on title in ``description_from_content``, just use string version of an instance, which is title anyway via Slugged - Stephen McDonald
* Added handling for having 'save' and 'save and continue' in SingletonAdmin - Stephen McDonald
* Make pillow an optional dependency, only used when PIL isn't installed - Stephen McDonald
* Added bootstrap's collapsible navbar, upgraded jQuery to 1.7, and added a setting ``JQUERY_FILENAME`` so that the jQuery file/version is stored in one place - Stephen McDonald
* Fix cyclic import in Django 1.4 - Stephen McDonald
* Don't abort on graph generation in docs build, since we can use the repo version of it - Stephen McDonald
* Pin exact versions in dependencies - Stephen McDonald
* Fix form export encoding - Stephen McDonald
* Updated database settings to use prefixed format. unprefixed format removed from django 1.4. Added ``django.db.backends``. to. ``settings.py`` and ``local_settings.py`` templates - Patrick Taylor
* Clean up db settings and remove helpers from ``mezzanine.utils.conf`` - Stephen McDonald
* Added more info and examples of different homepage patterns in ``project_template/urls.py`` - Stephen McDonald
* Added FAQs section to docs - Stephen McDonald
* Skinned the docs to be in line with the Mezzanine project's homepage styling - Stephen McDonald
* Added storage API to thumbnail template tag, and zip upload for galleries - Stephen McDonald
* Fix use of with statement for Python 2.5 - Stephen McDonald
* Use django's conf at the module level in ``mezzanine.core.fields``, so that fields can be loaded prior to ``mezzanine.conf`` being loaded - Stephen McDonald
* Exclude static dir from package - Stephen McDonald
* Added the collecttemplates management command, for copying all (or app specific) templates to a project - Stephen McDonald
* Added secure arg and default expiry seconds to ``mezzanine.utils.views.set_cookie`` - Stephen McDonald
* Added ``mezzanine.utils.email.send_mail_template`` for sending templated email, and integrated with ``mezzanine.forms``. Closes 165 - Stephen McDonald
* Fixed weird double-click bug in admin page tree - Stephen McDonald
* Fixed regression in orderable inlines from upgrading to latest jQuery - Stephen McDonald
* Fixed regression in keywords field from upgrading to latest jQuery - Stephen McDonald
* Fixed signature change in Django 1.4's admin ``change_view`` - Stephen McDonald
* Fixed admin login redirect for non-login view URLs - Stephen McDonald
* Fixed removed ``project_template`` setup in mezzanine-project. Closes 167 - Stephen McDonald
* Use operating system separator - Chris Trengove

1.0.2

Not secure
----------------------------

* Update setup to exclude new dev db name - Stephen McDonald

1.0.1

Not secure
----------------------------

* Add a patch to the changelog generator for the versioning blunder - Stephen McDonald
* Added a new middleware which will serve templates from a theme, based upon the host accessing the site - Josh Cartmell
* Separated the logic a little more to make ``host_theme_path`` more reusable - Josh Cartmell
* Remove mention of ``site_media`` which no longer applies with staticfiles used - Stephen McDonald
* Avoid file-in-use exception when deleting (on Windows) - Chris Trengove
* Added quote by Antonio Rodriguez and one line bio for each of the quoters - Stephen McDonald
* Fix a couple of test failures on Windows - Chris Trengove

1.0.0

Not secure
----------------------------

* Fixed runserver arg parsing for grappelli media hosting. Closes 110 - Stephen McDonald
* Added a note to the docs about not subclassing RichTextPage - Stephen McDonald
* Raise a more meaningful error message when someone tries to subclass a custom content type, which isn't supported - Stephen McDonald
* Every model mixing Slugged in with a cyclical dependency fails with dumpdata in current Django (including a tree with a fix applied for Django ticket 14226). The natural key declared in Slugged is the culprit - derkaderka
* Bookmarks are removed from ``grappelli_safe`` - Stephen McDonald
* Fixed duplicate keyword handling regression and added support for automatically removing unused keywords. Closes 116 - Stephen McDonald
* Added patching of ``django.contrib.admin.site`` in ``mezzanine.boot`` to defer certains calls to unregister/register to work around some loading issues for custom model fields - Stephen McDonald
* Don't use form email field as from address if ``FORMS_DISABLE_SEND_FROM_EMAIL_FIELD`` setting is True - John Barham
* Register ``FORMS_DISABLE_SEND_FROM_EMAIL_FIELD`` in ``mezzanine.conf`` - Stephen McDonald
* Fixed migration forms/0003 failure for Postgres - Luke Plant
* Fixed dependencies of migrations, so that ``'./manage.py`` migrate' works even if starting from scratch - Luke Plant
* Added installation instructions for adding Mezzanine to an existing project - Luke Plant
* Added a generic RSS blog importer - Stephen McDonald
* Added a type attribute to fields in ``mezzanine.forms.forms.FormForForm`` for use in styling, and removed CSS class assignments - Stephen McDonald
* ``Addedmezzanine.mobile`` commented out to ``INSTALLED_APPS`` in ``project_template.settings`` - Stephen McDonald
* Fixed authentication check in base admin template - Stephen McDonald
* Ported default templates from 960.gs to Twitter Bootstrap - Stephen McDonald
* Merge paging links settings into a single ``MAX_PAGING_LINKS`` setting - Stephen McDonald
* Cleaned up settings ordering - Stephen McDonald
* Stub out empty comment forms in the context for the comments test - Stephen McDonald
* Don't show help text for form fields with errors assigned, and show all errors rather than just the first - Stephen McDonald
* Added docs for the RSS importer - Stephen McDonald
* Update the docs copyright date and fix some warnings - Stephen McDonald
* Fix template path for cartridge hook - Stephen McDonald
* Added Number and URL field types to ``mezzanine.forms`` - Stephen McDonald
* Unicode fixes for MS Excel in forms export - Stephen McDonald
* Added a work-around for performance issues with ``jQuery.ui.sortable`` and large page trees - Stephen McDonald
* Add pillow as a dependency for getting PIL install properly - Stephen McDonald
* Added handling in PageAdmin for picking up any extra fields defined by subclasses of Page, when the admin class being used doesn't implement any fieldsets - Stephen McDonald
* Added a wrapper field ``mezzanine.core.fields.FileField`` for filebrowser's FileBrowseField, falling back to Django's FileField if unavailable - Stephen McDonald
* Changed the filebrowser urlpattern to match the admin menu name - Stephen McDonald
* Changed thumbnailing to use a separate directory defined by the setting ``THUMBNAILS_DIR_NAME`` - Stephen McDonald
* Added additional URL structure. To better mimic wordpress and other blogs URL I added a. /year/month/slug url path - Josh
* Changing name of url pattern - Josh
* Added an image gallery app ``mezzanine.galleries`` - Stephen McDonald
* Give blog post with date urlpattern a unique name and correct regex - Stephen McDonald
* Added the setting ``BLOG_URLS_USE_DATE`` to control blog post url format - Stephen McDonald
* Added my site which has taken the fairly popular pixel theme from Wordpress and partially created it from the html5boilerplate. I'll be working on rounding it out even further - joejulian
* Fixed Joe Julian's site link - Stephen McDonald
* Device detection uses lowercase strings - Alvin Mites
* Added unique URLs for gallery photo overlays - Stephen McDonald
* Updated device checking based on conversation from Stephen McDonald - Alvin Mites
* Added a ``num_children`` attribute to page objects in page menus - Stephen McDonald
* Changed LICENSE from 3-clause to 2-clause BSD - Stephen McDonald
* Fixed unicode handling in gallery image description from name - Stephen McDonald
* Added gallery image tests - Stephen McDonald
* Added demo fixtures for galleries - Stephen McDonald
* Add Blog Featured Images. Added featured images for blogs as well as settings to turn the feature. on and off - Josh
* Migration file for Featured image and setting the field to null - Josh
* Updated ``page_menu`` and ``tree.html`` to avoid creating uls if no pages in the ``page_branch`` are ``in_navigation`` - Josh Cartmell
* Updated ``page_menu`` ``page_branch_in_navigation`` and ``page_branch_in_footer`` to be more concise. Updated ``tree.html`` and ``footer_tree.html`` not print out uls unless ``page_branch_in_navigation`` or ``page_branch_in_footer`` are set - Josh Cartmell
* Accidentally omitted if from tag - Josh Cartmell
* Updated ``footer.html`` to avoid unecessary uls - Josh Cartmell
* Rolling back as the previous change to ``footer.html`` did not work with 3rd level menus - Josh Cartmell
* Updated ``footer.html`` again to avoid unecessary uls - Josh Cartmell
* Updated ``footer.html`` identation to be more consistent - Josh Cartmell
* Refactored device handling to be based on TemplateResponse objects since dropping Django 1.1/1.2 support - Stephen McDonald
* Use filebrowser field for blog feature image, and add template handling for it - Stephen McDonald
* Removed all uses of ifequal and ifnotequal templatetags - Stephen McDonald
* Added model graph to docs - Stephen McDonald
* Change ``Displayable.status`` default to published - Stephen McDonald
* Create dest directories in ``mezzanine.utils.tests.copy_test_to_media`` - Stephen McDonald
* Prevent child pages being added to protected pages. Closes 131 - Stephen McDonald
* Added SSLMiddleware which redirects based on matching url prefixes. Updated ``defaults.py`` with new settings related to the middleware. Added deprecation warning if ``SHOP_SSL_ENABLED`` or ``SHOP_FORCE_HOST`` is found in settings - Josh Cartmell
* Updated deprecation warnings to work - Josh Cartmell
* Middleware now redirects back to non-secure if the request is secure but does not have a prefix from ``SITE_FORCE_SSL_URL_PREFIXES`` - Josh Cartmell
* Added fix for ``footer.html`` if a page is primary, in footer and the first in the loop - Josh Cartmell
* Removed cartridge checks from ``SITE_FORCE_SSL_URL_PREFIXES`` defaults. Moving to cartridge and using append - Josh Cartmell
* Restored ``mezzanine.core.AdminLoginInterfaceSelector`` and added a deprecation warning - Stephen McDonald
* Added the setting ``TINYMCE_SETUP_JS`` which controls the URL for the TinyMCE setup JavaScript file - Stephen McDonald
* Renamed SSL settings to begin with SSL and moved deprecation warnings to Cartridge - Stephen McDonald
* Moved account functionality from Cartridge into Mezzanine, and added data migrations for editable setting name changes - Stephen McDonald
* Make generated fields in ``mezzanine.generic`` ``(_string``, ``_count``, ``_average``, etc) uneditable, to prevent them from appearing in admin change views that don't have explicit admin classes registered - Stephen McDonald
* Ensure generated fields in ``mezzanine.generic`` are unique instances - Stephen McDonald
* Fixed branch clicking in admin page tree so that open/close for a branch doesn't toggle its children (Thanks Jason Kowaleski) - Stephen McDonald
* Changed admin dropdown menu to be injected into breadcrumb area, rather than floating on it, to allow for the breadcrumb background to wrap with menu items when the browser window is thin - Stephen McDonald
* Fixed admin page tree on reload. The problem occured when reloading a page after setting an open child branch's. parent as closed. When you reloaded a page the routine that would. reopen previously opened child branches (that are currently hidden by a parent). was causing said child branch displaying both the show(+) and hide(-). icons side by side which could be seen when reopening the parent. It would also cause this said hidden, opened child branch. to no longer be registered in the opened branch cookie. So if you were to. reload the page again, this branch wouldn't be opened at all. The solution involves simply reopening all previously opened branches on. reload without worrying about adding their ID's again to the cookie. It also. avoids using the Jquery toggle() function which seemed to be the problem. that caused both the show(+) and hide(-) buttons to appear - Kowaleski, Jason
* Refactored rating form and templatetag to remove hard-coded field name - Stephen McDonald
* Raise exception if any of the generic fields are used multiple times on the same model, since we don't have access to the field being modified in the signals - Stephen McDonald
* Added migrations for ``mezzanine.galleries`` - Stephen McDonald
* Fail silently and return an empty list for objects given without a KeywordsField - Stephen McDonald
* Refactored comment handling into its own view, and removed ``mezzanine.generic.utils.handle_comments`` - Stephen McDonald
* Revert previous change for removing hard-coded rating field name, and remove the hard-coded field name by simply finding the first RatingField for the given object, since there can only be one - Stephen McDonald
* Fix logic in form export - Stephen McDonald
* In ``mezzanine.forms``, allow FormEntry instances to be provided for FormForForm and handle loading and updating FieldEntry values - Stephen McDonald
* Update packages docs and re-generate settings docs - Stephen McDonald
* Remove unnecessary ``time_format`` handling in SplitSelectDateTimeWidget which doesn't exist in Django 1.4 - Stephen McDonald
* Add missing messages context processor for Django 1.4 - Stephen McDonald
* Allow docs to build even if model graph can't be built - Stephen McDonald
* Allow ``BLOG_SLUG`` to be set to an empty string, in which case the catch-all urlpatterns belong to the blog, and page urlpatterns get their own URL prefix - Stephen McDonald
* Use a generic sqlite db name in ``local_settings.py`` - Stephen McDonald
* Upgrade to Bootstrap 2.0 - Stephen McDonald
* Added Javascript to show only pages with children in tree, and to update this after moving pages (via drag and drop) - Kowaleski, Jason
* Add fallback for blog title when blog page isn't available - Stephen McDonald
* Fix gallery overlay close handler - Stephen McDonald
* Add the missing viewport for the responsive layout to work correctly - Stephen McDonald
* Updating doc for model customization, registering works better in ``admin.py`` - Ismail Dhorat
* Change the template copying option in the mezzanine-project script to default to False - Stephen McDonald
* Create entries for empty fields, so that export filtering works correctly - Stephen McDonald
* Setup ``local_settings`` template when testing - Stephen McDonald
* Updated -t help text to reflect that it is no longer the default - Josh Cartmell
* Updated the mezzanine-project command to have a -m option which must be specified to copy over mobile templates. The -t option now skips over mobile templates - Josh Cartmell
* Removed the ``make_grappelli/filebrowser_safe`` scripts as they're no longer useful since we've customized those packages - Stephen McDonald
* Remove themes from feature list - Stephen McDonald
* Version bump to 1.0 - Stephen McDonald

0.12.4

Not secure
-----------------------------

* Synchronize PO files with tip - Sebastián Ramírez Magrí
* Added a note to the documentation overview about assumed Django knowledge with a reference to the tutorial - Stephen McDonald
* Let messages fail silently for Django < 1.3 - stephenmcd
* Don't rely on version checking for adding cookie-based messaging - stephenmcd

0.12.3

Not secure
-----------------------------

* Fixed Disqus single-sign-on bug where message is overwritten to <message, timestamp> and returned incorrectly in payload - Brett Clouser
* Changed thumbnail test to remove test thumbnail even if test fails - Stephen McDonald

Page 12 of 23

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.