Bugfix Release
This release contains only bugfixes and introduces a new debug mode for debugging Fluid template variables (see documentation for details).
What's Changed
- [DOCUMENTATION] EU Cyber Resilience Act (CRA) by @stefanCCS in #1915
- [DOCUMENTATION] Fix typos and improve wording by @stweil in #1916
- [BUGFIX] Adjust language labels in
StatisticsControllerby @beatrycze-volk in #1919 - [MAINTENANCE] Fix XmlSchemasValidatorTest: eliminate external HTTP schema dependencies by @stweil in #1917
- [MAINTENANCE] Bump friendsofphp/php-cs-fixer from 3.94.2 to 3.95.1 by @dependabot[bot] in #1918
- [MAINTENANCE] Bump follow-redirects from 1.15.11 to 1.16.0 in /Build by @dependabot[bot] in #1920
- [BUGFIX] Remove not necessary span element from fulltext template by @beatrycze-volk in #1921
- [MAINTENANCE] Refactor JS for fulltext control by @beatrycze-volk in #1922
- [BUGFIX] Fix ViewHelper namespace in IiifEntries partial by @beatrycze-volk in #1924
- [MAINTENANCE] Adjustments in view helpers by @beatrycze-volk in #1925
- [MAINTENANCE] Extract OAI-PMH record headers into partials by @beatrycze-volk in #1926
- [MAINTENANCE] Add functional tests for OAI functions in
DocumentRepositoryby @beatrycze-volk in #1928 - [MAINTENANCE] Refactor OAI-PMH queries to use QueryBuilder by @beatrycze-volk in #1927
- [MAINTENANCE] Add functional tests for DocumentRepository by @beatrycze-volk in #1929
- [MAINTENANCE] Use dot notation for object property access by @beatrycze-volk in #1930
- [BUGFIX] Decode HTML entities in pagination labels by @beatrycze-volk in #1923
- [MAINTENANCE] Add type hints to
OaiPmhControllerby @beatrycze-volk in #1933 - [DOCUMENTATION] Improve and standardize JSDoc comments by @beatrycze-volk in #1931
- [MAINTENANCE] Move metadata queries to repository by @beatrycze-volk in #1935
- [MAINTENANCE] Refactor settings to pass the naming convention by @beatrycze-volk in #1936
- [MAINTENANCE] Use FormatRepository for loading formats in AbstractDocument by @beatrycze-volk in #1938
- [MAINTENANCE] Use
DocumentRepositoryfor fetching document titles by @beatrycze-volk in #1939 - [MAINTENANCE] Add functional tests for
FormatRepositoryby @beatrycze-volk in #1940 - [MAINTENANCE] Introduce
AbstractRepositoryfor unified storage PID management by @beatrycze-volk in #1941 - [MAINTENANCE] Add query debugging to repositories by @beatrycze-volk in #1942
- [MAINTENANCE] Centralize storage PID application for repositories in
BasketControllerby @beatrycze-volk in #1943 - [MAINTENANCE] Migrate
DocumentRepositoryqueries to Extbase Query API by @beatrycze-volk in #1944 - [MAINTENANCE] Migrate
findAllByUidsmethod to Extbase Query API by @beatrycze-volk in #1945 - [MAINTENANCE] Use
StructureRepositoryingetDocumentStructuresby @beatrycze-volk in #1946 - [MAINTENANCE] Refactor Solr core fetching in
BaseCommandto use repository by @beatrycze-volk in #1947 - [MAINTENANCE] Refactor
CollectionRepository::getIndexNameForSolrto use Extbase query API by @beatrycze-volk in #1948 - [MAINTENANCE] Simplify
findAllByUidsquery constraint by @beatrycze-volk in #1949 - [MAINTENANCE] Use
MetadataRepositoryfor index configuration loading by @beatrycze-volk in #1950 - [MAINTENANCE] Add nullable return type hints to document retrieval methods by @beatrycze-volk in #1960
- [MAINTENANCE] Refactor Solr core fetching in
BaseAdditionalFieldProviderto use repository by @beatrycze-volk in #1962 - [MAINTENANCE] Additional improvements in
getIndexNameForSolrby @beatrycze-volk in #1963 - [MAINTENANCE] Refactor collection fetching in
ReindexAdditionalFieldProviderto use repository by @beatrycze-volk in #1965 - [MAINTENANCE] Add query methods for record visibility and standardize default settings by @beatrycze-volk in #1951
- [MAINTENANCE] Delegate persistence and storage PID management to repositories by @beatrycze-volk in #1952
- [MAINTENANCE] Add unified method to configure repository query settings by @beatrycze-volk in #1953
- [MAINTENANCE] Use
SolrCoreRepositoryto fetch Solr cores in update wizard by @beatrycze-volk in #1954 - [FEATURE] Introduce global debug mode for Fluid templates by @beatrycze-volk in #1955
- [MAINTENANCE] Delegate persistence calls to specific repositories by @beatrycze-volk in #1956
- [MAINTENANCE] Simplify storage PID configuration in
DocumentTypeFunctionProviderby @beatrycze-volk in #1957 - [MAINTENANCE] Remove redundant
findOneByIdAndSettingsmethod by @beatrycze-volk in #1958 - [MAINTENANCE] Enhance type hints and docblocks in
Helperclass by @beatrycze-volk in #1959 - [DOCUMENTATION] Improve and standardize PHPDoc array return types by @beatrycze-volk in #1961
- [MAINTENANCE] Migrate
FormatRepositoryto use Extbase Query API by @beatrycze-volk in #1964 - [MAINTENANCE] Delegate Solr's indexed field queries to
MetadataRepositoryby @beatrycze-volk in #1966 - [MAINTENANCE] Bump fast-uri from 3.1.0 to 3.1.2 in /Build by @dependabot[bot] in #1967
- [MAINTENANCE] Bump @babel/plugin-transform-modules-systemjs from 7.29.0 to 7.29.4 in /Build by @dependabot[bot] in #1968
- [MAINTENANCE] Bump postcss from 8.5.8 to 8.5.14 in /Build by @dependabot[bot] in #1969
- [BUGFIX] Fix Verovio scaling by @sebastian-meyer in #1970
- [RELEASE] Prepare v7.0.1 by @sebastian-meyer in #1972
New Contributors
- @stefanCCS made their first contribution in #1915
Full Changelog: v7.0.0...v7.0.1