Mezzanine v1.0.3 Release Notes

Release Date: 2012-03-19 // about 12 years ago
    • 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