Releases: NaturalHistoryMuseum/scratchpads2
Releases · NaturalHistoryMuseum/scratchpads2
2.9.14
This release upgrades Drupal to version 7.73, as well as some smaller changes:
- Allow HTML video in content fields (partial fix for #6277 - @paulkiddle)
- Change scratchpads.eu references to .org (#6261 - @paulkiddle)
- Handle loading of map region data better - (#6248 - @paulkiddle)
- Fix failure to uncheck publishing options (#6234 - @paulkiddle)
- Disable the scratchpads_col module (#6164 - @paulkiddle)
- Regenerate GBIF DWCA on cron (#6202 - @paulkiddle)
2.9.13
- Set latitude & longitude to null if empty string (#6173 - @alycejenni)
- Enable updating casing of contributors + keywords (#6174 - @alycejenni)
- Check the parent vocab is a bio classification when autocompleting (#6180 - @alycejenni)
- Account for areas with a different country code (#6188 - @alycejenni)
- i18n taxonomy autocomplete includes TIDs (#6194 - @alycejenni)
- Added <> to doi regex (#6197 - @alycejenni)
- Include .fas files in the list of acceptable formats (#6200 - @alycejenni)
2.9.12.3
2.9.12.2
2.9.12.1
2.9.12
This release had four developers working over a longer time period trying to fix as many outstanding bugs as possible to bring the issue queue down to a more manageable size. Here's a summary of the fixes:
Localisation & Internationalisation:
- Move menu tabs to the right for RTL languages (#6091 - @PaulKiddle)
- Float logo right for RTL (#6097 - @PaulKiddle)
- Check for terms in current language in ecoint module (#6119 - @alycejenni)
- Correctly detect language for slickgrid fields (#6126 - @PaulKiddle)
UI, UX & Accessibility:
- Prevent the media select box opening prematurely (#6099 - @PaulKiddle)
- Disable autocomplete for search when "all" selected (#6100 - @PaulKiddle)
- Patch the biblio's crossref importer to only include certain tags in titles (#6077 - @jrdh)
- Captalise the "Add terms" taxonomy operation (#6096 - @jrdh)
- Use htmlspecialchars to make title xml safe (#6103 - @alycejenni)
- Check that anon users have access to node before generating 'cite me' (#6102 - @alycejenni)
- Add margins around lexicon links (#6105 - @alycejenni)
- Decode html chars when displaying node titles on taxon pages (#6106 - @alycejenni)
- Return an error when autocompleting taxons without a vocabulary (#6114 - @jrdh)
- Remove duplicates from species media view (#6129 - @jrdh)
- Move stripy-div-group border to table cells (#6128 - @alycejenni)
- Add 'alpha' class to ecoint block to match other blocks (#6125 - @alycejenni)
- Set the max_input_vars in php.ini (#6120 - @alycejenni)
Maps:
- Add satelite map & localized language map (#6093 - @PaulKiddle)
- Add option to disable map clusters (#6092 - @PaulKiddle)
- Show uncertainty of records on map (#6113 - @PaulKiddle)
Import, Export & Interoperability:
- Add php soap dependency to apache Dockerfile (#6083 - @jrdh)
- Allow DOIs to be imported using the URL as well as the short form (#6082 - @jrdh)
- Fix pubmed imports (#6081 - @jrdh)
- Ignore empty strings in URL column on import (#6075 - @jrdh)
- Add an import operation to the taxonomy admin view (#6095 - @jrdh)
- Fix GBIF registrations (#6110 - @PaulKiddle)
- Notify GBIF on change to archive (#6111 - @PaulKiddle)
- Update BHL to api v3 (#6117 - @PaulKiddle)
2.9.11
Among other issues, this release makes further improvements to the maps module
including fixes for previous regressions, and improves docker support.
- Maps:
- Pan/zoom map to include regions on load (#5992 - @PaulKiddle)
- Fix error with region lookup (b74f709 - @alycejenni)
- Importer failing on geo fields (#5995 - @PaulKiddle)
- Fix regions not displaying (#6003 - @PaulKiddle)
- Enable region selection of French Guiana (#5954 - @PaulKiddle)
- Docker:
- Hide
[bib]
tags on glossary page (#5997 - @alycejenni) - Trigger Solr to reindex authors on merge (#6024 - @benscott)
- Fix batch user deletion (#5973 - @benscott)
- Allow use of ampersands and HTML in node titles (#5982 - @PaulKiddle)
2.9.10
This release fixes a number of regressions and bugs, including significant work refactoring map fields to be more reliable.
- Retain inputted map data when trying to submit an incomplete or invalid form (#5852 - @PaulKiddle)
- Fix for BHL results not showing in taxonomy pages (#5944 - @jrdh)
- Prevent block headers covering other blocks in species overview pages (#5967 - @PaulKiddle)
- Prevent footer covering page content when too large (#5965 - @PaulKiddle)
- Allow popups on taxon maps for points with multiple sets of data (#5912 - @PaulKiddle)
- Allow file uploads that contain UTF8 characters in the filenames (#5972 - @PaulKiddle)
- Add scale bar to maps (#5986 - @PaulKiddle)
- Fix problems with taxonomy spreadsheet import (#5981 - @PaulKiddle)
2.9.9
Upgrade to Drupal 7.67
2.9.8 Merge branch 'master' of https://github.com/NaturalHistoryMuseum/scra…