Skip to content

Ushahidi v3.2.0

Compare
Choose a tag to compare
@rjmackay rjmackay released this 18 Feb 13:31
v3.2.0

New Features

Bulk Data Import
It is now possible to perform bulk data imports through the client web interface.
Users can import data from CSV files and map the file’s columns to fields on
already created post types.

Custom User Roles
Create custom user roles to further extend the default set of roles. Each role
has permissions which allow the customisation of rights and responsibilities for
users. Administrators can create roles and assign permissions to that role.
Currently there are 4 permissions: Manage Settings, Manage Users, Manage Posts
and Bulk Data Import.

Private Deployments
You can now make your entire deployment private, allowing only registered users
to see posts in your deployment. This allows platform users to collect and
respond to private and sensitive data with their own team only.

Other Improvements

  • Web interface has been improved, particularly for managing post types and editing posts.
  • Code handling posts has been refactored and improved
  • Test coverage for the client’s code has been increased by ~20%
  • Improved stability of client codebase

Bug Fixes

  • Updated the Vagrant configuration to enable PHP imap extension
  • Fixed issue with detecting phinx install
  • Fixed issue completing steps when certain field types were set as required
  • Fixed rendering and saving of checkboxes fields when added to a post type
  • Fixed issues with fetching messages from SMSSync
  • Lots of other smaller fixes