Releases: collectiveaccess/pawtucket2
2.0.11
What's Changed
- Restore compatibility with PHP 8.2
- Resolve issue that could inject text into JSON responses, resulting in invalid JSON
Full Changelog: 2.0.10...2.0.11
2.0.10
New Features
- Add "mode" attribute for [media] urls in site pages; allows return of url to media in addition to tag
- Support for analytics integration managed in Providence web UI
What's Changed
- Corrected element order in hierarchy view by @miqrogroove in #166
- Standardise CA tmp path using CA_APP_DIR by @goetzk in #142
- Create define and configuration item for log dir by @goetzk in #151
- Update all libraries to parity with Providence
New Contributors
Full Changelog: 2.0.9...2.0.10
2.0.9
New Features
- Added auto-delete option and user preferences for sets older than a certain age or unused for a period of time.
What's Changed
- Update ca_ES.lang by @clovis-darrigan in collectiveaccess/providence#1724
- Read correct attribute on sourceLevelAccessControl by @Monica-Wood in collectiveaccess/providence#1729
- Resolve several PHP 8.4 warnings
- Resolve importer issue where existing record policy setting may cause abort of import in some cases
- Importer delimited data readers (CSV, TSV, XLSX) now only extract column headers if initial rows are set to skip. Previously readers would attempt to detect "header like" values, which caused problems with some data sets
- Changes in CKEditor5 text entries now trigger "unsaved changes" warnings when trying to navigate away from an unsaved form
- Fix incorrect
ca_list_itemsbundle default displays template (Issue #1732) - Change to correct LCSH vocabulary identifiers (Issue #1728)
- Add option in entity name processing to extract trailing life dates
- Modify importer to propagate
displaynameFormatsetting to refineries - Minor improvements to search indexing performance
New Contributors
- @clovis-darrigan made their first contribution in collectiveaccess/providence#1724
Full Changelog: collectiveaccess/providence@2.0.8...2.0.9
2.0.8
What's Changed
- Synchronize core libraries with versions used by Providence, introducing minor bug fixes
Full Changelog: 2.0.7...2.0.8
2.0.7
What's Changed
- Re-add obsolete Debug class to ensure compatibility with some plugins
- Re-add
copymetheme to facilitate development of custom themes
Full Changelog: 2.0.6...2.0.7
2.0.6
What's Changed
- Add display template and template placeholder options to control fallback of content to alternate locales
- Ensure headers are send for all IIIF requests
- Add missing WebP image configuration to default theme
- Add options to inject CSS classes on instrinsic fields and media and files metadata attributes
- Ensure auto-direct does not redirect to JSON/XML service urls
- Added muted option for audio
- Add option to disable ban checking for specific pages
- Address issue where specific audio/video media may be uncorrectly filtered from detail pages
- Update PHP dependencies
Full Changelog: 2.0.4...2.0.6
2.0.5(a)
Version 2.0 is a major release that brings compatibility with PHP version 8.2 or better. The version 2.0.5 minor release includes bug fixes and functional improvements.
What's Changed
- Added required configuration for WebP image file format in default theme
- Various fixes to improve compatibility with PHP 8.x
Full Changelog: 2.0.4...2.0.5a
2.0.4
Version 2.0 is a major release that brings compatibility with PHP version 8.2 or better. The version 2.0.4 minor release includes bug fixes and functional improvements.
What's Changed
- Added support for WebP image file format
- Return descriptive MySQL error messages rather than numeric error codes
- Add
__CA_DONT_CACHE_TRANSLATIONS__constant to disable caching of translations - useful when developing new locale files - Add stripEnclosingParagraphTags option for text metadata elements; new rich text editors (CKEditor5 and QuillJS) enclose content in
tags. This is usually desirable but causes issues when styled content is included in a display template meant to format a single line. The option strips
tags at the beginning and end of the content. Note that this will result in incorrect markup if used on text with multiple paragraphs
- Restore broken options in dimensions.conf
- Various fixes to improve compatibility with PHP 8.x
Full Changelog: 2.0.0...2.0.4
2.0.0
This major release brings a range of improvements and bug fixes, as well as compatibility with current PHP versions (up to 8.4) and MySQL 8.x.
2.0rc3
Release candidate for Pawtucket 2.0. Use with Providence 2.0rc3 release (https://github.com/collectiveaccess/providence/releases/tag/2.0rc3)
What's Changed
- Fix html email share template path by @kehh in #5
- Display title on Entity image browse by @gjerdery in #7
- Fix missing closing quote by @gjerdery in #8
- Fix breaking css typos in main stylesheet by @stockmind in #10
- Fix typo in closing tags for default object templates by @stockmind in #11
- Develop by @denbell in #13
- Update Spanish translation by @miceno in #19
- Set video captions when using VideoJS media viewer by @solodolo in #21
- Update headers.conf by @poplarmedia in #23
- Bump pear/archive_tar from 1.4.11 to 1.4.13 by @dependabot in #25
- Don't allow read access to "public" sets by @SethKaufman in #31
- Fix Image Overview Panning by @miqrogroove in #39
- Add composer package information for Pawtucket by @kehh in #51
- Fix/warnings 0601 by @peterjanssens in #55
- set limit in options by @peterjanssens in #56
- correct addNotification param type by @peterjanssens in #57
- handle non-existing color by @peterjanssens in #59
- php8 signature swap for join by @peterjanssens in #60
- pass required request for getuseraccessvalues by @peterjanssens in #62
- apply sort, without accidental filtering by @peterjanssens in #63
- NOJIRA Support user creation in Shibboleth authentication adapter by @kehh in #67
- Update README.md by @charlotteposever in #72
- NOJIRA : fr_FR translation by @gautiermichelin in #81
- Fix sorting by certain attributes by @jiru in #83
- Fix thumbnail display in representation viewer by @jiru in #84
- php8 signature for implode function by @jairomelo in #86
- Bring in line with change on providence by @Monica-Wood in #97
- Ability to edit the icons used in rep toolbar by @Monica-Wood in #99
- Mail OAUTH2 authentication method (replicating providence setup) by @Monica-Wood in #107
- DB Connect Fixes by @Monica-Wood in #111
- Enabled client-side caching in the IIIF service. by @miqrogroove in #117
- phpseclib security vunerability by @Monica-Wood in #122
- Update phpoffice/phpspreadsheet version by @Monica-Wood in #121
- Use the
tagsaccess point instead of text search when clicking a tag. by @miqrogroove in #119 - Fixed wrong table reference by @miqrogroove in #120
- Refactored Rep Thumbnail Clicks by @miqrogroove in #129
New Contributors
- @gjerdery made their first contribution in #7
- @stockmind made their first contribution in #10
- @denbell made their first contribution in #13
- @miceno made their first contribution in #19
- @solodolo made their first contribution in #21
- @poplarmedia made their first contribution in #23
- @SethKaufman made their first contribution in #31
- @peterjanssens made their first contribution in #55
- @charlotteposever made their first contribution in #72
- @jiru made their first contribution in #83
- @jairomelo made their first contribution in #86
- @Monica-Wood made their first contribution in #97
Full Changelog: 1.7rc1...2.0rc3