Skip to content

Releases: bmlt-enabled/bmlt-server

4.2.1

17 Apr 18:33
b4bf60f

Choose a tag to compare

  • Fix a nasty bug in the orphaned-format cleanup migration (added in 4.1.0) that could strip valid format codes from meetings.

4.0.4

27 Nov 02:03

Choose a tag to compare

  • Modified the UI to hide the New Meeting button and show a helpful message when a user does not have editing privileges on any service bodies.
  • Fixed an issue that prevented users from logging in to Yap servers that use this BMLT server.

4.0.3

23 Nov 19:31
e9c7a9e

Choose a tag to compare

  • Fixed an issue that prevented the UI from loading on servers with a RewriteOptions inherit configuration.
  • Fixed $format_lang_names setting to work with the new UI.
  • Fixed a geocoding issue -- if the county and/or zip code is automatically computed by the geocoder, we don't want to feed old and possibly incorrect values to the geocoder if the user edits an address.
  • Fixed problems with format key validation.
  • Added Portuguese translations.
  • Strip legacy #@-@# separator from custom field values in UI display.

4.0.3-beta1

14 Nov 17:35
0af4a16

Choose a tag to compare

4.0.3-beta1 Pre-release
Pre-release
  • Fixed an issue that prevented the UI from loading on servers with a RewriteOptions inherit configuration.
  • Fixed $format_lang_names setting to work with the new UI.

4.0.2

11 Nov 18:55
164a11a

Choose a tag to compare

  • Added Italian translations.
  • Updated German translations.
  • Fix favicon.
  • Mask visibility=1 fields with asterisks in GetChanges json_data for unauthorized users.
  • Fixed an issue where a service body couldn't be edited if one of its meeting editor users had been deleted.
  • Fixed admin routes failing to load when accessed via direct URL or bookmark.
  • Added database migrations to trim user fields whitespace and to remove nonexistent users from service body assignments.

4.0.2-beta2

10 Nov 14:20
da2fde6

Choose a tag to compare

4.0.2-beta2 Pre-release
Pre-release
  • Added Italian translations.
  • Updated German translations.
  • Fix favicon.
  • Mask visibility=1 fields with asterisks in GetChanges json_data for unauthorized users.
  • Fixed an issue where a service body couldn't be edited if one of its meeting editor users had been deleted.

4.0.2-beta1

09 Nov 22:05
bb1586b

Choose a tag to compare

4.0.2-beta1 Pre-release
Pre-release
  • Added Italian translations.
  • Updated German translations.
  • Fix favicon.
  • Mask visibility=1 fields with asterisks in GetChanges json_data for unauthorized users.
  • Fixed an issue where a service body could not be edited if one of its meeting editor users was deleted in a previous version.

4.0.1

06 Nov 00:38
1a833ee

Choose a tag to compare

  • Fixed longitude/latitude fields to be read-only when auto-geocoding is enabled

4.0.0

04 Nov 14:14
9718eb2

Choose a tag to compare

  • Added new user interface implemented in Svelte. This includes a brand-new UI code base and various improvements, including support for mobile devices and dark mode. It is mostly backward compatible, except as noted here:
    • Dropped support for the installer wizard -- see installation/README.md for new directions.
    • Deprecated the auto-config parameter $default_minute_interval (now just set to 5 minutes).
  • The new UI is mobile-friendly and includes dark mode support.
  • Added newly rewritten semantic workshop.
  • Added new $bmlt_notice setting for auto-config.inc.php to display custom notices on the login screen. Example: $bmlt_notice = 'We've upgraded the BMLT to 4.0.0 with a new interface! Please report any issues to [email protected]';
  • Fixed a bug that prevented the NAWS Export from working with newer versions of MySQL.

4.0.0-rc1

03 Nov 19:07
24922a2

Choose a tag to compare

4.0.0-rc1 Pre-release
Pre-release
  • Added new user interface implemented in Svelte. This includes a brand-new UI code base and various improvements. It is mostly backward compatible, except as noted here:
    • Dropped support for the installer wizard -- see installation/README.md for new directions.
    • Deprecated the auto-config parameter $default_minute_interval (now just set to 5 minutes).
  • Fixed a bug that prevented the NAWS Export from working with newer versions of MySQL.