Skip to content

Latest commit

 

History

History
172 lines (135 loc) · 4.88 KB

CHANGELOG.rst

File metadata and controls

172 lines (135 loc) · 4.88 KB

Changelog

1.0.6

  1. Add a list filter in admin to filter ModelBase objects by site and site group.
  2. ModelBase.__unicode__ includes the site name - non-admin templates that rely on __unicode__ will have to be updated.
  3. Set title, description and keywords meta tags on detail page.
  4. comment_count is now aware that multiple sites may comprise a logical site.

1.0.5

  1. Make jmbo_publish command timezone-aware, ensuring that it works with old, naive timestamps.

1.0.4

  1. Restore crop from field to a more prominent position.

1.0.3

  1. Simplify the change form. Move advanced fields into their own section.

1.0.2

  1. Ensure the leaf object is passed to template tags in modelbase_detail.html.
  2. get_related_items parameter name is now optional. The sorting has changed to reverse on modified (our default sorting).

1.0.1

  1. as_leaf_class method would break if two models had the same name. Fixed.

1.0

  1. Jmbo is now location aware. This requires a manual upgrade of libraries and existing databases. DO NOT UPGRADE to 1.0 without preparation. If you are on Ubuntu then it is as simple as running the interactive convert_to_geodb_ubuntu.sh script.

0.5.5

  1. modelbase_detail inclusion template now has a block for easier re-use.
  2. Simplified paginator. No more breadcrumbs.
  3. Introduce object_footer template which shows sharing links.
  4. can_comment has an API change. It has always only been used internally and should not cause problems.
  5. README.rst gets friendlier documentation.

0.5.4

  1. Pin Django on 1.4.x range.

0.5.3

  1. Add Save and publish and Save and unpublish buttons to edit form.

0.5.2

  1. Use django.jQuery instead of $ to trigger publish ajax call. $ is not necessarily available.

0.5.1 (2012-08-20)

  1. on_likes_enabled_test and on_can_vote_test signal receivers now only checks ModelBase based objects. Also updated for compatibility with django-likes 0.0.8, which updated its signal's obj param to conventional instance. django-likes >= 0.0.8 is now required for correct operation.

0.5

  1. Django 1.4 compatible release. Django 1.4 is now required.

0.4

  1. Detail templates can now be customized per model. Create {app_label}/{model}_detail.html.
  2. publish_on and retract_on filters are now applied via management command jmbo_publish. Run it via cron.
  3. Published state is not directly editable through change form anymore. It is now an action.

0.3.4 (2012-06-26)

  1. Natural key support for dumping and loading data.

0.3.3 (2012-06-20)

  1. Use Pillow instead of PIL.

0.3.2

  1. Use slug for lookups in tastypie API.

0.3.1 (2012-06-15)

  1. Add a decorator register_tag that can accept a softcoded list of templates.

0.3 (2012-06-14)

  1. django-tastypie support added

0.2.6 (2012-06-07)

  1. Add image_list_url to Modelbase.
  2. Pin django-setuptest to 0.0.6 because of issue in 0.0.7

0.2.5 (2012-05-11)

  1. Admin category filtering now filters on both categories and primary_category fields.

0.2.4

  1. Remove dependency links in setup.py.

0.2.3 (2012-05-08)

  1. render_object tag now fails with clear TemplateDoesNot exist exception.

0.2.2

  1. Include category filtering in admin.

0.2.1

  1. Find links in setup.py

0.2

  1. Add Opengraph metadata tags to detail view.
  2. Add dependency on django-sites-groups.
  3. Setup South migration chain.

0.1.20

  1. Bring pager HTML and CSS in line with django-pagination.
  2. Add wrapping div to comments UI.
  3. Fix admin interface bug where some fields were duplicated.
  4. Reverse lookup for <content_type>_object_detail now works for model names that may contain spaces, eg. 'Blog Post'.
  5. Add fallback to modelbase detail view to get_absolute_url.
  6. Add ability to limit size of queryset for generic views.
  7. Afrikaans and French translations.
  8. Make it possible to specify a custom photosize per content type.
  9. Introduce a new optional field 'subtitle' for friendlier admin UI.
  10. Add South migrations. Existing installations must be upgraded using ./manage.py migrate jmbo 0001 --fake and then ./manage.py migrate jmbo.

0.1.9 (2011-09-27)

  1. Added primary category field on ModelBase.
  2. Allow for modifier on humanize time diff tag.
  3. Added category pin model and admin override.

0.1.7 (2011-06-15)

  1. Jmbo rename.

0.1.6

  1. Added state admin bulk actions.

0.1.5

  1. Use photologue 2.6.praekelt

0.1.4

  1. Generate slug optimization.

0.1.3

  1. Refactored ModelBase.comment_count to resolve comments for leaf class or modelbase content types.

0.1.2

  1. Generic form issues corrected.

0.1.1

  1. Use django-photologue 2.5.praekelt

0.1.0

  1. Improved generate_slug utils method.
  2. Removed ModelBaseAdminForm.