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

Changelog History
Page 11

  • v0.7.4 Changes

    September 11, 2010
    • Use ADMIN_MEDIA_PREFIX in path to TinyMCE js. Closes #6 - stephenmcd
    • Refactor generation of Displayable.description to 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-project script to copy templates into newly created project - stephenmcd
    • Fix missing enctype in forms template for forms with file uploads - stephenmcd
    • Add a new help_text field to form field model in forms app - stephenmcd
    • Add email_subject and email_message fields to form model in forms app - stephenmcd
    • Fix pages.page_processors.processor_for to 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.forms to package docs - stephenmcd
  • v0.7.3 Changes

    September 03, 2010
    • Alignment fixes to the footer menu - stephenmcd
  • v0.7.2 Changes

    September 02, 2010
    • Refactor mezzanine.template to use functools.wraps - stephenmcd
    • Move local_settings module into a template - stephenmcd
    • Align TinyMCE width with other admin fields - stephenmcd
    • Refactor slug creation functionality out of Displayable model into Slugged model - stephenmcd
    • Add BlogCategory model and associated functionality - stephenmcd
    • Added BooleanField in_navigation and in_footer to Page model 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 primary attrib for page objects in menu templates - stephenmcd
    • More styling enhancements to footer menu - stephenmcd
    • Add new fixtures for demonstrating footer menu - stephenmcd
  • v0.7.1 Changes

    August 30, 2010
    • Bugfix to mobile middleware for view functions without keyword args - stephenmcd
  • v0.7 Changes

    August 29, 2010
    • Integrate 960.gs CSS framework into default templates - stephenmcd
  • v0.6.4 Changes

    August 29, 2010
    • Backed out changeset: 8dac998c6f0c - stephenmcd
    • Add expiry_date field to DisplayableAdmin - stephenmcd
    • Change if tags in breadcrumbs and toplevel_menu templates to be Django 1.1 compatible, and to use the page.selected attribute rather than template_utils lib, allowing it to be removed from pages_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 setting tag with a load_settings tag that takes a list of setting names and injects them into the template context - stephenmcd
    • Bugfix template tag name for admin page menu - stephenmcd
  • v0.6.3 Changes

    August 26, 2010
    • Bugfix login redirect to be compatible with Django 1.2 - stephenmcd
  • v0.6.2 Changes

    August 26, 2010
    • More error handling to CHANGELOG generator - ensure hg repo also exists - stephenmcd
    • Add a button_text field 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_date and relevant handling in PublishedManager.published - stephenmcd
    • Add field for default values in forms app and new field types: Check boxes, Radio buttons, Hidden - stephenmcd
    • Add login_required field to page model for restricting pages to authenticated users - stephenmcd
  • v0.6.1 Changes

    August 23, 2010
    • Update to Mezzanine 0.6 - VanL
    • Update pages_tags to include comparisons and toplevel/breadcrumbs tags; added associated templates - VanL
    • Set TIME_ZONE to use the system timezone - stephenmcd
    • Change CHANGELOG generator to fail silently when mercurial isn't installed - stephenmcd
  • v0.6 Changes

    August 09, 2010
    • Bugfix to mobile template test to allow for no template inheritance - stephenmcd
    • Initial import of django-forms-builder - stephenmcd
    • Bugfix to orderable_inline.js to correctly detect dirty checkboxes - stephenmcd
    • Move mezzanine.core.models.HtmlField to new module mezzanine.core.fields - stephenmcd
    • Allow model/field passed to editable templatetag to contain extra dot notation - stephenmcd
    • Convert forms_builder app 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
    • 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