Skip to content

Commit

Permalink
Update auto-generated CHANGELOG.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenmcd committed Sep 29, 2010
1 parent 60a1d27 commit 52130f8
Showing 1 changed file with 29 additions and 3 deletions.
32 changes: 29 additions & 3 deletions CHANGELOG
@@ -1,3 +1,29 @@
Version 0.8.3 (Sep 30, 2010)
----------------------------

* Update auto-generated CHANGELOG and settings docs - stephenmcd
* Fix admin menu for earlier than Python 2.6 which lacks ``tuple.index`` - stephenmcd
* add active class to footer menu - lexual
* Fix grappelli/filebrowser package creation scripts to be Python 2.5 compatible. Closes #12 - stephenmcd
* Add a note about required Python and Django versions to the README - 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_submit`` URL so that it does not need to be hard-coded - stephenmcd
* Oops, typo in settings.py - Toby
* Workaround for when mezzanine is hosted under a different urlspace.
(Only tested with Django admin, not grappelli)

The keywords.js file 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 the urls.py aren't all loaded yet, Instead, we hide the list generation inside a lazy iterator object and create the list on demand - Toby
* Don't fail if PACKAGE_NAME_FILEBROWSER or PACKAGE_NAME_GRAPELLI aren't set - just don't try & load them - Toby
* Backed out changeset: d43f3e430d1f - stephenmcd
* Fix positioning of admin dropdown menu in Firefox. Closes #11 - stephenmcd
* Add a filtering form for exporting responses in the forms app - stephenmcd
* Add some stricter styles for the inline editing controls to prevent them being modified - stephenmcd
* add id's to tree-menu, fix bug with multiple "first" class being set - lexual
* Add ``branch_level`` and ``html_id`` attributes to pages in menu template tags - stephenmcd
* Remove trailing commas from tinymce_setup.js that break IE. Fixes #14 - stephenmcd

Version 0.8.2 (Sep 24, 2010)
----------------------------

Expand Down Expand Up @@ -53,13 +79,13 @@ Version 0.7.4 (Sep 11, 2010)
* Use ADMIN_MEDIA_PREFIX in path to TinyMCE js. Closes #6 - stephenmcd
* Make Export entries label translatable. Closes #7 - stephenmcd
* Add correct handling for non-ascii translated field name for entry time on form submissions. Closes #8 - stephenmcd
* Update ``mezzanine-project`` script to copy templates into newly created project - 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 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
Expand All @@ -78,6 +104,8 @@ Version 0.7.3 (Sep 03, 2010)
Version 0.7.2 (Sep 03, 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
Expand All @@ -91,8 +119,6 @@ Version 0.7.2 (Sep 03, 2010)
Version 0.7.1 (Aug 30, 2010)
----------------------------

* Refactor mezzanine.template to use functools.wraps - stephenmcd
* Move local_settings module into a template - stephenmcd
* Add 960.gs to the feature list in README - stephenmcd
* CSS tweaks to default templates - stephenmcd
* Bugfix to mobile middleware for view functions without keyword args - stephenmcd
Expand Down

0 comments on commit 52130f8

Please sign in to comment.