Releases: ushahidi/platform
Releases · ushahidi/platform
Release v3.6.0
Post import improvements
- Import post categories from CSV
- Set post status when importing
- Update import layout
- Notify a user whenever their import finishes, even if they've navigated away
Minor Improvements
- Update modal button styling
- Notify user as they edit a post if the post is in an invalid state
- Support markdown in site description
- Show tasks with no fields and a message explaining this
- Add editable post date to the API (UI pending)
- Sane column headers on post CSV export
- Better error reporting when uploading images
Bugs
- Fix failure removing posts from a collection
- Remove en-US as default language, use en instead
- Notify user when geolocation search fails in post edit
- Fix removing tags from a post
- Fix invalid slugs generated for posts
- Fix validation on lat/lon for post location fields
Development improvements
- Re-organised file structure into main, common and settings modules
- Move template alongside the related controller/directive
- Remove dead code
v3.5.1
v3.5.0
Improvements
- Add Raven/Sentry logger
- Add 'archive' status for posts (#1295)
- Allow filtering posts by multiple statuses
- Better errors when for missing multisite deployments
- Always include CORS headers on exceptions
- Added stage 'type' to differentiate post and task stages (#1283)
- Added required_approval option to forms (#1282)
- Added everyone_can_create and roles with which can_create to forms (#1282)
- Always validate fields on 'post' stage type (#1284)
Bug fixes
- Fix issues pulling from email
- Fix issues pulling from FrontlineSMS (#1305)
- Fix SQL error when PUT request makes no changes (ushahidi/platform@ed3979)
Release v3.4.7
- Ensure email settings are defined
- Bring multisite handling back to core: Auto generate client url from api url
Release v3.4.6
Fix critical bug that prevented saving posts (b2fff48)
v3.4.5
Release v3.4.4
Fixes: - Duplicate key error when creating survey fields with same title as existing field (#1236) - Errors when default roles are deleted. Prevent editing/deleting default admin/user roles (#1272) - Fix survey field validation, was validating against the wrong field (#1271)
Release v3.4.3
- Twitter: Skip retweets when pulling messages - Allow saving post with attributes that have no form - Twitter: add bounding box of user's place too - Twitter: decode twitter user's profile location