Skip to content

Releases: CityOfNewYork/NYCOpenRecords

OpenRecords v3.4.21

20 Nov 21:28
3b107a0
Compare
Choose a tag to compare

Fixes

  • Backend validation to check that custom request form metadata exists on submission.
  • Javascript to reload the page if loaded from a cached version. This fixes the issue with the browser back button not keeping the keeping the custom form and reverting back to the Request Description field.

OpenRecords v3.4.20

08 Nov 21:09
8d8cd25
Compare
Choose a tag to compare

Fixes

  • Fixed inconsistent loading of custom request forms for agency users.

OpenRecords v3.4.19

01 Nov 15:23
bde8d95
Compare
Choose a tag to compare

Fixes

  • Removed recaptcha for agency users.

OpenRecords v3.4.18

16 Oct 20:46
547020c
Compare
Choose a tag to compare

Fixes

  • Performance optimizations for Update Request Statuses job.
  • Additional logging for recaptcha errors.

OpenRecords v3.4.17

20 Sep 17:04
3f82981
Compare
Choose a tag to compare

Features

  • Added recaptcha to new request and technical support forms. #566

Fixes

  • Updated _generate_signature to use SHA256 instead of SHA1. #565

OpenRecords v3.4.16

12 Jun 19:05
ec9f38c
Compare
Choose a tag to compare

Features

  • Add order column to custom_request_forms table.
  • Add "Full Fire Marshal Report" to FDNY custom forms.

Fixes

  • Fixed text for Fire Marshal Face Sheet (Cause of Fire ONLY) custom form.
  • Fixed Open Data Compliance report to filter on Responses.date_modified instead of Requests.date_submitted.

OpenRecords v3.4.15

20 Mar 20:22
3384e70
Compare
Choose a tag to compare

Features

Upgraded the following dependencies:

  • Boostrap 3.3.6 to 3.4.1
  • jQuery UI 1.12.1 to 1.13.2
  • moment.js 2.17.1 to 2.29.4
  • jstimezonedetect 1.0.6 to 1.0.7
  • jQuery 1.12.4 to 3.6.4

Fixes

  • Fixed styling for Google Translate.
  • Fixed repeated javascript identifier in response rows.
  • Fixed edited response emails not rendering properly.

OpenRecords v3.4.14

10 Mar 20:24
0aef096
Compare
Choose a tag to compare

Features

  • Added is_dataset and dataset_description columns to the Responses table with support for File and Link response types.

Fixes

  • Fixed text not rendering properly in editor when editing Note response types.

OpenRecords v3.4.13

19 Jan 20:10
44a14fd
Compare
Choose a tag to compare

Fixes

  • Fixed how certain special characters are rendered when dealing with escaped inputs.

OpenRecords v3.4.12

10 Jan 20:43
4b4cf55
Compare
Choose a tag to compare

Fixes

  • Updated fix for XSS vulnerability on note responses.