All Versions
132
Latest Version
Avg Release Cycle
72 days
Latest Release
2079 days ago

Changelog History
Page 3

  • v3.0.9 Changes

    February 11, 2014
    • Add noindex tag to search results. Search results shouldn't normally be indexed, given that they can be generated for arbitrary queries. This patch adds a noindex tag to the head - Samir Shah
    • Fix serving uploaded files during development - Stephen McDonald
    • Fix static files handling - Stephen McDonald
    • Support collapse classes in admin. Closes #943 - Stephen McDonald
    • Add some HTML5 tags to RICHTEXT_ALLOWED_TAGS. Hi,. This patch adds the following tags to RICHTEXT_ALLOWED_TAGS: * article. * aside. * figure. * caption. * header. * footer. * nav. * section. , all of which are becoming increasingly common, and should all be safe to allow. Thanks! - Samir Shah
  • v3.0.8 Changes

    February 05, 2014
    • Use binary mode when opening the image to be copied on a remote server - Sylvain Fankhauser
    • Fixed regression when validating displayable content field against published status - Stephen McDonald
    • Fix static proxy handling - Stephen McDonald
    • Fix string checking in page processors. Closes #931 - Stephen McDonald
    • Handle the different method of importing filebrowser urls when the upstream version is installed. Closes #925 - Stephen McDonald
    • Rename account URL prefix to match Django's by adding the plural s. Catch and redirect any old urls to the new scheme - Sam Kingston
    • Tidy up old account redirect view - Sam Kingston
    • Added tests to static_proxy - Alejandro Peralta
    • Handle next param in old_account_redirect - Stephen McDonald
    • In Mezzanine's runserver, also serve up static files in STATIC_ROOT - Stephen McDonald
    • Bump filebrowser-safe to 0.3.2 - Stephen McDonald
    • Use file.name instead of file.url for getting name of file in GalleryImage. file.name is universal accross storages and can be used not only with. FileSystem storage but with S3 storage as well (file.name is used to. create the url). Also with using name instead of url we will not have. problems with encoding and python version - Venelin Stoykov
  • v3.0.7 Changes

    February 02, 2014
    • check if the user model is already registered. Fix usage of overwriting the UserProfileAdmin because it will be under mezzanine.accounts in INSTALLED_APPS - Sebastian Clemens
    • check django version instead of ImportError. Closes https://github.com/stephenmcd/mezzanine/issues/893 - Sebastian Clemens
    • Use space indent instead of tab - Sebastian Clemens
    • Do not show the in_menus field in page admin if PAGE_MENU_TEMPLATES is empty - Laurent Prodon
    • Fix admin password reset page. Closes #909 - Stephen McDonald
    • Clean up PAGE_MENU_TEMPLATES check in page admin - Stephen McDonald
    • Fix failing account tests for foreignkey and date/datetime fields on user profile models - Stephen McDonald
    • menu: include parent page in context - Laurent Prodon
    • menu: modify doc accordingly - Laurent Prodon
    • Handle multiple ip addresses in mezzanine.utils.views.ip_for_request - Stephen McDonald
    • Fix handling for schemeless static urls in static proxy - Stephen McDonald
    • fix on python3 loads() required string found bytes <- reads(). adding .decode("utf-8") to support python3 - Simone Federici
    • Fixed bug in processor_for if it receives an unicode slug - Vindio
    • Replaced unicode string for python3.x compatibility - Vindio
    • Previous commit breaked test for python2.x - Vindio
    • Previous commit broke test for python2.x - Vindio
    • Dont show comments in blogpost list if they are not allowed - Laurent Prodon
    • wrap ratings in a block in blogpost detail template - Laurent Prodon
    • More Django 1.6 generic relation regressions - underlying sql has changed, returning duplicates, so apply distinct for correct results. Closes #918 - Stephen McDonald
    • Fix tag cloud padding - Stephen McDonald
    • Ensure filtering blog posts by keyword uses the correct content type - Stephen McDonald
    • Much simpler keywords lookup fix - Stephen McDonald
    • Don't assume static proxy url param contains a host. Closes #920 - Stephen McDonald
    • Added test to check that /static/ as a prefix of url is removed - Alejandro Peralta
    • Fix static proxy test for Python 3 and remove fb dependency from test - Stephen McDonald
  • v3.0.6 Changes

    January 17, 2014
    • Don't require specifying filebrowser urls separately in a project's urlconf - Stephen McDonald
    • import the user model from settings - Sebastian Clemens
    • Improved support for determining timezone with tzlocal lib - Stephen McDonald
    • New setting EMAIL_FAIL_SILENTLY for controlling the default fail_silently arg in sending email - Stephen McDonald
  • v3.0.5 Changes

    January 12, 2014
    • Fix bytes/string handling in Python 3 static_proxy. Closes #866 - Stephen McDonald
    • Move the file browser url to i18n patterns - Sebastian Clemens
    • Use the new template tag for url generation - Sebastian Clemens
    • Add a given query string to url - Sebastian Clemens
    • Move jQuery setup for ajax/csrf outside of document.ready handler - Stephen McDonald
    • In overextends template tag, don't assume extends node is first in node list - Stephen McDonald
    • Fix bytes/str handling in disqus SSO - Stephen McDonald
    • Communicate the requirement for twitter credentials on changing the default query in the help text - Stephen McDonald
    • Slight increase to font size throughout the admin - Stephen McDonald
    • Add url field type to anyFieldsDirty in dynamic_inline.js - Adrian Carpenter
    • Patch all migrations to remove generic fields - these break with Django 1.6 and aren't actually necessary with the latest version of south - Stephen McDonald
    • Added two more HTML5 input types in dynamic_inline.js - Adrian Carpenter
    • dynamic_inline.js updated for HTML5 input types in Django 1.6 - Adrian Carpenter
    • Remove all the frozen_by_south hacks and use it to provide a warning for old migrations - Stephen McDonald
    • Add some more html5 field types to dynamic inlines JavaScript - Stephen McDonald
    • Update to use multiprocessing library - tyescott
    • Use pytz to determine a closest matching timezone fro TIME_ZONE default - Stephen McDonald
    • Have RSS/Atom feed link attribute go to homepage of site - David Tomaschik
    • Don't hard code rss link url - Stephen McDonald
    • Use FieldFile.url to get full image-url in gallery. Closes #877 - Denis Cornehl
    • SS: Bumped requests and requests-oauthlib versions - Sachin Shende
    • Fix tuple/list setting handling. Closes #883 - Stephen McDonald
    • allow tags inside in TinyMCE - Neum
    • Add back bootstrap-extras.js. Menus stay open for a few hundred milliseconds after the cursor leaves them and the dropdowns in the main menu are useable when the menu is collapsed - Josh Cartmell
    • Relative schemes for twitter avatar urls. Closes #878 - Stephen McDonald
    • Fix some failing http status code tests that need to follow redirects when multiple languages defined - Stephen McDonald
    • Make the label element optional for form fields. Labels for form fields can be disabled by setting them to an empty string. Previously this would produce the intended result visually, but left an empty label element in the HTML. This change causes the element to only be inserted if a label value exists - David Sanders
    • Fix for uploading zip files to a homepage gallery - Jeff Fein-Worton
    • Update to latest bleach/html5lib and enable for Python 3 - Stephen McDonald
    • Fix admin menu app/model sorting for Python 3 - Stephen McDonald
    • Bump version to 3.0.5 - Stephen McDonald
  • v3.0.4 Changes

    December 27, 2013
    • Shadow staticfiles runserver instead of django.core - Stephen McDonald
    • Use local names for the language selector. Also dropping creation of the two variables LANGUAGES and LANGUAGE_CODE. because they already exists - Sebastian Clemens
    • Correctly handle serving files under MEDIA_ROOT during development on Windows. Closes #865 - Stephen McDonald
  • v3.0.3 Changes

    December 25, 2013
    • Skip randomly failing settings test on Python 3 - Stephen McDonald
    • Unicode fix for gallery image descriptions from filenames - Stephen McDonald
    • More gallery unicode fixes - Stephen McDonald
    • Fix some jQuery namespacing regressions in the admin - Stephen McDonald
  • v3.0.2 Changes

    December 24, 2013
    • No changes listed.
  • v3.0.1 Changes

    December 24, 2013
    • Fix Python 2/3 str/bytes error in cache bypass util - Stephen McDonald
  • v3.0.0 Changes

    December 24, 2013
    • Python 2/3 port: be conservative: no magic super() imports - Ed Schofield
    • Put __future__ imports below the # encoding: utf-8 lines - Ed Schofield
    • Correctly handle page slug lookups when APPEND_SLASH is False - Stephen McDonald
    • disqus counts should follow the protocol of the original request, see: http://help.disqus.com/customer/portal/articles/542119 - John Henry
    • Fall back to Python 2 urllib imports if needed. * Also fix one bug triggered by passing a newstr to urllib.unquote - Ed Schofield
    • Remove obsolete with_statement import from __future__ - Ed Schofield
    • Always pass a native string to first arg of 3-arg type() call in middleware.py - Ed Schofield
    • Add absolute_import to prevent implicit relative import of html.py on Py2 - Ed Schofield
    • Python 2/3 compatibility for types in the settings registry - Ed Schofield
    • Fix a few out-of-order __future__ imports - Ed Schofield
    • Python 3 compatibility: Use Django's newer smart_text and force_text if available. - smart_unicode and force_unicode aren't defined in django.utils.encoding on Py3 - Ed Schofield
    • Python 3: fix arg_names lookup in FormForForm.__init__ - Ed Schofield
    • Python 3 compatibility: Fix galleries/models.py: use BytesIO etc - Ed Schofield
    • Add Python 3.3 to .travis.yml - Ed Schofield
    • Revert "Add Python 3.3 to .travis.yml". This reverts commit 4dee3b787d040613fa632c3300a29def955ca128. Django 1.4.x doesn't support Python 3.x, so the .travis.yml file needs to. specify that the combination of Python 3.3 and Django 1.4.x should not be. tested - Ed Schofield
    • Change __unicode__ -> __str__ and add python_2_unicode_compatible decorator - Ed Schofield
    • Disable standard_library import hooks for pychecker - Ed Schofield
    • Add future == 0.8.2 to requirements; remove dependency for setup.py - Ed Schofield
    • Change future dependency to >= 0.8.2 - Ed Schofield
    • Add Python 3.3 back to .travis.yml and disable tests on Py3.3 + Django 1.4 - Ed Schofield
    • Fix location of urlparse on Python 2 - Ed Schofield
    • Add Python 3 classifier for PyPI - Ed Schofield
    • Prevent UnicodeDecodeError in test run on Py2 if files in the local dir have high-bit chars. - Also remove an extraneous import - Ed Schofield
    • Python 3: import local_settings correctly from project_template.settings - Ed Schofield
    • Work around Django / Python 2.x not supporting unicode cookie keys - Ed Schofield
    • Change Py3-incompatible is-this-a-string type-check hack in send_mail_template - Ed Schofield
    • Fix for mezzanine.utils.email imports - Ed Schofield
    • Remove Django 1.4.x from .travis.yml for pull request for early testing - Ed Schofield
    • import_rss and import_tumblr scripts: fix urllib imports on Py2 - Ed Schofield
    • Remove all isinstance() imports (with future v0.9). - These are not needed in future v0.9 - Ed Schofield
    • Handle context_data is None in PageMiddleware - Stephen McDonald
    • No need to provide TEST_RUNNER in settings - Stephen McDonald
    • Restore 1.6 fix for generic relations - Stephen McDonald
    • Don't use deprectaed depth arg for select_related in page_menu tag - use the built up list of subclass models instead, as per in the admin - Stephen McDonald
    • Revert "Restore 1.6 fix for generic relations.". This reverts commit 19288b896a5ccb146ae8fe8e25cde5a768079c0d. _meta.get_all_field_names() load the app cache. This cannot be called. during the app cache loading. Those line have been posing problems as seen in: * 19288b896a5ccb146ae8fe8e25cde5a768079c0d. * d2b68151ca936422eef3d0b7cc2a8e63f5e2d4d1. * 69acbfd8f025d2b245c4c8e8ca4d1484f0c1228d - Antoine Catton
    • Fix circular import problem and keep Django 1.6 compatibility. See: * f48390c4c8d61ca499f277f2ae1c2346262b949d. * 19288b896a5ccb146ae8fe8e25cde5a768079c0d. * d2b68151ca936422eef3d0b7cc2a8e63f5e2d4d1. * 69acbfd8f025d2b245c4c8e8ca4d1484f0c1228d. Thank you Gavin Wahl (gwahl at fusionbox dot com) for the solution - Antoine Catton
    • Bump future version requirement to 0.9.0 - Ed Schofield
    • Add Django 1.4.8 back to .travis.yml and disable tests on Py3.3 + Django 1.4.8 - Ed Schofield
    • Remove some unnecessary list() calls around map() results - Ed Schofield
    • Allow fab remove to run when db/user don't exist - Stephen McDonald
    • Allow multiple deployed projects with ssl in nginx conf - Stephen McDonald
    • Fixed a few small spelling errors - Tuk Bredsdorff
    • In set_dynamic_settings don't convert tuple settings back to tuples if they were already a list. Closes #821 - Stephen McDonald
    • Python 3 fix - can't compare string and int when sorting content types in page admin - Stephen McDonald
    • Don't install optional dependencies for Python 3 that aren't yet compatible with it - Stephen McDonald
    • Fix string cast for file fields in thumbnail template tag - Stephen McDonald
    • Overide staticfiles' runserver command and wsgi handler during development, to allow uploaded files to be served from within the static dir - Stephen McDonald
    • Update refs to latest Django 1.4/1.5 versions - Stephen McDonald
    • Add project path to search path in tests - Stephen McDonald
    • Authenticate new user using a token instead of a password to support password-less configurations - Alex Hill
    • If new user's password is empty, make this explicit by calling set_unusable_password() - Alex Hill
    • Only load editable settings from the database - Alex Hill
    • Add a test for fixed editable settings behaviour - Alex Hill
    • Load settings in a separate method, emit warnings for settings that are defined twice - Alex Hill
    • Assume settings pulled from the database are UTF-8 - Alex Hill
    • Remove assignment to make pyflakes happy - Alex Hill
    • Remove use of from future import standard_library for now (issue #826). - This feature in future is currently buggy. - The import was not actually needed by some modules anyway - Ed Schofield
    • Remove deprecated assert methods - Stephen McDonald
    • Clean up editable setting loading - Stephen McDonald
    • Move special-case bytes conversion to _load method - Alex Hill
    • Add test for special-case bytes conversion - Alex Hill
    • Fix inline editing response. Closes #829 - Stephen McDonald
    • Upstream update to Bootstrap 3.0.2 - Eduardo Rivas
    • Update footer link to point to the Bootstrap 3 site - Eduardo Rivas
    • Inline Admin: Convert editable_form.html to BS3 - Eduardo Rivas
    • Make auto-generated slugs propagate. Fixes #831 - Alex Hill
    • Use reverse instead of models.permalink in BlogPost.get_absolute_url - Stephen McDonald
    • Allow all models subclassing Displayable to be searched by setting SEARCH_MODEL_CHOICES to None - Stephen McDonald
    • Update search engine docs - Stephen McDonald
    • Fix some type handling for settings in mezzanine.conf - Stephen McDonald
    • More Python 3 fixes for types in mezzanine.conf - Stephen McDonald
    • Allow specifying optional left and top values to the thumbnail tag which control the centering of the thumbnail. If non default values are used update the thumbnail name - Josh Cartmell
    • Allow None to be used as a per_page arg for pagination, to bypass pagination altogther - Stephen McDonald
    • Force string type names for HTML5 form fields - Stephen McDonald
    • Clean up positioning code in thumbnail tag - Stephen McDonald
    • added three classes "left", "middle" and "right". these classes are used by cartridge to use the entire space in checkout process - Sebastian Clemens
    • fix on __admin_media_prefix__ about the trailing slash - Alexandre Hajjar
    • Namespace jQuery in the admin pages to prevent conflicts - Zachery Metcalf
    • Upstream update to Bootstrap 3.0.3 - Eduardo Rivas
    • Use the new BS 3.0.3 colors for error fields - Eduardo Rivas
    • Py3k compatibility fixes in two-phase rendering - Alex Hill
    • Update forms.py. Added a check to see if the initial value for a field is a manager - Tim Harton
    • Fixed multipleschoiceselect error with profiles - Tim Harton
    • Slightly cleaner related field check in profile form - Stephen McDonald
    • Add a {% block %} to .form-actions in account_form.html for Cartridge. to extend. This makes it easier for Cartridge to insert an "Order History" button - Eduardo Rivas
    • Increased margin around buttons in the user panel. Makes it look less. crammed - Eduardo Rivas
    • Render form errors with a new {% errors_for %} template tag. This new template tag accomplishes three things: - Fixes the bug of multiple form error messages appearing when using. {% fields_for %}. This bug was intruduced in this ``commit. and was discovered when [migrating Cartridge toBS3](https://github.com/clemensbasti/cartridge/pull/1)``. - Decouples error message rendering from form field rendering, with. the added flexibility of placing the error messages wherever we want. - Creates a new template (includes/form_errors.html) as the single. location to control form error rendering through all Mezzanine and. Cartridge - Eduardo Rivas
    • Admin href disqus recent comments to https or http via double slash. Changed how the disqus widget in the admin panel loads its recent. comments. This will fix any errors for loading insecure content - Daniel Lawrence
    • verbose_names should be capitalized when output. The convention is to always use lowercase verbose_names and capitalize. in the template where necessary. <https://docs.djangoproject.com/en/1.0/topics/db/models/#verbose-field-names>. > The convention is not to capitalize the first letter of the. > verbose_name. Django will automatically capitalize the first letter. > where it needs to - Gavin Wahl
    • Fix a bunch of regressions from namespacing jQuery in admin - Stephen McDonald
    • Add django 1.6.1 to supported/tested versions - Stephen McDonald
    • Move sitemap generation logic for Displayable instances into DisplayableManager - Stephen McDonald
    • Added the url/view for displayable_links.js which is then used by TinyMCE to render a list of site links to use - Stephen McDonald
    • In TinyMCE, don't convert relative urls to absolute - Stephen McDonald
    • Added ALLOWED_HOSTS configuration for Django. As it's part of the default django settings, we also need this in mezzanine - Sebastian Clemens
    • Python 2/3 fix for forms export - Stephen McDonald
    • Added LANGUAGES to settings, since they're needed for multilingual support - Sebastian Clemens
    • Added django.middleware.locale.LocaleMiddleware to MIDDLEWARE_CLASSES - Sebastian Clemens
    • Added a language selector field to the login and admin site - Sebastian Clemens
    • Mention Widgy in the list of third-party modules - Gavin Wahl
    • Only show admin language selector when multiple languages configured - Stephen McDonald
    • Don't use future's int for int settings. Closes #855 - Stephen McDonald
    • In admin customization section of docs, mention in_menu method on admin classes for controlling ADMIN_MENU_ORDER behavior - Stephen McDonald
    • Move requirements file for project_template into project root to better conform with hosting providers like Heroku. Closes #859 - Stephen McDonald
    • Broader excpetion handling for importing bleach since its deps aren't Python 3 ready - Stephen McDonald
    • Fix for django-debug-tolbar 1.0 which prevents later middleware from running - Stephen McDonald
    • Add config for wheel distribution - Stephen McDonald
    • Remove use of deprecated simplejson module and clean up other imports - Stephen McDonald
    • Provide read-only twitter settings for the default query - Stephen McDonald