Server update, 2014-08-18

A day late with putting this out, due to some sleep mis-scheduling on the part of yours truly, but we’re back with another release! This release includes a variety of small bug fixes and improvements, as well as a reworking of the track parser, which now supports a more complete set of options to control exactly which information is parsed and which is updated in the tracklist. Thanks to bitmap, chirlu, ianmcorvidae, nikki, and reosarevok for their work on this release!

The git tag for this release is v-2014-08-18.

Full list of issues in this release:

Bug

  • [MBS-7753] – Username displays wrongly on area pages
  • [MBS-7799] – unable to add artist as database entry
  • [MBS-7800] – Last.fm URL cleanup doesn’t work for .br and .com
  • [MBS-7804] – URL cleanup for places doesn’t validate links to Discogs or Other Databases
  • [MBS-7805] – series-rels inc parameter doesn’t work since WebServiceInc was not updated

Improvement

  • [MBS-5925] – Show whether you’re subscribed to a collection on the collection overview
  • [MBS-6705] – Move “No linguistic content” lyrics language from “Other” to “Frequently used”
  • [MBS-7270] – The option to parse vinyl track numbers can be confusing
  • [MBS-7749] – Rap Genius is now Genius
  • [MBS-7797] – When editors are not referenced in the DB, delete their rows entirely rather than renaming to Deleted Editor #N
  • [MBS-7798] – Release relationship editor needs a loading indicator
  • [MBS-7803] – Add reports for entities with annotations

New Feature

  • [MBS-3730] – Feature parity: Please re-add the ability to parse only times
  • [MBS-3732] – Feature parity: Please re-add the ability to parse only titles
  • [MBS-4921] – Add a [No lyrics] option to works language

Task

  • [MBS-7785] – Update ESTER to account for the merger of its branches

Server update, 2014-08-04

Another fortnight, another release. This one includes the usual bug fixes as well as some improvements. For editors, sort names are no longer required on alias pages (they’ll default to the name if left blank). For web service clients, it’s also now possible to do fuzzy TOC searches for non-CD mediums by passing a media-format=all option to the /ws/2/discid endpoint.

Thanks to chirlu, nikki, and the MetaBrainz team for their hard work on today’s release.

The git tag is v-2014-08-04.

Bug

  • [MBS-7739] – Release group type not properly displayed in RG search results
  • [MBS-7744] – ws/2 not returning correct Area alias type
  • [MBS-7763] – Cannot edit band membership
  • [MBS-7771] – Textarea fields don’t escape HTML special characters
  • [MBS-7774] – ISE when changing series relationship number attribute
  • [MBS-7775] – Initial order is ignored when creating a manually ordered series
  • [MBS-7783] – Empty link phrase section after removing relationship

Improvement

  • [MBS-6833] – Display a map on the places page
  • [MBS-6896] – Stop requiring users to enter sortnames for non-artist entities
  • [MBS-7757] – Add a media-format=all option to the /ws/2/discid endpoint
  • [MBS-7758] – Do not require a discid argument if a TOC is supplied
  • [MBS-7764] – _generic_link MACRO is really slow
  • [MBS-7786] – Long URL cleanup regexes should be split into separate ones
  • [MBS-7787] – Annotation edit types should share a single template

Task

  • [MBS-7756] – Make use of %ENTITIES in (yet) more places