Mezzanine

Latest version: v6.0.0

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

Scan your dependencies

Page 16 of 23

0.10.2

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

* Updated docs to describe approach for adding fieldsets to subclasses of PageAdmin - stephenmcd
* Added a depth arg for ``select_related`` in the recent comments panel of the admin dashboard - stephenmcd
* Restored depth arg for ``select_related`` in 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

0.10.1

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

* Fixed bug in ``PageAdmin._maintain_parent`` where 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

0.10

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

* 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
* 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_list`` to 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 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.utils`` module 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.urls`` becomes the main point for combining urls for all the different apps. Also moved homepage url into the project's ``urlconf`` as it's expected to be modified - stephenmcd
* Removed use of Django's ``LOGIN_FORM_KEY`` from Mezzanine's ``AdminLoginInterfaceSelector`` middleware 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_ZONE`` value so Django uses the system timezone - stephenmcd
* Moved the Grappelli/Filebrowser/caching setup into ``mezzanine.utils.conf`` - stephenmcd
* Made ``editable`` template tag fail silently if None is given - stephenmcd
* Fixed overridden slugs changing on pages when their parent changes - stephenmcd
* Changed ``Page.overridden`` to be more reliable by not using ``get_absolute_url`` which 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_syncdb`` signal 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_syncdb`` signal 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_tag`` template tag - stephenmcd
* Moved assignment of menu helper page attributes into ``Page.set_menu_helpers`` and renamed some of them to be clearer in purpose - stephenmcd
* Refactored menu template tags into a single tag ``page_menu`` which 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_keywords`` to only trigger a save when the keyword list changes - stephenmcd
* Moved the call to ``mezzanine.core.models.Displayble.set_searchable_keywords`` inside ``mezzanine.core.admin.DisplayableAdmin`` from ``save_form`` to ``save_model`` so that it is only triggered when the entire form including inline formsets are valid - stephenmcd
* Changed ``mezzanine.utils.conf.set_dynamic_settings`` to ensure ``debug_toolbar.middleware.DebugToolbarMiddleware`` is only ever added once when installed - stephenmcd
* Added a ``set_cookie`` function 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_device`` view for explictly requesting the site for a particular device via cookie - stephenmcd
* 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.mobile`` theme - stephenmcd
* Updated text for link to mobile site - stephenmcd

0.9.1

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

* 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

0.9

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

* 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
* 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_categories`` template 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_theme`` command - 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_theme`` command - 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_import`` utils 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_user`` reference 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_theme`` command - stephenmcd
* Add handling for ``interactive`` option in ``install_theme`` command - stephenmcd
* Rename scripts directory to bin for consistency with Django - stephenmcd
* Rename Blog importer ``convert`` method to ``handle_import`` and pass it options directly to mimic Django commands more closely - stephenmcd
* Clean up unused exceptions in Blog importer - stephenmcd
* Add a ``old_url`` arg for posts in base Blog importer for creating redirects - stephenmcd
* Upgrade ``import_tumblr`` command to use new importer base - stephenmcd
* Add handling in the ``import_tumblr`` command 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_tumblr`` command - stephenmcd
* Fix some errors and add Tumblr info to the blog importing doc - stephenmcd
* Move Google Analytics and ``editable_loader`` tag into their own include template ``footer_scripts.html`` - stephenmcd
* Add docs for themes - stephenmcd
* Rename ``recent_posts`` blog 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
* Modified the blog's ``filter_panel`` tempate so <ul> tags get closed properly - Brad Montgomery
* 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.templates`` into a package - stephenmcd
* Add context-aware replacements for Django's ``render_to_response``, ``select_template``, ``get_template`` and template tags ``include`` and ``extend`` - stephenmcd
* Changed calls to ``select_template`` and ``render_to_response`` to use Mezzanine's context-aware versions - 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 ``extends`` tag - 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

0.8.5

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

* CSS update for default templates - stephenmcd
* Add more fine-grained error handling for ``tumblr_import`` management command - stephenmcd
* Change TinyMCE options to relax allowed HTML - 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_URL`` setting, lost from merge - stephenmcd
* Move settings for forms app into main settings module - stephenmcd
* Fix ``filebrowser_safe`` generator script to add a dummy ``Image`` module which will prevent breaking when PIL isn't installed. Closes 15 - stephenmcd
* Give the ``ContentPage`` model a more descriptive name for the content type dropdown menu in the admin page tree - stephenmcd
* Convert ``mezzanine.settings`` into 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.defaults`` module - stephenmcd
* Add admin view and form for editing all settings - stephenmcd
* Fix ``post_syncdb`` signal 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
* 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 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 ``--noinput`` passed to ``syncdb`` - stephenmcd
* ``tree_menu_footer`` tag 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-project`` script to remove pyc files when creating new projects - stephenmcd
* Remove admin menu from popups - stephenmcd
* Add ``mezzanine.core.templatetags.mezzanine_tags.thumbnail`` for image resizing - stephenmcd
* Add docs for the ``mezzanine.settings`` app - 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
* 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.settings`` in ``setup.py`` which depends on Django - stephenmcd
* Remove redundant call to ``jQuery.noConflict`` since ``editable_loader`` is 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_token`` to form for inline editing (django 1.2 fails without ``this.)`` - 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 ``BlogPost`` available via ``BlogPostManager`` - stephenmcd
* Add ``mezzanine.utils.admin_url`` which handles reversing different admin URLs. Also rename ``admin_url`` template tag to ``try_url`` to better reflect its purpose - stephenmcd
* Add a (yet to be used) ``SingletonAdmin`` class 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
* ``admin_app_list`` template tag bugfix - lexual
* make inline editable forms pretty - lexual
* Backed out changeset: 7a1d5a321032 - stephenmcd
* Add support for custom navigation items in ``ADMIN_MENU_ORDER`` and configure ``filebrowser`` as 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
* 1. 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.settings`` to ``mezzanine.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_settings`` to create new instances of settings objects with a single instance via ``mezzanine.conf.settings`` that contains a method ``use_editable`` which when called will mark the settings object for reloading settings from the db - stephenmcd
* Refactor settings loading to reload settings when ``use_editable`` called - 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_settings`` template tag with a context processor for a global settings object - stephenmcd
* Remove the ``SETTINGS_EDITABLE`` setting and check for ``mezzanine.conf`` in 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
* Allow the ``BlogCategoryAdmin`` to be displayed in the admin menu when explicitly defined in ``ADMIN_MENU_ORDER`` - stephenmcd

Page 16 of 23

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.