Colophon¶
Authors¶
License¶
Copyright (c) Stephen McDonald and individual contributors. All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
- Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Change Log¶
Version 1.4.16 (Sep 30, 2013)¶
- Revert broken static proxy change - Stephen McDonald
- Better fix for static proxy urls - Stephen McDonald
Version 1.4.15 (Sep 29, 2013)¶
- Blog: Generate RSS and Atom feeds through
richtext_filters- Eduardo Rivas- Strip
STATIC_URL, leading / from proxied URLs.STATIC_URLoften contains host orgeneric_host(esp. ifSTATIC_URLis a. path on the same domain), so it needs to be removed first to ensure it. is removed completely. Also removed leading ‘/’ from URL, since it. appears staticfiles doesn’t like absolute paths - Adam Brenecki- Added a function
mezzanine.utils.urls.next_urlwhich is used to retrieve redirect URLs from a request’s next param, while verifying that the redirect URL is valid - Stephen McDonald- Fix min Dajngo version - Stephen McDonald
- Use
request.get_hostrather thanrequest.META['HTTP_HOST']- Stephen McDonald- Fix Django version for travis - Stephen McDonald
Version 1.4.14 (Sep 14, 2013)¶
- Blog: Catch exception if a non-existent month is requested from the archives - Eduardo Rivas
Version 1.4.13 (Sep 11, 2013)¶
- 1.fix comments errors - hanchen
- Allow for there being no “errors” in the twitter api response. When a successful “user” query to the twitter api is completed the json that is returned is a list. In order to validate the response the code tests to see if it was a dictionary with an “error” key. However passing a string as a index to a list will raise a TypeError, which was not being caught by the “except” clause. I have added TypeError to the list of items being caught. There are of course other ways of verifying the response but I think just adding the TypeError is in keeping with what you have already done. For reference, here is what I was seeing: > python
manage.pypoll_twitter–traceback –force. Traceback (most recent call last): ,. File"/,/lib/python2.7/site-packages/mezzanine/twitter/models.py", line 74, in run. raise TwitterQueryException(tweets[“errors”][0][“message”]). TypeError: list indices must be integers, not str - David Higgins- Fix tag cloud factor in generic app - Stephen McDonald
Version 1.4.12 (Aug 27, 2013)¶
- Remove bad 1.6 handling - Stephen McDonald
- Fix settings context processor for email template contexts when cache installed - Stephen McDonald
Version 1.4.11 (Aug 27, 2013)¶
- Added mezzatheme themes marketplace to features list - Stephen McDonald
- Method to load all symbols of all files in a submodule - Thomas Rega
- Use new decorator
"richhtext_filters". The decorator"richtext_filter"is marked as deprecated - Thomas Rega- Move gallery related tests into the app directory. If the app is not installed, the tests are not executed - Thomas Rega
- Move blog related tests into the app directory. If the app is not installed, the tests are not executed - Thomas Rega
- Move page related tests into the app directory. If the app is not installed, the tests are not executed - Thomas Rega
- Move account related tests into the app directory. If the app is not installed, the tests are not executed - Thomas Rega
- Move form related tests into the app directory. If the app is not installed, the tests are not executed - Thomas Rega
- Move core related tests into the app tests directory. These tests do not belong direct to an specific app, so they stay. in the core app directory for now - Thomas Rega
- Simplify new test module structure - Stephen McDonald
- Provide a common TestCase class for all app specific tests, for features such as admin user plus debug cursor for query tracking. Also consistent naming for tests - Stephen McDonald
- Move tons of tests into their correct apps - Stephen McDonald
- Patch
jquery.overlaywithjquery.browsersupport to work with new jQuery versions. Closes #701 - Stephen McDonald- Force tinyMCE save in
dynamic_inline.jsto avoid issues with richtext fields in dynamic inlines and ordering values not correctly handled. Closes #731 - Stephen McDonald- Update dev status classifier in
setup.py- Stephen McDonald- Remove inclusion of
mezzanine.accountswhen testing - Zach Gohr- Inject all Mezzanine apps into the temp settings module when Mezzanine itself is being tested - Stephen McDonald
- Use setuptools to test on travis - Stephen McDonald
- Apply skipTests throughout different tests where apps are coupled - Stephen McDonald
setup.pyspecifies the test deps so we don’t need to grab them for travis now - Stephen McDonald- Update
send_mail_templateto pass optional email headers to the EmailMultiAlternatives constructor. Rather than having the formpage_processorsend mail from user submitted email addresses (if present) have it specify the Reply-To header - Josh Cartmell- Get rid of
FORMS_DISABLE_SEND_FROM_EMAIL_FIELD, always add the Reply-To header if there is anemail_to- Josh Cartmell- Adding template accessible settings into context for rendering templates for emails - Danny Sag
- Handling case when diff between min and max count is smaller than size. Weights were not calculated correctly when difference between max_count and min_count was smaller than settings.TAG_CLOUD_SIZES. Changed calculation of weights to use floating point arithmetic. The results of weight calculations using old and new code are shown below:
http://ideone.com/fXs5aG- Ahmet Bakan- Adding
.control-labeltoform_fields.html- Troy Harvey- Indent
.control-label- Troy Harvey- Be a bit more explicit with request arg in settings context processor - Stephen McDonald
- Added mezzanine-meze to third-party apps list - Stephen McDonald
- Added support for Django 1.6. - The situations in which
contribute_to_classis called have changed. - Fixed DeprecationWarning about simplejson. - Explicitly set theTEST_RUNNERto the pre 1.6 one. - Set default=False on BooleanField - Rocky Meza- Keep django version pinned - Stephen McDonald
- Ensure correct arguments are used when returning a Page in place of a 404 from a non-page urlpattern - Ben Ledbury
- Better error propagation when querying for tweets - Stephen McDonald
- Added –force option to
poll_twittercommand which will query for tweets on all queries - Stephen McDonald- Catch and show twitter query errors in management command, and allow continuing - Stephen McDonald
- Allow twitter queries to gracefully fail in templates - Stephen McDonald
- Bump requeusts-oauthlib version. Closes #764 - Stephen McDonald
- Exempt Link pages from 404 Page replacement - Ben Ledbury
- Changed ‘form’ to
'editable_form'to fix naming conflict. Editable JS no longer being pulled in - Nicole Harris- Don’t quote bullets,. The indentation causes the bullets to be treated as blockquotes - David Winterbottom
- ,but do quote quotes :grinning: - David Winterbottom
- Use correct comment field name in akismet API. Closes #768 - Stephen McDonald
- Added TimeStamped model mixin to Displayable, for created/updated timestamps on all models. Closes #661 - Stephen McDonald
- Allow account signups with profiles containing non-nullable fields. Closes #749 - Stephen McDonald
Version 1.4.10 (Jul 29, 2013)¶
- Added
window.__language_codevariable to admin and inline loader - Artem Gluvchynsky- Better error message for page models that get removed from
INSTALLED_APPS. Closes #722 - Stephen McDonald- Allow initial user creation in syncdb when a profile model is managed by migrations and doesn’t yet exist - Stephen McDonald
- Looser AJAX response check for page reordering. Closes #727 - Stephen McDonald
- Allow key settings to be defined in fab conf and injected into live
local_settingsmodule - Stephen McDonald- Added valid Polish messages for mezzanine/core. Closes #729 - Marek Wywiał
- add a
tox.iniconfig file - jferry- Use protocol-relative URL to avoid SSL warnings - Vinod Kurup
- Make running fabfile outside project root optional, since it conflicts with importing the fabfile into other fabfiles - Stephen McDonald
- Specify minimum version of pytz requirement - Vinod Kurup
- Fixed view and JS to be compatible with jQuery 1.8 - Ethan Goldstine
- Fix
gravatar_urltag for non-ascii email addresses. Closses #721 - Stephen McDonald
Version 1.4.9 (Jul 11, 2013)¶
- Allow deployments to be run from project subdirectories - Stephen McDonald
- Add support for
settings.RICHTEXT_FILTERS.RICHTEXT_FILTERSis a list of items that are valid for the.RICHTEXT_FILTERsetting. The plural version takes precedence if it is. available and non-empty. Each item inRICHTEXT_FILTERSis applied in. order. An alias for therichtext_filtertemplate filter has been added to. match the plural nature of the new setting:richtext_filterssimply. calls onrichtext_filterfor its output - Tim Valenta- Fixed blog post categories list in
blog_post_list.htmltemplate - Artem Gluvchynsky- Removed redundant jQuery media from KeywordsWidget - Artem Gluvchynsky
- Use urljoin in
Page.get_absolute_urlfor link pages - Dheeraj Sayala- 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 - Ahmad Khayyat
- Comma separate categories in blog post listing - Stephen McDonald
- Update docs for new
RICHTEXT_FILTERSsetting - Stephen McDonald- Properly deprecate
RICHTEXT_FILTERsetting in favour ofRICHTEXT_FILTERS(plural) setting - Stephen McDonald- Update templates to use new
richtext_filters(plural) tag - Stephen McDonald- Allow a single BCC address in addition to list/tuple. BCC fails if the
addr_bccargument is a single address rather than a list/tuple. This commit wraps a single address in a list to fix this problem - Alex Hill- Make sure
request._messageshas been set before trying to access it. This is for cases where the MessageMiddleware hasn’t had a chance to. run,e.gwhen a previous middleware returned an exception - Gu1- Use a separate key setting for nevercache tokens - Stephen McDonald
- Remove print - Stephen McDonald
- Add
is_current_parenton pages filtering - Antoine Catton- Remove field related to Django built-in user model. South is expecting those fields to be in the database. So it is. selecting them, since some custom user models don’t have them, this can. break this migration - Antoine Catton
Version 1.4.8 (Jun 27, 2013)¶
- Fix nginx config to work on more recent ubuntu versions. Not sure how backwards compatible this is. Please see:
http://stackoverflow.com/questions/8768946/dealing-with-nginx-400-the-plain-http-request-was-sent-to-https-port-error- David Novakovic- dynamically generate top margin of admin content area - Andromeda Yelton
- contentMargin out of global namespace - Andromeda Yelton
- Force csrf token generation on every request with cache middleware. Closes #676 - Stephen McDonald
- Use a more explicit name in
PageAdmin.get_content_modelswhich won’t collide with a commonly used field name such as name - Stephen McDonald- Don’t use
ugettext_lazyfor form field labels since Django will double-escape them. Closes #682 - Stephen McDonald- Move case-insensitive keyword creation into KeywordManager, and allow for duplicate results. Closes #679 - Stephen McDonald
- Fix
ADD_PAGE_ORDER. Closes #681 - Stephen McDonald- Fix uses of next param for redirects where param exists but value is empty - Stephen McDonald
- Fix invalid migration - Stephen McDonald
- Revert fix to #594 #677 - causes issues with status messages - Stephen McDonald
- TagCloser - don’t close br and image tags - John Groszko
- Test changes to TagCloser - John Groszko
- Clean up some docstrings - Stephen McDonald
- When using search against an abstract model (eg Displayable), filter the combined models searched against by the models represented in the
SEARCH_MODEL_CHOICESsetting. Closes #684 - Stephen McDonald- Add a note to search docs about
SEARCH_MODEL_CHOICESaffecting abstract search behaviour - Stephen McDonald- Added missing class to collapsible navbar that affected nested menus - Jason Wong
- SS: Moved to the original - Sachin Shende
- long title : break words on pages tree - jferry
- SS: Changes done to Twitter app to upgrade to API 1.1. 1. Added
requests==1.2.3andrequests-oauthlib==0.3.2to the dependency list. 2. Added 4 new keys to the settings. 3. Changed models to use new authentication for Twitter API, changed urls and other changes to parse the response - Sachin Shende- use of staticfiles to get url to tinymce - Eduardo S. Klein
- Just added my Website to the gallery ;) - Rafael Beckel
- More consistent names and validation of new twitter settings - Stephen McDonald
- Document new requirements for Twitter API - Stephen McDonald
- Fix for Issue #691 -
ACCOUNTS_APPROVAL_REQUIREDbypassesACCOUNTS_VERIFICATION_REQUIRED- Ling Thio- Provide better default for
FILE_UPLOAD_PERMISSIONS- Stephen McDonald- fixed little firefox bug - jferry
- Bump grappelli-safe version - Stephen McDonald
- Improved ssl cipher settings in default nginx conf - Stephen McDonald
Version 1.4.7 (May 18, 2013)¶
- Added the
ACCOUNTS_NO_USERNAMEsetting, which will hide the username field from signup/update forms, but still generate a unique username for use in profile view slugs - Stephen McDonald- Allow querystring vars to be excluded from pagination links - Stephen McDonald
- Missing migration on site perms. Closes #655 - Stephen McDonald
- Added support for
setup.pytest - Stephen McDonald- Pass in the user to
page.get_ascendantsin the page view. This will allow previewing of the unpublished children pages of. unpublished parent pages. fixes #653 - Rocky Meza- Lowered
MAX_POSTS_PER_CALLto 20; Added support for question/answer posts - Jeff Fein-Worton- Use a context instance when rendering page menus, huge performance boost - Stephen McDonald
- Fixed rss import errors - Andrey Zhukov
- 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- Rocky Meza- Add
addr_bccarg tosend_mail_template. This accommodates the new settingSHOP_ORDER_EMAIL_BCCin Cartridge - Alex Hill- Fix lookup for username generation when
ACCOUNTS_NO_USERNAMEis True, closes #664 - Stephen McDonald- Fixed 0005 migration wrt custom user models - Rocky Meza
- Correctly validate float settings in
mezzanine.conf- Stephen McDonald- 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 - Stephen McDonald
mezzanine/accounts/templates/email/account_approved.html:removed the extra. “http://” - Alexandre Hajjar- Make fabfile work in Windows. Two small changes allow deployment via Fabric from Windows: * Use
posixpath.joininstead ofos.path.jointo construct all paths destined for the remote machine. * Check for"fab-file.py"as well as “fab” insys.argv, to handle the way setuptools-generated command-line scripts work in Windows - Alex Hill- Fix urlpattern for archive year - Stephen McDonald
- Hide printing
STATIC_ROOTin deploys - Stephen McDonald- Added paragraph to
mezzanine/docs/user-accounts.rstaboutACCOUNTS_NO_USERNAME. setting - Alexandre Hajjar- Used
username_labelvariable in the PasswordResetForm label.(accounts/forms.py)- Alexandre Hajjar- Pin html5lib, see
https://github.com/jsocol/bleach/issues/94- Stephen McDonald- Added an extra safeguard for type errors in editable settings - Stephen McDonald
Version 1.4.6 (Apr 28, 2013)¶
- Fix
set_dynamic_settingsfor projects withoutAUTHENTICATION_BACKENDSdefined - Stephen McDonald- Provide meaningful exception when dotted import fails - Sam Kingston
- SS: Line 12
dsq.srcchanged to include https if the site is runnning on SSL. Comments do not appear if the site is running on SSL and js link is http - Sachin Shende- Adding Golds Gym Utah - Josh Batchelor
- If
static_directorydoes not exist, create it. Instead of trying to tar the static directory (which. fails when the dir does not exist), we create it when. is missing - José Aliste- Hack for generic fields that allows MySQL migrations to run correctly - Stephen McDonald
- Don’t assume a site exists in some older migrations - Stephen McDonald
- Use consistent language for ‘log in / sign up’ - Stephen McDonald
- The
db_typefield must take a second ‘connection’ argument, even though unused, otherwise one gets an ‘unexpected keyword argument connection’ TypeError - Marcos Scriven- Added a port of Django’s RedirectFallbackMiddleware with support for Mezzanine’s multi-site handling. Closes #535 - Stephen McDonald
- Changelist view signature change to work with reversion - Thejaswi Puthraya
- Mark redirects middleware as unused if redirects not installed - Stephen McDonald
- Add special handling in PageMiddleware for non-page views that raise 404s, but do so with a valid page slug - in this case, we use the page view instead, which allows pages to be created that may match non-page urlpatterns. Closes #561 - Stephen McDonald
- Fix CSRF token generation when cache is enabled, should solve #632 - Gu1
- Be more explicit in checking for a test run management command - Stephen McDonald
- Add missing reference for link - Thibault J.
- Fix
SearchableManager._search_fieldsincorrectly persisting across managers for model subclasses. Closes #633 - Stephen McDonald- Add code of conduct - Ken Bolton
- New mezzanine-file-collections reference. mezzanine-media-library got renamed to mezzanine-file-collections. The reference was updated in this commit - Thibault J.
- Added the bool setting
ACCOUNTS_APPROVAL_REQUIRED, which defaults to False and when set to True, sets newly created public user accounts to inactivate, requiring activation by a staff member. Also added the settingACCOUNTS_APPROVAL_EMAILSwhich can contain a comma separated string of email addresses to send notification emails to each time a new account is created and requires activation. Closes #417 - Stephen McDonald- Document the new account approval feature - Stephen McDonald
- Better name for
emails_list->split_addresses- Stephen McDonald- Bump grappelli-safe version - Stephen McDonald
- Fix thumbnail template tag for palette-mode images. Closes #636 - Stephen McDonald
- Added
select_relatedfor user inblog_recent_poststemplate tag - Stephen McDonald- Fix lookup of initial data in from-builder forms, and correctly handle initial values for checkbox fields - Stephen McDonald
- Allow forms-builder forms to contain template code for default values - Stephen McDonald
- Provide more granular export filtering for multiple-choice fields in forms-builder export, eg matches/doesn’t match any/all selected choices, and also allow range filters to use only one boundary - Stephen McDonald
- Fix
static_proxyto work with //hostSTATIC_URLs.STATIC_URL='//mybucket.s3.amazonaws.com'would break thestatic_proxyprefix stripper, and therefore break tinyMCE plugins. This fix adds proper handling of generic-protocol hostnames to thestatic_proxyview - Gabe Smedresman- Reorder blog and accounts patterns in
mezzanine.urlsto allow for projects with a blog homepage that also have accounts enabled - Stephen McDonald- Fix handling of paths in zip imports in galleries app - Stephen McDonald
- accounts: properly reject multiple matching e-mail addresses. Django allows multiple Users with the same e-mail address; the existing. form can throw MultipleObjectsReturned when get(email=email) is called. against such a dataset - mike wakerly
- Added default wsgi script to project template - Stephen McDonald
- Only add input-xlarge on inputs without a class attribute, fixes #643 - Gu1
- Replaced the
BLOG_URLS_USE_DATEsetting with a newBLOG_URLS_DATE_FORMATsetting - it can contain the string year, month, or day, which controls the date granularity in blog post URLs - Stephen McDonald- Editable settings refactor - this change is to clear up confusion around editable settings being defined in a project’s settings module. Previously when this happened, the
settings.pymodule value would only serve as a default, which would be superceded by the db editable value as soon as the settings admin form is first saved. To address this, this change means that editable settings defined in the project’ssettings.pymodule now mark the setting as not editable, so it will always be the value used. We also include some handling for the migration case so that even with this change, editable settings already in the db that have asettings.pyvalue defined will still use the db value and provide a warning - Stephen McDonald- Revert the handling for still using db values for editable settings with
settings.pyvalues defined, since it basically defeats the purpose if asettings.pyvalue is added once a project is live - Stephen McDonald- Added
INLINE_EDITING_ENABLEDsetting - Jeff Fein-Worton- New
INLINE_EDITING_ENABLEDsetting doesn’t need to be editable - Stephen McDonald- Don’t force lowercase keywords. Closes #647 - Stephen McDonald
- Allow blog feed title and description to be overridden - Stephen McDonald
- Use callable description in atom rss feed - Stephen McDonald
- Properly escape comments in
comment_filtertemplate tag - Stephen McDonald- Bump grappelli/filebrowser versions - Stephen McDonald
Version 1.4.5 (Apr 03, 2013)¶
- Fix some static urls in admin to support external storage backends - Stephen McDonald
- Bump grappelli/filebrowser versions - Stephen McDonald
Version 1.4.4 (Mar 31, 2013)¶
- Added user FK to rating model, and allow authenticated users to edit their ratings. Added new setting
RATINGS_ACCOUNT_REQUIREDto allow ratings to behave like comments, where requiring authentication can store post data in session until user logs in to complete the rating - Stephen McDonald- If RichTextPage is unregistered in the admin, have the page add link in the dashboard go to the page tree - Stephen McDonald
- Let’s go back to a fixed-width navbar - Stephen McDonald
- Give the navbar some more space - Stephen McDonald
- Docs for using the Media Library browse dialog in custom widgets - Ahmad Khayyat
- Added the
ADD_PAGE_ORDERsetting, which is a sequence ofapp_label.object_namevalues of Page subclasses, for defining the ordering used in the add drop-down on the admin page tree - Stephen McDonald- Use CSS instead of JavaScript for the admin app dropdowns. There were some bugs with the dropdowns when they were in JavaScript: 1. When you open a dropdown and then scroll, the dropdown would stay. put, instead of following the scroll. 2. The JavaScript used .live(‘mouseover’) which binds to body and. wastes memory because it’s fired for mouseover on every single DOM. element. 3. Occasionally, the dropdowns never disappeared even after mouseout. This commit fixes those bugs by using CSS and :hover instead of. JavaScript. Additionally, it simplifies the JavaScript related to. setting the href of the primary menu item links to their first child. It is a pixel for pixel match of the previous functionality and. appearance - Rocky Meza
- Update to bootstrap 2.3.1 - Stephen McDonald
- Use Django’s
module_has_submoduleutil in any module autodiscover scenarios (page processors, conf defaults) so we can correctly propagate real errors - Stephen McDonald- Tighten up the search form css a bit - Stephen McDonald
- Remove the model graph FAQ since no one’s actually ever asked it - Stephen McDonald
- New docs sesction, Utilities, covering the models/fields in
mezzanine.generic, as well as some of the more useful template tags inmezzanine_tags- Stephen McDonald- Django 1.5 url compatability - pahaz
- Use future lib in form entries template for backward compat - Stephen McDonald
- Fix search form HTML - Stephen McDonald
- Fix rating css - Stephen McDonald
- Add
JQUERY_UI_FILENAMEsetting and corresponding docs - Ahmad Khayyat- Fix rating field lookups - Stephen McDonald
- Added domain to cache key for site ID caching - Stephen McDonald
- Added some JS to the default front-end templates that delays closing of dropdown menus in the primary nav to make them more user friendly. Closes #587 - Stephen McDonald
- Added the setting
BLOG_RSS_LIMITdefaulting to 20, which limits the number of blog posts shown in the RSS feed - Stephen McDonald- Update
BLOG_RSS_LIMITsetting description to describe setting it to None for no limit - Stephen McDonald- Make
BLOG_RSS_LIMITsetting not editable - Stephen McDonald- A little late here, but fix Django 1.3 support - Stephen McDonald
- Provide a default
max_lengthfor FileBrowseField - Stephen McDonald- Added a website powered by Mezzanine - poptosic
- Better comment button text - Stephen McDonald
- Unicode fix for comment emails - Stephen McDonald
- Don’t show site selection form when there’s only one site. If there’s only a single site, there’s no need to show this form,. because it can’t do anything - Gavin Wahl
- Only show one reply form at a time in a comment thread - Stephen McDonald
- Configurable page var names in pagination querystrings - Stephen McDonald
- Pin max Django version to 1.5.x - Stephen McDonald
- Fix tweets/comments css - Stephen McDonald
- RTL: adjust admin navbar thickness after the js->css change - Ahmad Khayyat
- Provide optional template for user panel in nav - Stephen McDonald
- RTL: fix position of help icon in
filter_horizontalm2m widget - Ahmad Khayyat- Remove content from DisplayableAdmin’s
search_fieldssince content is not defined on Displayable and may or may not be present on a model that subclasses it and uses the DisplayableAdmin - Josh Cartmell- Clean up nav version of user panel - Stephen McDonald
- Don’t strip any HTML in TinyMCE since filtering is handled by bleach - Stephen McDonald
- 569 - replace uses of
STATIC_URLin templates with ‘static’ template tag - endophage- site is never assigned when hostname is set, single line addition fixes the problem - endophage
- Don’t depend on unloaded comment state for determining parent-most level of replies in
comment_threadtemplate tag - Stephen McDonald- Fix KeywordsField swapping of name in model’s
search_fieldswhen a sequence is used - Stephen McDonald- Moved the logic for building up search fields in SearchableQueryset into a new method
SearchableManager.get_search_fields, which allows externally retrieving the search fields dict that will be used - Stephen McDonald- Use model’s
search_fieldsto populateDisplayableAdmin.search_fields- Stephen McDonald- Fix use of
JQUERY_FILENAMEwith static template tag - Stephen McDonald- Add compress tags to js/css in base mobile template - Stephen McDonald
- Fix empty thumbnails for fielbrowser fields in AdminThumbMixin - Stephen McDonald
- Added AJAX/JSON handling for comment/rating login redirects, and comment form errors - Stephen McDonald
- Allow migrations and fixtures to run from scratch without
mezzanine.pagesinstalled - Stephen McDonald- Don’t update existing ratings if their values haven’t changed - Stephen McDonald
- Fix dot lookup in template settings - Stephen McDonald
- Upgrade bitly integration - added new
BITLY_ACCESS_CODEsetting to replace the old api settings - Stephen McDonald- Upgrade
select_relatedcall inrecent_commentstemplate tag - Stephen McDonald- Remove all use of
django.conf.urls.defaultssince we don’t support Django 1.3 anymore. Closes #539 - Stephen McDonald- Remove all special handling for Django 1.3 since it’s no longer supported - Stephen McDonald
- Removed all use of Django’s deprecated
ADMIN_MEDIA_PREFIXsince we no longer support Django 1.3 - Stephen McDonald- Fix missing import - dizpers
- Added keyword/category filtering to blog post admin - Stephen McDonald
- Remove the
USE_REVERSIONsetting since it’s incomplete - Stephen McDonald- Remove stray deprecated
django.conf.urls.defaults- Stephen McDonald- Update to latest grappelli/filebrowser-safe - Stephen McDonald
- Bump
grappelli_safeto 0.2.16 - Stephen McDonald- Fix list/tuple handling for
AUTHENTICATION_BACKENDSchecks inset_dynamic_settings- Stephen McDonald- Revert sequence settings back to tuples in
set_dynamic_settingssince some Django tests expect them to be tuples - Stephen McDonald- Update grappelli version - Stephen McDonald
- Rename sr@latin locale folders to
sr_Latn- Sebastián Ramírez Magrí
Version 1.4.3 (Feb 27, 2013)¶
- domain change to wdiaz - William Díaz
- Mezzanine’s auth backend incompatible with custom user model tests in Django 1.5 - Stephen McDonald
- Added Django 1.5 to travis config - Stephen McDonald
- Add a fallback for the newly required
ALLOWED_HOSTSsetting in Django 1.5, that will use the domains defined in the Site model - Stephen McDonald- Use the string name for user relationships in models since trying to import a custom user model falls apart - Stephen McDonald
- Remove invalid migration - Stephen McDonald
- Remove upgrade flag from installation instructions in case people don’t know how pip works - Stephen McDonald
- Drop Python 2.5 tests in travis since Django 1.5 doesn’t support it and we’ll be dropping it soon - Stephen McDonald
Version 1.4.2 (Feb 23, 2013)¶
- Added ratings to comments, with new settings
COMMENTS_USE_RATINGSfor toggle ratings form in comments, andRATINGS_RANGEfor defining valid ratings, replacing the old min/max settings. Also added_sumfield injections for models with rating fields, andrating_datefield on ratings, for use with time scaled scores - Stephen McDonald- Ensure emails are lowercased for gravatar hashes - Stephen McDonald
- Fix page tree admin template when reversion is used - Stephen McDonald
- Enhanced args to gravatar URLs - Stephen McDonald
Version 1.4.1 (Feb 19, 2013)¶
- Remove unnecessary permission from
live_settingsmodule. Closes #568 - Stephen McDonald- Test slug after setting parent of an unsaved page with autogenerated slug - wrwrwr
- Bum
filebroswer_safeto 0.2.16 - Stephen McDonald- Prefix
BLOG_USE_FEATURED_IMAGEin blog templates withsettings., otherwise it always evalutes to False - Josh Cartmell
Version 1.4.0 (Feb 17, 2013)¶
- Added a
has_homevariable to templates for thepage_menutemplate tag, which indicates whether a homepage object exists, and can be used for checking whether a hard-coded homepage link should exist in the menu template - Stephen McDonald- Update the default twitter query since it’s been flooded by movie tweets - Stephen McDonald
- Add a deprecation layer for settings in templates, and deprecate the
PAGES_MENU_SHOW_ALLsetting since it’s too specific for a setting and can be implemented in one line in a template - Stephen McDonald- Added an example to the page menu docs of rendering a tree representing the current section of a site being viewed - Stephen McDonald
- Don’t need to uncheck
in_menusfor an editable homepage anymore, so remove the comment describing that - Stephen McDonald- Correctly handle file uploads in profile forms - Stephen McDonald
- Alpha-sort options for the search form - Stephen McDonald
- Remove Nimbis Services link for now. We haven’t deployed our Mezzanine-based Nimbis Services site. into production yet (the old link was to a testing site that is only. used internally). We’ll add this back in once we go live with our Mezzanine site - Lorin Hochstein
- Also check
BLOG_USE_FEATURED_IMAGEin templates when displaying blog post’s featured image - Stephen McDonald- Added a
sort_bytemplate filter for general use - Stephen McDonald- Removed
Slugged.Meta.orderingsince it’ll generally always be nuked by Meta on a subclass - and added correct ordering to BlogCategory - Stephen McDonald- Clean up
BlogCategory.Meta- Stephen McDonald- Move
clean_contentto new DisplayableAdminForm - Alex Hill- Fix parent of Team and History pages in fixtures. Assign the Team and History pages to the About page (id 2) instead of the Blog page (id 1) in Page fixtures - Alex Hill
- Fix generating descriptions when saving page instances directly, as their content type subclass fields weren’t available for the description - Stephen McDonald
- Allow for no content model in
Page.description_from_content- Stephen McDonald- Fixed duplicate home IDs in menu templates and add some missing IDs - Stephen McDonald
- Check
has_hometo avoid duplicates. Updatedfooter_tree.htmlto behave the same as the other menu templates, checkinghas_homeso that a page that is also the home doesn’t end up in the menus twice - joshcartme- Strip language prefix from request path, before trying to match it against pages slugs - wrwrwr
- Update
mezzanine/accounts/locale/zh_CN/LC_MESSAGES/django.po- lyhapple- Drupal blog importer for mezzanine blog - #issue 527 - Bryden Frizzell
- Fixed
import_posterousfor module requestsv1.0.1and above. - issue #528 - Skooch- Restore permission check for editable JS/CSS - Stephen McDonald
- Added handling for model field defaults in dynamic inlines. Closes #526 - Stephen McDonald
- Precedence of conflicting page processor context. The order of execution of page processors was reversed in #315 so that custom page processors returning an HttpResponse would bypass the default processors. That had the side-effect of making context variables in default processors overwrite those in custom processors, which isn’t very intuitive. This change restores the original behaviour of context variables, while retaining the reversed execution order - Alex Hill
- Added a welcome message and quick links for getting started, for new developers, to the default homepage template - Stephen McDonald
- Fixed conditional context updates in page processors for Python < 2.7 - Stephen McDonald
- Fix handling of non-alpha search terms in SearchableQuerySet - Stephen McDonald
- Fixed support for automatically adding custom ManyToMany fields in PageAdmin. Closes #534 - Stephen McDonald
- Improved some of the messages shown through installation (createdb/syncdb signals) - Stephen McDonald
- Clarify requirements for
search_fieldsin the search api docs - Stephen McDonald- Hide the help text for the slug field for Link pages in the admin - Stephen McDonald
- Fix JS/CSS file names in base mobile template. Closes #537 - Stephen McDonald
- use
AUTH_USER_MODELif available - Ben Wilson- Fix Manager MRO issue where
search_fieldsparam threw errors - David Novakovic- Test for SearchableManager in DisplayableManager - David Novakovic
- Hopefully fix MRO regression - David Novakovic
- Fix MRO issues and avoid regression at the same time - David Novakovic
- Protect sequences provided or generated for the default value of
MenusFieldfrom being forced to unicode (as for example u’[1, 2, 3]’). Django forces fields defaults to unicode unless they’re callable (seeField.get_default). This is done to prevent problems that could arise from setting the same mutable object as a default for many fields (see Django ticket #18478) - wrwrwr- add fa and
fa_IRlocales - Mahdi Bornazadeh- Clean up use of
AUTH_USER_MODEL- Stephen McDonald- fix persian locale - Mahdi Bornazadeh
- Database-prepare tuples in the same way lists are handled in
MultiChoiceField- wrwrwr- Allow pages to be dragged out of a subtree to the root level in page admin - wrwrwr
- Check that setting a new page parent won’t cause a cycle in the parent-child graph. Such cycles lead to an infinite loop in
Page.save(e.g. python process consuming all resources) - wrwrwr- Preparation for django-reversion - uli
- Altered git
repo_urlchecks to allow ssh hosted git repositories - Travis Nickles- Fixed indentation issue and PEP-8 issue with fabfile mods - Travis Nickles
- Don’t try to create any pages if the models it uses aren’t installed - Gavin Wahl
- Support for Django 1.5 custom user models. Uses
get_user_modelfor every reference to User, and provides a default. implementation ofget_user_modelfor Django <= 1.4 - Gavin Wahl- Clean up hg/git checks in fabfile - Stephen McDonald
- Fix fabfile - Stephen McDonald
- Move RSS url parsing code from the drupal importer into the main RSS blog importer, and remove the drupal importer since it isn’t specific to drupal - Stephen McDonald
- Fix import error message in rss importer - Stephen McDonald
- Don’t use Bootstrap’s navbar-inverse class by default, for better theme compatibility. Closes #551 - Stephen McDonald
- Fix some missing imports and settings import errors for the new user model hooks - Stephen McDonald
- Added possibility to set custom menu titles for models in
ADMIN_MENU_ORDER, using the same notation as for views(e.g.(_("News"),"blog.BlogPost"))- wrwrwr- Python 2.5 compatibility - wrwrwr
- Avoid fixing parent slug in
Page.set_parentif the page had no slug to start with - wrwrwr- Use
current_pageinstead of request foris_current. Since we already have the ‘current page’ object, we can compare it. against ourself to find if we are current - Gavin Wahl- rm unused import - Gavin Wahl
- Replace the rating form with a message after user casts a vote - wrwrwr
- Use
content_modelnot the base Page in PageAdmin. When calling methods on a page, they should be called on the subclass,. not the base Page. This allows page types to override them - Gavin Wahl- The usage of reversion can now be disabled for DisplayableAdmin - uli
- Update admin menu docs to mention labels for regaulr models - Stephen McDonald
- Change new reversion setting to be opt-in instead of opt-out - Stephen McDonald
- backout aa850efe2315 - Stephen McDonald
- backout eff95dec6799 - Stephen McDonald
- Moved the
MEDIA_LIBRARY_PER_SITEsetting fromfilebrowser_safeinto Mezzanine so it’s documented. It allows per-site filebrowser root directories - Stephen McDonald- Bump filebrowser/grappelli versions - Stephen McDonald
Version 1.3.0 (Dec 26, 2012)¶
- added dob field to list of form fields - mmuk2
- Update url templatetags for Django 1.5. See
https://docs.djangoproject.com/en/1.4/releases/1.3/#changes-to-url-and-ssi. “{% load url from future %}” is omitted in favour of a global import in.boot/__init__.py- Alex Hill- Bring templates in line with latest master - Alex Hill
- Move forward compatibility code to
utils/conf.py- Alex Hill- Assume development server if command is “harvest”. Lettuce uses the “harvest” command to run a development server. See
http://lettuce.it/recipes/django-lxml.html#lettuce-run-the-tests. Note that if this isn’t set, then media will not be served correctly. when testing with lettuce - Lorin Hochstein- Bump versions:
filebrowser_safe>= 0.2.12,grappelli_safe>= 0.2.10 - Stephen McDonald- Use non-minified
jquery.toolsandjquery.ba-resize- Per Andersson- Render admin “add” link if no change permission. Handle the case where a non-superuser staff member has “add”. permission but not “change” permission - Lorin Hochstein
- Escape backticks in python task in fabfile. Closes #396 - Stephen McDonald
- Ensure last output line is used to determine remote
STATIC_URLin fabfile, since warnings may occur in output - Stephen McDonald- add
related_postsfor blog - Dmitry Falk- fix
related_postsin template - Dmitry Falk- Allow users to sign up with capital letters in their username - David Novakovic
- Update
mezzanine/core/admin.py. Add some stuff to OwnableAdmin to make its use more obvious to new users - David Novakovic- Filter urls that use https - Eduardo Rivas
- Added mezzanine-polls to third party apps - Stephen McDonald
- Update
mezzanine/accounts/__init__.py. Display more informative error if this exception is thrown. This exception handler can hide informative errors about model unrelated modeldeclaration.- David Novakovic- Update
mezzanine/accounts/__init__.py. Even better checks for the profile model string - David Novakovic- Fix unfiltered RSS feeds for Django 1.3 - Stephen McDonald
- Use tag slugs for tag RSS feeds - Stephen McDonald
- Fix unicode handling for slugs in Django 1.5 - Stephen McDonald
- Fix urls in mobile search include for Django 1.5 - Stephen McDonald
- Fix mobile tests for Django 1.5 - Stephen McDonald
- Handle invalid images in thumbnail tag. Closes #410 - Stephen McDonald
- Use Page URLs without trailing slash when
settings.APPEND_SLASHis False - Kenneth Falck- Full support for
APPEND_SLASHis False - Stephen McDonald- Removing initial content from createdb when –nodata parameter is present - Sean Voss
- Added
TWITTER_STRIP_HIGH_MULTIBYTEsetting to strip mb3/mb4 characters in Tweets (mainly Emoji), which cause problems with MySQL UTF-8 collation - Kenneth Falck- Added the setting
SSL_FORCED_PREFIXES_ONLY, which defaults to True and controls whether URLs not matched bySSL_FORCE_URL_PREFIXESare redirected back to HTTP if accessed over HTTPS - Stephen McDonald- Added the
COMMENT_FILTERsetting for controlling how comments are rendered. Works the same as theRICHTEXT_FILTERsetting. Closes #416 - Stephen McDonald- Added
has_children_in_menuandnum_children_in_menuattributes to page objects in thepage_menutemplate tag, for determining valid children in the context of a menu and thein_emnusfield. Closes #413 - Stephen McDonald- Added automated hg tagging for versions in changelog generation. Closes #259 - Stephen McDonald
- Fixed misspelling of argument in
send_verification_mail- Zean Tsoi- Framework to allow
EXTRA_FORM_FIELDS- Sean Voss- Allow subclasses to define their own ProfileFieldsForm - David Novakovic
- patches to be jython compatible - Donneker
- Fixes #427: Disqus comment counts are now pulled in on the blog post detail page, if available - cato
- Fix incorrect status on quick-blog form. Closes #429 - Stephen McDonald
- Make form fixtures optional and remove old fixtures - Stephen McDonald
- Use createdb –nodata in fabfile - Stephen McDonald
- Use actual keyword instances in blog listing. Closes #431 - Stephen McDonald
- Put block tags into all blog templates so they can be overridden. Closes #443. This resulted in the splitting of the editable field for the title and. publication date in the list page into two editable fields, so they. could be two separate blocks. I notice that the blog detail page. doesn’t have an editable field for the publish date at all, which I. shall address separately. block tags are namespaced by
blog_post_detail_andblog_post_list_. respectively, and inside the list page, the blocks related to an. individual post are namespaced withblog_post_list_post_- Penny Leach- Made publication date an editable field in the blog post detail template - Penny Leach
- Remove selection disabling in
page_tree.js- causing issues with latest Firefox - Stephen McDonald- Added some missing calls to
richtext_filter. Closes #438 - Stephen McDonald- Correctly handle empty password in login form. Closes #439 - Stephen McDonald
- Move error templates into custom paths so that Django’s tests can trigger errors using its own error templates, since Mezzanine’s urlpatterns aren’t used which its error templates depend on - Stephen McDonald
- Add some extra comments and validation for the new
FORMS_EXTRA_FIELDSsetting - Stephen McDonald- Allow LoginForm to be inherited and extended - Renyi Khor
- Slugged model now uses
self.titleto generate slug. Fixes #445 - Andrey Shipilov- Update
mezzanine/blog/models.py. wrong keyword argument passed toblog_post_list_categoryinget_absolute_urlfor the BlogCategory model. This results in an empty url when using <a hreg=”{{category.get_absolute_url}}”>Link to my Category</a>. The problem was that theblog/urls.pyuses ‘category’ as the keyword and theget_absolute_urlused ‘slug’ as the keyword. I changed it withinget_absolute_urlbecause I guess changing it withinblog/urls.pymay break backwards compatibility - Andre Graf- Port gallery expose to updated jquerytools version. On overlay load, expose the
.image-overlay. Fixes bug where every other image was not exposed due to timing issue. when #exposeMask fades out when already switched to next image - Per Andersson- Update
mezzanine/pages/models.py- Ken Bolton- Use local copies of instead of cdn. * html5shiv. * jquery mobile - Per Andersson
- Move
html5shiv.jsoutside of Mezzanine’s js directory, since it’s not required by Mezzanine itself (eg it’s project specific and can be removed per project) - Stephen McDonald- Update
blog_recent_poststo allow an optional slug. If the slug is specified returned blog posts will be restricted to being in the category matching the slug. If the slug does not match a category, posts will be returned as normal - joshcartme- Added support for keyword args in the
as_tagtemplate tag wrapper - Stephen McDonald- Fix for issue #450:
home_slugwith prefix - uli- Fix bad semicolon in
gallery.js- Stephen McDonald- Use
PROJECT_NAMEfabric setting asCACHE_MIDDLEWARE_KEY_PREFIXinlive_settings.py- Stephen McDonald- Update twitter bootstrap to
v2.2.1- Ivan Teoh- Inverse the top navbar from white to black - Ivan Teoh
- Superusers should be able to select any site - Josh Cartmell
- Disable front end editing for users who don’t have access to a site - Josh Cartmell
- Include AdminProfileInline so that it is not lost if the user enables Mezzanine accounts - Josh Cartmell
- Check if the user
is_stafffirst to avoid unecessarily reversing admin:index on every request - Josh Cartmell- Only load and display inline editor if the user has access to the current site’s admin - Josh Cartmell
- Only check if a user has access to the current site in the middleware. Save the result on
request.userand use this elsewhere - Josh Cartmell- Added the setting
OWNABLE_MODELS_ALL_EDITABLEwhich allows a sequence ofapp_label.model_namemodels to be defined, that are Ownable subclasses which won’t have their change-list admin views filtered by user - Stephen McDonald- Update
.pofiles - Sebastián Ramírez Magrí- Updated signal to only automatically create admin profiles for staff and not break the User add view if a site is selected - Josh Cartmell
- Fix for issue #470: Right subclass instance in BaseGenericRelation - Thomas Jetzinger
- Add homepage url to
sitemap.xml- Stephen McDonald- Add handling for multi-tenancy in
sitemap.xml- Stephen McDonald- Check for published objects in
Orderable.next/previousand allow kwargs to be used - Stephen McDonald- Fixed margins on user-panel buttons - Stephen McDonald
- Added Displayable methods
get_next/previous_by_publish_date, and used in blog post templates for next/previous blog posts - Stephen McDonald- More accurate template block name for blog post prev/next links - Stephen McDonald
- Fix showstopper on first comment due to url being clobbered and never reset - Grant Warren-Robertson
- No need to log user out for invalid admin - Stephen McDonald
- Check for login form instead of user perms when choosing which js to load in admin’s base template - Stephen McDonald
- Still log user out for invalid admin access - Stephen McDonald
- add environment setting to
supervisor.confto ensure locale is set correctly for gunicorn subprocesses - Doug Evenhouse- modify environment setting to inject locale specified in FABRIC setting - Doug Evenhouse
- Allows regular link Cmd+Click behaviour on OS X. - Regular click behaviour still applies. - Tested to work in OS X Chrome 24 beta and Firefox 16 beta. - TODO: test on other platforms - Matt Stevenson
- Document how to run unit tests - Lorin Hochstein
- Don’t run view functions from page middleware when no page can be found, just pass through. Closes #476 - Stephen McDonald
- Update jquery-ui to full 1.9.1, and include smoothness theme. This allows other apps to use a single version of jquery-ui that is. known to be compatible with Mezzanine’s version of jquery. This is
jquery-ui-1.9.1.all, so all widgets are available and no. additional jquery code is needed. Also, the full smoothness theme. is included. Third-party apps may include other themes - Ahmad Khayyat- Added Django < 1.5’s adminmedia tag lib for 1.5 compatibility - Stephen McDonald
- Clean up dev server check - Stephen McDonald
- Allow category/tag titles to be used in
blog_post_recenttag - Stephen McDonald- Bump grappelli safe version to 0.2.11 - Stephen McDonald
- Bump filebrowser safe version to 0.2.13 - Stephen McDonald
- Added the setting
UPLOAD_TO_HANDLERSfor configuring theupload_toarg per file field. Closes #480 - Stephen McDonald- Added missing word in Blogger import notes - Matt Stevenson
- Change feedparser URL to authoritative fork. - The original author’s website(s) returns HTTP 410. - Refer to:
http://en.wikipedia.org/wiki/Mark_Pilgrim_(software_developer)- Matt Stevenson- Resolves html entity output re: #482 - Matt Stevenson
- Generate better meta descriptions from markdown content. By using the newline character as the first pattern in the generation of the meta description, markdown content (which normally lacks closing </p> tags) is processed correctly - Eduardo Rivas
- Parse content with
rich_textfilter - Eduardo Rivas- Moved import inside method - Eduardo Rivas
- Added optional parameters to search view - Eduardo Rivas
- Request filters: specified using
REQUEST_FILTERSinsettings.py- Chris Ravenscroft- Added default setting for
REQUEST_FILTERS- Chris Ravenscroft- Works better with the proper values in
settings.py- Chris F Ravenscroft- Escape miscellaneous percent symbols in deployment templates; fixes #494 - Olivier Harris
- Docs corrections - Stephen McDonald
- Template tag implementation - Eduardo Rivas
- spam filter code moved back to
views.py;using mezzanine’s module import mechanism - Chris Ravenscroft- Added newline at the end of
search_form.html- Eduardo Rivas- JavaScript localization added for
mezzanine.formsapplication - Oleg Churkin- Correct varible name in single model search - Eduardo Rivas
- Fix site perms template error in admin logout - Stephen McDonald
- Update notes in the
project_template'surls.pydescribing how the homepage object should not be assigned to any menu templates - Stephen McDonald- Add new field
Displayable.in_sitemapwhich appears in the meta data section of each admin form, and controls whether the object appears insitemap.xml. Closes #499 - Stephen McDonald- Added {%
search_form%} section to the docs - Eduardo Rivas- Update
mezzanine/pages/admin.py. Remove a blank line so tests will pass - Kenneth Love- Don’t assume {form, gallery} apps are installed. Importing these in
core.management.__init__causes problems when they. aren’t installed. Instead, import them in the function where they’re. used - Gavin Wahl- Adds the ability to move a page under a page with no children. I switched to using the jQuery nestedSortable plugin instead of the. sortable plugin provided by jQuery UI, because Pages actually being in a. tree structure, they need a tree editor. This commit temporarily breaks. some functionality such as remembering which pages were open and closed - Rocky Meza
- fixed pagetree hiding of subpages - Rocky Meza
- Provide Mezzanine’s settings object to the
COMPRESS_OFFLINE_CONTEXTsetting for django-compressor. Closes #505 - Stephen McDonald- Fix the bugs that we had with nestedSortable - Gavin Wahl
- only
.nestedSortable()the first ol - Gavin Wahl- Fix front-end editing links for elements not positioned relative to the document. Use visibility hidden and jquery offset function to ensure edit links are always positioned relative to the document and not relative to a positioned ancestor - Jonathan Potter
- Clean up the new page sorting view - Stephen McDonald
- Remove old hack for initial page tree click bug that no longer exists. Closes #509 - Stephen McDonald
- Fix null handling in page sorting view - Stephen McDonald
- Specify widget for keywords field so it can be overridden properly. Closes #421 - Stephen McDonald
- Bug fix for wrong argument ordering for ssl cert handling in
fabfile.py- David Hess- Remove some commented out editable settings from the project template’s
settings.pymodule, since defining these at the Python level can be confusing once the settings form in the admin is updated. Also made a note of this scenario in the settings docs. Closes #515 - Stephen McDonald- Add ssl port to
nginx.conf. Closes #514 - Stephen McDonald- Bump filebrowser-safe version to 0.2.14 - Stephen McDonald
- Don’t run redirects tests for Django 1.5 - Stephen McDonald
- More commit log filtering for changelog - Stephen McDonald
Version 1.2.4 (Sep 03, 2012)¶
- Added
mezzanine.utils.urls.home_slugwhich will return theslug` arg of the ``homeurlpattern, when a urlpattern is defined for an edtiable homepage. This ensures that we don’t hard-code the URL for the homepage anywhere, and allows the editable homepage to work correctly when aSITE_PREFIXsetting is defined - Stephen McDonald- Added autofocus to first field of the form - Renyi Khor
- Added Html5Mixin to PasswordResetForm - Renyi Khor
- Add initial support for importing blog posts from posterous - David Novakovic
- Import comments for each post - David Novakovic
- Importer docs and small doco fix in code - David Novakovic
- Correct bad indentation - David Novakovic
- We only need the hostname if you have more than one posterous blog - David Novakovic
- Host is optional if you have one blog - David Novakovic
- Remove requests import from global scope - David Novakovic
- Make the
page.in_menuscheck a bit more robust in thepage_menutemplate tag, in case it doesn’t actually have a value, which may have occured if migrations weren’t run when thein_menusfield was added - Stephen McDonald- Allow non-page views to specify their own
editable_objcontext variable, which is then used to determine the url for the admin link in the editable toolbar, falling back to the current page object. Allows for things like blog posts and Cartridge products to contain a direct admin link from the ditable toolbar - Stephen McDonald- Remove unused
grappelli_safeurlpatterns - Stephen McDonald- Remove unused import - Stephen McDonald
- Bump
grappelli_safeversion to 0.2.9 - Stephen McDonald- Added accessor methods for blog post keywords and categories, so that when we use
prefetch_relatedwith Django >= 1.4 we don’t need to iterate through every blog post to set up keywords and categories. Closes #383 - Stephen McDonald- Use the named home url for the View site link in the admin header. Closes #389 - Stephen McDonald
- Ensure consistent path separators in overextends template tag on Windows. Closes #386 - Stephen McDonald
Version 1.2.3 (Aug 22, 2012)¶
- Only hide delete button in the submit row for SingletonAdmin. Closes #376 - Stephen McDonald
- Correctly handle invalid form fields when save is clicked in SingletonAdmin. Closes #375 - Stephen McDonald
- Added Ken Bolton’s quote to docs homepage - mezz is django - Stephen McDonald
- Fix kwargs usage to work with other auth backends - David Novakovic
- Bump filebrowser version for security fix - Stephen McDonald
Version 1.2.2 (Aug 15, 2012)¶
- Update page menu handling in blog importer - Stephen McDonald
- Fix missing import in blog importer - Stephen McDonald
- Ensure
extra_contextin SingletonAdmin is always a keyword arg. Closes #370 - Stephen McDonald- Clean up deploy doc - kevinlondon
- Initial layout for filtering RSS feeds by tag/category - Stephen McDonald
- Final bits for author/tag/category rss feeds in the blog app - Stephen McDonald
- Fixed auth for password reset - Stephen McDonald
Version 1.2.1 (Aug 11, 2012)¶
- Bump min Django version to 1.3.3 - Stephen McDonald
- Fix dict handling in changelog builder (not actually used) - Stephen McDonald
- Don’t rebuild host var in
static_proxy. Closes #361 - Stephen McDonald- Fix bug in
Page.get_ascendants()- pass a map to.PageManager.with_ascendants_for_sluginstead of a tuple - Alex Hill- Added more tests for
Page.get_ascendants()- Alex Hill- Allow unicode cache keys - Stephen McDonald
- Add
_ordertoPage.META.ordering- Ken Bolton- Bump
grappelli_safeversion to 0.2.8 - Stephen McDonald- Added a check in
footer_scriptsto only include the analytics tracking code if user is not part of the staff team - Pedro Araújo
Version 1.2.0 (Aug 05, 2012)¶
- Redirect to next param or home on signup with pending account verification. Closes #289 - Stephen McDonald
- Prevent certain exceptions from swallowed by the cache middleware - Stephen McDonald
- Removed
in_navigationandin_footerfields on the Page model, and replaced them with thein_menusfield, which stored a list of IDs specifying which menu templates the page should appear in. Menu IDs are mapped to templates with the newPAGE_MENU_TEMPLATESsetting - Stephen McDonald- Template tag changes for the new
page.in_menusfield - Stephen McDonald- Added mezzanine-twittertopic to third-party apps - Stephen McDonald
- Update fixtures for new
Page.in_menusfield - Stephen McDonald- Move the page permissions section of the docs to underneath more important topics - Stephen McDonald
- Added page menu docs - Stephen McDonald
- Ensure unique slugs even when slug is provided. Closes #290 - Stephen McDonald
- Add a comment to the default urlconf about changing the admin urlpattern - Stephen McDonald
- Don’t allow pages to be added as children to a homepage page. Closes #286 - Stephen McDonald
- Added more notes around the new
SITE_PREFIXsetting, and refactored the code a bit - Stephen McDonald- Remove old page admin code for forcing order/slug to be set - Stephen McDonald
- Only set
COMMENTS_APPif not defined. Closes #294 - Stephen McDonald- Allow internal
PAGES_SLUGsetting to be configurable - Stephen McDonald- register ThreadedComment admin for
mezzanine.genericCOMMENTS_APPonly - Dmitry Falk- Fix for progressive jpgs in thumbnail template tag. Closes #268. Closes #295 - Stephen McDonald
- Don’t assume
COMMENTS_APPis set - Stephen McDonald- separated conf settings - Dmitry Falk
- add a block
left_panelinbase.htmlto make it easier to over-ride / over-extend - Sanjay B- Ensure urls are only added once to the list of items. It might happen that pages are listed multiple times since for. instance a RichTextPage is also a Page and both are subclasses. of Displayable - Enrico Tröger
- Redirect the /account/ URL to the profile update form, and the /users/ URL to the logged in user’s profile. Closes #291 - Stephen McDonald
- Clean up sitemap URL handling - Stephen McDonald
- Use
publish_datefor BlogPosts in/sitemap.xml- Enrico TrögerFORMS_USE_HTML5is a core setting - Stephen McDonald- Allow page objects with removed apps to still render - Stephen McDonald
- Ensure mezzanine’s apps have their settings loaded before any others - Stephen McDonald
- fix utils if
mezzanine.accountsnot installed - Dmitry Falk- Fix reference to richtext filter settings defaults which are now in
mezzanine.core- Stephen McDonald- Fix serialization of
Page.in_menusfields for dumpdata command. Closes #303 - Stephen McDonald- Fix initial tuple for ignorable nexts in
mezzanine.utils.login_redirect- Stephen McDonald- Make gunicorn names in supervisor project specific. Closes #285 - Stephen McDonald
- Added i18n cache key suffix - Renyi Khor
- Fix edge case in url templatetag causing ViewDoesNotExist error. It happened when
ACCOUNTS_PROFILE_VIEWS_ENABLEDwas set to False. and profile app calledprofile(same as url name) was added. toINSTALLED_APPS- Michał Oleniec- Fix TypeError on ProfileFieldsForm save. Passing
cleaned_datafrom ProfileForm into ProfileFieldsForm. caused doubled validation which in case of ForeignKey. field tried to get instance by field value which was instance already. (excepting int fromrequest.POST)- Michał Oleniec- Add
ACCOUNTS_PROFILE_FORM_FIELDS_ORDERsetting - Michał Oleniec- Add customizable profile form. - new setting
ACCOUNT_PROFILE_FORM. - addget_profile_formhelp method. - add generic form getter into views. - updatemezzanine.account.templatetags- Michał Oleniec- Make
editable.jswork withJQuery.noConflict()- Adam Brenecki- changes to detect the appropriate page when making the homepage part of the page tree. Old code did not detect the slug appropriatley forcing you to make the slug / in the admin area - James Page
- Make some template tags more robust
(keywords_forand editable) by failing silently when given an empty variable, as the case may be in the blog templates when no blog page object exists, so we don’t need to check for this case in the templates themselves - Stephen McDonald- In the overextends template tag, only remove template paths from the list of available paths when the first call to
find_templateis made in each call toget_parent, otherwise every second parent template found is skipped - Stephen McDonald- Bump
filebrowser_safeto 0.2.9 - Stephen McDonald- Switch page processor execution order so custom slug processors are executed before model processors - Hakan Bakkalbasi
- Change
@processor_forregistration logic so most recently registered page processors are run first - Hakan Bakkalbasi- For custom hompegae slug lookup in PageMiddleware, fix missing import and only call resolve once - Stephen McDonald
- Hash cache keys when talking directly to the cache API, to avoid keys longer than the backend supports (eg memcache limit is 255) - Stephen McDonald
- overextends tag path fix for uwsgi - Stephen McDonald
- Added new optional field
MetaData._meta_titlefor overriding HTML title tag value, accessible viaMetaData.meta_title, which will return the string version of an instance of_meta_titleis not provided - Stephen McDonald- Add parent hierarchy to page template rendering - Ken Bolton
- Added rollback command for deploys - Stephen McDonald
- Only pip install requirements if the requirements file has changed - Stephen McDonald
- Use
file.urlinstead offile.pathto auto-generate descriptions for gallery image, as remote storage backends such as S3BotoStorage do not support thefile.pathmethod - Hakan Bakkalbasi- Added Django’s tz context processor to
project_template.settings. Closes #319 - Stephen McDonald- Move settings specific to the pages app into their own defaults module, and add
PAGE_MENU_TEMPLATEScommented out inproject_template'ssettings.pyalong with other common settings - Stephen McDonald- Added missing defaults module for pages - Stephen McDonald
- Don’t use the timezone context processor on Django 1.3 - Stephen McDonald
- Update docs for page hierarchy. Fix page template hierarchy issues around
content_model- Ken Bolton- Remove print statement - Ken Bolton
- Still call
contribute_to_classfor dynamic fields inmezzanine.genericeven when frozen by south. Closes #321 - Stephen McDonald- Improve page template hierarchy documentation - Ken Bolton
- In fabfile, always update requirements if any are unpinned - Stephen McDonald
- Fix indentation. <leader>-fef does not understand rst! - Ken Bolton
- Remove global from
get_parents- Ken Bolton- Adds
get_ascendants()to Page. This returns all pages along the path from the root of the Page tree to. this page. The value is pre-calculated in PageMiddleware - Alex Hill- Add comments and remove an obsolete variable - Alex Hill
- Ensure editable integer settings always have a value. Closes #325 - Stephen McDonald
- Fix regression in
keywords_fortag for class args. Closes #326 - Stephen McDonald- Remove unused import - Stephen McDonald
- Remove HTML filtering from tincymce setup since we’re filtering server-side - Stephen McDonald
- Allow comments in HTML filtering - Stephen McDonald
- Change build IRC notifications to only occur if the build status changes - Stephen McDonald
- Upgrade
manage.pyto the new cli handler, and throw out some old dev code. Closes #330 - Stephen McDonald- Further mimic Django’s new project layout - Stephen McDonald
- Addedd a note to the deployment docs describing how alternative web servers and DBs can be used - Stephen McDonald
- Prevent docs build import errors when optional dependencies for the rss blog importer aren’t installed - Stephen McDonald
- Add links in the depooyment docs to the web and database server sections in the Django docs - Stephen McDonald
- Save a query in
page.get_ascendants- Stephen McDonald- Update url for mezzanine-stackato - Stephen McDonald
- Fix tests asserting number of queries used - Stephen McDonald
- Move ascendant page lookup by slug, from PageMiddleware into a method on a new PageManager manager for the Page model, and use it as the first attempt at loading ascendants in
Page.get_ascendants, before falling back to recursive queries in the case of a custom slug in the ascendants chain - Stephen McDonald- Add tests for the new page ascendant lookup methods - Stephen McDonald
- add
ADMIN_THUMB_SIZEsettings - Dmitry Falk- Bump
filebrowser_safeto 0.2.10 - Stephen McDonald- Added some notes about parent template selection in the page view - Stephen McDonald
- Don’t use
with_ascendants_for_sluginPage.get_ascendantsif a slug hasn’t been created yet - Stephen McDonald- Make relation check in signals for generic fields more robust - Stephen McDonald
- Different attempt at making relation check in signals for generic fields more robust - Stephen McDonald
- Allow static proxy URL to be configured - Stephen McDonald
- Also rename
static_proxyURL default in case anyone else’s web server alias is slightly off - Stephen McDonald- Preserve slugs & URLs when pages are moved - Alex Hill
- Remove obsolete
reset_slugs()- Alex Hill- Check overridden() when changing slug - Alex Hill
- In
set_parent(), call save() beforeget_slug()- Alex Hill- Make slug changes propagate to all descendant pages - Alex Hill
- use
ugettext_lazystrings for settings form - Dmitry Falk- Allow unicode twitter search queries - Stephen McDonald
static_proxyonly needed a rename, not to be congifurable - Stephen McDonald- Fix menu test to work with lazy unicode settings - Stephen McDonald
- Added new, working, repo for mezzanine-openshift. Since the old one doesn’t work anymore and is unmaintained - Isaac Bythewood
- Fix collision of all task with built-in all function - Lorin Hochstein
- Fixed duplicate posts, –noinput handling and entity decoding in base blog importer - Stephen McDonald
- Restore automatic redirects creation for the wordpress blog importer - Stephen McDonald
- Add day parts to the date urlpattern for blog posts - Stephen McDonald
- Fix bug in
Page.set_parent()when no parent set - Alexander Hill- Allow passing None to
Page.set_parent()- Alexander Hill- Add tests for
Page.get_slug()andPage.get_parent()- Alexander Hill- Swallow import exception when importing
settings.pyfrom fabric - Lorin Hochstein- Don’t mask import errors in the actual call to
set_dynamic_settings- Stephen McDonald- add ajax hook for generic rating - Dmitry Falk
- Fix references to the
recent_commentstemplate tag - Enrico Tröger- Fix bug in slug handling when adding a new page - Alex Hill
- Fix #349 - regression in
set_page_permissions- Alex Hill- Madee the labels and help text for the email fields more descriptive - Stephen McDonald
- Added mezzanine-events to third-party apps list - Stephen McDonald
- Added FAQ to the docs covering the HTML filtering settings - Stephen McDonald
- Add a setting to send notification mails to MANAGERS when a new comment is posted - Enrico Tröger
- PageAdmin now respects excluded fields - Aaron Merriam
- Fix #348, RichTextFields in IE - Ken Bolton
- Change the rating ajax response to return the new rating - Stephen McDonald
- Added the bool setting
PAGES_PUBLISHED_INCLUDE_LOGIN_REQUIREDwhich when set to False (default) will exclude pages withlogin_requiredset to True inPageManager.published. This affects thepage_menutemplate tag which renders menus, and pages listed in search results - Stephen McDonald- Added
get_next_by_orderandget_previous_by_ordermethods to the Orderable model - Stephen McDonald- Allow
PAGES_PUBLISHED_INCLUDE_LOGIN_REQUIREDhandling to be overridden by callers toPageManager.publsihedfor cases when they want to deal withlogin_requiredmanually, such as in the case of PageMiddleware - Stephen McDonald- Marked fabfile functions explicitly with task decorator, and added a custom docs generator for each task - Stephen McDonald
- Updated auto-generated docs - Stephen McDonald
Version 1.1.4 (Jun 28, 2012)¶
- Add custom introspection rules that prevent duplicate field creation on dynamic fields during migration - Stephen McDonald
- Use filebrowser field’s format attribute rather than extensions. Closes #287 - Stephen McDonald
Version 1.1.3 (Jun 26, 2012)¶
- fix spacing - Dmitry Falk
- Allow rel attributes in anchor tags - Stephen McDonald
- Don’t cast to list in paginate - Stephen McDonald
- Remove redundant ampersands in pagination links - Stephen McDonald
- Update the configuration docs example to use author/blooks instead of gallery/images, and add the new options for registered settings, choices and append - Stephen McDonald
- Allow default twitter feed to be managed via admin settings - Stephen McDonald
- Raise NotImplementedError on Displayable subclasses that don’t implement
get_absolute_url- Stephen McDonald- Add new setting
SITE_PREFIXto configure a custom prefix. This is useful if Mezzanine doesn’t run at the root of the domain - Enrico Tröger- Add and use
utils.urls.get_page_slug_from_path()to handle non-root configurations. For the pages app, we need to handle removing theSITE_PREFIXandPAGES_SLUGif. they are set - Enrico Tröger- Set
is_currenton Pages when added to context in PageMiddleware - Alex Hill- Permit disabling page processors at external apps’ urls in the page tree - Alex Hill
- Refactored overextends template tag to not depend on template origins since they’re not available with DEBUG off - Stephen McDonald
- Fix variable resolution for
as_tagtemplate tags - Stephen McDonald- Added template tags for the various account forms - Stephen McDonald
- Updated packages docs - Stephen McDonald
- Bump
grappelli_safeto 0.2.7 for admin column sorting fix - Stephen McDonald- Clean up exact page matching for page processors - Stephen McDonald
- Updated jQuery Form Plugin - Renyi Khor
- Fix
_current_pagein middleware - Stephen McDonald- Reorganised page middleware for fewer queries and readability - Alex Hill
- page middleware: use
request.path_info- Dmitry Falk- Correctly handle root URL - Alexander Hill
- Add check for
page_branch_in_footer. Without this check,footer.htmlis rendered for every page in the tree,. returning an empty string - Alexander Hill- Add perms to existing context page instead of overwriting it. Previously the template tag
set_page_permissionswould retrieve the. page’s content model, set the perms attribute on it, and then replace. the page object in the context with the retrieved object. Setting perms. on the existing page object instead preseves attributes set byset_helpers- Alexander Hill- Check
has_childrenbefore callingpage_menu. This saves a lot of template renders in wide page trees - Alexander Hill- backport of django-forms-builder signals to
mezzanine.forms- Brian Schott- set mimetype to empty string in case path is not found - Brian Schott
- Handle no blog page existing for meta keywords in the blog list template - Stephen McDonald
- Fix path lookup for Python 2.5 - Stephen McDonald
- Handle FileBrowseField args in Django FileField fallback - Stephen McDonald
- Use image formats for image FileBrowse fields - Stephen McDonald
- Bump
filebrowser_safeto 0.2.7 - Stephen McDonald- Cleaned up blog import redirect creation - Zachary Gohr
- Bugfix: Account form validation errors on non-html5 browsers - Renyi Khor
- added in-navigation test to level 1 - Brian Schott
- fix migration without blog app - Dmitry Falk
- Ensure Mezzanine’s auth backend is enabled if
mezzanine.accountsis installed. Closes #281 - Stephen McDonald- Eval settings choices when generating settings docs - Stephen McDonald
Version 1.1.2 (Jun 05, 2012)¶
- Fix slug handling in page middleware for homepage as page object - Stephen McDonald
- add some verbose names - Dmitry Falk
Version 1.1.1 (Jun 04, 2012)¶
- Don’t assume rating field is named rating - Stephen McDonald
- Handle
PAGES_SLUGin the page middleware - Stephen McDonald- Make the creation of
PAGES_SLUGnot dependant on the position of the blog urlpatterns in urlpatterns created before the page urlpatterns - Stephen McDonald- Fix quoting unicode thumbnail filenames - Stephen McDonald
- Move lookup of page subclasses into classmethod
Page.get_content_models, and callselect_relatedon all page subclasses in thepage_menutemplate tag when used for the admin page tree, since we need to touch all the related content type instances to check page paermissions - Stephen McDonald- Don’t assume request is available in
page.set_menu_helpers- Stephen McDonald- Move cache-busting querystring into
mezzanine.utils.cache.add_cache_bypassand apply it to comments and ratings redirects so that posted content appears immediately - Stephen McDonald
Version 1.1.0 (Jun 03, 2012)¶
- Added
MetaData.gen_descriptionbool field for controlling whether description fields are automatically populated viaMetaData.description_from_content- Stephen McDonald- Emit the
comment_was_postedsignal in the comments view - Stephen McDonald- Correctly handle model field defaults in the quick blog post form - Stephen McDonald
- Added the setting
COMMENTS_ACCOUNT_REQUIRED, which when True, will store an unauthenticated user’s comment in the session and redirect to login/signup, and save their comment once they’re authenticated - Stephen McDonald- Use setting names as labels if they’re missing - Stephen McDonald
- Wrap data access in migrations with checks against the
dry_runarg - Stephen McDonald- added missing fr
django.mofor the conf app - Nicolas Perriault- Only pre-populate name in the comment form with the user’s username if it’s not their email address, which it is by default - Stephen McDonald
- Always use the name from the comment form, rather than the user’s username, since by default it’s their email address - Stephen McDonald
- Use
comments.select_related(user)when loading comments, since Django’s Comment model will query for the user each time a comment is loaded - Stephen McDonald- Added the setting
ACCOUNTS_VERIFICATION_REQUIREDwhich when set to True, will create new accounts as inactive, and send the user an email with a verification link to activate their account - Stephen McDonald- Remove invalid examples of gettext in settings module - Stephen McDonald
- Fixed slug-based template name loading for non-ascii slugs - Stephen McDonald
- Fix unencoded template names from slugs in blog also - Stephen McDonald
- Added the SLUGIFY which takes a dotted Python path to the slugify function to use when converting strings into slugs. Defaults to
mezzanine.utils.urls.slugify_unicodewhich allows for non-ascii URLs - Stephen McDonald- Use the text required for the help text for required fields in
mezzanine.formswhen no help text is entered - Stephen McDonald- Add HTML5 features to the comments form - Stephen McDonald
- Fixed assignment of page permissions in the admin page tree - Stephen McDonald
- Hide the delete button for
mezzanine.core.admin.SingletonAdmin- Stephen McDonald- Added the view
mezzanine.core.static_proxywhich is used to serve TinyMCE plugin templates, and uploadify’s SWF, as these break with cross-domain errors whenSTATIC_URLis an external host - Stephen McDonald- Fix with statement in Python 2.5 - Stephen McDonald
- Bump grappelli and filebrowser versions - Stephen McDonald
- Fix grappelli version - Stephen McDonald
- Moved all user account features into a new app
mezzanine.accounts- Stephen McDonald- Handle non-ascii filenames on non-utf8 filesystems. Convert filenames and warn when saving them, and raise exceptions if trying to access them and the filesystem encoding has changed. Closes #186 - Stephen McDonald
- Add new exceptions module - Stephen McDonald
- Added the decorator
mezzanine.pages.decorators.for_page, which can be used for wrapping views that map to protected pages. The decorator adds the page instance to the template context, and handles login redirects ifpage.login_requiredis True. Applied to the blog views, and also added handling forlogin_requiredon the blog page in the blog feeds, which if True, stops the feeds from producing any blog posts or meta data - Stephen McDonald- Grammar fix - Stephen McDonald
- Don’t disconnect the default site signal if we’re not connecting our own one - Stephen McDonald
- Only try and modify template lists when they’re available - not the case when the response is pulled from cache - Stephen McDonald
- Added the ifisinstalled template tag to replace the
is_installedtemplate filter, which properly handles include tags when the given app is not installed. Closes #181 - Stephen McDonald- Allow pages without children to serve as targets for sortable - Aleksandr Vladimirskiy
- Fixed regression in admin login interface selector middleware. Closes #192 - Stephen McDonald
- Fixed ifinstalled template tag so that it removes all tokens, not just include tags. Closes #193 - Stephen McDonald
- Use
prefetch_relatedin Django 1.4 for categories and keywords in the blog post list view. Closes #190 - Stephen McDonald- Backout admin tree empty child fix for now as it doesn’t work quite correctly - Stephen McDonald
- Fixed settings docs generator. Closes #189 - Stephen McDonald
- Refactoring of blog feed view. Returns a http 404 instead of http 500 when the feed does not exists - Thomas Wajs
- Clean up the blog feeds - Stephen McDonald
- Dev started in 2009 - Stephen McDonald
- Added fix for thumbnail generation which would previously not work for images which contained special characters in the file path and used url encoding - Kowaleski, Jason
- Added page import to wordpress - Alvin Mites
- restore utils/device for fork - Alvin Mites
- Added blog post content for the feed description - Thomas Wajs
- Allow the homepage to be login protected - Stephen McDonald
- Added handling for filebrowser’s FileBrowseField directory arg. Closes #202 - Stephen McDonald
- Increased field lengths for
Displayable.titlefrom 100 to 500 andDisplayable.slugfrom 100 to 2000 - Stephen McDonald- Move ajax csrf setup into its own JS file that’s loaded even when a popup interface is loaded. Closes #206 - Stephen McDonald
- Remove redundant cast - Stephen McDonald
- Added the new app
mezzanine.accounts, which handles user login, signup, update, password reset, profile, and integration with Django’s user->profile features - Stephen McDonald- Use ifinstalled for the accounts user panel - Stephen McDonald
- Added some commas to the username format error - Stephen McDonald
- Give the admin drop-down menu elements the same hover/click state as their anchors. Also closes #208 - Stephen McDonald
- Bump filebrowser-safe to 0.2.5 - Stephen McDonald
- Properly handle optional file upload fields in
mezzanine.forms- Stephen McDonald- clarify south usage in overview - Brian Schott
- Fix
user_panel.htmllayouts - Stephen McDonald- Manually assign the parent to each page in the
page_menutemplate tag, to prevent queries being triggered if they’re accessed - Stephen McDonald- Update notes about dependencies, and remove notes about setuptools - Stephen McDonald
- fixed docstring error in
mezzanine_tags.ifinstalled- Brian Schott- Added dynamic validation for content in DisplayableAdmin based on the value of status - Stephen McDonald
- Added handling for slug-based template when the homepage is a page object - Stephen McDonald
- Add handling for Django 1.4’s timezone support - Stephen McDonald
- Remove DEBUG check from site/content signals, and prompt the user for the site domain in interactive mode, with local/live fallbacks for non-interactive mode - Stephen McDonald
- Added optional support for django-compressor - Stephen McDonald
- Fix
thumb_urlfor root images on remote CDNs - Stephen McDonald- Remove old fixes for Postgres and timezones - Stephen McDonald
- Allow initial dicts to be used for forms in
mezzanine.forms- Stephen McDonald- Update to new
gravatar_urlin comments admin - Stephen McDonald- Use Django 1.4’s
bulk_createwhen creating field entries inmezzanine.forms- Stephen McDonald- Added multi-tenancy support. A threadlocal object is used to store the current request, and a custom manager for site-related models is used, that checks for the current request and matches the host to a site domain. Current site can also be defined by a session var (for the admin), and an environment var (for management commands) - Stephen McDonald
- Made some visual enhancements to the settings admin, added support for settings with choices, and added the
RICHTEXT_FILTER_LEVELsetting with choices for controlling the level of HTML filtering that occurs on the RichTextField - Stephen McDonald- Proper timezone support for tweets - Stephen McDonald
- Update docs on multi-site to describe the new multi-tenancy approach - Stephen McDonald
- Use default
STATICFILES_FINDERSsetting when setting up compressor - Stephen McDonald- Update travis config to test multiple Django versions - Stephen McDonald
- Fix Django install for travis - Stephen McDonald
- Added IRC notifications for travis builds - Stephen McDonald
- added remote url config script - Kent Hauser
- improved collecttemplates conflict messages - Kent Hauser
- remove
git.config.shfor pull request - Kent Hauser- Added
mezzanine.pages.middleware.PageMiddleware, which handles loading the current page, running page processors, and checkingpage.login_required. Previously handled inmezzanine.pages.views.page, but move to middleware to allow pages to point to non-page urlpatterns, without any configuration via the now redundantpage_fordecorator. The page view remains for handling template selection and 404 handling - Stephen McDonald- Added fabfile and configs for server setup and deploys - Stephen McDonald
- allow H1s in tinymce - lexual
- Handle homepage as page object in the new age middleware - Stephen McDonald
- Added a Link content type for creating external URLs in the page tree - Stephen McDonald
- Update Van’s title - Stephen McDonald
- Added the setting
ACCOUNTS_MIN_PASSWORD_LENGTHfor minimum password length for user accounts - Stephen McDonald- Added the setting
ACCOUNTS_PROFILE_FORM_EXCLUDE_FIELDSfor excluding profile model fields from the profile form - Stephen McDonald- Ensure min password length in accounts tests - Stephen McDonald
- Hides pagination if only one page - Renyi Khor
- Allow
auth.Userfields to be excluded from the profile form via theACCOUNTS_PROFILE_FORM_EXCLUDE_FIELDSsetting - Stephen McDonald- Initial docs for the bundled fab deployments - Stephen McDonald
- fix i18n settings title in admin - Dmitry Falk
- Don’t show excluded profile fields in profile view - Stephen McDonald
- Allow existing virtualenvs to be removed/replaced in fabfile - Stephen McDonald
- Added handling for settings with choices in settings doc generator - Stephen McDonald
- Added docs for
mezzanine.accounts- Stephen McDonald- Added optional quality arg to be passed to the thumbnail tag, and changed default from 100 to 95 as per PIL docs. Closes #221 - Stephen McDonald
- Ensure responses in PageMiddleware are valid responses for adding context to via page processors, eg not redirects - Stephen McDonald
- Added the {% overextends %} built-in template tag which allows templates to be both overridden and extended at the same time - Stephen McDonald
- Prettify fab outout - Stephen McDonald
- In-line edit enhancements re-align on show/resize/expand - Van Nguyen
- Added body resize event for triggering realign of edit controls - Stephen McDonald
- added dropdown menu support - Brian Schott
- added default navlist sidebar - Brian Schott
- only activate current page - Brian Schott
- Fix original image links in gallery template - Stephen McDonald
- Refactored fabfile: - Move all templates into a config. - Move template upload and optional reload into deploy. - Added crontab handling - Stephen McDonald
- Add proc name to gunicorn conf - Stephen McDonald
- Clean up the new primary dropdown menu - Stephen McDonald
- Fixed non field errors in
fields_fortemplate tag - Stephen McDonald- Merge navlist into tree menu - Stephen McDonald
- In fabfile, prompt to create project if it doesn’t exist on deploy - Stephen McDonald
- Require hosts in fabfile - Stephen McDonald
- Ensure fabfile has hosts, and imports settings from the current path - Stephen McDonald
- Clean up ^M characters at end of lines using dos2unix and find: find . -type f -exec egrep -q $’r$’ {} ; -exec dos2unix {} ; - Thomas Lockhart
- Fix missing </li> tag - Pavel Ponomarev
- fix
get_absolute_urlfor homepage - Dmitry Falk- Allow superuser password to be defined in fabric settings, and create superuser if defined - Stephen McDonald
- Added the setting
ACCOUNTS_PROFILE_VIEWS_ENABLEDfor explicitly enabling public profile pages, which defaults to False - Stephen McDonald- Only validate fabric settings when fab is run - Stephen McDonald
- Shadow the admin password in fabfile - Stephen McDonald
- Add handling for the hotfix releases in the changelog builder - Stephen McDonald
- Allow large uploads in
nginx.conf- Stephen McDonald- Don’t fail on fabfile import (for docs build) - Stephen McDonald
- Added owner/mode handling for templates in fabfile - Stephen McDonald
- Fix keyword queries in blog listing - Stephen McDonald
- Use standard page in mobile blog post listing - Stephen McDonald
- Add a cache-busting querystring to device switching - Stephen McDonald
- add some verbose names for blog - Dmitry Falk
- Remove deprecated clear attr from br tags. Closes #241 - Stephen McDonald
- Added some more notes around twitter cron jobs - Stephen McDonald
- Fixed docstring - Stephen McDonald
- Sync
.pofiles - Sebastián Ramírez Magrí- Fixed initial values for entry instances on multi-value fields - Stephen McDonald
- Better locale error messages - Stephen McDonald
- Added Mezzanine’s own cache system - combination of Django’s cache middleware, two-phased render cache, and mint cache - Stephen McDonald
- Added
robots.txt/favicon.icohandling innginx.conf- Stephen McDonald- Added docs for the new cache middleware - Stephen McDonald
- Clean up the deprecated middleware classes - Stephen McDonald
- Default
CACHE_MIDDLEWARE_SECONDSto a minute in deployed settings - Stephen McDonald- Add
SECURE_PROXY_SSL_HEADERto deployed settings. Closes #246 - Stephen McDonald- Fix var names in deploy configs - Stephen McDonald
- Cleaned up descriptive text - Ross Laird
- Added “timesince” to displayable - Renyi Khor
- Added thumbnail to blogpost admin - Renyi Khor
- Add SSL config to
nginx.confand self signed cert setup to fabfile - Stephen McDonald- git pull -f in deploy - Stephen McDonald
- Added
mezzanine.utls.models.AdminThumbMixinwhich provides a method for admin classes to refernce in theirlist_displaythat will render a thumbnail. Used forBlogPost.featured_imageandProduct.imagein Cartridge - Stephen McDonald- Revert cache changes to Twitter queries - since authenticated users bypass the cache, and the Twitter call will generate a lot of queries - Stephen McDonald
- Quote thumb names in thumbnail template tag - Stephen McDonald
- Use cache backend for sessions in deployed settings - Stephen McDonald
- Don’t remove key/cert when blowing away a deployed instance in fabfile - Stephen McDonald
- Use the parent breadcrumb in blog templates, so as not to assume a single root blog page - Stephen McDonald
- Rewrite
Page.set_menu_helpersto use the currently viewed page instead of the current URL - Stephen McDonald- Ensure
Page.get_absolute_urlreturns absolute URLs for Link page types - Stephen McDonald- Allow overridden pages (eg the blog) to be deleted and have child pages added to - Stephen McDonald
- Recompile all
.mofiles - Closes #250. Closes #251 - Stephen McDonald- Right-align drop-down menus when
.pull-rightis used - Stephen McDonald
Version 1.0.10 (Apr 28, 2012)¶
- Bump filebrowser-safe for security fix to 0.2.6 - Stephen McDonald
Version 1.0.9 (Apr 27, 2012)¶
- Add HTML sanitizing on RichTextField instances. Closes #211 - Stephen McDonald
Version 1.0.8 (Mar 24, 2012)¶
- Fixed
.navbar.containerresponsive width - Stephen McDonald- Added default blank favicon and replace Bootstrap’s collapse JS with all Bootstrap JS - Stephen McDonald
- Added nav dividers in primary menu - Stephen McDonald
- Fixed leftover tag loading in form response emails - Stephen McDonald
Version 1.0.7 (Mar 24, 2012)¶
- Fixed
body_idblock - Stephen McDonald- Upgrade Bootstrap to 2.0.2 - Stephen McDonald
Version 1.0.6 (Mar 22, 2012)¶
- Fixed draft status for quick blog form in dashboard. Closes #172 - Stephen McDonald
- Format newlines in the quick blog form since the expected format is HTML - Stephen McDonald
- Markup validation improvements - Paolo Dina
Version 1.0.5 (Mar 20, 2012)¶
- Fixed admin navigation showing in inline filebrowser popups when called from TinyMCE - Stephen McDonald
- Bump
filebrowser_safeto 0.2.3 - Stephen McDonald
Version 1.0.4 (Mar 19, 2012)¶
- Bump dependencies - Stephen McDonald
Version 1.0.3 (Mar 19, 2012)¶
- Don’t restrict image width in default css since it’s now responsive - Stephen McDonald
- Updated
templates_for_hostto insert default templates after the associated custom template, rather than putting all defaults at the end - Josh Cartmell- Updated
templates_for_deviceto 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
- Update
mezzanine/forms/forms.py- Magic- Update
mezzanine/blog/locale/ru/LC_MESSAGES/django.po- Mikhail- Update
mezzanine/conf/locale/ru/LC_MESSAGES/django.po- Mikhail- Internal refactoring of abstract models in
mezzanine.core. Moveadmin_linkfrom Displayable to Slugged, since it is more closely related to URLs. Movedescription_from_contentfrom Slugged to MetaData, since it is more related to description on MetaData. Don’t rely on title indescription_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_FILENAMEso 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.pyandlocal_settings.pytemplates - 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 tomezzanine.confbeing 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
- Actual collecttemplates command - Stephen McDonald
- Added secure arg and default expiry seconds to
mezzanine.utils.views.set_cookie- Stephen McDonald- Added
mezzanine.utils.email.send_mail_templatefor sending templated email, and integrated withmezzanine.forms. Closes #165 - Stephen McDonald- Missing files - 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_templatesetup in mezzanine-project. Closes #167 - Stephen McDonald- Use operating system separator - Chris Trengove
- Bump dependencies - Stephen McDonald
Version 1.0.2 (Mar 06, 2012)¶
- Update setup to exclude new dev db name - Stephen McDonald
Version 1.0.1 (Mar 06, 2012)¶
- 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_pathmore reusable - Josh Cartmell- Remove mention of
site_mediawhich 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
Version 1.0.0 (Mar 03, 2012)¶
- 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
- Added category support - Josh
- 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.siteinmezzanine.bootto defer certains calls to unregister/register to work around some loading issues for custom model fields - Stephen McDonald- Removed unused import - Stephen McDonald
- Don’t use form email field as from address if
FORMS_DISABLE_SEND_FROM_EMAIL_FIELDsetting is True - John Barham- Register
FORMS_DISABLE_SEND_FROM_EMAIL_FIELDinmezzanine.conf- Stephen McDonald- Fixed migration forms/0003 failure for Postgres - Luke Plant
- Fixed dependencies of migrations, so that
'./manage.pymigrate’ 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.FormForFormfor use in styling, and removed CSS class assignments - Stephen McDonaldAddedmezzanine.mobilecommented out toINSTALLED_APPSinproject_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_LINKSsetting - 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
- Regenerated settings docs - 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.sortableand 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.FileFieldfor 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_DATEto 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_childrenattribute 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_menuandtree.htmlto avoid creating uls if no pages in thepage_brancharein_navigation- Josh Cartmell- Updated
page_menupage_branch_in_navigationandpage_branch_in_footerto be more concise. Updatedtree.htmlandfooter_tree.htmlnot print out uls unlesspage_branch_in_navigationorpage_branch_in_footerare set - Josh Cartmell- Accidentally omitted if from tag - Josh Cartmell
- Updated
footer.htmlto avoid unecessary uls - Josh Cartmell- Rolling back as the previous change to
footer.htmldid not work with 3rd level menus - Josh Cartmell- Updated
footer.htmlagain to avoid unecessary uls - Josh Cartmell- Updated
footer.htmlidentation 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
- Requirements version bumps - 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
- Temp remove requirements - Stephen McDonald
- Change
Displayable.statusdefault 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.pywith new settings related to the middleware. Added deprecation warning ifSHOP_SSL_ENABLEDorSHOP_FORCE_HOSTis 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.htmlif a page is primary, in footer and the first in the loop - Josh Cartmell- Removed cartridge checks from
SITE_FORCE_SSL_URL_PREFIXESdefaults. Moving to cartridge and using append - Josh Cartmell- Restored
mezzanine.core.AdminLoginInterfaceSelectorand added a deprecation warning - Stephen McDonald- Added the setting
TINYMCE_SETUP_JSwhich 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.genericare 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
- Dummy commit - Stephen McDonald
- 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_formathandling 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_SLUGto 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- More responsive footer - Stephen McDonald
- 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
- Added travis config - Stephen McDonald
- Setup
local_settingstemplate 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_safescripts as they’re no longer useful since we’ve customized those packages - Stephen McDonald- Remove themes from feature list - Stephen McDonald
- Restore requirements - Stephen McDonald
- Version bump to 1.0 - Stephen McDonald
Version 0.12.4 (Dec 03, 2011)¶
- Synchronize PO files with tip - Sebastián Ramírez Magrí
- Synchronize PO files - 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
Version 0.12.3 (Nov 23, 2011)¶
- 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
Version 0.12.2 (Nov 19, 2011)¶
- Added the
mezzanine.utils.html.TagCloserclass that closes open tags in a string of HTML. Used inDisplayable.description_from_contentto ensure valid HTML is returned when extracting the first block/sentence. Fixes #100 - stephenmcd
Version 0.12.1 (Nov 19, 2011)¶
- possibility to insert fieldsets’ fields in classes extended from DisplayableAdmin (was not possible, tuples are immutable) - Zdeněk Softič
- Added handling in BaseGenericRelation for actual instance being deleted. Fixes #103 - stephenmcd
- Added testing for correct keyword string population on keyword removal - stephenmcd
Version 0.12 (Nov 05, 2011)¶
- added
allow_commentsflag to blog, and moved the site filed up the class hierarchy from Displayable to Slugged, plus migrations - legutierr- KeywordManager needs to subclass CurrentSiteManager in order to take advantage of multi-site capability added to Slugged - legutierr
- This is probably the most complex migration I have written. Read inline comments for more information - legutierr
- Fixed unicode handling in CSV export in the forms app - stephenmcd
- Fixed Django 1.3/1.4 feed handling - stephenmcd
- Added fallbacks for blog feed title and description for when the blog page doesn’t exist - stephenmcd
- Added response tests for the blog feeds - stephenmcd
- Added handling for spaces in keywords - stephenmcd
- Fixed meta keywords loading in blog post templates - stephenmcd
- Upgraded keyword handling in mobile templates - stephenmcd
- Changed
keywords_fortemplate tag to handle None being given as an instance - stephenmcd- Added support for using generic relations as
order_with_respect_toon subclasses of Orderable, and applied to AssignedKeyword so that keyword order is maintained - stephenmcd- Fixed check for generic relations in Orderable - stephenmcd
- Stringify
secret_keybecause hmac hates unicode - Ken Bolton- Fix issue #97. Add PNG support - Ken Bolton
- Remove logger code - Ken Bolton
- Renamed export related areas to entries in the forms app and added handling for deleting form entries - stephenmcd
- Added
mezzanine.utils.messagesmodule with fallbacks for thedjango.contrib.messagesapp - stephenmcd- Added a count for the number of entries displayed in the admin for the forms app - stephenmcd
- Use css selectors rather than JS for injecting the count in the admin entries view for the forms app - stephenmcd
- Added a comment to the urlconf in
project_templatedescribing the importance of ordering in relation tomezzanine.pagesurlpatterns when adding your own - stephenmcd- Added the
mezzanine.bootapp which exists for handling setup code, and added theEXTRA_MODEL_FIELDSsetting which is used by boot to inject extra fields onto any models required via theclass_preparedsignal - stephenmcd- Use the
DEV_SERVERsetting when setting up Grappelli media hosting - stephenmcd- Updated the
EXTRA_MODEL_FIELDSexample insettings.py- stephenmcd- Added
EXTRA_MODEL_FIELDStomezzanine.conf.defaults- stephenmcd- Added initial docs for model field customization - stephenmcd
- Restructured the docs into more logical paragraphs and added some missing modules to the packages docs - stephenmcd
- Allow for non-keyword args for fields in
EXTRA_MODEL_FIELDS- stephenmcd- Initial attempt at a subclassable MixinModel for injecting fields and methods into external models - stephenmcd
- Add png & gif thumbnailing. Support for filebrowser FileBrowseField thumbnailing - Ken Bolton
- Somehow, this didn’t make it up to my repo - Ken Bolton
- if setting in registry is no more registered, delete it from registry - btx
- Cleaned up
mezzanine.utils.conf.set_dynamic_settings- stephenmcd- Added sections to the model customizations docs about field injection caveats and exposing custom fields in the admin - stephenmcd
- Updated grappelli version requirement - stephenmcd
Version 0.11.10 (Sep 24, 2011)¶
- Upgraded pyflakes test to handle latest version of pyflakes - stephenmcd
- better fix by Stephen for dynamic inline fields focus issue - Eli Spizzichino
- Changed install command to only fake migrations when South is installed - stephenmcd
- Renamed install command to createdb and added deprecation warning for install - stephenmcd
Version 0.11.9 (Sep 22, 2011)¶
- Added defaults for cookie messaging with Django >= 1.3 - stephenmcd
- Moved description and keywords fields out of Displayable and into their own MetaData abstract model - stephenmcd
- Added handling for changes to the syndication app in Django 1.4 - stephenmcd
- Added feed imports to suppressed pyflakes warnings - stephenmcd
- Removed fixtures from tests - stephenmcd
- Fixed device template test - stephenmcd
- Enable iframe, xhtmlxtras in tinymce - Ken Bolton
- Bumped grappelli-safe version requirement - stephenmcd
Version 0.11.8 (Aug 24, 2011)¶
- Fixed incorrect setting name in device handling docs - stephenmcd
- Use Django’s simplejson - stephenmcd
Version 0.11.7 (Aug 19, 2011)¶
- Upgraded DISQUS handling in the blog templates to properly use the generic app, as well as fixing DISQUS identifiers to be unique across different models - stephenmcd
Version 0.11.6 (Aug 13, 2011)¶
- Decorate blog posts in
blog_post_listwith lists of categories and keywords - stephenmcd- Added a
has_childenhelper to page objects in the page menus - stephenmcd- Fixed styling of fixed footer in admin change form when Grappelli is not used - stephenmcd
- Fixed migration of
object_pkin Rating and AssignedKeyword - David Prusaczyk- Added null defaults for generic migration fix - stephenmcd
- Created an install management command that combines syncdb and migrate –fake to correct the issue of initial migrations failing with multiple apps. As a result reverted
USE_SOUTHdefault to True and removed the handling of south for fixture loading - stephenmcd- Fixed a bug in orderable inlines where order fields would be wiped on inlines that only contain a file upload field - stephenmcd
- Fixed quick-blog form styling to be fluid - stephenmcd
- Fixed bug with url field hiding logic - stephenmcd
- Added a custom slugify function to
mezzanine.utils.urlsthat preserves unicode chars to support non-English URLs - stephenmcd- Updated jquery-ui version. Fixes #80 - stephenmcd
- Add placeholders for dynamic inline sorting - stephenmcd
- Fixed category decorator query in blog post list when there are no blog posts - stephenmcd
- merging pending changes to mezzanine trunk - legutierr
- Migration adding site field to dynamic settings needs to be split into separate schema and data migrations - legutierr
- Fixed slug calculation for pages so that actual parent slugs are used. Fixes #82 - stephenmcd
- fixed unicode encode error with cyrillic slugs in template loader - Andrew Grigrev
- switch to turn comments on blog posts on/off - Johnny Brown
- fixed unicode encode error with cyrillic slugs in template loader in other places - Andrew Grigrev
- changed google analytics js to what they gave me - Johnny Brown
- selectively load analytics - Johnny Brown
- Added ARA Consultants to site using Mezzanine - stephenmcd
Version 0.11.5 (Jul 04, 2011)¶
- Changed device test to use a page it creates itself - stephenmcd
- Updated old contentpage template in the mobile theme to richtextpage - stephenmcd
Version 0.11.4 (Jul 03, 2011)¶
- fixes 500 error on mobile theme (bad template tag) - Owen Nelson
- Updated
processor_foras exceptions received were TypeErrorget_model()takes at least 3 arguments (2 given) not a ValueError - Josh Cartmell- Fixed some new pyflakes warnings - stephenmcd
- Only run thumbnail test when the test image is in the current project (eg Mezzanine dev) - stephenmcd
- Fixed tinyMCE setup to allow tables - Zeke Harris
- Fix allowing inline editing of form content on form pages by avoiding naming conflicts with the inline editing form - Josh Cartmell
- Update example settings. Fixes #70 - stephenmcd
- Don’t use HTML5 required attributes on multiple checkboxes - stephenmcd
- Adding site FK to
mezzanine.conf.models.Settingand read/write hooks to present content based oncurrent_site- Ken Bolton- Allow override of
GRAPPELLI_ADMIN_HEADLINEand_TITLEinsettings.py- Ken Bolton- Proper setting of default values for
GRAPPELLI_ADMIN_HEADLINEand_TITLE, to fix #74 - Ken Bolton- Proper setting of default values for
GRAPPELLI_ADMIN_HEADLINEand_TITLE- Ken Bolton- Update the site for existing settings when migrating - stephenmcd
- added
post_counttoblog_categoriestag - Michael Delaney- Added
select_relatedfor blog list view - stephenmcd
Version 0.11.3 (Jun 09, 2011)¶
- catches exception generated when trying to retrieve the admin url for a model that is not registered, to allow some Page models not to be registered in the admin - legutierr
- migration 0004 conflated a schema migration and a data migration, which was causing problems with MySQL. The two are now separated - legutierr
- pass all form media to the template - Owen Nelson
- implementing
richtext_filter- Owen Nelson- adding docs for
RICHTEXT_FILTERsetting - Owen Nelson- updated docs on how to customize
RICHTEXT_FILTER- Owen Nelson
Version 0.11.2 (Jun 01, 2011)¶
- compile language files, compiled blog, mobile, twitter language files - Alexey Makarenya
- Updated 960.gs to fluid version - stephenmcd
- Remove mezzanine from internal Mezzanine urls - stephenmcd
- Test to verify if thumbnail generation is working - Brent Hoover
- Added 500 handler view that adds
MEDIA_URLto the context - stephenmcd- Fixed unicode handling in KeywordsWidget rendering - stephenmcd
- Added pip requirments to
project_templateand use it to define Mezzanine’s actual version number - stephenmcd- Fixed thumbnail test - stephenmcd
- Reverted change to storing version number to work with docs generation - stephenmcd
Version 0.11.1 (May 24, 2011)¶
- Upgraded comment handling to work with new comment models in base blog importer. Fixes #59 - stephenmcd
- Only look for tags if it isn’t going to throw an AtributeError - rich
- Only look for tags if it isn’t going to throw an AttributeError - rich
- Split
mezzanine.core.admin.DynamicInlineAdminout intoTabularDynamicInlineAdminandStackedDynamicInlineAdmin- stephenmcd- Fixed missing media from dynamic admin form - stephenmcd
- Added the template filter
is_installedwhich can be used to test for values in theINSTALLED_APPSsetting from within templates - stephenmcd- Added
is_installedfor blog app around feed urls in mobile base template - stephenmcd- Added integration with django’s sitemaps app - stephenmcd
- Added handling in KeywordsWidget for the keywords field not existing in the request. Fixes #64 - stephenmcd
- Fixed issue where
admin.StackedInlineswould not display in the admin - Josh Cartmell- Cleaned up white-space - stephenmcd
- Updated
tinymce_setup.jsto only initialize when TinyMCE is available - stephenmcd- Updated
dynamic_inline.jsto support StackedDynamicInlineAdmin - stephenmcd- Reordered jQuery in
base_site.htmlto avoid issues when Grappelli isn’t installed - stephenmcd- Added CSS classes to each of the comment fields - stephenmcd
- Addd better hanadling in the keyword widget for when no keyword field is in the request. Previous fix only corrected the field not existing in the form object - stephenmcd
- Fixed the version check for
collapse_backport.js- stephenmcd- Added Single-Sign-On support to Disqus templates - Brett Clouser
- Added handling for unauthenticated users and empty key settings for Disqus single sign-on - stephenmcd
- Updated auto-generated settings docs - stephenmcd
- Added some
sys.pathfixing inmanage.pyto avoid some cron issues - stephenmcd- Changed
object_pkfields to integer fields in the generic app to resolve some issues with Postgres - stephenmcd- Added migrations for
object_pkchange in generic. Fixes #66 - stephenmcd- Fixed loading of blog posts for a tag - stephenmcd
Version 0.11 (Apr 30, 2011)¶
- Created a
GRAPPELLI_INSTALLEDsetting that is dynamically set, and made it available to JavaScript in the admin so that this can be determined reliably without depending on Grappelli specific HTML/CSS - stephenmcd- Made the default value for the
DASHBOARD_TAGSsetting dynamically created based on whethermezzanine.blogis insettings.INSTALLED_APPS- stephenmcd- Added commented-out versions of some common Mezzanine settings to the
project_template'ssettings module - stephenmcd- French locale for all other apps - Dominique Guardiola
- Updated inline-editing docs to include a note about the tags already being provided by themes - stephenmcd
- Added setting for specifying the delimiter for CSV exports in the forms app - stephenmcd
- Added an option to view entries in a HTML table when exporting for the forms app - stephenmcd
- Fixed
Page.get_absolute_urlto use its static slug rather than dynamicget_slug. Fixes #45 - stephenmcd- Making
Query.valuea varchar(300) to allow for larger queries - John Campbell- make value length 140 instead of 300 since the max twitter query is 140 currently - John Campbell
- Added migration for twitter query length - stephenmcd
- Converted blog categories to a ManyToManyField - stephenmcd
- Added migration scripts for blog categories - stephenmcd
- not sure how there wasn’t one of these already - Tom von Schwerdtner
- Added post counts to archive and author listings for blog posts - stephenmcd
- add a label to registered settings for a more human-friendly admin UI - Tom von Schwerdtner
- A meta title for the default project homepage - Tom von Schwerdtner
- add title/tagline to admin settings - Tom von Schwerdtner
- a (slightly) better default tagline, and make settings available to templates - Tom von Schwerdtner
- Move the
LOGIN_URLdefault into the project’s settings module so it can be modified - stephenmcd- Modified the
AdminLoginInterfaceSelectormiddleware to recognisenextparamters in the querystring, and redirect to those regardless of the interface option selected on the login form - stephenmcd- Applied
SITE_TITLEandSITE_TAGLINEto templates - stephenmcd- Made description field for meta data into plain text - stephenmcd
- Added descriptions for new settings - stephenmcd
- Added styling for the blog tagline - stephenmcd
- Updated the auto-generated settings docs - stephenmcd
- Implemented initial version of custom per-page permissions - stephenmcd
- Added some template code to the gallery example in docs - stephenmcd
- Changed TinyMCE setup to properly support embed code - stephenmcd
- Integrated the
SITE_TITLEandSITE_TAGLINEsettings better into templates - stephenmcd- Removed handling of HTML from
Displayable.description- stephenmcd- Updated the settings docs with the restored defaults for the
SITE_TITLEandSITE_TAGLINEsettings - stephenmcd- Added a section to the admin customization docs about defining custom widget classes for HtmlField fields - stephenmcd
- Changed mezzanine-project script to exclude admin templates - stephenmcd
- Added note to deployment docs about setting up a cron job for Twitter feeds - stephenmcd
- Added embedded
robots.txtto prevent spidering when DEBUG is enabled - stephenmcd- Fixed handling of anonymous comments in the Disqus API - stephenmcd
- Changed handling of editable settings to force unicode for settings with string defaults. Fixes #52 - stephenmcd
- Initial version of refactoring comments into Django’s built-in comments, and moving them into the new generic package - stephenmcd
- Added multi-site capability and tests, updated jso page fixtures to include site reference - legutierr
- added migrations for the new site field on Displayable - legutierr
- Fixed bug in login redirect - was defaulting to /accounts/profile/ upon login before and showing the logged in user a 404 error. Now defaults to /admin/ - Audrey M Roy
- Added migrate command to setup steps. Closes #54 - stephenmcd
- Fixed incorrect tag lib name in template - stephenmcd
- Added documentation regarding multi-site to the deployment page in the docs - legutierr
- Fixed mezzanine-project script where an error would occur when more than one project template with admin templates was used - stephenmcd
- Refactored the
Keywordsmodel to use generic relations and moved it and all related functionality intomezzanine.generic- stephenmcd- Fixed a bug where
django.conf.settingswould overridemezzanine.conf.settings- stephenmcd- Added tests for keywords - stephenmcd
- Added migrations for keywords - stephenmcd
- Updated
mezzanine/core/media/js/dynamic_inline.jsto allow multiple DynamicInlineAdmins on a single admin page - Josh Cartmell- Fixed a potential circular import bug - stephenmcd
- Added more error handling to the
processor_forpage processor decorator - stephenmcd- Added delete links to the admin page tree - stephenmcd
- Updated search to respect published status - Josh Cartmell
- Small fix to Keywords Field. Stops instance from saving if keyword data is empty - Osiloke Emoekpere
- Removed
DEV_SERVERsetting fromlocal_settingsmodule template, since this is defined dynamically - stephenmcd- Removed
southfrom theOPTIONAL_APPSsetting, since the addition of this to a project needs to be controlled manually, as the order of initial migrations for each app cannot be guarenteed and will break if used to create the tables for these apps. Added theUSE_SOUTHboolean setting which can be defined to automatically have south added toINSTALLED_APPSwhen available. Fixes #53 - stephenmcd- Updated package docs - stephenmcd
- Removed handling of admin user for returning unpublished search results - stephenmcd
- Added test to ensure only published objects are returned as search results - stephenmcd
- Fixed bug where superclasses in concrete model inheritence chains would cause duplicate search results - stephenmcd
- Fixed bug where
_ordervalues were not being set for dynamic inlines - stephenmcd- Added
extra_contextarg tomezzanine.pages.views.page- stephenmcd- Refactored the page processor to only accept one argument since its behaviour is to only deal with one - stephenmcd
- Added note to docs about slug-based page processors - stephenmcd
- Cleaned up white-space - stephenmcd
- Removed migrate command from installation notes since south is no longer automatically configured - stephenmcd
- Re-sequenced the migrations for the
Displayable.sitefield - stephenmcd- Applied workaround for unexplainable Django issue where certain signals get lost - stephenmcd
- Removed unused code - stephenmcd
- Updated settings form template to have a submit row and error note consistent with other admin change forms - stephenmcd
- Added ratings to
mezzanine.genericand applied to the blog app - stephenmcd- Updated auto-generated settings docs - stephenmcd
- Added handling for page menus where parent page is explicitly provided. Fixes #58 - stephenmcd
- Renamed
ContenttoRichText,ContentPagetoRichTextPage, andHtmlFieldtoRichTextField- stephenmcd- Fixed handling of
USE_SOUTHsetting so that south is also removed when explicitly set to False - stephenmcd- Updated template for RichTextPage - stephenmcd
- Fixed toolbar styling for TinyMce inside the inline editing form - stephenmcd
Version 0.10.6 (Feb 14, 2011)¶
- blog strings from html templates - Dominique Guardiola
- Apply the CSRF token to all AJAX posts in the admin - stephenmcd
Version 0.10.5 (Feb 11, 2011)¶
- Updated
mezzanine.utils.importingname in package docs - stephenmcd- Changed cache handling to remove middleware classes if no cache backend specified - stephenmcd
- Refactored adding of optional apps so that it only occurs once, and the ordering of installed apps so that order is not modified unless necessary (eg grappelli) - stephenmcd
- Moved generation of
docs/settings.rstand CHANGELOG fromdocs/conf.pyinto functions inmezzanine.utils.docs- stephenmcd- Fixed admin fieldsets example in docs - stephenmcd
- Removed includes from mobile theme that replicated JavaScript common to all devices - stephenmcd
- Fixed JavaScript for Discus comments - include the absolute URL - stephenmcd
- Fixed module margin in admin dashboard - stephenmcd
- Changed Google Anylatics code so that the main tracking args can be overridden via a block - stephenmcd
- Reverted Google Analytics block in favour of checking for an existing
_gaqJavaScript var - stephenmcd- fix for ajax in admin not using csrf token for forms. fix for django 1.2.5 - lexual
Version 0.10.4 (Jan 29, 2011)¶
- Fixed regression in cache defaults. Django defaults to a 5 minute memory cache which functions with Mezzanine’s caching middleware installed by default. We now set the cache backend to dummy if no cache backend is defined in the project’s settings module - stephenmcd
Version 0.10.3 (Jan 28, 2011)¶
- Renamed the module
mezzanine.utils.pathto the more accuratemezzanine.utils.importing- stephenmcd- Added the function
mezzanine.utils.importing.import_dotted_pathfor importing via Python paths to names which are defined as string settings - stephenmcd- Removed the cache defaults - stephenmcd
- Removed redundant import - stephenmcd
Version 0.10.2 (Jan 27, 2011)¶
- Updated docs to describe approach for adding fieldsets to subclasses of PageAdmin - stephenmcd
- Added a depth arg for
select_relatedin the recent comments panel of the admin dashboard - stephenmcd- Restored depth arg for
select_relatedin blog manager - stephenmcd- Added deployment section to docs describing the various aliases required for serving media files, and added a management command which prints these out - stephenmcd
- Grammar fix in docs - stephenmcd
- Added lost password link to login template - stephenmcd
- Fixed the handling for creating the default user when south is installed. Closes #34 - stephenmcd
Version 0.10.1 (Jan 13, 2011)¶
- Fixed bug in
PageAdmin._maintain_parentwhere it was assumed a location header exists for a redirect, which isn’t actually the case when the page is being edited via a popup window as a forgien key - stephenmcd
Version 0.10 (Dec 22, 2010)¶
- Renamed fixtures to not be installed with syncdb and added signal to install them when pages are first installed - stephenmcd
- Renamed example mobile template so that it won’t be rendered by default - stephenmcd
- Updated device template test to only run when device templates exist - stephenmcd
- Added a setting for restricting setting available in templates - stephenmcd
- Fixed some CSS around inline editing - stephenmcd
- Added hook for third-party apps to extend existing settings - stephenmcd
- Fixed settings append hook - stephenmcd
- Backported inline editing helptext markup for Django <= 1.2 - stephenmcd
- Fixed settings append hook again - stephenmcd
- Added handling for variable template names in include tags - stephenmcd
- Cleaned up a ton of unused imports. Fixes #29 - stephenmcd
- Updated
local_settingstemplate - stephenmcd- Added initial south migrations for all apps - stephenmcd
- Added initial optional support for HTML5 with placeholder attributes in the forms app - stephenmcd
- Added support for HTML5 required attributes in the forms app - stephenmcd
- Refactored values for field types in the forms app to separate out classes and widgets - stephenmcd
- Added HTML5 field types to the forms app: date, datetime, email - stephenmcd
- Rename user variable to author in
mezzanine.blog.views.blog_post_listto avoid clobbering Django’s user context variable. Fixes #30 - stephenmcd- Update to new author var in blog listing template - stephenmcd
- Reduced the width of text fields for field inlines in the form admin - stephenmcd
- Updated the layout for auto generated packages docs as well as adding new missing modules. Made a giant sweep of the code base adding and updating docstrings that appear in the packages docs - stephenmcd
- Removed unused admin template filter
is_page_content_model- stephenmcd- Fixed south compatibility with fixture loading - stephenmcd
- make save/delete buttons in admin, always visible at screen’s bottom edge - lexual
- Added pyflakes test - stephenmcd
- Fixed pyflakes test - stephenmcd
- Removed unused imports - stephenmcd
- Added a CSS shadow to the inline editing form - stephenmcd
- Fixed missing hidden fields in the inline editing form - stephenmcd
- Added a split datetime widget with select fields for date parts in the inline editing form - stephenmcd
- Refactored
mezzanine.utilsmodule into a package - stephenmcd- Moved pyflakes test runner into utils - stephenmcd
- Updated package docs layout with new utils package - stephenmcd
- make static save buttons in admin, not affect admin login page - lexual
- Fixed path for serving of theme assets - stephenmcd
- Moved handling of serving assets during development from project’s urlconf into
mezzanine.urls- stephenmcd- Removed favicon handling during development - stephenmcd
- Refactored urls so that
mezzanine.urlsbecomes the main point for combining urls for all the different apps. Also moved homepage url into the project’surlconfas it’s expected to be modified - stephenmcd- Removed use of Django’s
LOGIN_FORM_KEYfrom Mezzanine’sAdminLoginInterfaceSelectormiddleware since it was just removed from Django trunk and now breaks. Fixes #31 - stephenmcd- Added a background gradient to pages in the admin page tree - stephenmcd
- Moved admin submit-row buttons CSS into base admin template - stephenmcd
- Fixed serving of media files outside of a theme when a theme is defined as in development - stephenmcd
- Added support in the admin page tree for changing parents via dragging between branches - stephenmcd
- Fixed failures in Django’s tests caused by automatically using a cache backend when available - stephenmcd
- Added handling for regenerating slugs when a page’s parent changes - stephenmcd
- Fixed bug where editable settings were being loaded from the DB on every access - stephenmcd
- Updated each of Mezzanine’s apps to use its version number as their own - stephenmcd
- Restored empty string as default
TIME_ZONEvalue so Django uses the system timezone - stephenmcd- Moved the Grappelli/Filebrowser/caching setup into
mezzanine.utils.conf- stephenmcd- Made
editabletemplate tag fail silently if None is given - stephenmcd- Fixed overridden slugs changing on pages when their parent changes - stephenmcd
- Changed
Page.overriddento be more reliable by not usingget_absolute_urlwhich can be incorrect without a permalink - stephenmcd- tinymce: remove word styling when cutting and pasting. Remove unnecessary toolbar buttons - lexual
- remove more MS word paste junk from tinymce pasting - lexual
- Updated handling of
post_syncdbsignal to still execute when south is installed - stephenmcd- Fixed unicode bug when non-ascii strings are used in the blog comment form and break when persisted to a cookie - stephenmcd
- Refactored out the widget for the HtmlField into its own widget that can then be replaced via the setting
HTML_WIDGET_CLASS- stephenmcd- Fixed bug in
post_syncdbsignal handler names - stephenmcd- Added new hooks for page menus for determining whether a page is a child or sibling of the current page - jdeblank
- Added initial version of a mobile menu that only renders child page links - jdeblank
- Removed redundant setuptools requirement - stephenmcd
- Cleaned up unused imports - stephenmcd
- Fixed default settings ordering - stephenmcd
- Updated auto-generated settings docs - stephenmcd
- Fixed a pathing bug in creating themes on Windows - stephenmcd
- Added HTML5 form features to inline edit forms - stephenmcd
- Added a context-aware version of Django’s
inclusion_tagtemplate tag - stephenmcd- Moved assignment of menu helper page attributes into
Page.set_menu_helpersand renamed some of them to be clearer in purpose - stephenmcd- Refactored menu template tags into a single tag
page_menuwhich accepts the name of the menu template to use - stephenmcd- Added initial handling for overriding device in a cookie - stephenmcd
- Changed
mezzanine.core.models.Displayble.set_searchable_keywordsto only trigger a save when the keyword list changes - stephenmcd- Moved the call to
mezzanine.core.models.Displayble.set_searchable_keywordsinsidemezzanine.core.admin.DisplayableAdminfromsave_formtosave_modelso that it is only triggered when the entire form including inline formsets are valid - stephenmcd- Changed
mezzanine.utils.conf.set_dynamic_settingsto ensuredebug_toolbar.middleware.DebugToolbarMiddlewareis only ever added once when installed - stephenmcd- Added a
set_cookiefunction to save repeating seconds conversion and encoding - stephenmcd- Changed the check for a device in cookies to only match if the value is a valid device - stephenmcd
- Added a
set_deviceview for explictly requesting the site for a particular device via cookie - stephenmcd- Mobile theme - jdeblank
- Moved mobile templates to mobile theme directory - stephenmcd
- Moved determining device from request into
mezzanine.utils.device_from_request- stephenmcd- Created a device aware version of Django’s cache middleware that uses the device for the request as part of the cache key - stephenmcd
- Updated device section in docs to include a section about the
mezzanine.mobiletheme - stephenmcd- Updated text for link to mobile site - stephenmcd
Version 0.9.1 (Nov 29, 2010)¶
- stop creation of empty p id=”description” (Potentially needs refactoring) aka not too elegant - Lee Matos
- Fixed white-space in blog list template - stephenmcd
- Fixed branching of admin media hosting for Grappelli - stephenmcd
Version 0.9 (Nov 28, 2010)¶
- Change the logic around settings loading to avoid some untrappable errors creating the DB table - stephenmcd
- Update setting names in docs - stephenmcd
- Update conf app name in packages docs - stephenmcd
- Remove redundant import - stephenmcd
- Update to multiple DB settings - stephenmcd
- update to jquery 1.4.4
http://blog.jquery.com/2010/11/11/jquery-1-4-4-release-notes/- lexual- Fixed the
blog_categoriestemplate tag so that it returns a list of categories without duplicates - Brad Montgomery- Added a
"get_recent_posts"template tag - Brad Montgomery- Update template loader and auth context processor names to newest versions with fallbacks for Django 1.1 - stephenmcd
- Add south introspection rules for
mezzanine.core.fields.HtmlField- stephenmcd- allow definition lists in tinymce - lexual
- Modification of the importer script to be more streamlined. Moved importer to the blog module main and still to refactor the changes to the command line module. Can be run from a django shell and import blogger and word press - ajfisher
- Initial layout for themes - stephenmcd
- finished refactoring of importers module and wrote new import blog handler to import the various blog types into mezzanine. Also stripped down the params to be passed in on the word press blog - now treating any path as a url and dealing with it system side rather than user side - ajfisher
- Added documentation around blogger import stuff - ajfisher
- Remove some old redundant template tag loading - stephenmcd
- Add admin change logging to inline editing - stephenmcd
- Allow newer versions of Django to determine full paths for templates in the
start_themecommand - stephenmcd- if image is already the right size, don’t change it (fixes bug where image quality is degraded if same
size.)- lexual- Add copying of media files to
start_themecommand - stephenmcd- Initial support for hosting a theme - stephenmcd
- Fix check for exact image size in thumbnail template tag - stephenmcd
- Make use of conf module’s name within itself dynamic - stephenmcd
- Create a
path_for_importutils function for calculating package/module paths - stephenmcd- Add media hosting for a theme when defined - stephenmcd
- Further refactoring of the import process using a BaseImporterClass which is a Command and then setting up specific implementations for Wordpress and Blogger - ajfisher
- Modification to the docs in order to update the new structure of the commands and also how to implement a new importer class - ajfisher
- removed all the now-superfluous files - ajfisher
- Wrap lines in blog import docs - stephenmcd
- Modifications to make the class abstraction more tidy and clean up some other bits and pieces of code as well - ajfisher
- First round of edits for the blog import docs - stephenmcd
- Fix up constructor logic - stephenmcd
- Fix
mezzanune_userreference in base blog importer - stephenmcd- Move the output messages for blog importing into the base importer class - stephenmcd
- Fix settings access for THEME in
urls.py- stephenmcd- Fix duplicate months in archive list for blog - stephenmcd
- Initial version of
install_themecommand - stephenmcd- Add handling for
interactiveoption ininstall_themecommand - stephenmcd- Rename scripts directory to bin for consistency with Django - stephenmcd
- Rename Blog importer
convertmethod tohandle_importand pass it options directly to mimic Django commands more closely - stephenmcd- Clean up unused exceptions in Blog importer - stephenmcd
- Add a
old_urlarg for posts in base Blog importer for creating redirects - stephenmcd- Upgrade
import_tumblrcommand to use new importer base - stephenmcd- Add handling in the
import_tumblrcommand for more posts that a single call to Tumblr’s API allows - stephenmcd- Add handling for verbosity option in base Blog importer - stephenmcd
- Add handling for all post types in the
import_tumblrcommand - stephenmcd- Fix some errors and add Tumblr info to the blog importing doc - stephenmcd
- Move Google Analytics and
editable_loadertag into their own include templatefooter_scripts.html- stephenmcd- Add docs for themes - stephenmcd
- Rename
recent_postsblog template tag to be consistent with other tags - stephenmcd- Add recent blog posts to
filter_panel.html- stephenmcd- js fix for ie bug with formbuilder - lexual
- Missing apostrophe - stephenmcd
- Modified the blog’s
filter_paneltempate so <ul> tags get closed properly - Brad Montgomery- locale spanish - Carlos David Marrero
search_results.htmllocale spanish - Carlos David Marrero- More robust handling for class-based views in mobile middleware. Closes #23 - stephenmcd
- add primary menu id to the UL for semantic and/or styling uses - Lee Matos
- Moved
mezzanine.templatesinto a package - stephenmcd- Add context-aware replacements for Django’s
render_to_response,select_template,get_templateand template tagsincludeandextend- stephenmcd- Changed calls to
select_templateandrender_to_responseto use Mezzanine’s context-aware versions - stephenmcd- Deprecated
mezzanine.core.middleware.MobileTemplate- stephenmcd- Added main handling for device specific template directories - stephenmcd
- Added a context-aware replacement for Django’s
direct_to_template- stephenmcd- Moved the test mobile homepage into its device specific subdirectory - stephenmcd
- Fixed renaming of node class in
extendstag - stephenmcd- Replaced mobile middleware test with device specific template test - stephenmcd
- Added “blog-post-tile” class for semantic/styling purposes - Lee Matos
- Added documentation for device specific template loading - stephenmcd
Version 0.8.5 (Nov 10, 2010)¶
- CSS update for default templates - stephenmcd
- Add more fine-grained error handling for
tumblr_importmanagement command - stephenmcd- Change TinyMCE options to relax allowed HTML - stephenmcd
- More TinyMCE allowances - stephenmcd
- CSS updates to inline editing form - stephenmcd
- Initial version of admin dashboard plugin system with Quick Blog and Recent Comments implemented as dashboard widgets - stephenmcd
- Convert remaining dashboard sections into dashboard tags - app list and recent actions - stephenmcd
- Add the new screenshot - stephenmcd
- Add docstring to inline editing view - stephenmcd
- Add basic support for class-based views in mobile middleware and a more explicit check for unique mobile template names - stephenmcd
- Backed out changeset: c2ed0a189648 - stephenmcd
- Re-apply
TINYMCE_URLsetting, lost from merge - stephenmcd- Move settings for forms app into main settings module - stephenmcd
- Fix
filebrowser_safegenerator script to add a dummyImagemodule which will prevent breaking when PIL isn’t installed. Closes #15 - stephenmcd- Give the
ContentPagemodel a more descriptive name for the content type dropdown menu in the admin page tree - stephenmcd- Convert
mezzanine.settingsinto an app with values lazy loaded via DB - stephenmcd- Add a default user when syncdb is called - stephenmcd
- Rewrite settings app to give more control over when settings are loaded so that fewer DB queries are used - stephenmcd
- Prevent settings from being loaded from DB during syncdb - stephenmcd
- Change settings from dicts into objects so they can be more easily identified when iterating through the
mezzanine.settings.defaultsmodule - stephenmcd- Add admin view and form for editing all settings - stephenmcd
- Fix
post_syncdbsignal for demo user to work with Django 1.1 - stephenmcd- Fix casting of boolean settings from DB - stephenmcd
- Add a redirect on successful update of settings - stephenmcd
- Add tests for settings app - stephenmcd
- Fix custom field HTML for Django 1.1 - stephenmcd
- Add hook for apps to register their own settings - stephenmcd
- Refactor settings app - stephenmcd
- Update docs to use new settings app - stephenmcd
- Fix export for forms with deleted fields in forms app - stephenmcd
- Allow comma separated list of field choices to contain commas when quoted in forms app - stephenmcd
- Add a back button to the admin export view in the forms app - stephenmcd
- Fix bad copy - stephenmcd
- Fix missing import in forms export - stephenmcd
- Allow multiple fields to be used in a single editable tag - stephenmcd
- Update docs with information about grouping together fields for inline editing - stephenmcd
- Update creation of default user to only run with
--noinputpassed tosyncdb- stephenmcdtree_menu_footertag added. Exact same as"tree_menu"but checks if in footer not if in nav - lexual- Hide the slug field and delete button in the admin for pages with an overridden urlpattern - stephenmcd
- Display list bullets and numbers in content - Eric Floehr
- Fix rendering editable fields when not authenticated - stephenmcd
- Update
mezzanine-projectscript to remove pyc files when creating new projects - stephenmcd- Remove admin menu from popups - stephenmcd
- Add
mezzanine.core.templatetags.mezzanine_tags.thumbnailfor image resizing - stephenmcd- Add docs for the
mezzanine.settingsapp - stephenmcd- Strip newlines from commit messages in the auto-generated CHANGELOG - stephenmcd
- use export instead of checkout - Tom von Schwerdtner
- Use svn export in grappelli/filebrowser scripts. Closes #16 - stephenmcd
- Fix split on commit author in automated CHANGELOG generator - stephenmcd
- removing
tweet_timesincefilter - Eric Floehr- Fix unrequested settings being loaded from DB - stephenmcd
- Allow no names to be provided when calling
editable_settings- stephenmcd- Sort setting names for settings form in admin - stephenmcd
- Add Django as a dependency and remove import from
project_template.settingsinsetup.pywhich depends on Django - stephenmcd- Remove redundant call to
jQuery.noConflictsinceeditable_loaderis now at end of the document. Also check for an existing jQuery instance before including it - stephenmcd- Fix isDirty() check for file fields in dynamic inlines - stephenmcd
- Fix inline editing for file uploads - stephenmcd
- Give each inline editable form field a unique ID to allow multiple TinyMCE editors to work correctly - stephenmcd
- add
csrf_tokento form for inline editing (django 1.2 fails withoutthis.)- lexual- admin now contains link back to site - lexual
- Move site link in admin to user-tools panel - stephenmcd
- move toolbar for editable inline to the right hand side - lexual
- Backed out changeset 50aa6171231d - lexual
- move inline editable toolbar to top right - lexual
- Make number of comments for a
BlogPostavailable viaBlogPostManager- stephenmcd- Add
mezzanine.utils.admin_urlwhich handles reversing different admin URLs. Also renameadmin_urltemplate tag totry_urlto better reflect its purpose - stephenmcd- Add a (yet to be used)
SingletonAdminclass for creating admin classes that manage models with a single instance - stephenmcd- Clean up the dynamic inline hooks Django uses that get left behind by using Grappelli’s inline template - stephenmcd
- Remove redundant reference to jquery - stephenmcd
- Different approach to cleaning up
__prefix__templates from inlines - just remove them - stephenmcd- Hide the unwanted add link - stephenmcd
- Fix admin menu - stephenmcd
admin_app_listtemplate tag bugfix - lexual- make inline editable forms pretty - lexual
- Backed out changeset: 7a1d5a321032 - stephenmcd
- Removed tag git/git/master - stephenmcd
- Add support for custom navigation items in
ADMIN_MENU_ORDERand configurefilebrowseras an item - stephenmcd- Add docs for custom navigation items in admin - stephenmcd
- Add Wordpress support to blog importer - ajfisher
- Added importer with command line option - ajfisher
- Some changes to the importer module in order to clean up. 2. Implementation of framework to use tumblr in importer module. 3. Addition of new tumblr module, adapting from @stephenmcd ‘s previous work but extending it to work into new importer framework - ajfisher
- Catch DatabaseError instead of trying to check for syncdb when reading DB settings to allow for other DB management related commands to run such as south - stephenmcd
- Rename
mezzanine.settingstomezzanine.conf- stephenmcd- Make the DatabaseError import compatible with Django 1.1 - stephenmcd
- Put fixtures into a potentially more stable order - stephenmcd
- Update the admin menu with the new conf name - stephenmcd
- fixed some code logic to enumerate more cleanly and removed the testing 5 item max results - ajfisher
- modified to include tries on the feedparser import and exit gracefully if not. Also cleaned up some enumeration stuff and making the tags code into a list comprehension - ajfisher
- added some graceful exit handling if the gdata library isn’t available - ajfisher
- streamlined tag stuff to use a list comprehension - ajfisher
- Replace the approach of calling
mezzanine.conf.load_settingsto create new instances of settings objects with a single instance viamezzanine.conf.settingsthat contains a methoduse_editablewhich when called will mark the settings object for reloading settings from the db - stephenmcd- Refactor settings loading to reload settings when
use_editablecalled - stephenmcd- Remove unused func
editable_settings- stephenmcd- Explicitly evaluate the results for blog template tags so that queries are only executed once - stephenmcd
- Replace
load_settingstemplate tag with a context processor for a global settings object - stephenmcd- Remove the
SETTINGS_EDITABLEsetting and check formezzanine.confin installed apps - stephenmcd- Remove the
MEZZANINE_prefix from checking project’s settings for default values, since non-mezzanine apps may register settings themselves - stephenmcd- Group the form fields for editable settings by prefix - stephenmcd
- Update documentation to reflect refactoring of the conf app - stephenmcd
- Comment fixes - stephenmcd
- Allow the
BlogCategoryAdminto be displayed in the admin menu when explicitly defined inADMIN_MENU_ORDER- stephenmcd
Version 0.8.4 (Oct 01, 2010)¶
- Fix PostgreSQL error on tweet lookup - stephenmcd
- Use dynamically generated intro for posts in blog listing page rather than the description field - stephenmcd
Version 0.8.3 (Sep 30, 2010)¶
- Workaround for when mezzanine is hosted under a different urlspace. (Only tested with Django admin, not grappelli). The
keywords.jsfile needs to reference a mezzanine URL, from the admin site. It used to use a hard-coded string with a root-absolute path, but this failed when mezzanine was hosted elsewhere. Instead, we now reference a global Mezzanine JS object, which is set by template, using URL reversal to find the correct url. This requires a reworking in how the PageAdmin object accesses its Media settings - previously the list of js files was calculated at module load time, but at this stage the url reversal mechanism won’t work, because theurls.pyaren’t all loaded yet, Instead, we hide the list generation inside a lazy iterator object and create the list on demand - Toby White- Fix admin menu for earlier than Python 2.6 which lacks
tuple.index- stephenmcd- add active class to footer menu - lexual
- Don’t fail if
PACKAGE_NAME_FILEBROWSERorPACKAGE_NAME_GRAPELLIaren’t set - just don’t try & load them - Toby White- Fix grappelli/filebrowser package creation scripts to be Python 2.5 compatible. Closes #12 - stephenmcd
- Create a template tag for reversing urls from within admin templates that fail silently when the url can’t be reversed, as this is always the case when running admin tests. Apply this to both the admin dropdown menu and to the base admin template making all templates aware of the
admin_keyword_submitURL so that it does not need to be hard-coded - stephenmcd- Backed out changeset: d43f3e430d1f - stephenmcd
- Replace MobileTemplate middleware with a decorator. If mezzanine is being used as an application within another project, then the MobileTemplate middleware may not be appropriate to use on URLs outside of mezzanine’s control. In fact, if the project uses other calling conventions (eg class-based views) then the middleware may fail completely - Toby White
- Fix positioning of admin dropdown menu in Firefox. Closes #11 - stephenmcd
- Remove stray pdb - Toby White
- Let the location of the tinymce scripts be overridden - Toby White
- Give the Page object a
get_admin_urlproperty, which we can use to provide direct links to a Page’s admin page from the editable toolbar - Toby White- add id’s to tree-menu, fix bug with multiple “first” class being set - lexual
- Add a filtering form for exporting responses in the forms app - stephenmcd
- Add
branch_levelandhtml_idattributes to pages in menu template tags - stephenmcd- Add
TEST_DATABASE_COLLATIONfor MySQL - stephenmcd- Fix field length of test data - stephenmcd
- Remove trailing commas from
tinymce_setup.jsthat break IE. Fixes #14 - stephenmcd
Version 0.8.2 (Sep 24, 2010)¶
- Backed out changeset 0e7907eef4fc - lexual
- move editable-loader to bottom of template to fix weird webkit layout bug - lexual
- 960 stuff into separate files - lexual
- custom css in separate files - lexual
- Modify absolute
ADMIN_MEDIA_PREFIXvalue when using grappelli to read in ip/port fromsys.argv- stephenmcd- Clean up a bunch of dead code. Fixes #10 - stephenmcd
- Allow overriding
CONTENT_MEDIA_URL- Toby White- Test for existence of TinyMCE before using it in JS - Toby White
- Fix missing quotes for
CONTENT_MEDIA_URLsetting - stephenmcd- Type in setting function - stephenmcd
- Fix handling of empty field values in forms app by not saving them - stephenmcd
Version 0.8.1 (Sep 20, 2010)¶
- No changes listed.
Version 0.8 (Sep 19, 2010)¶
- Allow search fields for
SearchableManagerto be defined across multiple models in an inheritance chain - stephenmcd- Refactor models to remove the
contentfield from thepages.Pagemodel (and therefore thecore.Displayablemodel from which it inherits) so that custom content types can be created without thecontentfield. Introduces a new default content typepages.ContentPage- stephenmcd- Remove
BLOG_TITLEandBLOG_DESCRIPTIONfrommezzanine.settingsand replace use of these with the title and description of the blog page from the pages app allowing them to be in-line editable - stephenmcd- Separate dynamic inlines into its own js file - stephenmcd
- Make class name unique for dynamic inlines - stephenmcd
- Fixed a bug with the stripping of comment dates - ajfisher
- Added comment migration to the post importing. Have disabled keywords /. tags for the moment due to an error from refactoring - ajfisher
- added some exception handling to start cleaning up things ready for. the proper management command set up - ajfisher
- removed some of my testing params and made them generic - ajfisher
- Fix with statement for
Python2.5insetup.py. Closes #9 - stephenmcd- Refactor ordering and dynamic “Add another” enhancements to admin inlines so that they explicitly target the correct inlines - stephenmcd
- Move scripts into scripts directory and use OptionParser in mezzanine-project script to allow options for copying templates, package source and specifying an alternate package to install from - stephenmcd
- Fix logic of checking a page’s slug to be selected in
page_menutemplate tag - stephenmcd- Remove the list of apps/models from the admin dashboard and move them into a navigation menu persistent throughout the entire admin - stephenmcd
- Trap failure to resolve admin URLs so that tests can pass - stephenmcd
- Set
mezzanine.core.admin.DynamicInlineAdmin.extrato 20 unconditionally - stephenmcd- Try and check for jQuery before loading it for admin menu - stephenmcd
- Fix styling of messages to prevent them being layered on top of the admin menu - stephenmcd
- Update auto-generated settings docs - stephenmcd
Version 0.7.4 (Sep 11, 2010)¶
- Use
ADMIN_MEDIA_PREFIXin path to TinyMCE js. Closes #6 - stephenmcd- Refactor generation of
Displayable.descriptionto not explicitly use content field - stephenmcd- Fix sequence of styling for selected nav in tree menu - stephenmcd
- Let blog views render even if the blog page object doesn’t exist - stephenmcd
- Add a test for generated page descriptions - stephenmcd
- Allow test for overriden pages to pass when blog page doesn’t exist - stephenmcd
- fix up footer positioning - lexual
- Fix field length for field types in forms app - stephenmcd
- Update
mezzanine-projectscript to copy templates into newly created project - stephenmcd- Fix missing enctype in forms template for forms with file uploads - stephenmcd
- Add a new
help_textfield to form field model in forms app - stephenmcd- Add
email_subjectandemail_messagefields to form model in forms app - stephenmcd- Fix
pages.page_processors.processor_forto return the function it decorates so they can be referenced from their modules for documentation purposes - stephenmcd- Fix docs in
mezzanine.utils- stephenmcd- Add
mezzanine.formsto package docs - stephenmcd
Version 0.7.3 (Sep 03, 2010)¶
- Alignment fixes to the footer menu - stephenmcd
Version 0.7.2 (Sep 03, 2010)¶
- Refactor
mezzanine.templateto usefunctools.wraps- stephenmcd- Move
local_settingsmodule into a template - stephenmcd- Align TinyMCE width with other admin fields - stephenmcd
- Refactor slug creation functionality out of
Displayablemodel intoSluggedmodel - stephenmcd- Add
BlogCategorymodel and associated functionality - stephenmcd- Added BooleanField
in_navigationandin_footertoPagemodel to allow for controlling navigation placement of pages - stephenmcd- Bugfix to slug fields - change to CharField to allow slashes - stephenmcd
- Better styling for the footer nav - stephenmcd
- Add a
primaryattrib for page objects in menu templates - stephenmcd- More styling enhancements to footer menu - stephenmcd
- Add new fixtures for demonstrating footer menu - stephenmcd
Version 0.7.1 (Aug 30, 2010)¶
- Bugfix to mobile middleware for view functions without keyword args - stephenmcd
Version 0.7 (Aug 30, 2010)¶
- Integrate 960.gs CSS framework into default templates - stephenmcd
Version 0.6.4 (Aug 29, 2010)¶
- Backed out changeset: 8dac998c6f0c - stephenmcd
- Add
expiry_datefield toDisplayableAdmin- stephenmcd- Change
iftags in breadcrumbs andtoplevel_menutemplates to be Django 1.1 compatible, and to use thepage.selectedattribute rather thantemplate_utilslib, allowing it to be removed frompages_tags- stephenmcd- Use consistant naming for each type of page menu and include all types of page menus in default templates - stephenmcd
- Create a custom breadcrumb menu for blog posts - stephenmcd
- Replace the
settingtag with aload_settingstag that takes a list of setting names and injects them into the template context - stephenmcd- Bugfix template tag name for admin page menu - stephenmcd
Version 0.6.3 (Aug 26, 2010)¶
- Bugfix login redirect to be compatible with Django 1.2 - stephenmcd
Version 0.6.2 (Aug 26, 2010)¶
- More error handling to CHANGELOG generator - ensure hg repo also exists - stephenmcd
- Add a
button_textfield to forms model for editing the text of the form’s submit button - stephenmcd- Bugfix to forms button text - stephenmcd
- Add new field
Displayable.expiry_dateand relevant handling inPublishedManager.published- stephenmcd- Add field for default values in forms app and new field types: Check boxes, Radio buttons, Hidden - stephenmcd
- Add
login_requiredfield to page model for restricting pages to authenticated users - stephenmcd
Version 0.6.1 (Aug 23, 2010)¶
- Update to Mezzanine 0.6 - VanL
- Update
pages_tagsto include comparisons and toplevel/breadcrumbs tags; added associated templates - VanL- Set
TIME_ZONEto use the system timezone - stephenmcd- Change CHANGELOG generator to fail silently when mercurial isn’t installed - stephenmcd
Version 0.6 (Aug 09, 2010)¶
- Bugfix to mobile template test to allow for no template inheritance - stephenmcd
- Initial import of django-forms-builder - stephenmcd
- Bugfix to
DisplayableAdmin.search_fields- stephenmcd- Bugfix to
orderable_inline.jsto correctly detect dirty checkboxes - stephenmcd- Move
mezzanine.core.models.HtmlFieldto new modulemezzanine.core.fields- stephenmcd- Allow model/field passed to
editabletemplatetag to contain extra dot notation - stephenmcd- Convert
forms_builderapp to a Mezzanine content type - stephenmcd- Extend admin definitions from inherited admin classes for
FormAdmin- stephenmcd- Bugfix for generating slugs with parent pages for subclasses of
Page- stephenmcd- Commented
mezzanine.forms.admin- stephenmcd- Initial commit of the importer code for blogger. Comprises the baseline generic importer code for mezz that will be used by all input types and the baseline processor for blogger. 0.1 - ajfisher
- Updated sequence of classes in documentation to run correctly - thanks Nick Hagianis for picking this up - stephenmcd
- Handful of patches to correct bugs around creating slugs, titles and ordering for pages and their subclasses - stephenmcd
- Add a contact form to fixtures - stephenmcd
- Added built-in styling to form fields in forms app - stephenmcd
- unnecessary imports removed ? - lexual
- Added missing line in docs for in-line editing example - stephenmcd
- Remove natural keys from fixtures for Django 1.1 compatibility - stephenmcd
Version 0.5.4 (Jul 25, 2010)¶
- Bugfix to in-line editing view - missing import - stephenmcd
- Moved setting of class attribute for TinyMCE into HtmlField - stephenmcd
- Added loading animation to in-line editing - stephenmcd
Version 0.5.3 (Jul 24, 2010)¶
- Use names of packages from settings in setup script - stephenmcd
- Make changelog generator in Sphinx conf list changesets within a version in chronological order - stephenmcd
- Update CSS for in-line editing toolbar to stay fixed at top of the page - stephenmcd
- Added handling for models to define their own
editablemethod for controlling in-line editing - stephenmcd- Added the abstract model
Ownablefor defining models with instances owned by users, containingis_editablehook and admin class for setting the owner of new objects and restricting objects to their owners - stephenmcd- Apply
Ownableabstract model toBlogPostmodel and related classes - stephenmcd- Wrap quickblog form in permission check - stephenmcd
Version 0.5.2 (Jul 22, 2010)¶
- Allow interface selection on admin login screen to prepopulate from querystring - stephenmcd
- spelling fixed in docs - lexual
- Added more backward-compatible csrf handling - stephenmcd
- Added more robust handling for csrf and apply to forms - stephenmcd
- Bugfix setting author of blog post in BlogPostAdmin to be compatible with DisplayableAdmin - stephenmcd
Version 0.5.1 (Jul 18, 2010)¶
- Bugfix to permission check for in-line editing - stephenmcd
- Bugfix to persist values for in-line TinyMCE fields - stephenmcd
- Created HtmlField and TinyMceWidget for more control over targetting textareas as TinyMCE fields - stephenmcd
- Bugfix to TinyMceWidget name - stephenmcd
- Include Csrf Middleware when available - stephenmcd
Version 0.5 (Jul 18, 2010)¶
- Added ‘Posted by’ text to blog posts - stephenmcd
- Fixed grammar error in docs - stephenmcd
- Added routine to Sphinx conf to auto-generate changelog from mercurial repo - stephenmcd
- Change admin title to Mezzanine - stephenmcd
- Make slugs editable in admin - stephenmcd
- Bugfix links to RSS feeds - stephenmcd
- Update
to_end_tagwith context and token args, but only use as many args as the tag supports - stephenmcd- Created system for inline-editing - stephenmcd
- Apply in-line editing to templates - stephenmcd
- Add option to admin login screen to log into site for in-line editing - stephenmcd
- Added docs for in-line editing - stephenmcd
Version 0.4 (Jul 11, 2010)¶
- Added search functionality and moved pagination out into utils and templatetags - stephenmcd
- Remove weight from search results output - stephenmcd
- A bunch of updates to doc strings - stephenmcd
- Added documentation for search API - stephenmcd
- Added highlighting to blog post author’s own comments - stephenmcd
- Save blog commenter’s details in a cookie - stephenmcd
- Bugfix to links in recent comments section of admin dashboard - stephenmcd
Version 0.3.5 (Jul 09, 2010)¶
- Bugfix to page template missing tag library - stephenmcd
- Bugfix to tests loading and version bump - stephenmcd
Version 0.3.4 (Jul 08, 2010)¶
- Add blog migration to feature list - stephenmcd
- Added support for natural keys - stephenmcd
- Bugfix to natural key format - stephenmcd
- Cleaned up interface for custom tag types - stephenmcd
- Update docs with references to new modules and version bump - stephenmcd
Version 0.3.3 (Jul 07, 2010)¶
- No changes listed.
Version 0.3.2 (Jul 07, 2010)¶
- Reformatted docs to lines less than 80 chars - stephenmcd
- Revert some of
mezzanine.settingsback to not being overridable - stephenmcd- Added routine to sphinx
conf.pyto auto-generate docs formezzanine.settings- stephenmcd- Prevent sphinx blank-line warning - stephenmcd
- Make building docs
Python2.5compatible - stephenmcd- Bugfix for losing parent ID when editing existing child pages - stephenmcd
- fix bug with ordering field in pages. Add error handling for page ordering - lexual
Version 0.3.1 (Jul 05, 2010)¶
- Fixed some spelling mistakes throughout docs - stephenmcd
- Bugfix to unique slug generation method - stephenmcd
- Added redirects app to default settings - stephenmcd
- Added management command to blog app for migrating a Tumblr blog - stephenmcd
- Allow members of
mezzanine.settingsto be defined in the project’s settings module prefixed with MEZZANINE_ - stephenmcd
Version 0.3.0 (Jul 04, 2010)¶
- Bugfix to template lookup for custom content model - stephenmcd
- Added page processor system for manipulating context and response per page type - stephenmcd
- Added docs for page processors and bumped version - stephenmcd
Version 0.2.4 (Jul 02, 2010)¶
- Add warning to
mezzanine_projectscript to prevent the user from creating a project name that conflicts with an existing package or module - stephenmcd- Make
maintain_parentprivate - stephenmcd- fix
mezzanine_project.pyhandling –options or multiple arguments - lexualproject_namevariable instead of continual usingsys.argv[1]- lexual- make proj name start with “-” illegal and print usage - lexual
Version 0.2.3 (Jun 30, 2010)¶
- added
content_modelto json - lexual- Bugfix to dynamic admin inlines - stephenmcd
Version 0.2.2 (Jun 27, 2010)¶
- No changes listed.
Version 0.2.1 (Jun 27, 2010)¶
- Added more documentation around extending pages - stephenmcd
- Update fixtures with new name for ordering field - stephenmcd
- Added notes about contributing with links to github and bitbucket repos - stephenmcd
- Fixes to Mezzanine’s sphinx theme - stephenmcd
- Added initial layout template for docs with GA code - stephenmcd
- Bugfix to template loading in page view - stephenmcd
Version 0.2 (Jun 27, 2010)¶
- Reintroduce
local_settingsmodule - stephenmcd- Reinstate required ordering for correct admin template loading - stephenmcd
- Use
models.permalinkdecorator - stephenmcd- Fixed incorrect project name in license - stephenmcd
- Created framework for inheriting from
Pagemodel to create custom content types for pages, and added new abstract modelOrderablefor managing orderable models - stephenmcd- Initial version of documentation - stephenmcd
- Bugfix to submit overriding for keyword field - stephenmcd
Version 0.1.4 (Jun 15, 2010)¶
- Switch out filebrowser to use a custom version as done with grappelli - correctly packaged and Django 1.1 compatible - stephenmcd
- Add script for generating fork of filebrowser - stephenmcd
- Simplify structure for optionally installed apps and exclude all optional apps from testing - stephenmcd
- In mobile middleware, don’t assume user-agent exists since the test client doesn’t use one - stephenmcd
- Bugfix to mobile middleware - missing imports - stephenmcd
- Made comments IP address nullable - stephenmcd
- Use url tags in templates instead of
get_absolute_url- stephenmcd- Don’t assume request is in context in inclusion tags - stephenmcd
- Added error templates and example mobile template for homepage - stephenmcd
- Added test suite and version bump - stephenmcd
Version 0.1.3 (Jun 14, 2010)¶
- Moved the blog landing page’s slug into a setting - stephenmcd
- CSS updates - stephenmcd
- Add homepage to menu - stephenmcd
- Update to layout of sharing panel - stephenmcd
- Bugfix to AJAX submit for admin keywords field - stephenmcd
- Added a dynamically set “selected” attribute for pages rendered in the page menu - stephenmcd
- Bugfix to tweets for search terms - missing profile image and invalid date format - stephenmcd
- Bugfix to tweets - invalid import - stephenmcd
- Added demo twitter feed - stephenmcd
- Bugfix to blog view - old variable name - stephenmcd
- Added username fallback for displaying author’s name for list of blog posts - stephenmcd
- Added “powered by” copy - stephenmcd
- Added setting
GOOGLE_ANALYTICS_IDfor integrating Google Analytics - stephenmcd- Added setting
PAGES_MENU_SHOW_ALLto control whether all levels in page menu are shown by default - stephenmcd- Changed manual file exclusion in setuptools script to maintain owner and permissions - stephenmcd
Version 0.1.2 (Jun 11, 2010)¶
- Remove local settings module from repo and packaging - stephenmcd
- Actual
local_settingsmodule removal - stephenmcd
Version 0.1.1 (Jun 10, 2010)¶
- No changes listed.
Version 0.1 (Jun 10, 2010)¶
- Original import - stephenmcd