- Support newer versions of FeinCMS, where
feincms_page_tags
has been moved.
- Import
FilterExpression
fromdjango.template.base
.
- Set
up
value for last item offeincms_page_menu
.
- Explicitly set
fields
onNavigationForm
.
- Replace
django.utils.simplejson
with stdlibjson
.
- Make it compatible with FeinCMS 1.7
- Add README with deprecation notice.
- Add moved error to the
prepared_date
extension.
- Use model._mptt_meta rather than model._meta. django-mptt >= 0.4.0 moved the mptt options from model._mptt_meta to model._meta.
- Add changelog <=v0.15 based on git commit history.
- Fix typo in navigation admin form
- Add the current navigation level to the context.
- Add the current navigation level to the context.
Note: Dropped support for FeinCMS < 1.7 and django 1.3.
- Use
MediaFileForeignKey
forVideoSectionContent
.
- Minor FeinCMS 1.7 fix.
- Fix for django >= 1.4 (try to use STATIC_URL over ADMIN_MEDIA_PREFIX).
- Remove
verify_exists
kwarg fromNavigation.url
. - Fix some FeinCMS 1.7 imports. (FeinCMS had a refactor.)
- Fix cached template loader bug.
- Add Makefile.
- Don't fail hard in
{% incunafein_navigation %}
when request is not in context.
- Set related_name for videosection preview_mediafile.
- Add Django 1.4 compatible MPTTFilterSpec.
- Fix
show_all_subnav
option offeincms_page_menu
regression.
- Fix
show_all_subnav
option offeincms_page_menu
regression. - Add Django 1.4 compatible MPTTFilterSpec.
- Get ancestor prepared_date based on url path.
- Add LICENSE
- Fix prepared_date admin extension. Add default=''.
- Tidy-up.
- Add ul_tag option to {% feincms_page_menu %} & refactor.
- Fix an import for FeinCMS 1.6.
- Add some region specific rendering options to MediaFileContent
- Heystack indexing template tweaks.
- It's late. I'm tired. Please work this time.
- Use correct path in template tag. I hope.
- Pass correct object into search index.
- Put files in correct location.
- Put files in correct location. Again.
- Oops typo!
- Add search indexing for haystack.
- Add txt files to manifest so we can use haystack.
- Tidied video content templates and added 'region' to render template search list.
- Added related_name to video fk
- Fixed feincms_page_menu extended navigation
- Fixed page navigation query when depth>1 and level=1
- Fix page_menu template tag to properly show all ancestors when on a page several levels deep. For a deep menu tree, the nav was not outputting the ancestors of the current page between the page level and the top level.
- Make maxcuna-navigation fall over quietly without navigation objects.
- Suppress
None
from being output when there are no Navigation items
- added
is_ancestor
flag to maxcuna-navigation
- removed daft import
- moving download related tags into django-incuna
- Return parent date if there isn't one on the current object
- Use the object instead of the class
- Add a get prepared date method
- Add prepared date page extension
- added accidentally omitted import
- added media-file related file-path filters originally from customer project
- Added MPTTModelChoiceField to admin form for page and parent navigation items to display hierarchy as indentaion. Updated help_text. Fixed unique dom_id clean.
- Added (mark) safe to menu item titles
- Added video content media
- Added video content
- Fixed version
- Check the admin class has show_on_top variable which isn't necessarily in FeinCMS
- Fixed manifest
- Automated merge with ssh://bitbucket.org/incuna/incuna-feincms