Skip to content

Releases: laws-africa/indigo

v18.1.0

25 Mar 09:37
Compare
Choose a tag to compare

What's Changed

Read more

18.0.0

30 Jun 10:23
Compare
Choose a tag to compare

What's Changed

Read more

17.0.0

07 Mar 09:49
Compare
Choose a tag to compare

What's Changed

Full Changelog: v16.0.0...v17.0.0

16.0.0

05 Nov 08:49
a53ae1b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v15.0.1...v16.0.0

15.0.1

04 Nov 07:25
Compare
Choose a tag to compare
  • FIX: update_commencements management command updated.
  • FEATURE: New Content API Badge for controlling who can use the Content API.
  • FEATURE: Admins can now remove badges from the contributor detail page.
  • NEW: Commencements below the section level supported.

Important

After updating to this version, you must run the update_commencements management command.

14.0.0

04 Nov 07:23
005e14c
Compare
Choose a tag to compare
  • FEATURE: Authorities and resolvers support priorities; highest priority for multiple matches wins.
  • BREAKING: Indigo now always requires authentication. Support for unauthenticated use is removed because it is too difficult and risky to support allowing both types of access.
  • FEATURE: Enforce view permissions for countries, tasks, workflows, works and documents.
  • BREAKING: Default badge permissions have changed. Run python manage.py award_badges.
  • FEATURE: Configure the badges assigned to new users through INDIGO_SOCIAL['new_user_badges']
  • FEATURE: Support underlines with __
  • FIX: Export all extra properties on XLSX export.

Important

After updating to this version, you must manually grant the Contributor badge to your users from each user's profile view (from /contributors). The badge grants basic read-only permissions and will be automatically awarded to new users.

13.1.2

04 Nov 07:23
aa911fa
Compare
Choose a tag to compare
  • FEATURE: Introduce 'commencement note', which can give extra context when the commencement date is unclear.

13.1.1

04 Nov 07:22
8d625da
Compare
Choose a tag to compare
  • SECURITY: Bump bootstrap-select to 1.13.18
  • FEATURE: New 'blocked' state for tasks introduced, with the option of listing one or more blocking tasks.
  • FIX: Start using indigo-akn v1.3.1, which allows us to adjust tables' column widths again.
  • FIX: Helper to support reversing content API URLs.
  • NEW: Introduce Place Admin Permission Badge for editing place settings; move this permission out of 'Super Reviewer' badge.
  • NEW: Bulk creator now supports overriding the date of a commencement / amendment / repeal if it's different from the commencement date of the affecting work.
  • NEW: All extra properties are now shown on bulk import.

13.1.0

04 Nov 07:22
7e9e376
Compare
Choose a tag to compare
  • FEATURE: Filter tasks by type, country in all Task list views.
  • FEATURE: Export all works in a place into a maintainable spreadsheet.
  • FEATURE: Bulk creator now supports linking all active and passive, parent and child relationships.
  • FEATURE: The text given on the coverpage of a document when no publication document is linked can now be specified per place.
  • FIX: Taxonomies that include spaces and/or commas are now imported correctly.
  • FIX: Comment-based tasks now show their context even if the annotation doesn't have a parent in the ToC.
  • NEW: Commenceable provisions on the coverpage of a document now only include provisions that exist(ed) on or before the date of the document.
  • NEW: Introduce Taxonomist Permission Badge for working with Taxonomies in the Admin section.
  • NEW: Show 'Stub' status in Preview on bulk import.

13.0.0

04 Nov 07:21
Compare
Choose a tag to compare
  • BREAKING: Replace migrations with squashed migrations permanently

Important

When updating to this version, you must change your Django migrations to declare dependencies on the latest squashed migrations provided by Indigo.

  • For indigo_api, this is 0001_squashed_0137
  • For indigo_app, this is 0001_squashed_0021