Skip to content

Releases: superdesk/superdesk-core

v1.10

05 Jan 11:31
Compare
Choose a tag to compare

Fixed

  • Fix NITF Formatter - remove <styule> element.
  • Fix RSS ingest for feeds with missing guid field.

Added

  • Add feedback url to client config.

v1.9

14 Dec 09:09
Compare
Choose a tag to compare

Fixed

  • Reset description when abstract is empty in NINJS format.
  • Fix update of editor state, extra fields and associations on rewrite.
  • Avoid overwriting assocations data if there was no update on the associated item.
  • Fix the update of image metadata on correction.
  • Set Flask version to match Eve.
  • Fix MEDIA_PREFIX setting for Content API.
  • Fix Superdesk NINJS Schema.
  • Refactor purging of audit collection.
  • Reorder fields on default content profile.
  • Fix parsers for AP and DPA.
  • Validate SMS message when SMS is enabled.
  • Fix image upload for images requiring a rotation.
  • Abort sending items to readonly stage.

Added

  • Add annotations field to item schema.
  • Add support for vocabulary items translations.
  • Add firstpublished field to NINJS format.
  • Add Slack channel name to desks and Slack user name to users.
  • Add setting for basic content type schema and editor.
  • Add annotations types vocabulary.
  • Add custom embed field support.
  • Add custom media field support.
  • Add mongo index to archive_history and legal_archive_history.
  • Add support for extra fields in filter conditions.
  • Add support for extra fields in content profile.
  • Add support for signatures to HTTP Push output.
  • Add Job title vocabulary.
  • Add Contacts resource.
  • Add Author roles vocabulary.
  • Add setting for Publish Queue expiry.
  • Add NINJS parser for ingesting of text with featuremedia.
  • Add helper text for custom fields.
  • Add author flag to users.
  • Add attachments resource with NINJS output support.
  • Allow extra fields in item schema.
  • Add desktop notifications to user preferences.
  • Add publisher Livesite Editor privilege.
  • Enable events publishing.
  • Add support for language in content profile.
  • Add SAML Auth method.
  • Allow creation of new Vocabularies.
  • Added reading time to ninjs output (readtime property)
  • Added authors to ninjs output (authors property)

Changed

  • Make websocket exchange name configurable.
  • Simplify email validation.
  • Make user sign-off field nullable.
  • Remove SERVER_NAME and URL_PROTOCOL settings.
  • Upgrade LDAP package.
  • Add file extension to urls for local media storage.
  • Enable DELETE for vocabularies.
  • Moved non etree releated methods from etree module to the new text_utils one
  • Improved error handling in FTP ingest.
  • Takes are removed from core.

v1.8.6

18 Oct 09:02
Compare
Choose a tag to compare

Fixed

  • Fix parsing of ANSA NewsmlG2 feed.
  • Add nijs parser to ingest both text and feature media.
  • Fix issue where user cannot publish after removing feature media.

v1.6.3

25 Sep 15:09
Compare
Choose a tag to compare

Fixed

  • Fix user email validation to allow subdomains.

v1.8.5

02 Aug 11:35
Compare
Choose a tag to compare

Fixed

  • Fix unique validator when search backend is configured.
  • Fix AP and DPA parsers.
  • Validate the SMS message when SMS is enabled.
  • Source is preserved when the story is rewritten

Changed

  • Make displaying crops for featured media config option.

v1.8.4

30 Jun 13:30
Compare
Choose a tag to compare

Fixed

  • Fix bad field type in Wordpress import.
  • Fix fetching media from relative URLs.
  • Remove SMS flag on duplication.
  • Fix item history for scheduled items.
  • Ingested content should preserve its source on duplication/rewrite.

v1.8.3

19 Jun 08:14
Compare
Choose a tag to compare

Fixed

  • Fix wordpress parser image embeds.

v1.8.2

16 Jun 13:18
Compare
Choose a tag to compare

Fixed

  • Fix wordpress parser image handling.

v1.8.1

16 Jun 07:37
Compare
Choose a tag to compare

Fixed

  • Fix wordpress import - upload image to archive and generate renditions.
  • Fix publish when feature media or media description is required

v1.8

09 Jun 14:31
Compare
Choose a tag to compare

Fixed

  • Remove pf: from content filter messages.
  • Handle deleted/disabled content profiles.
  • Fix clean images command not working with 1000+ images on S3.
  • Fix mapping for content api items to match superdesk resources.
  • Fix iunieuq filter when search_backend is configured on resource.
  • Make legal archive optional.
  • Set celery timezone to UTC.
  • Change default settings to not contain AAP info.

Added

  • Expose expiry settings via Superdesk API.
  • Add CELERY_WORKER_CONCURRENCY setting.
  • Add client_config resource for exposing some config to client.
  • Add option to move ingested files via FTP to another path.
  • Support keywords field in content profile editor.
  • Let vocabularies specify schema.
  • Implement google oauth2 authentication.
  • Internal resource for content api items.
  • Add full elastic reindex from mongodb.
  • Test ingest config when creating/updating provider.
  • Add option for relative media urls.
  • Add Wordpress WXR parser.
  • Allow filtering of associated items by products.
  • Add source field to NINJS output.
  • Add extract html macro from NTB.
  • Create new template when new content profile is created.

Changed

  • Remove mark desk flag when item is duplicated.
  • Prevent changes to items on readonly stage.
  • Create mongo indexes and elastic mapping only during app:initialize_data action.