Skip to content

Releases: kartoza/miniSASS

Pinax Announcements

04 Sep 06:38
fa97e2a
Compare
Choose a tag to compare

New Feature: Pinax Announcements

  • allows the admin to add announcements via django admin
  • admin can specify if only registered users or everyone should see the announcement
  • admin can set the start and end date of announcement

Also disable the current banner message being shown on website.

Sites And Observations Api

19 Aug 08:05
cae8d2d
Compare
Choose a tag to compare
patch: add request object to the context (#1068)

* patch: add request object to the context

* patch: use request.build absolute uri

General fixes

24 May 11:14
0ed0c17
Compare
Choose a tag to compare
  • update users without a first name to "Anonymous"
  • for any Anonymous prompt users to update their profile
  • delete all bot users from the database (via command py manage.py clean_up_db)
  • merge users with duplicate emails and send email for changes (via command py manage.py clean_up_db)
  • fix user profile crash when description on organization type is null

General fixes

14 May 11:01
b3e52f6
Compare
Choose a tag to compare
  • resolved site crashing when clicking on crabs whose details have an organisationtype with a null value.

General fixes

06 May 15:08
02dec8f
Compare
Choose a tag to compare
  • change username to use first name on recent observations
  • handle multiple users with the same email
  • prevent integrity error on create sites
  • remove link on partners logo
  • set all users to active

Add Partners Logo

26 Apr 07:25
22875a6
Compare
Choose a tag to compare

This adds our new partner logo

General fixes

17 Apr 08:06
ec6a09e
Compare
Choose a tag to compare

This release adds the following

  1. A user prompt to choose select existing site when they attempt to create an existing site accidentally.
  2. A retry fetch groups if it fails on initial load

general fixes

12 Apr 10:19
f68b9fa
Compare
Choose a tag to compare

This release resolves the following

  1. restriction of decimal places on the location input fields
  2. the location input fields not updating their values when select on map is active
  3. blank screen that appears when you click submit an observation

Trim long text on observations

06 Mar 09:15
43b09c4
Compare
Choose a tag to compare
Merge pull request #958 from kartoza/trim-the-observations-title-on-o…

…bs-card

patch: trim the observations title on obs card

fix observation downloads in admin

05 Mar 12:15
c33019b
Compare
Choose a tag to compare

observations not downloadable fix