Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUGFIX] Prevent attempted indexing of improper dateformats #963

Merged
merged 2 commits into from
May 24, 2023

Conversation

michaelkubina
Copy link
Collaborator

This PR addresses an issue, where improper formatted dates might get passed to the SOLR for indexing, causing the documents not to be indexed at all. So a check for proper datetimes was added, in addition to the existing date-checks that are already in place.

The problem lies within how strtotime interprets date-formats, so that even dates like "18XX" or "o.D." are presumably valid time-representations as they could have been interpreted as timezone-designations (https://www.php.net/manual/en/datetime.formats.time.php).

@sebastian-meyer sebastian-meyer self-requested a review May 24, 2023 19:48
@sebastian-meyer sebastian-meyer added the 🐛 bug A non-security related bug. label May 24, 2023
@sebastian-meyer sebastian-meyer merged commit 9d9b7ce into kitodo:master May 24, 2023
5 checks passed
sebastian-meyer added a commit that referenced this pull request Sep 15, 2023
csidirop added a commit to csidirop/kitodo-presentation that referenced this pull request Sep 28, 2023
commit 28a365c435d2defda6c1e29f3dc8fa7be3178be7
Author: Beatrycze Volk <[email protected]>
Date:   Wed Sep 27 15:30:10 2023 +0200

    [FEATURE] Reimplement SearchInDocument tool to create results' links in backend (#1002)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit 8bb5550df94a0818f58df311369242ffbf7ee052
Author: Beatrycze Volk <[email protected]>
Date:   Wed Sep 27 14:18:04 2023 +0200

    [BUGFIX] Fix returns in controllers' main functions (#1001)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit db4ecb12dfe483af012eb9f1c6fdcd12ff2f2044
Author: Beatrycze Volk <[email protected]>
Date:   Wed Sep 27 13:46:34 2023 +0200

    [BUGFIX] Reassign viewData['requestData'] after page is validated (#1000)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit 72fcc8d2dac3014dc6d73b776187039f36ff9f23
Author: Beatrycze Volk <[email protected]>
Date:   Wed Sep 27 13:17:31 2023 +0200

    [DOCUMENTATION] Fix documentation for toolbox (#999)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit b4fe188823688dfbb672a9bcc3f609442cd0d2a9
Author: Beatrycze Volk <[email protected]>
Date:   Wed Sep 27 12:52:10 2023 +0200

    [MAINTENANCE] Rename Doc class to AbstractDocument (#990)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit ccf559d803a049ffa18f0aa564bb86529bb3efbd
Author: Beatrycze Volk <[email protected]>
Date:   Wed Sep 27 12:44:01 2023 +0200

    [MAINTENANCE] Change initialization of DocumentRepository in DocumentTypeFunctionProvider (#960)

commit 2116044d4467e9aa69f050321237a7cb1871540a
Merge: 179f4d47 fa3cdee6
Author: Sebastian Meyer <[email protected]>
Date:   Wed Sep 27 11:58:53 2023 +0200

    Merge branch 'master' of https://github.com/kitodo/kitodo-presentation

commit 179f4d47040cf9400b0c8a8e56a6e4a3c9ab3f0a
Author: Sebastian Meyer <[email protected]>
Date:   Wed Sep 27 11:58:32 2023 +0200

    Update tests.yml

commit fa3cdee669b94dbd59d7bd095ea8e8ded62b2d6d
Author: Christopher <[email protected]>
Date:   Wed Sep 27 11:20:29 2023 +0200

    [BUGFIX] PageRepository class moved to Core (#1020)

commit b7a16e1ccaf8ac3bdc909e5dfd9b5353ff95669f
Author: Sebastian Meyer <[email protected]>
Date:   Tue Sep 26 09:55:34 2023 +0200

    Update composer.json

commit 534a096c8b8bf88bdbae1d1df20cb17cd45e444e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Sep 25 13:58:52 2023 +0200

    [MAINTENANCE] Bump typo3/testing-framework from 6.16.9 to 7.0.4 (#1017)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit ddb1076b39b3339b448d047a095c4c63c964f556
Author: Sebastian Meyer <[email protected]>
Date:   Fri Sep 15 20:19:09 2023 +0200

    Remove redundant method setPage()

commit ee43a786622c350e76e5c776b4576b84f0394481
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri Sep 15 18:54:52 2023 +0200

    [MAINTENANCE] Bump guzzlehttp/psr7 from 2.4.3 to 2.6.1 (#1016)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 5e069ebeb2702a69d43a3c93c05ad2646465f60e
Merge: 109c4858 d0cf6894
Author: Sebastian Meyer <[email protected]>
Date:   Fri Sep 15 18:45:32 2023 +0200

    Merge branch 'effective-webwork-typo3v11'

commit d0cf689457fd3312f066090bcc5e5c0de5551daf
Author: Beatrycze Volk <[email protected]>
Date:   Fri Sep 1 12:07:13 2023 +0200

    [BUGFIX] Display issues correctly in ToC plugin (#964)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit 650e8eb8babf8f20997d44634687cb1562efa3ec
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Aug 7 11:56:51 2023 +0200

    [DEPENDENCY] Bump typo3/testing-framework from 6.16.8 to 6.16.9 (#996)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Sebastian Meyer <[email protected]>

commit 3ba1c64073ad1b09898b7441c18f24e8ed8dd7b4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Aug 7 11:39:12 2023 +0200

    [DEPENDENCY] Bump typo3/html-sanitizer from 2.1.1 to 2.1.3 (#995)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 5ce393cafe9c4ada6a55a5725447c4d926d193b0
Author: Beatrycze Volk <[email protected]>
Date:   Fri Jul 21 18:46:28 2023 +0200

    [BUGFIX] Minor fixes in ToolboxController (#993)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit e888384e7386a73d131eba5fd5f3ee26c1c14e53
Author: Beatrycze Volk <[email protected]>
Date:   Fri Jul 21 18:43:28 2023 +0200

    [BUGFIX] Minor fixes in Helper class (#992)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit ce755eacd6f0fb4568c7ba1fe232afee69d92ac1
Author: Beatrycze Volk <[email protected]>
Date:   Fri Jul 21 18:38:24 2023 +0200

    [BUGFIX] Remove not needed call to createDocument function (#991)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit f2add87751fedef9493ade6bbf36c9d0b87155b6
Author: Beatrycze Volk <[email protected]>
Date:   Fri Jul 21 18:16:30 2023 +0200

    [BUGFIX] Use $forceReload parameter in getInstance (#989)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit e60d6b66ad19784a0c15fb0ce9da157d380cb983
Author: Beatrycze Volk <[email protected]>
Date:   Fri Jul 21 18:02:42 2023 +0200

    [BUGFIX] Remove not existing getUid and getLocation (#988)

commit 9e77aa1a414d6cc4c0593d025094411edcfbe8fa
Author: Beatrycze Volk <[email protected]>
Date:   Thu Jul 20 18:01:22 2023 +0200

    [BUGFIX] Resolve link to the parent if the parent is multivolume_work or multipart_manuscript (#985)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit 36d9438ada1bca9016c1a1d0e0e280a400653731
Author: Beatrycze Volk <[email protected]>
Date:   Thu Jul 20 16:18:19 2023 +0200

    [MAINTENANCE] Fix and move Solr classes (#982)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit 8726c276c0eec764ef4ceee1a4a415796b56756e
Author: Beatrycze Volk <[email protected]>
Date:   Thu Jul 20 16:05:49 2023 +0200

    [BUGFIX] Fix return type for getTableOfContentsFromDb function (#986)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit 08ef9f4990e613654af57da14c577c516fc534fc
Author: Beatrycze Volk <[email protected]>
Date:   Thu Jul 20 15:43:59 2023 +0200

    [BUGFIX] Fix variable type and remove deprecations in FileLocationUpdater (#981)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit a20b8187e0aaaa2188c5b8e43d05a2a016353de5
Author: Beatrycze Volk <[email protected]>
Date:   Thu Jul 20 15:15:37 2023 +0200

    [FEATURE] Use order in case volume_sorting is empty (#984)

commit 0d590cc96ad2e7190589764b8972f936e39bcb4d
Author: Christopher <[email protected]>
Date:   Tue Jul 11 10:52:18 2023 +0200

    [BUGFIX] Persist collection to prevent duplicates (#983)

commit ddaaf04897421c5ac39c01056d3b710ccbf3dd01
Author: Beatrycze Volk <[email protected]>
Date:   Tue Jun 27 13:31:46 2023 +0200

    [BUGFIX] Fix logger docs in API classes (#980)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit e39d8e95562bf5cf9953cf700d46c0b591b72121
Author: Beatrycze Volk <[email protected]>
Date:   Tue Jun 27 12:51:26 2023 +0200

    [BUGFIX] Fixes in Doc class (#979)

commit b7f2404d15fa2eed4f47c9e434c6b6e6c4ad69e6
Author: Beatrycze Volk <[email protected]>
Date:   Mon Jun 26 19:42:52 2023 +0200

    [BUGFIX] Fix SolrSearch implementation (#978)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit eb1bffd1f9557b5c53459bf4d4953ee832a4774c
Author: Beatrycze Volk <[email protected]>
Date:   Mon Jun 26 19:26:44 2023 +0200

    [MAINTENANCE] Improve readability in SearchController (#977)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit 8468a9510eaaa43c2d57f738807e76b49c9285eb
Author: Beatrycze Volk <[email protected]>
Date:   Mon Jun 26 19:21:49 2023 +0200

    [MAINTENANCE] Remove unused imports and declarations (#976)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit 201d32d4b792b7787b9d705502aff58a8debd82d
Author: Beatrycze Volk <[email protected]>
Date:   Mon Jun 26 18:36:45 2023 +0200

    [FEATURE] Make amount of children rows configurable (#970)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit ecf8b3c29bb3ad80ccfd86fce7d14dce0e36bad9
Author: Michael Kubina <[email protected]>
Date:   Mon Jun 26 18:34:17 2023 +0200

    [FEATURE] Add more search operators and fix highlighting (#948)

    Co-authored-by: Michael Kubina <[email protected]>
    Co-authored-by: Sebastian Meyer <[email protected]>

commit eaf770e8bb1c3bb677f026dab8992e81ca75fd09
Author: Beatrycze Volk <[email protected]>
Date:   Mon Jun 26 18:26:40 2023 +0200

    [MAINTENANCE] Initialize metadata array with empty values in abstract Doc class (#961)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit fc1f7318e38d0f1bfa7652a98b09d6429bd938ed
Author: Beatrycze Volk <[email protected]>
Date:   Mon Jun 26 16:37:18 2023 +0200

    [MAINTENANCE] Adjust deprecated calls for database queries (#975)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit 787fbaccf65abbe97a1e06776704afb226a8664b
Author: Beatrycze Volk <[email protected]>
Date:   Thu Jun 22 15:08:21 2023 +0200

    [BUGFIX] Display volumes correctly in ToC plugin (#957)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit d9963cf7b660f7e6f2aab5031164c4983b314d10
Author: Beatrycze Volk <[email protected]>
Date:   Thu Jun 22 12:22:15 2023 +0200

    [BUGFIX] Check if result returned from suggester is iterable before passing it  to the array (#973)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit 9826fcac4375aad79e349fa44db4420959c08df9
Author: Beatrycze Volk <[email protected]>
Date:   Thu Jun 22 11:41:35 2023 +0200

    [BUGFIX] Check for getDoc equal null in DocumentTypeFunctionProvider (#972)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit 3ed0d61fdef1aaa71e3101f276d815b81c4bff08
Author: Beatrycze Volk <[email protected]>
Date:   Thu Jun 22 11:23:26 2023 +0200

    [BUGFIX] Fix error Illegal string offset 'id' (#971)

commit 5271bfd02699a5f0685935c43b2f2fed8d355c72
Author: Sebastian Meyer <[email protected]>
Date:   Mon Jun 12 18:13:13 2023 +0200

    [BUGFIX] Revert #967 "Increase the amount of metadata loaded in collection view" (#969)

commit a5285ccc52ea6822141c149713685ddfc4eff6d7
Author: Beatrycze Volk <[email protected]>
Date:   Wed May 24 21:58:10 2023 +0200

    [BUGFIX] Increase the amount of metadata loaded in collection view (#967)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit 73eaa5f7236640c3cc4f1c6273b342faaf349043
Author: Michael Kubina <[email protected]>
Date:   Wed May 24 21:52:45 2023 +0200

    [BUGFIX] Prevent attempted indexing of improper dateformats (#963)

    Co-authored-by: Michael Kubina <[email protected]>
    Co-authored-by: Sebastian Meyer <[email protected]>

commit bc51faaa03ecb271e1170fbb96c9ba49bca618df
Author: Beatrycze Volk <[email protected]>
Date:   Wed May 24 21:34:20 2023 +0200

    [MAINTENANCE] Use parentHref for getting parent document uid while indexing (#958)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit 87af8454b61cbf84998e57df8f7ece4283132750
Author: Beatrycze Volk <[email protected]>
Date:   Wed May 24 21:24:44 2023 +0200

    [BUGFIX] Sort entries in Table of Content plugin by orderlabel (#956)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit 3a0a369a9bf8bd52730137ee767f540f4af323c9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed May 24 21:18:26 2023 +0200

    [MAINTENANCE] Bump typo3/testing-framework from 6.16.7 to 6.16.8 (#955)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Sebastian Meyer <[email protected]>

commit 75cafd5ac417c4fc24407331f55b4dd192af4408
Author: Beatrycze Volk <[email protected]>
Date:   Wed May 24 21:13:36 2023 +0200

    [BUGFIX] Add cases for tools configured without tx_dlf_ (#951)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit 70b80d209fde507df5fb2f14e0e12fe1c4b075da
Author: Beatrycze Volk <[email protected]>
Date:   Wed May 24 21:09:37 2023 +0200

    [BUGFIX] Fix logger call for warning (#950)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit 629e145a3d24c99342ec1e91af4e769b8955946a
Author: Beatrycze Volk <[email protected]>
Date:   Wed May 24 20:59:42 2023 +0200

    [BUGFIX] Fix doc calls in MetadataController (#949)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit eb1813e91a44971d10e3ee541833ca6c27ca7161
Author: Michael Kubina <[email protected]>
Date:   Wed May 24 20:52:22 2023 +0200

    [FEATURE] Add an option to preselect fulltext search as default (#905)

    Co-authored-by: Michael Kubina <[email protected]>
    Co-authored-by: Sebastian Meyer <[email protected]>

commit 751955e26e35efc292ab2585f5c60eb3f46592f5
Author: Michael Kubina <[email protected]>
Date:   Thu Apr 20 17:33:14 2023 +0200

    [BUG] Fix pagenavigation on sorted resultsets (#930)

    Co-authored-by: Michael Kubina <[email protected]>
    Co-authored-by: Sebastian Meyer <[email protected]>

commit 54a8090bd63d676c07ddadf43cabbc8323bcfcd5
Author: Michael Kubina <[email protected]>
Date:   Thu Apr 20 17:18:05 2023 +0200

    [BUGFIX] Fix missing lastPage option in Navigation-Plugin and swapped pageBack/pageStepBack (#945)

    Co-authored-by: Michael Kubina <[email protected]>
    Co-authored-by: Sebastian Meyer <[email protected]>

commit 596408ee8a9e9f508ad6e08b5cbb71beaccecfca
Author: Beatrycze Volk <[email protected]>
Date:   Thu Apr 20 17:03:42 2023 +0200

    [MAINTENANCE] Move proxy URL configuration to AbstractController (#944)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit 41b581c047b10866c43efa594f343a52cd787620
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Apr 20 16:52:00 2023 +0200

    [DEPENDENCY] Bump guzzlehttp/psr7 from 1.9.0 to 1.9.1 (#947)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit a66f94d0d0f09afecd8bedcb96bb912ebb9c7766
Author: Beatrycze Volk <[email protected]>
Date:   Thu Apr 6 13:40:09 2023 +0200

    Assign mimetype directly

commit f81bc2e0bcdfd9f8de74d9001c145f5837bd537b
Author: Beatrycze Volk <[email protected]>
Date:   Wed Apr 5 18:01:19 2023 +0200

    Remove sanitize for double request data

    It is already done in AbstractController

commit ab221c176b4df100c963254ac0145696d8ff9ff3
Author: Beatrycze Volk <[email protected]>
Date:   Wed Apr 5 14:57:27 2023 +0200

    Change way for rendering tools in toolbox

commit ccbc0a18790c34bec5361884303cda93f020b07a
Author: Beatrycze Volk <[email protected]>
Date:   Wed Apr 5 14:51:58 2023 +0200

    Improve readability of toolbox typoscript

commit e0c084815757471bc0ea74a074a2909948f8918b
Author: Beatrycze Volk <[email protected]>
Date:   Thu Mar 30 14:57:33 2023 +0200

    Split parsing of metadata in printMetadata method

commit aa7d3368b607f292714acb8fb4b551f7c504f197
Author: Beatrycze Volk <[email protected]>
Date:   Thu Mar 30 14:40:31 2023 +0200

    Add reference the current index in the foreach loop

    Avoid $i incrementation inside the loop

commit 303fe26448eb3a53db3622d60a35a2f946532789
Author: Beatrycze Volk <[email protected]>
Date:   Thu Mar 30 13:26:56 2023 +0200

    Move build of metaCObjData to the own method

commit 55e28b56d90636b22648074f909b1beccaf43188
Author: Beatrycze Volk <[email protected]>
Date:   Tue Apr 4 15:06:58 2023 +0200

    Add class property doc to shorten usage of $this->document->getDoc()

commit 039ec07e2c2fe1bf2d478a655adcd3a8b1293912
Author: Beatrycze Volk <[email protected]>
Date:   Tue Apr 4 14:50:58 2023 +0200

    Move setPage out of else statement

commit 8d6fc51b526f75b558d751dcd9427808575ce4e4
Author: Beatrycze Volk <[email protected]>
Date:   Tue Apr 4 14:48:11 2023 +0200

    Move page setting to own method

commit f51e8bf98fb00a0eff0482278d987a2401fa80a9
Author: Beatrycze Volk <[email protected]>
Date:   Thu Mar 30 15:12:18 2023 +0200

    Move value translation for search facet to the own method

commit e12a9e87a15b376084f26feed3390b7214d9cae3
Author: Beatrycze Volk <[email protected]>
Date:   Thu Mar 30 12:33:42 2023 +0200

    Move build of IIIF data to separated method

commit 97374799dabcbb6c0dcb4102911d94ab368ec5eb
Author: Beatrycze Volk <[email protected]>
Date:   Thu Mar 30 11:57:22 2023 +0200

    Add doc property to increase code readability

commit 799742ff12baa811fba8a6ae559b27ff0ba0e441
Author: Beatrycze Volk <[email protected]>
Date:   Wed Mar 29 16:40:49 2023 +0200

    Move setup of default values to own method

    Avoid list of ifs with the same functionality

commit a77a42fd7a1ac488e2b06ee140175a1662e1e809
Author: Sebastian Meyer <[email protected]>
Date:   Wed Apr 5 13:06:55 2023 +0200

    Move sanitation to separate method

commit 083dfee01d5ca4446423bca26254dd69cda95ad9
Author: Sebastian Meyer <[email protected]>
Date:   Wed Apr 5 12:53:13 2023 +0200

    Log variable before unsetting it

commit 39138c799259f0376f7fc1881f4cafeddc659a91
Author: Sebastian Meyer <[email protected]>
Date:   Tue Apr 4 13:57:15 2023 +0200

    Add helper function for validity check

commit 51082b783ff1afc429999c753e541cbb9ea90fb7
Author: Sebastian Meyer <[email protected]>
Date:   Tue Apr 4 13:28:34 2023 +0200

    Update Classes/Controller/AbstractController.php

    Co-authored-by: Beatrycze Volk <[email protected]>

commit ea82442dfd0fbe0d4b4e6b3966f3a2fea0522ee3
Author: Sebastian Meyer <[email protected]>
Date:   Mon Apr 3 17:48:53 2023 +0200

    Fix XSS vulnerability

commit 26958186e79c88aedae3d104d8047c2426e05509
Author: Beatrycze Volk <[email protected]>
Date:   Tue Apr 4 16:29:01 2023 +0200

    Move setPage to AbstractController

commit 705a9adb44cc654c0e92fe9daf969c6496bb032b
Author: Beatrycze Volk <[email protected]>
Date:   Tue Apr 4 15:06:58 2023 +0200

    Add class property doc to shorten usage of $this->document->getDoc()

commit a97a78b251864e3c3727ea06abc667adcc761d92
Author: Beatrycze Volk <[email protected]>
Date:   Tue Apr 4 14:50:58 2023 +0200

    Move setPage out of else statement

commit 2e69ba888637a3236d137bdf14edd71870aaebba
Author: Beatrycze Volk <[email protected]>
Date:   Tue Apr 4 14:48:11 2023 +0200

    Move page setting to own method

commit 262bea0dcee83c17e35d3afcfd46071e7f8bcb5a
Author: Beatrycze Volk <[email protected]>
Date:   Tue Apr 4 14:40:58 2023 +0200

    Rename render tool functions to match the naming standards

commit 05ce87dfe00d91751c0154ae2cdab535c150ce16
Author: Sebastian Meyer <[email protected]>
Date:   Tue Mar 21 08:42:18 2023 +0100

    Add additional check for empty core name

commit 763256d9795538bbc8da73263d5c1be2cd83bee7
Author: Sebastian Meyer <[email protected]>
Date:   Sun Mar 19 09:43:05 2023 +0100

    Prevent db record when core fails

commit f3b8004f33bf4b05f6cb523a6ef68ba3b0db7c44
Author: Sebastian Meyer <[email protected]>
Date:   Sat Mar 18 10:13:12 2023 +0100

    Add flash message for Solr core creation

commit c4232496db383cc1e26952be67e679b9b37a6109
Author: Sebastian Meyer <[email protected]>
Date:   Wed Mar 15 20:07:24 2023 +0100

    Make Solr core name mandatory

commit 109c48581f01b08d9529283e7c6ae6bb63441b0a
Author: Beatrycze Volk <[email protected]>
Date:   Fri Sep 1 12:07:13 2023 +0200

    [BUGFIX] Display issues correctly in ToC plugin (#964)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit 87be4c44eb4125c156e3bba9c2f0747a4fe5bde6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Aug 7 11:56:51 2023 +0200

    [DEPENDENCY] Bump typo3/testing-framework from 6.16.8 to 6.16.9 (#996)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Sebastian Meyer <[email protected]>

commit b4faa7a9ad105dee0484c6f16e87fae0da6357bc
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Aug 7 11:39:12 2023 +0200

    [DEPENDENCY] Bump typo3/html-sanitizer from 2.1.1 to 2.1.3 (#995)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 38b64cad5d7ea630fe063556404af46c9244220e
Author: Beatrycze Volk <[email protected]>
Date:   Fri Jul 21 18:46:28 2023 +0200

    [BUGFIX] Minor fixes in ToolboxController (#993)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit 0869183cf1567b36cd4d26676231b19588c51ecc
Author: Beatrycze Volk <[email protected]>
Date:   Fri Jul 21 18:43:28 2023 +0200

    [BUGFIX] Minor fixes in Helper class (#992)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit f1451a42dbde3343c42bca8599c19d731583c497
Author: Beatrycze Volk <[email protected]>
Date:   Fri Jul 21 18:38:24 2023 +0200

    [BUGFIX] Remove not needed call to createDocument function (#991)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit 43ce528fa6f363051114923502a1830a4735f9c8
Author: Beatrycze Volk <[email protected]>
Date:   Fri Jul 21 18:16:30 2023 +0200

    [BUGFIX] Use $forceReload parameter in getInstance (#989)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit c4a6fd0b8429fad1c4c04c6b168691c55a4221ae
Author: Beatrycze Volk <[email protected]>
Date:   Fri Jul 21 18:02:42 2023 +0200

    [BUGFIX] Remove not existing getUid and getLocation (#988)

commit c5a92681c5792ff8e63a991ec2f70fb0ff17120a
Author: Beatrycze Volk <[email protected]>
Date:   Thu Jul 20 18:01:22 2023 +0200

    [BUGFIX] Resolve link to the parent if the parent is multivolume_work or multipart_manuscript (#985)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit e3d09d8f069c3da6ea34db8e8b47ddc7f2c5c0a3
Author: Beatrycze Volk <[email protected]>
Date:   Thu Jul 20 16:18:19 2023 +0200

    [MAINTENANCE] Fix and move Solr classes (#982)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit 613ade190f3bcac1e0a33833d8aade6eb37a47c5
Author: Beatrycze Volk <[email protected]>
Date:   Thu Jul 20 16:05:49 2023 +0200

    [BUGFIX] Fix return type for getTableOfContentsFromDb function (#986)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit 2daf3dfe8a0546c2759330922b3a20cc838de724
Author: Beatrycze Volk <[email protected]>
Date:   Thu Jul 20 15:43:59 2023 +0200

    [BUGFIX] Fix variable type and remove deprecations in FileLocationUpdater (#981)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit f78b6b3162efee0c42e751b2ff54a32937dc942a
Author: Beatrycze Volk <[email protected]>
Date:   Thu Jul 20 15:15:37 2023 +0200

    [FEATURE] Use order in case volume_sorting is empty (#984)

commit 53c5b99dacec52368de9ed359e955e1177fd03a2
Author: Christopher <[email protected]>
Date:   Tue Jul 11 10:52:18 2023 +0200

    [BUGFIX] Persist collection to prevent duplicates (#983)

commit e1f382168f5ffcdb35044c62a94726a3fe3a12f4
Author: Beatrycze Volk <[email protected]>
Date:   Tue Jun 27 13:31:46 2023 +0200

    [BUGFIX] Fix logger docs in API classes (#980)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit fe09c74637a9fdc925606d174b80378d87ed8576
Author: Beatrycze Volk <[email protected]>
Date:   Tue Jun 27 12:51:26 2023 +0200

    [BUGFIX] Fixes in Doc class (#979)

commit 5e3251d2d3b313331927703e741a32290392740b
Author: Beatrycze Volk <[email protected]>
Date:   Mon Jun 26 19:42:52 2023 +0200

    [BUGFIX] Fix SolrSearch implementation (#978)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit e2fc25606706044ec5435da6cca6ebd96bb77911
Author: Beatrycze Volk <[email protected]>
Date:   Mon Jun 26 19:26:44 2023 +0200

    [MAINTENANCE] Improve readability in SearchController (#977)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit 5fcc99def25ac78659d7c4475cc72f714c9ec5e4
Author: Beatrycze Volk <[email protected]>
Date:   Mon Jun 26 19:21:49 2023 +0200

    [MAINTENANCE] Remove unused imports and declarations (#976)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit 20e09bd08fb17aa164b9c6c68db9f72efd35eae3
Author: Beatrycze Volk <[email protected]>
Date:   Mon Jun 26 18:36:45 2023 +0200

    [FEATURE] Make amount of children rows configurable (#970)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit 72acb39756e79d28bd0b407d4a09618422435d23
Author: Michael Kubina <[email protected]>
Date:   Mon Jun 26 18:34:17 2023 +0200

    [FEATURE] Add more search operators and fix highlighting (#948)

    Co-authored-by: Michael Kubina <[email protected]>
    Co-authored-by: Sebastian Meyer <[email protected]>

commit d0e29dae1d0c9d44d0e5ba19f5ea0dc54e0d4751
Author: Beatrycze Volk <[email protected]>
Date:   Mon Jun 26 18:26:40 2023 +0200

    [MAINTENANCE] Initialize metadata array with empty values in abstract Doc class (#961)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit 7bda98d227f40f099ca1c1646c8b4c301ca25e77
Author: Beatrycze Volk <[email protected]>
Date:   Mon Jun 26 16:37:18 2023 +0200

    [MAINTENANCE] Adjust deprecated calls for database queries (#975)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit ea1e2998e596c9afcc5292f0c1d73408281c40e2
Author: Beatrycze Volk <[email protected]>
Date:   Thu Jun 22 15:08:21 2023 +0200

    [BUGFIX] Display volumes correctly in ToC plugin (#957)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit c81db52202e385041a49ef14107bdd3d97e42f7e
Author: Beatrycze Volk <[email protected]>
Date:   Thu Jun 22 12:22:15 2023 +0200

    [BUGFIX] Check if result returned from suggester is iterable before passing it  to the array (#973)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit 70fbfce45ea5c203a76a24bf27139ee644e7b39d
Author: Beatrycze Volk <[email protected]>
Date:   Thu Jun 22 11:41:35 2023 +0200

    [BUGFIX] Check for getDoc equal null in DocumentTypeFunctionProvider (#972)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit cdc55ffa485d23d3364860408a35f6c5c8becd1e
Author: Beatrycze Volk <[email protected]>
Date:   Thu Jun 22 11:23:26 2023 +0200

    [BUGFIX] Fix error Illegal string offset 'id' (#971)

commit bc682185659873d42e38bedb437d46cba16c1d62
Author: Sebastian Meyer <[email protected]>
Date:   Mon Jun 12 18:13:13 2023 +0200

    [BUGFIX] Revert #967 "Increase the amount of metadata loaded in collection view" (#969)

commit 4256816e4159699604c0b913e0a268928dcff34d
Author: Beatrycze Volk <[email protected]>
Date:   Wed May 24 21:58:10 2023 +0200

    [BUGFIX] Increase the amount of metadata loaded in collection view (#967)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit 9d9b7cec68e15da9537da71c6205911455710613
Author: Michael Kubina <[email protected]>
Date:   Wed May 24 21:52:45 2023 +0200

    [BUGFIX] Prevent attempted indexing of improper dateformats (#963)

    Co-authored-by: Michael Kubina <[email protected]>
    Co-authored-by: Sebastian Meyer <[email protected]>

commit 95c820dd73584076ff34ed7cf6b6cd9ac6152dec
Author: Beatrycze Volk <[email protected]>
Date:   Wed May 24 21:34:20 2023 +0200

    [MAINTENANCE] Use parentHref for getting parent document uid while indexing (#958)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit 2a81967a3c5c1c01d8e60aee014b926b0c6b07c8
Author: Beatrycze Volk <[email protected]>
Date:   Wed May 24 21:24:44 2023 +0200

    [BUGFIX] Sort entries in Table of Content plugin by orderlabel (#956)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit 968c2a43b5f3d9405359ed73d274813352942e20
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed May 24 21:18:26 2023 +0200

    [MAINTENANCE] Bump typo3/testing-framework from 6.16.7 to 6.16.8 (#955)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Sebastian Meyer <[email protected]>

commit 2fff5094ca7c7ef68cc6cf2d100df62f25c785a3
Author: Beatrycze Volk <[email protected]>
Date:   Wed May 24 21:13:36 2023 +0200

    [BUGFIX] Add cases for tools configured without tx_dlf_ (#951)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit f2aa5647966dec7c9e4aad401b666ec7160179a7
Author: Beatrycze Volk <[email protected]>
Date:   Wed May 24 21:09:37 2023 +0200

    [BUGFIX] Fix logger call for warning (#950)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit 26cc64cc7a396e2ceded094f8024f45d86805fcb
Author: Beatrycze Volk <[email protected]>
Date:   Wed May 24 20:59:42 2023 +0200

    [BUGFIX] Fix doc calls in MetadataController (#949)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit 254a66adef35c3b05d1fa6e97b0ae8c00ae1e7fc
Author: Michael Kubina <[email protected]>
Date:   Wed May 24 20:52:22 2023 +0200

    [FEATURE] Add an option to preselect fulltext search as default (#905)

    Co-authored-by: Michael Kubina <[email protected]>
    Co-authored-by: Sebastian Meyer <[email protected]>

commit 09156eaf89fdbe8c9c2e9fe37fd07c849eb45242
Author: Michael Kubina <[email protected]>
Date:   Thu Apr 20 17:33:14 2023 +0200

    [BUG] Fix pagenavigation on sorted resultsets (#930)

    Co-authored-by: Michael Kubina <[email protected]>
    Co-authored-by: Sebastian Meyer <[email protected]>

commit 57a611579f3f0846cfcb54c9395a59357aefb650
Author: Michael Kubina <[email protected]>
Date:   Thu Apr 20 17:18:05 2023 +0200

    [BUGFIX] Fix missing lastPage option in Navigation-Plugin and swapped pageBack/pageStepBack (#945)

    Co-authored-by: Michael Kubina <[email protected]>
    Co-authored-by: Sebastian Meyer <[email protected]>

commit 54053e96aac3e662a1abad59608edc0380ff7700
Author: Beatrycze Volk <[email protected]>
Date:   Thu Apr 20 17:03:42 2023 +0200

    [MAINTENANCE] Move proxy URL configuration to AbstractController (#944)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit 966b738760682490bb874eccf8e35261096e0a2a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Apr 20 16:52:00 2023 +0200

    [DEPENDENCY] Bump guzzlehttp/psr7 from 1.9.0 to 1.9.1 (#947)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit d3c751a8692c01acb4b43530fe133bea8e49534d
Author: Beatrycze Volk <[email protected]>
Date:   Thu Apr 6 13:34:23 2023 +0200

    Remove assignment of workLink variable

commit 03164fa1194bb5c5257d5911fec4de8061536c1e
Author: Beatrycze Volk <[email protected]>
Date:   Thu Apr 6 13:40:09 2023 +0200

    Assign mimetype directly

commit 9c7e219d16db07dfaa076138779a09babaf331c9
Author: Beatrycze Volk <[email protected]>
Date:   Wed Apr 5 18:01:19 2023 +0200

    Remove sanitize for double request data

    It is already done in AbstractController

commit 0054abb0f16369ed363b3bf0fc730e7c50cb92a7
Author: Beatrycze Volk <[email protected]>
Date:   Wed Apr 5 14:57:27 2023 +0200

    Change way for rendering tools in toolbox

commit 433df246b0e24d45f867217d54c54f46b7fa5074
Author: Beatrycze Volk <[email protected]>
Date:   Wed Apr 5 14:51:58 2023 +0200

    Improve readability of toolbox typoscript

commit 67cfe39bdd6f35eec2e34d49351f636fc391bc74
Merge: 4635ba00 3356d924
Author: Sebastian Meyer <[email protected]>
Date:   Wed Apr 5 17:41:24 2023 +0200

    Merge pull request #940 from beatrycze-volk/move-setpage-to-abstractcontroller

    [MAINTENANCE] Move setPage() to AbstractController

commit 3356d9248d7982c843f9ec7b3ce7722bab75a423
Merge: 8c8d4040 4635ba00
Author: Sebastian Meyer <[email protected]>
Date:   Wed Apr 5 17:23:45 2023 +0200

    Merge branch 'master' into move-setpage-to-abstractcontroller

commit 4635ba004fcfcb9e36826cbd88b205f82b5b9609
Author: Beatrycze Volk <[email protected]>
Date:   Thu Mar 30 14:57:33 2023 +0200

    Split parsing of metadata in printMetadata method

commit 43b617e42602db2d298a950506121905aeb8214a
Author: Beatrycze Volk <[email protected]>
Date:   Thu Mar 30 14:40:31 2023 +0200

    Add reference the current index in the foreach loop

    Avoid $i incrementation inside the loop

commit a7590a1f4fd7fcaf1d3a9afa4520810c10996f82
Author: Beatrycze Volk <[email protected]>
Date:   Thu Mar 30 13:26:56 2023 +0200

    Move build of metaCObjData to the own method

commit 8c8d40409cae8ef46f1ce1a3680b8b7b4cf05311
Author: Beatrycze Volk <[email protected]>
Date:   Wed Apr 5 16:59:15 2023 +0200

    Remove private setPage function from ToolboxController

commit 6e9e63e81046cbc1e8553f2d3ae95d656c4d97e8
Merge: ed6c1ba7 7d8f037a
Author: Sebastian Meyer <[email protected]>
Date:   Wed Apr 5 16:50:50 2023 +0200

    Merge branch 'master' into move-setpage-to-abstractcontroller

commit 7d8f037a5a933bb5b9d418c993746b557c7d1608
Author: Beatrycze Volk <[email protected]>
Date:   Tue Apr 4 15:06:58 2023 +0200

    Add class property doc to shorten usage of $this->document->getDoc()

commit 15740af5adc8f989ffbc452df5290f2cdcec1a8c
Author: Beatrycze Volk <[email protected]>
Date:   Tue Apr 4 14:50:58 2023 +0200

    Move setPage out of else statement

commit 3c36426fb803ada1dfd3db5a8e24bc89191e8255
Author: Beatrycze Volk <[email protected]>
Date:   Tue Apr 4 14:48:11 2023 +0200

    Move page setting to own method

commit 38e759b1a1915904ff2c391fb2d1f1b9f36a33bb
Author: Beatrycze Volk <[email protected]>
Date:   Tue Apr 4 14:40:58 2023 +0200

    Rename render tool functions to match the naming standards

commit d8afc6e4a3991ab83c9efbf62d49f09d4875701f
Author: Beatrycze Volk <[email protected]>
Date:   Thu Mar 30 15:12:18 2023 +0200

    Move value translation for search facet to the own method

commit 89eface406e12984d1bf13d8ff6658e52253df85
Author: Beatrycze Volk <[email protected]>
Date:   Thu Mar 30 12:33:42 2023 +0200

    Move build of IIIF data to separated method

commit 090f304c6eff39b26a169a010a156cca480daef8
Author: Beatrycze Volk <[email protected]>
Date:   Thu Mar 30 11:57:22 2023 +0200

    Add doc property to increase code readability

commit 6f985185fd9ba700684827f7c02f67cbf6ab0121
Author: Beatrycze Volk <[email protected]>
Date:   Wed Mar 29 16:40:49 2023 +0200

    Move setup of default values to own method

    Avoid list of ifs with the same functionality

commit a8ce9abf6042b3452f8652ce9eae56798230b651
Author: Sebastian Meyer <[email protected]>
Date:   Wed Apr 5 13:06:55 2023 +0200

    Move sanitation to separate method

commit 8254852d13cc0c3f90d65114187f5f8be6b2e431
Author: Sebastian Meyer <[email protected]>
Date:   Wed Apr 5 12:53:13 2023 +0200

    Log variable before unsetting it

commit 4b0644e7fdb0e04572895a28540302615e15c4bc
Author: Sebastian Meyer <[email protected]>
Date:   Tue Apr 4 13:57:15 2023 +0200

    Add helper function for validity check

commit 59bd3d4ed7ee003b2ef579861fbf3536f557e3cd
Author: Sebastian Meyer <[email protected]>
Date:   Tue Apr 4 13:28:34 2023 +0200

    Update Classes/Controller/AbstractController.php

    Co-authored-by: Beatrycze Volk <[email protected]>

commit cd528de854b01e393e23288553d0c6a4040f907b
Author: Sebastian Meyer <[email protected]>
Date:   Mon Apr 3 17:48:53 2023 +0200

    Fix XSS vulnerability

commit ed6c1ba746ea619fd09733a7074d38334206173e
Author: Beatrycze Volk <[email protected]>
Date:   Tue Apr 4 16:29:01 2023 +0200

    Move setPage to AbstractController

commit 3640ebd63dcb900c0673ae427a1a056af0e86628
Author: Beatrycze Volk <[email protected]>
Date:   Tue Apr 4 15:06:58 2023 +0200

    Add class property doc to shorten usage of $this->document->getDoc()

commit fd779f6c84d5db3b25089bf219174d95a21051ff
Author: Beatrycze Volk <[email protected]>
Date:   Tue Apr 4 14:50:58 2023 +0200

    Move setPage out of else statement

commit 2788841eee54030df3a5080b906ab0d3496c1876
Author: Beatrycze Volk <[email protected]>
Date:   Tue Apr 4 14:48:11 2023 +0200

    Move page setting to own method

commit e8ff8036474da74b946e63e71228df36c4d2f8de
Author: Beatrycze Volk <[email protected]>
Date:   Tue Apr 4 14:40:58 2023 +0200

    Rename render tool functions to match the naming standards

commit df2e2ca0b71eea31db5fc776f06d55d6562ca4b0
Author: Christopher Timm <[email protected]>
Date:   Wed Mar 22 17:40:38 2023 +0100

    Revert change in collection TCA

commit d417043188f91274cd8dfd9be679d3b4c4c562c0
Author: Christopher Timm <[email protected]>
Date:   Wed Mar 22 17:30:06 2023 +0100

    Remove l10n_state from test fixtures

commit 3a676badd52392b59bdc7513793940ff25accaf5
Author: Christopher Timm <[email protected]>
Date:   Wed Mar 22 17:25:44 2023 +0100

    Add information for future TCA changes in development documentation

commit 6a1ae83fca08bd970d74dc6731411035c7b32d24
Author: Christopher Timm <[email protected]>
Date:   Wed Mar 22 17:24:39 2023 +0100

    Remove "transOrigPointerField" and "showRecordFieldList" from TCA

commit 44489977131713411da629c59cf1fe57dbeee3da
Author: Christopher Timm <[email protected]>
Date:   Wed Mar 22 17:07:29 2023 +0100

    Object manager is no longer needed

commit 52cd679c9a9e90f35eb86301a7e0feeba2006185
Author: Christopher Timm <[email protected]>
Date:   Wed Mar 22 16:59:10 2023 +0100

    Fix language ids in labels

commit 6495c3924067e75aa3d656e17c8d7a3c639bb29e
Author: Christopher Timm <[email protected]>
Date:   Wed Mar 22 16:43:07 2023 +0100

    Fix another search and replace mistake

commit 82f4e5f4f0d5ab0abdec442b64a1391442ed9da1
Author: Christopher Timm <[email protected]>
Date:   Wed Mar 22 16:22:25 2023 +0100

    Replace escaped quote with double quotes

commit c7403afc58a92856dabab6af706a2f99367737ac
Author: Christopher Timm <[email protected]>
Date:   Wed Mar 22 16:09:02 2023 +0100

    Fix wrong language ids

commit b224141d5dc1a8225c8626cec62a908a479d1b33
Merge: 69bef100 a7f53a1d
Author: Sebastian Meyer <[email protected]>
Date:   Tue Mar 21 10:00:41 2023 +0100

    Merge pull request #927 from sebastian-meyer/fix-solr-core-creation

    [BUG] Make Solr core name mandatory

commit a7f53a1d27a607287149d2002347fc88867af155
Author: Sebastian Meyer <[email protected]>
Date:   Tue Mar 21 08:42:18 2023 +0100

    Add additional check for empty core name

commit 3466488e40bd67fdfa747251a750b5c7a54dabb9
Merge: f6879962 69bef100
Author: Christopher <[email protected]>
Date:   Mon Mar 20 22:39:34 2023 +0100

    Merge branch 'master' into typo3v11

commit f687996224f729280f3638b1ae4daf1e2167cfe1
Author: Christopher Timm <[email protected]>
Date:   Mon Mar 20 22:36:56 2023 +0100

    Change dev documentation

commit 66a247728c42e95c8b083331111a66b2d44c1985
Author: Christopher Timm <[email protected]>
Date:   Mon Mar 20 22:22:43 2023 +0100

    Changes concerning TYPO3_MODE rolled back.
    Checking whether you are in backend or frontend mode requires the request as of version 12.
    This cannot be achieved with major changes at the moment.

commit 519dabb42b16ccce4746bbe058645c5d90531c48
Author: Christopher Timm <[email protected]>
Date:   Mon Mar 20 21:45:15 2023 +0100

    Fix session handling in basket context

commit a6d6b011ea770a93398026a4bc5a4bdf48d2a081
Author: Christopher Timm <[email protected]>
Date:   Mon Mar 20 21:20:22 2023 +0100

    Use uriBuilder directly in controller context and replace sesData_change with dataWasUpdated

commit 7764a73aacdcebc315c578c528e14d8b09444de7
Author: Christopher Timm <[email protected]>
Date:   Mon Mar 20 21:19:20 2023 +0100

    Use dependency injection in Generator.php

commit 9012322802ed5b86529fb243fac0d926eea94a4a
Author: Christopher Timm <[email protected]>
Date:   Mon Mar 20 21:17:56 2023 +0100

    Use applicationType with request to check if fe or be and check cli request from "environment"

commit 71e65330f7533d91ea03822a00706c602ab29f11
Author: Christopher Timm <[email protected]>
Date:   Mon Mar 20 10:38:56 2023 +0100

    Passing the document repository in the static add method

commit d7e4d35fefc625b79c0cfb26fc6089fae9465de2
Author: Sebastian Meyer <[email protected]>
Date:   Sun Mar 19 09:43:05 2023 +0100

    Prevent db record when core fails

commit dd5426eb4ad801f2ab4b0fe85105f031ebdafd6f
Author: Sebastian Meyer <[email protected]>
Date:   Sat Mar 18 10:13:12 2023 +0100

    Add flash message for Solr core creation

commit 670dd737c6a2651162079d7bd9e85ab10de4eea5
Merge: 99390342 69bef100
Author: Sebastian Meyer <[email protected]>
Date:   Sat Mar 18 09:39:27 2023 +0100

    Merge branch 'master' into fix-solr-core-creation

commit 69bef100cf94aad22cc200235ee1219226b68185
Merge: 0ee4f178 7098f212
Author: Sebastian Meyer <[email protected]>
Date:   Sat Mar 18 09:35:12 2023 +0100

    Merge pull request #926 from sebastian-meyer/fix-be-messages

    [BUG] Fix messages for New Tenant module

commit 7098f212a75215552aafaca0d65e2ca67eddb4ce
Merge: 40ad6ad2 0ee4f178
Author: Sebastian Meyer <[email protected]>
Date:   Sat Mar 18 09:31:47 2023 +0100

    Merge branch 'master' into fix-be-messages

commit 11057d52d8ee6eb0bd5948eb6c79e694010f4958
Author: Christopher Timm <[email protected]>
Date:   Thu Mar 16 23:05:19 2023 +0100

    Some columns in the test data removed for v11

commit a1ed0371fd0a7c6a6154d08105400ff0d3bb4bd4
Author: Christopher Timm <[email protected]>
Date:   Thu Mar 16 23:03:07 2023 +0100

    Remove xml language files

commit 903c06bdabf838e592a7bd2e9b419d50e181de19
Author: Christopher Timm <[email protected]>
Date:   Thu Mar 16 23:02:45 2023 +0100

    Convert xml language files to xlf and adjust path..

    ..to the language files in the helper class

commit bf8c2ba6a81f42fda68dac9950fe7c6bf9f0090a
Author: Christopher Timm <[email protected]>
Date:   Thu Mar 16 18:43:57 2023 +0100

    Convert labels.xml into (de.)locallang_label.xlf and replace filename in TCA

commit 0ee4f178259c952ce932fdcaa57b8af8ebd6eb96
Merge: 94160c34 4afe20f0
Author: Sebastian Meyer <[email protected]>
Date:   Thu Mar 16 10:15:50 2023 +0100

    Merge pull request #924 from beatrycze-volk/fix-use-scalar-value-error

    [BUG] Fix use a scalar value as an array

commit 4afe20f097c5f2e410d4ebc4bd3f8f68a7fe126d
Merge: c1755f62 94160c34
Author: Sebastian Meyer <[email protected]>
Date:   Wed Mar 15 21:01:59 2023 +0100

    Merge branch 'master' into fix-use-scalar-value-error

commit 993903422cdd518ef9c3b2c77f81d28f32b286b1
Merge: 3eea1c9a 94160c34
Author: Sebastian Meyer <[email protected]>
Date:   Wed Mar 15 21:00:33 2023 +0100

    Merge branch 'master' into fix-solr-core-creation

commit 40ad6ad2e0537093923410aa585a486a87624e3f
Merge: c123ec52 94160c34
Author: Sebastian Meyer <[email protected]>
Date:   Wed Mar 15 21:00:13 2023 +0100

    Merge branch 'master' into fix-be-messages

commit 94160c34fee61b3c91a26937886afd4a4256130b
Merge: 59e62c07 5494fc78
Author: Sebastian Meyer <[email protected]>
Date:   Wed Mar 15 20:58:35 2023 +0100

    Merge pull request #922 from csidirop/update/search-date-div

    [FEATURE] Wrap date search elements in own div class

commit 5494fc789a2589f75c296200d858f8e1e3555047
Merge: 2d1f8feb 59e62c07
Author: Sebastian Meyer <[email protected]>
Date:   Wed Mar 15 20:54:11 2023 +0100

    Merge branch 'master' into update/search-date-div

commit c123ec52d843327596d8fd1ba018ec84a8b75737
Merge: 4aa6f6a2 59e62c07
Author: Sebastian Meyer <[email protected]>
Date:   Wed Mar 15 20:51:33 2023 +0100

    Merge branch 'master' into fix-be-messages

commit 3eea1c9a8e0e45647b27452f6a9e8ee2c601e10c
Merge: 8eba1722 59e62c07
Author: Sebastian Meyer <[email protected]>
Date:   Wed Mar 15 20:51:04 2023 +0100

    Merge branch 'master' into fix-solr-core-creation

commit 59e62c073de9ccc7f8fc8c094c5731a78d7c9a4b
Author: Sebastian Meyer <[email protected]>
Date:   Wed Mar 15 20:50:34 2023 +0100

    Rename codacy.yml to codacy.yml.disabled

commit 2d1f8feb89b5143e9f7a1e1fa31c478e4fc57412
Merge: 0c7d1d99 7b9af7d2
Author: Sebastian Meyer <[email protected]>
Date:   Wed Mar 15 20:46:21 2023 +0100

    Merge branch 'master' into update/search-date-div

commit 7b9af7d2e2a767ff6e5985e34ec5b18d8abb17a2
Author: Sebastian Meyer <[email protected]>
Date:   Wed Mar 15 20:22:39 2023 +0100

    Update codeql.yml

commit 8eba172299d86c219fbf2e6f326797080fd10165
Merge: c0d3f483 d4f66d02
Author: Sebastian Meyer <[email protected]>
Date:   Wed Mar 15 20:19:48 2023 +0100

    Merge branch 'master' into fix-solr-core-creation

commit d4f66d020f1bb80e8d7d6b439dcbccbcfdae13c5
Author: Sebastian Meyer <[email protected]>
Date:   Wed Mar 15 20:10:32 2023 +0100

    Update codacy.yml

commit c0d3f483498fe2aa235df9ba32da91bfc38afc68
Author: Sebastian Meyer <[email protected]>
Date:   Wed Mar 15 20:07:24 2023 +0100

    Make Solr core name mandatory

commit 4aa6f6a2c3a809ef040ca76e49370915a93524b8
Author: Sebastian Meyer <[email protected]>
Date:   Wed Mar 15 17:10:59 2023 +0100

    Fix messages for New Tenant module

commit 0897ba7c579aff86802338c45f50c8350f70437c
Merge: f37187a8 a40da4a9
Author: Sebastian Meyer <[email protected]>
Date:   Fri Mar 10 09:57:43 2023 +0100

    Merge pull request #917 from csidirop/bugfix/newtenantfallback

    [MAINTENANCE] Add fallback option for getLLL()

commit a40da4a989f22845506c0390aaad17c39bd86d93
Author: Chris <[email protected]>
Date:   Fri Mar 10 09:07:42 2023 +0100

    Update Classes/Controller/Backend/NewTenantController.php

    Use the whole key, because getLLL() is not just used for the metadata.

    Co-authored-by: Sebastian Meyer <[email protected]>

commit b17a5f7d3db1d1791312e4e5b036be226ee7b4e8
Author: Sebastian Meyer <[email protected]>
Date:   Thu Mar 9 18:08:39 2023 +0100

    Code Styling

commit c1755f62ba3ed6c7cb683ec0968fdaf7d02092af
Author: Beatrycze Volk <[email protected]>
Date:   Tue Mar 7 14:40:59 2023 +0100

    Fix use a scalar value as an array

commit 0c7d1d9946389e8a4b6042e02f0750a2a6307eba
Author: Christos Sidiropoulos <[email protected]>
Date:   Thu Mar 2 09:54:03 2023 +0000

    Wrap date search elements in own div class

    Signed-off-by: Christos Sidiropoulos <[email protected]>

commit 46fa3862811cd3ed52e6d566728b10d59b711364
Merge: 84877e9d f37187a8
Author: Christopher <[email protected]>
Date:   Wed Mar 1 11:26:42 2023 +0100

    Merge branch 'master' into typo3v11

commit 84877e9daf5e7cfb5f0d55b96be92a1bca055122
Author: Christopher Timm <[email protected]>
Date:   Tue Feb 28 19:17:42 2023 +0100

    Use injection methods

    in DocumentTypeFunctionProvider because in this case the construct method doesn't work.

commit cf91525da572eea3aa4b0fce940b3b132c8e11f3
Author: Christopher Timm <[email protected]>
Date:   Tue Feb 28 17:52:52 2023 +0100

    Use dependency injection

commit 8b5dd22022dd66e294aa632869dd123d7c0adc89
Author: Christopher Timm <[email protected]>
Date:   Tue Feb 28 17:45:45 2023 +0100

    Remove typo3v9 ext_typoscript_setup.txt

commit fc02ce4768acffeb4bc02be608b8086d4be2b4ec
Author: Christopher Timm <[email protected]>
Date:   Tue Feb 28 17:44:48 2023 +0100

    Remove typo3v9 helper function polyfillExtbaseClassesForTYPO3v9

commit 8b190c59a009055277817dd582aba554519113e0
Author: Christopher Timm <[email protected]>
Date:   Tue Feb 28 16:47:02 2023 +0100

    Use latest safe typo3 versions in composer.json and add composer.lock

commit 075c62890239a44333128a8253775d8a7e2ad598
Author: Christopher Timm <[email protected]>
Date:   Tue Feb 28 16:33:39 2023 +0100

    Change typo3, php and mariadb versions in runTests.sh

commit 4d732a432663f294f31f4e42a36ccddd22d607c5
Author: Christos Sidiropoulos <[email protected]>
Date:   Fri Feb 24 13:22:42 2023 +0000

    Add fallback option for getLLL

    Adds a fallback option in getLLL() if there is no translation for given key

    Signed-off-by: Christos Sidiropoulos <[email protected]>

commit f37187a8a6b559fee5e56574098896db5442ff4d
Author: Sebastian Meyer <[email protected]>
Date:   Thu Feb 23 09:17:13 2023 +0100

    Update task-for-the-development-fund.md

commit 81e0afdb93626237d494b41899aba6aad1238d10
Author: Christopher <[email protected]>
Date:   Thu Feb 23 08:52:38 2023 +0100

    Update composer typo3 version to 10.4 and 11.5

commit ace9ff8ba1a7ebc47bd076d75067b4a7b0630ca4
Author: Christopher <[email protected]>
Date:   Thu Feb 23 08:47:07 2023 +0100

    Change typo3 test workflow to 10.4 and 11.5

commit da9bc5dd2012c4292497f2c7111e4fcc1c325ff1
Merge: 0c1dc276 8c2081b9
Author: Sebastian Meyer <[email protected]>
Date:   Thu Feb 23 07:44:33 2023 +0100

    Merge pull request #914 from BFallert/tmp/navigation-double-single-view

    Fix SinglepageOn and Off and hint if numPages not > 0

commit 8c2081b9438efad1facf014d6a84d40659933c3c
Author: Bernd Fallert <[email protected]>
Date:   Mon Feb 20 19:43:35 2023 +0100

    Fix SinglepageOn and Off and hint if numPages not > 0

commit a9f3c7381cdf40047995c969060cdf3872bdd688
Author: Christopher Timm <[email protected]>
Date:   Wed Dec 28 11:25:15 2022 +0100

    Replace f:widget.paginate with the new pagination core api.

commit 1660fb2c8a367d72e6f53fae6313165fcd289fd8
Author: Christopher Timm <[email protected]>
Date:   Wed Dec 28 11:25:15 2022 +0100

    Replace f:widget.paginate with the new pagination core api.

commit e7231d6391bfbf55a544aaff05c3e3c908c3cd5e
Author: Christopher Timm <[email protected]>
Date:   Wed Dec 28 11:10:56 2022 +0100

    Use complete namespace and classname for plugin and module configuration.

commit 84e2fe145fa5a1554202f18837e04210a6bef071
Author: Christopher Timm <[email protected]>
Date:   Wed Dec 28 11:09:16 2022 +0100

    PageRepository class moved from Frontend to Core Extension.

Signed-off-by: Christos Sidiropoulos <[email protected]>
csidirop added a commit to csidirop/kitodo-presentation that referenced this pull request Sep 28, 2023
commit 28a365c435d2defda6c1e29f3dc8fa7be3178be7
Author: Beatrycze Volk <[email protected]>
Date:   Wed Sep 27 15:30:10 2023 +0200

    [FEATURE] Reimplement SearchInDocument tool to create results' links in backend (#1002)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit 8bb5550df94a0818f58df311369242ffbf7ee052
Author: Beatrycze Volk <[email protected]>
Date:   Wed Sep 27 14:18:04 2023 +0200

    [BUGFIX] Fix returns in controllers' main functions (#1001)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit db4ecb12dfe483af012eb9f1c6fdcd12ff2f2044
Author: Beatrycze Volk <[email protected]>
Date:   Wed Sep 27 13:46:34 2023 +0200

    [BUGFIX] Reassign viewData['requestData'] after page is validated (#1000)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit 72fcc8d2dac3014dc6d73b776187039f36ff9f23
Author: Beatrycze Volk <[email protected]>
Date:   Wed Sep 27 13:17:31 2023 +0200

    [DOCUMENTATION] Fix documentation for toolbox (#999)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit b4fe188823688dfbb672a9bcc3f609442cd0d2a9
Author: Beatrycze Volk <[email protected]>
Date:   Wed Sep 27 12:52:10 2023 +0200

    [MAINTENANCE] Rename Doc class to AbstractDocument (#990)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit ccf559d803a049ffa18f0aa564bb86529bb3efbd
Author: Beatrycze Volk <[email protected]>
Date:   Wed Sep 27 12:44:01 2023 +0200

    [MAINTENANCE] Change initialization of DocumentRepository in DocumentTypeFunctionProvider (#960)

commit 2116044d4467e9aa69f050321237a7cb1871540a
Merge: 179f4d47 fa3cdee6
Author: Sebastian Meyer <[email protected]>
Date:   Wed Sep 27 11:58:53 2023 +0200

    Merge branch 'master' of https://github.com/kitodo/kitodo-presentation

commit 179f4d47040cf9400b0c8a8e56a6e4a3c9ab3f0a
Author: Sebastian Meyer <[email protected]>
Date:   Wed Sep 27 11:58:32 2023 +0200

    Update tests.yml

commit fa3cdee669b94dbd59d7bd095ea8e8ded62b2d6d
Author: Christopher <[email protected]>
Date:   Wed Sep 27 11:20:29 2023 +0200

    [BUGFIX] PageRepository class moved to Core (#1020)

commit b7a16e1ccaf8ac3bdc909e5dfd9b5353ff95669f
Author: Sebastian Meyer <[email protected]>
Date:   Tue Sep 26 09:55:34 2023 +0200

    Update composer.json

commit 534a096c8b8bf88bdbae1d1df20cb17cd45e444e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Sep 25 13:58:52 2023 +0200

    [MAINTENANCE] Bump typo3/testing-framework from 6.16.9 to 7.0.4 (#1017)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit ddb1076b39b3339b448d047a095c4c63c964f556
Author: Sebastian Meyer <[email protected]>
Date:   Fri Sep 15 20:19:09 2023 +0200

    Remove redundant method setPage()

commit ee43a786622c350e76e5c776b4576b84f0394481
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri Sep 15 18:54:52 2023 +0200

    [MAINTENANCE] Bump guzzlehttp/psr7 from 2.4.3 to 2.6.1 (#1016)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 5e069ebeb2702a69d43a3c93c05ad2646465f60e
Merge: 109c4858 d0cf6894
Author: Sebastian Meyer <[email protected]>
Date:   Fri Sep 15 18:45:32 2023 +0200

    Merge branch 'effective-webwork-typo3v11'

commit d0cf689457fd3312f066090bcc5e5c0de5551daf
Author: Beatrycze Volk <[email protected]>
Date:   Fri Sep 1 12:07:13 2023 +0200

    [BUGFIX] Display issues correctly in ToC plugin (#964)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit 650e8eb8babf8f20997d44634687cb1562efa3ec
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Aug 7 11:56:51 2023 +0200

    [DEPENDENCY] Bump typo3/testing-framework from 6.16.8 to 6.16.9 (#996)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Sebastian Meyer <[email protected]>

commit 3ba1c64073ad1b09898b7441c18f24e8ed8dd7b4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Aug 7 11:39:12 2023 +0200

    [DEPENDENCY] Bump typo3/html-sanitizer from 2.1.1 to 2.1.3 (#995)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 5ce393cafe9c4ada6a55a5725447c4d926d193b0
Author: Beatrycze Volk <[email protected]>
Date:   Fri Jul 21 18:46:28 2023 +0200

    [BUGFIX] Minor fixes in ToolboxController (#993)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit e888384e7386a73d131eba5fd5f3ee26c1c14e53
Author: Beatrycze Volk <[email protected]>
Date:   Fri Jul 21 18:43:28 2023 +0200

    [BUGFIX] Minor fixes in Helper class (#992)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit ce755eacd6f0fb4568c7ba1fe232afee69d92ac1
Author: Beatrycze Volk <[email protected]>
Date:   Fri Jul 21 18:38:24 2023 +0200

    [BUGFIX] Remove not needed call to createDocument function (#991)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit f2add87751fedef9493ade6bbf36c9d0b87155b6
Author: Beatrycze Volk <[email protected]>
Date:   Fri Jul 21 18:16:30 2023 +0200

    [BUGFIX] Use $forceReload parameter in getInstance (#989)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit e60d6b66ad19784a0c15fb0ce9da157d380cb983
Author: Beatrycze Volk <[email protected]>
Date:   Fri Jul 21 18:02:42 2023 +0200

    [BUGFIX] Remove not existing getUid and getLocation (#988)

commit 9e77aa1a414d6cc4c0593d025094411edcfbe8fa
Author: Beatrycze Volk <[email protected]>
Date:   Thu Jul 20 18:01:22 2023 +0200

    [BUGFIX] Resolve link to the parent if the parent is multivolume_work or multipart_manuscript (#985)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit 36d9438ada1bca9016c1a1d0e0e280a400653731
Author: Beatrycze Volk <[email protected]>
Date:   Thu Jul 20 16:18:19 2023 +0200

    [MAINTENANCE] Fix and move Solr classes (#982)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit 8726c276c0eec764ef4ceee1a4a415796b56756e
Author: Beatrycze Volk <[email protected]>
Date:   Thu Jul 20 16:05:49 2023 +0200

    [BUGFIX] Fix return type for getTableOfContentsFromDb function (#986)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit 08ef9f4990e613654af57da14c577c516fc534fc
Author: Beatrycze Volk <[email protected]>
Date:   Thu Jul 20 15:43:59 2023 +0200

    [BUGFIX] Fix variable type and remove deprecations in FileLocationUpdater (#981)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit a20b8187e0aaaa2188c5b8e43d05a2a016353de5
Author: Beatrycze Volk <[email protected]>
Date:   Thu Jul 20 15:15:37 2023 +0200

    [FEATURE] Use order in case volume_sorting is empty (#984)

commit 0d590cc96ad2e7190589764b8972f936e39bcb4d
Author: Christopher <[email protected]>
Date:   Tue Jul 11 10:52:18 2023 +0200

    [BUGFIX] Persist collection to prevent duplicates (#983)

commit ddaaf04897421c5ac39c01056d3b710ccbf3dd01
Author: Beatrycze Volk <[email protected]>
Date:   Tue Jun 27 13:31:46 2023 +0200

    [BUGFIX] Fix logger docs in API classes (#980)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit e39d8e95562bf5cf9953cf700d46c0b591b72121
Author: Beatrycze Volk <[email protected]>
Date:   Tue Jun 27 12:51:26 2023 +0200

    [BUGFIX] Fixes in Doc class (#979)

commit b7f2404d15fa2eed4f47c9e434c6b6e6c4ad69e6
Author: Beatrycze Volk <[email protected]>
Date:   Mon Jun 26 19:42:52 2023 +0200

    [BUGFIX] Fix SolrSearch implementation (#978)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit eb1bffd1f9557b5c53459bf4d4953ee832a4774c
Author: Beatrycze Volk <[email protected]>
Date:   Mon Jun 26 19:26:44 2023 +0200

    [MAINTENANCE] Improve readability in SearchController (#977)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit 8468a9510eaaa43c2d57f738807e76b49c9285eb
Author: Beatrycze Volk <[email protected]>
Date:   Mon Jun 26 19:21:49 2023 +0200

    [MAINTENANCE] Remove unused imports and declarations (#976)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit 201d32d4b792b7787b9d705502aff58a8debd82d
Author: Beatrycze Volk <[email protected]>
Date:   Mon Jun 26 18:36:45 2023 +0200

    [FEATURE] Make amount of children rows configurable (#970)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit ecf8b3c29bb3ad80ccfd86fce7d14dce0e36bad9
Author: Michael Kubina <[email protected]>
Date:   Mon Jun 26 18:34:17 2023 +0200

    [FEATURE] Add more search operators and fix highlighting (#948)

    Co-authored-by: Michael Kubina <[email protected]>
    Co-authored-by: Sebastian Meyer <[email protected]>

commit eaf770e8bb1c3bb677f026dab8992e81ca75fd09
Author: Beatrycze Volk <[email protected]>
Date:   Mon Jun 26 18:26:40 2023 +0200

    [MAINTENANCE] Initialize metadata array with empty values in abstract Doc class (#961)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit fc1f7318e38d0f1bfa7652a98b09d6429bd938ed
Author: Beatrycze Volk <[email protected]>
Date:   Mon Jun 26 16:37:18 2023 +0200

    [MAINTENANCE] Adjust deprecated calls for database queries (#975)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit 787fbaccf65abbe97a1e06776704afb226a8664b
Author: Beatrycze Volk <[email protected]>
Date:   Thu Jun 22 15:08:21 2023 +0200

    [BUGFIX] Display volumes correctly in ToC plugin (#957)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit d9963cf7b660f7e6f2aab5031164c4983b314d10
Author: Beatrycze Volk <[email protected]>
Date:   Thu Jun 22 12:22:15 2023 +0200

    [BUGFIX] Check if result returned from suggester is iterable before passing it  to the array (#973)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit 9826fcac4375aad79e349fa44db4420959c08df9
Author: Beatrycze Volk <[email protected]>
Date:   Thu Jun 22 11:41:35 2023 +0200

    [BUGFIX] Check for getDoc equal null in DocumentTypeFunctionProvider (#972)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit 3ed0d61fdef1aaa71e3101f276d815b81c4bff08
Author: Beatrycze Volk <[email protected]>
Date:   Thu Jun 22 11:23:26 2023 +0200

    [BUGFIX] Fix error Illegal string offset 'id' (#971)

commit 5271bfd02699a5f0685935c43b2f2fed8d355c72
Author: Sebastian Meyer <[email protected]>
Date:   Mon Jun 12 18:13:13 2023 +0200

    [BUGFIX] Revert #967 "Increase the amount of metadata loaded in collection view" (#969)

commit a5285ccc52ea6822141c149713685ddfc4eff6d7
Author: Beatrycze Volk <[email protected]>
Date:   Wed May 24 21:58:10 2023 +0200

    [BUGFIX] Increase the amount of metadata loaded in collection view (#967)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit 73eaa5f7236640c3cc4f1c6273b342faaf349043
Author: Michael Kubina <[email protected]>
Date:   Wed May 24 21:52:45 2023 +0200

    [BUGFIX] Prevent attempted indexing of improper dateformats (#963)

    Co-authored-by: Michael Kubina <[email protected]>
    Co-authored-by: Sebastian Meyer <[email protected]>

commit bc51faaa03ecb271e1170fbb96c9ba49bca618df
Author: Beatrycze Volk <[email protected]>
Date:   Wed May 24 21:34:20 2023 +0200

    [MAINTENANCE] Use parentHref for getting parent document uid while indexing (#958)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit 87af8454b61cbf84998e57df8f7ece4283132750
Author: Beatrycze Volk <[email protected]>
Date:   Wed May 24 21:24:44 2023 +0200

    [BUGFIX] Sort entries in Table of Content plugin by orderlabel (#956)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit 3a0a369a9bf8bd52730137ee767f540f4af323c9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed May 24 21:18:26 2023 +0200

    [MAINTENANCE] Bump typo3/testing-framework from 6.16.7 to 6.16.8 (#955)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Sebastian Meyer <[email protected]>

commit 75cafd5ac417c4fc24407331f55b4dd192af4408
Author: Beatrycze Volk <[email protected]>
Date:   Wed May 24 21:13:36 2023 +0200

    [BUGFIX] Add cases for tools configured without tx_dlf_ (#951)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit 70b80d209fde507df5fb2f14e0e12fe1c4b075da
Author: Beatrycze Volk <[email protected]>
Date:   Wed May 24 21:09:37 2023 +0200

    [BUGFIX] Fix logger call for warning (#950)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit 629e145a3d24c99342ec1e91af4e769b8955946a
Author: Beatrycze Volk <[email protected]>
Date:   Wed May 24 20:59:42 2023 +0200

    [BUGFIX] Fix doc calls in MetadataController (#949)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit eb1813e91a44971d10e3ee541833ca6c27ca7161
Author: Michael Kubina <[email protected]>
Date:   Wed May 24 20:52:22 2023 +0200

    [FEATURE] Add an option to preselect fulltext search as default (#905)

    Co-authored-by: Michael Kubina <[email protected]>
    Co-authored-by: Sebastian Meyer <[email protected]>

commit 751955e26e35efc292ab2585f5c60eb3f46592f5
Author: Michael Kubina <[email protected]>
Date:   Thu Apr 20 17:33:14 2023 +0200

    [BUG] Fix pagenavigation on sorted resultsets (#930)

    Co-authored-by: Michael Kubina <[email protected]>
    Co-authored-by: Sebastian Meyer <[email protected]>

commit 54a8090bd63d676c07ddadf43cabbc8323bcfcd5
Author: Michael Kubina <[email protected]>
Date:   Thu Apr 20 17:18:05 2023 +0200

    [BUGFIX] Fix missing lastPage option in Navigation-Plugin and swapped pageBack/pageStepBack (#945)

    Co-authored-by: Michael Kubina <[email protected]>
    Co-authored-by: Sebastian Meyer <[email protected]>

commit 596408ee8a9e9f508ad6e08b5cbb71beaccecfca
Author: Beatrycze Volk <[email protected]>
Date:   Thu Apr 20 17:03:42 2023 +0200

    [MAINTENANCE] Move proxy URL configuration to AbstractController (#944)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit 41b581c047b10866c43efa594f343a52cd787620
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Apr 20 16:52:00 2023 +0200

    [DEPENDENCY] Bump guzzlehttp/psr7 from 1.9.0 to 1.9.1 (#947)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit a66f94d0d0f09afecd8bedcb96bb912ebb9c7766
Author: Beatrycze Volk <[email protected]>
Date:   Thu Apr 6 13:40:09 2023 +0200

    Assign mimetype directly

commit f81bc2e0bcdfd9f8de74d9001c145f5837bd537b
Author: Beatrycze Volk <[email protected]>
Date:   Wed Apr 5 18:01:19 2023 +0200

    Remove sanitize for double request data

    It is already done in AbstractController

commit ab221c176b4df100c963254ac0145696d8ff9ff3
Author: Beatrycze Volk <[email protected]>
Date:   Wed Apr 5 14:57:27 2023 +0200

    Change way for rendering tools in toolbox

commit ccbc0a18790c34bec5361884303cda93f020b07a
Author: Beatrycze Volk <[email protected]>
Date:   Wed Apr 5 14:51:58 2023 +0200

    Improve readability of toolbox typoscript

commit e0c084815757471bc0ea74a074a2909948f8918b
Author: Beatrycze Volk <[email protected]>
Date:   Thu Mar 30 14:57:33 2023 +0200

    Split parsing of metadata in printMetadata method

commit aa7d3368b607f292714acb8fb4b551f7c504f197
Author: Beatrycze Volk <[email protected]>
Date:   Thu Mar 30 14:40:31 2023 +0200

    Add reference the current index in the foreach loop

    Avoid $i incrementation inside the loop

commit 303fe26448eb3a53db3622d60a35a2f946532789
Author: Beatrycze Volk <[email protected]>
Date:   Thu Mar 30 13:26:56 2023 +0200

    Move build of metaCObjData to the own method

commit 55e28b56d90636b22648074f909b1beccaf43188
Author: Beatrycze Volk <[email protected]>
Date:   Tue Apr 4 15:06:58 2023 +0200

    Add class property doc to shorten usage of $this->document->getDoc()

commit 039ec07e2c2fe1bf2d478a655adcd3a8b1293912
Author: Beatrycze Volk <[email protected]>
Date:   Tue Apr 4 14:50:58 2023 +0200

    Move setPage out of else statement

commit 8d6fc51b526f75b558d751dcd9427808575ce4e4
Author: Beatrycze Volk <[email protected]>
Date:   Tue Apr 4 14:48:11 2023 +0200

    Move page setting to own method

commit f51e8bf98fb00a0eff0482278d987a2401fa80a9
Author: Beatrycze Volk <[email protected]>
Date:   Thu Mar 30 15:12:18 2023 +0200

    Move value translation for search facet to the own method

commit e12a9e87a15b376084f26feed3390b7214d9cae3
Author: Beatrycze Volk <[email protected]>
Date:   Thu Mar 30 12:33:42 2023 +0200

    Move build of IIIF data to separated method

commit 97374799dabcbb6c0dcb4102911d94ab368ec5eb
Author: Beatrycze Volk <[email protected]>
Date:   Thu Mar 30 11:57:22 2023 +0200

    Add doc property to increase code readability

commit 799742ff12baa811fba8a6ae559b27ff0ba0e441
Author: Beatrycze Volk <[email protected]>
Date:   Wed Mar 29 16:40:49 2023 +0200

    Move setup of default values to own method

    Avoid list of ifs with the same functionality

commit a77a42fd7a1ac488e2b06ee140175a1662e1e809
Author: Sebastian Meyer <[email protected]>
Date:   Wed Apr 5 13:06:55 2023 +0200

    Move sanitation to separate method

commit 083dfee01d5ca4446423bca26254dd69cda95ad9
Author: Sebastian Meyer <[email protected]>
Date:   Wed Apr 5 12:53:13 2023 +0200

    Log variable before unsetting it

commit 39138c799259f0376f7fc1881f4cafeddc659a91
Author: Sebastian Meyer <[email protected]>
Date:   Tue Apr 4 13:57:15 2023 +0200

    Add helper function for validity check

commit 51082b783ff1afc429999c753e541cbb9ea90fb7
Author: Sebastian Meyer <[email protected]>
Date:   Tue Apr 4 13:28:34 2023 +0200

    Update Classes/Controller/AbstractController.php

    Co-authored-by: Beatrycze Volk <[email protected]>

commit ea82442dfd0fbe0d4b4e6b3966f3a2fea0522ee3
Author: Sebastian Meyer <[email protected]>
Date:   Mon Apr 3 17:48:53 2023 +0200

    Fix XSS vulnerability

commit 26958186e79c88aedae3d104d8047c2426e05509
Author: Beatrycze Volk <[email protected]>
Date:   Tue Apr 4 16:29:01 2023 +0200

    Move setPage to AbstractController

commit 705a9adb44cc654c0e92fe9daf969c6496bb032b
Author: Beatrycze Volk <[email protected]>
Date:   Tue Apr 4 15:06:58 2023 +0200

    Add class property doc to shorten usage of $this->document->getDoc()

commit a97a78b251864e3c3727ea06abc667adcc761d92
Author: Beatrycze Volk <[email protected]>
Date:   Tue Apr 4 14:50:58 2023 +0200

    Move setPage out of else statement

commit 2e69ba888637a3236d137bdf14edd71870aaebba
Author: Beatrycze Volk <[email protected]>
Date:   Tue Apr 4 14:48:11 2023 +0200

    Move page setting to own method

commit 262bea0dcee83c17e35d3afcfd46071e7f8bcb5a
Author: Beatrycze Volk <[email protected]>
Date:   Tue Apr 4 14:40:58 2023 +0200

    Rename render tool functions to match the naming standards

commit 05ce87dfe00d91751c0154ae2cdab535c150ce16
Author: Sebastian Meyer <[email protected]>
Date:   Tue Mar 21 08:42:18 2023 +0100

    Add additional check for empty core name

commit 763256d9795538bbc8da73263d5c1be2cd83bee7
Author: Sebastian Meyer <[email protected]>
Date:   Sun Mar 19 09:43:05 2023 +0100

    Prevent db record when core fails

commit f3b8004f33bf4b05f6cb523a6ef68ba3b0db7c44
Author: Sebastian Meyer <[email protected]>
Date:   Sat Mar 18 10:13:12 2023 +0100

    Add flash message for Solr core creation

commit c4232496db383cc1e26952be67e679b9b37a6109
Author: Sebastian Meyer <[email protected]>
Date:   Wed Mar 15 20:07:24 2023 +0100

    Make Solr core name mandatory

commit 109c48581f01b08d9529283e7c6ae6bb63441b0a
Author: Beatrycze Volk <[email protected]>
Date:   Fri Sep 1 12:07:13 2023 +0200

    [BUGFIX] Display issues correctly in ToC plugin (#964)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit 87be4c44eb4125c156e3bba9c2f0747a4fe5bde6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Aug 7 11:56:51 2023 +0200

    [DEPENDENCY] Bump typo3/testing-framework from 6.16.8 to 6.16.9 (#996)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Sebastian Meyer <[email protected]>

commit b4faa7a9ad105dee0484c6f16e87fae0da6357bc
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Aug 7 11:39:12 2023 +0200

    [DEPENDENCY] Bump typo3/html-sanitizer from 2.1.1 to 2.1.3 (#995)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 38b64cad5d7ea630fe063556404af46c9244220e
Author: Beatrycze Volk <[email protected]>
Date:   Fri Jul 21 18:46:28 2023 +0200

    [BUGFIX] Minor fixes in ToolboxController (#993)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit 0869183cf1567b36cd4d26676231b19588c51ecc
Author: Beatrycze Volk <[email protected]>
Date:   Fri Jul 21 18:43:28 2023 +0200

    [BUGFIX] Minor fixes in Helper class (#992)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit f1451a42dbde3343c42bca8599c19d731583c497
Author: Beatrycze Volk <[email protected]>
Date:   Fri Jul 21 18:38:24 2023 +0200

    [BUGFIX] Remove not needed call to createDocument function (#991)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit 43ce528fa6f363051114923502a1830a4735f9c8
Author: Beatrycze Volk <[email protected]>
Date:   Fri Jul 21 18:16:30 2023 +0200

    [BUGFIX] Use $forceReload parameter in getInstance (#989)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit c4a6fd0b8429fad1c4c04c6b168691c55a4221ae
Author: Beatrycze Volk <[email protected]>
Date:   Fri Jul 21 18:02:42 2023 +0200

    [BUGFIX] Remove not existing getUid and getLocation (#988)

commit c5a92681c5792ff8e63a991ec2f70fb0ff17120a
Author: Beatrycze Volk <[email protected]>
Date:   Thu Jul 20 18:01:22 2023 +0200

    [BUGFIX] Resolve link to the parent if the parent is multivolume_work or multipart_manuscript (#985)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit e3d09d8f069c3da6ea34db8e8b47ddc7f2c5c0a3
Author: Beatrycze Volk <[email protected]>
Date:   Thu Jul 20 16:18:19 2023 +0200

    [MAINTENANCE] Fix and move Solr classes (#982)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit 613ade190f3bcac1e0a33833d8aade6eb37a47c5
Author: Beatrycze Volk <[email protected]>
Date:   Thu Jul 20 16:05:49 2023 +0200

    [BUGFIX] Fix return type for getTableOfContentsFromDb function (#986)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit 2daf3dfe8a0546c2759330922b3a20cc838de724
Author: Beatrycze Volk <[email protected]>
Date:   Thu Jul 20 15:43:59 2023 +0200

    [BUGFIX] Fix variable type and remove deprecations in FileLocationUpdater (#981)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit f78b6b3162efee0c42e751b2ff54a32937dc942a
Author: Beatrycze Volk <[email protected]>
Date:   Thu Jul 20 15:15:37 2023 +0200

    [FEATURE] Use order in case volume_sorting is empty (#984)

commit 53c5b99dacec52368de9ed359e955e1177fd03a2
Author: Christopher <[email protected]>
Date:   Tue Jul 11 10:52:18 2023 +0200

    [BUGFIX] Persist collection to prevent duplicates (#983)

commit e1f382168f5ffcdb35044c62a94726a3fe3a12f4
Author: Beatrycze Volk <[email protected]>
Date:   Tue Jun 27 13:31:46 2023 +0200

    [BUGFIX] Fix logger docs in API classes (#980)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit fe09c74637a9fdc925606d174b80378d87ed8576
Author: Beatrycze Volk <[email protected]>
Date:   Tue Jun 27 12:51:26 2023 +0200

    [BUGFIX] Fixes in Doc class (#979)

commit 5e3251d2d3b313331927703e741a32290392740b
Author: Beatrycze Volk <[email protected]>
Date:   Mon Jun 26 19:42:52 2023 +0200

    [BUGFIX] Fix SolrSearch implementation (#978)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit e2fc25606706044ec5435da6cca6ebd96bb77911
Author: Beatrycze Volk <[email protected]>
Date:   Mon Jun 26 19:26:44 2023 +0200

    [MAINTENANCE] Improve readability in SearchController (#977)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit 5fcc99def25ac78659d7c4475cc72f714c9ec5e4
Author: Beatrycze Volk <[email protected]>
Date:   Mon Jun 26 19:21:49 2023 +0200

    [MAINTENANCE] Remove unused imports and declarations (#976)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit 20e09bd08fb17aa164b9c6c68db9f72efd35eae3
Author: Beatrycze Volk <[email protected]>
Date:   Mon Jun 26 18:36:45 2023 +0200

    [FEATURE] Make amount of children rows configurable (#970)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit 72acb39756e79d28bd0b407d4a09618422435d23
Author: Michael Kubina <[email protected]>
Date:   Mon Jun 26 18:34:17 2023 +0200

    [FEATURE] Add more search operators and fix highlighting (#948)

    Co-authored-by: Michael Kubina <[email protected]>
    Co-authored-by: Sebastian Meyer <[email protected]>

commit d0e29dae1d0c9d44d0e5ba19f5ea0dc54e0d4751
Author: Beatrycze Volk <[email protected]>
Date:   Mon Jun 26 18:26:40 2023 +0200

    [MAINTENANCE] Initialize metadata array with empty values in abstract Doc class (#961)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit 7bda98d227f40f099ca1c1646c8b4c301ca25e77
Author: Beatrycze Volk <[email protected]>
Date:   Mon Jun 26 16:37:18 2023 +0200

    [MAINTENANCE] Adjust deprecated calls for database queries (#975)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit ea1e2998e596c9afcc5292f0c1d73408281c40e2
Author: Beatrycze Volk <[email protected]>
Date:   Thu Jun 22 15:08:21 2023 +0200

    [BUGFIX] Display volumes correctly in ToC plugin (#957)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit c81db52202e385041a49ef14107bdd3d97e42f7e
Author: Beatrycze Volk <[email protected]>
Date:   Thu Jun 22 12:22:15 2023 +0200

    [BUGFIX] Check if result returned from suggester is iterable before passing it  to the array (#973)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit 70fbfce45ea5c203a76a24bf27139ee644e7b39d
Author: Beatrycze Volk <[email protected]>
Date:   Thu Jun 22 11:41:35 2023 +0200

    [BUGFIX] Check for getDoc equal null in DocumentTypeFunctionProvider (#972)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit cdc55ffa485d23d3364860408a35f6c5c8becd1e
Author: Beatrycze Volk <[email protected]>
Date:   Thu Jun 22 11:23:26 2023 +0200

    [BUGFIX] Fix error Illegal string offset 'id' (#971)

commit bc682185659873d42e38bedb437d46cba16c1d62
Author: Sebastian Meyer <[email protected]>
Date:   Mon Jun 12 18:13:13 2023 +0200

    [BUGFIX] Revert #967 "Increase the amount of metadata loaded in collection view" (#969)

commit 4256816e4159699604c0b913e0a268928dcff34d
Author: Beatrycze Volk <[email protected]>
Date:   Wed May 24 21:58:10 2023 +0200

    [BUGFIX] Increase the amount of metadata loaded in collection view (#967)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit 9d9b7cec68e15da9537da71c6205911455710613
Author: Michael Kubina <[email protected]>
Date:   Wed May 24 21:52:45 2023 +0200

    [BUGFIX] Prevent attempted indexing of improper dateformats (#963)

    Co-authored-by: Michael Kubina <[email protected]>
    Co-authored-by: Sebastian Meyer <[email protected]>

commit 95c820dd73584076ff34ed7cf6b6cd9ac6152dec
Author: Beatrycze Volk <[email protected]>
Date:   Wed May 24 21:34:20 2023 +0200

    [MAINTENANCE] Use parentHref for getting parent document uid while indexing (#958)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit 2a81967a3c5c1c01d8e60aee014b926b0c6b07c8
Author: Beatrycze Volk <[email protected]>
Date:   Wed May 24 21:24:44 2023 +0200

    [BUGFIX] Sort entries in Table of Content plugin by orderlabel (#956)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit 968c2a43b5f3d9405359ed73d274813352942e20
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed May 24 21:18:26 2023 +0200

    [MAINTENANCE] Bump typo3/testing-framework from 6.16.7 to 6.16.8 (#955)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Sebastian Meyer <[email protected]>

commit 2fff5094ca7c7ef68cc6cf2d100df62f25c785a3
Author: Beatrycze Volk <[email protected]>
Date:   Wed May 24 21:13:36 2023 +0200

    [BUGFIX] Add cases for tools configured without tx_dlf_ (#951)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit f2aa5647966dec7c9e4aad401b666ec7160179a7
Author: Beatrycze Volk <[email protected]>
Date:   Wed May 24 21:09:37 2023 +0200

    [BUGFIX] Fix logger call for warning (#950)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit 26cc64cc7a396e2ceded094f8024f45d86805fcb
Author: Beatrycze Volk <[email protected]>
Date:   Wed May 24 20:59:42 2023 +0200

    [BUGFIX] Fix doc calls in MetadataController (#949)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit 254a66adef35c3b05d1fa6e97b0ae8c00ae1e7fc
Author: Michael Kubina <[email protected]>
Date:   Wed May 24 20:52:22 2023 +0200

    [FEATURE] Add an option to preselect fulltext search as default (#905)

    Co-authored-by: Michael Kubina <[email protected]>
    Co-authored-by: Sebastian Meyer <[email protected]>

commit 09156eaf89fdbe8c9c2e9fe37fd07c849eb45242
Author: Michael Kubina <[email protected]>
Date:   Thu Apr 20 17:33:14 2023 +0200

    [BUG] Fix pagenavigation on sorted resultsets (#930)

    Co-authored-by: Michael Kubina <[email protected]>
    Co-authored-by: Sebastian Meyer <[email protected]>

commit 57a611579f3f0846cfcb54c9395a59357aefb650
Author: Michael Kubina <[email protected]>
Date:   Thu Apr 20 17:18:05 2023 +0200

    [BUGFIX] Fix missing lastPage option in Navigation-Plugin and swapped pageBack/pageStepBack (#945)

    Co-authored-by: Michael Kubina <[email protected]>
    Co-authored-by: Sebastian Meyer <[email protected]>

commit 54053e96aac3e662a1abad59608edc0380ff7700
Author: Beatrycze Volk <[email protected]>
Date:   Thu Apr 20 17:03:42 2023 +0200

    [MAINTENANCE] Move proxy URL configuration to AbstractController (#944)

    Co-authored-by: Sebastian Meyer <[email protected]>

commit 966b738760682490bb874eccf8e35261096e0a2a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Apr 20 16:52:00 2023 +0200

    [DEPENDENCY] Bump guzzlehttp/psr7 from 1.9.0 to 1.9.1 (#947)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit d3c751a8692c01acb4b43530fe133bea8e49534d
Author: Beatrycze Volk <[email protected]>
Date:   Thu Apr 6 13:34:23 2023 +0200

    Remove assignment of workLink variable

commit 03164fa1194bb5c5257d5911fec4de8061536c1e
Author: Beatrycze Volk <[email protected]>
Date:   Thu Apr 6 13:40:09 2023 +0200

    Assign mimetype directly

commit 9c7e219d16db07dfaa076138779a09babaf331c9
Author: Beatrycze Volk <[email protected]>
Date:   Wed Apr 5 18:01:19 2023 +0200

    Remove sanitize for double request data

    It is already done in AbstractController

commit 0054abb0f16369ed363b3bf0fc730e7c50cb92a7
Author: Beatrycze Volk <[email protected]>
Date:   Wed Apr 5 14:57:27 2023 +0200

    Change way for rendering tools in toolbox

commit 433df246b0e24d45f867217d54c54f46b7fa5074
Author: Beatrycze Volk <[email protected]>
Date:   Wed Apr 5 14:51:58 2023 +0200

    Improve readability of toolbox typoscript

commit 67cfe39bdd6f35eec2e34d49351f636fc391bc74
Merge: 4635ba00 3356d924
Author: Sebastian Meyer <[email protected]>
Date:   Wed Apr 5 17:41:24 2023 +0200

    Merge pull request #940 from beatrycze-volk/move-setpage-to-abstractcontroller

    [MAINTENANCE] Move setPage() to AbstractController

commit 3356d9248d7982c843f9ec7b3ce7722bab75a423
Merge: 8c8d4040 4635ba00
Author: Sebastian Meyer <[email protected]>
Date:   Wed Apr 5 17:23:45 2023 +0200

    Merge branch 'master' into move-setpage-to-abstractcontroller

commit 4635ba004fcfcb9e36826cbd88b205f82b5b9609
Author: Beatrycze Volk <[email protected]>
Date:   Thu Mar 30 14:57:33 2023 +0200

    Split parsing of metadata in printMetadata method

commit 43b617e42602db2d298a950506121905aeb8214a
Author: Beatrycze Volk <[email protected]>
Date:   Thu Mar 30 14:40:31 2023 +0200

    Add reference the current index in the foreach loop

    Avoid $i incrementation inside the loop

commit a7590a1f4fd7fcaf1d3a9afa4520810c10996f82
Author: Beatrycze Volk <[email protected]>
Date:   Thu Mar 30 13:26:56 2023 +0200

    Move build of metaCObjData to the own method

commit 8c8d40409cae8ef46f1ce1a3680b8b7b4cf05311
Author: Beatrycze Volk <[email protected]>
Date:   Wed Apr 5 16:59:15 2023 +0200

    Remove private setPage function from ToolboxController

commit 6e9e63e81046cbc1e8553f2d3ae95d656c4d97e8
Merge: ed6c1ba7 7d8f037a
Author: Sebastian Meyer <[email protected]>
Date:   Wed Apr 5 16:50:50 2023 +0200

    Merge branch 'master' into move-setpage-to-abstractcontroller

commit 7d8f037a5a933bb5b9d418c993746b557c7d1608
Author: Beatrycze Volk <[email protected]>
Date:   Tue Apr 4 15:06:58 2023 +0200

    Add class property doc to shorten usage of $this->document->getDoc()

commit 15740af5adc8f989ffbc452df5290f2cdcec1a8c
Author: Beatrycze Volk <[email protected]>
Date:   Tue Apr 4 14:50:58 2023 +0200

    Move setPage out of else statement

commit 3c36426fb803ada1dfd3db5a8e24bc89191e8255
Author: Beatrycze Volk <[email protected]>
Date:   Tue Apr 4 14:48:11 2023 +0200

    Move page setting to own method

commit 38e759b1a1915904ff2c391fb2d1f1b9f36a33bb
Author: Beatrycze Volk <[email protected]>
Date:   Tue Apr 4 14:40:58 2023 +0200

    Rename render tool functions to match the naming standards

commit d8afc6e4a3991ab83c9efbf62d49f09d4875701f
Author: Beatrycze Volk <[email protected]>
Date:   Thu Mar 30 15:12:18 2023 +0200

    Move value translation for search facet to the own method

commit 89eface406e12984d1bf13d8ff6658e52253df85
Author: Beatrycze Volk <[email protected]>
Date:   Thu Mar 30 12:33:42 2023 +0200

    Move build of IIIF data to separated method

commit 090f304c6eff39b26a169a010a156cca480daef8
Author: Beatrycze Volk <[email protected]>
Date:   Thu Mar 30 11:57:22 2023 +0200

    Add doc property to increase code readability

commit 6f985185fd9ba700684827f7c02f67cbf6ab0121
Author: Beatrycze Volk <[email protected]>
Date:   Wed Mar 29 16:40:49 2023 +0200

    Move setup of default values to own method

    Avoid list of ifs with the same functionality

commit a8ce9abf6042b3452f8652ce9eae56798230b651
Author: Sebastian Meyer <[email protected]>
Date:   Wed Apr 5 13:06:55 2023 +0200

    Move sanitation to separate method

commit 8254852d13cc0c3f90d65114187f5f8be6b2e431
Author: Sebastian Meyer <[email protected]>
Date:   Wed Apr 5 12:53:13 2023 +0200

    Log variable before unsetting it

commit 4b0644e7fdb0e04572895a28540302615e15c4bc
Author: Sebastian Meyer <[email protected]>
Date:   Tue Apr 4 13:57:15 2023 +0200

    Add helper function for validity check

commit 59bd3d4ed7ee003b2ef579861fbf3536f557e3cd
Author: Sebastian Meyer <[email protected]>
Date:   Tue Apr 4 13:28:34 2023 +0200

    Update Classes/Controller/AbstractController.php

    Co-authored-by: Beatrycze Volk <[email protected]>

commit cd528de854b01e393e23288553d0c6a4040f907b
Author: Sebastian Meyer <[email protected]>
Date:   Mon Apr 3 17:48:53 2023 +0200

    Fix XSS vulnerability

commit ed6c1ba746ea619fd09733a7074d38334206173e
Author: Beatrycze Volk <[email protected]>
Date:   Tue Apr 4 16:29:01 2023 +0200

    Move setPage to AbstractController

commit 3640ebd63dcb900c0673ae427a1a056af0e86628
Author: Beatrycze Volk <[email protected]>
Date:   Tue Apr 4 15:06:58 2023 +0200

    Add class property doc to shorten usage of $this->document->getDoc()

commit fd779f6c84d5db3b25089bf219174d95a21051ff
Author: Beatrycze Volk <[email protected]>
Date:   Tue Apr 4 14:50:58 2023 +0200

    Move setPage out of else statement

commit 2788841eee54030df3a5080b906ab0d3496c1876
Author: Beatrycze Volk <[email protected]>
Date:   Tue Apr 4 14:48:11 2023 +0200

    Move page setting to own method

commit e8ff8036474da74b946e63e71228df36c4d2f8de
Author: Beatrycze Volk <[email protected]>
Date:   Tue Apr 4 14:40:58 2023 +0200

    Rename render tool functions to match the naming standards

commit df2e2ca0b71eea31db5fc776f06d55d6562ca4b0
Author: Christopher Timm <[email protected]>
Date:   Wed Mar 22 17:40:38 2023 +0100

    Revert change in collection TCA

commit d417043188f91274cd8dfd9be679d3b4c4c562c0
Author: Christopher Timm <[email protected]>
Date:   Wed Mar 22 17:30:06 2023 +0100

    Remove l10n_state from test fixtures

commit 3a676badd52392b59bdc7513793940ff25accaf5
Author: Christopher Timm <[email protected]>
Date:   Wed Mar 22 17:25:44 2023 +0100

    Add information for future TCA changes in development documentation

commit 6a1ae83fca08bd970d74dc6731411035c7b32d24
Author: Christopher Timm <[email protected]>
Date:   Wed Mar 22 17:24:39 2023 +0100

    Remove "transOrigPointerField" and "showRecordFieldList" from TCA

commit 44489977131713411da629c59cf1fe57dbeee3da
Author: Christopher Timm <[email protected]>
Date:   Wed Mar 22 17:07:29 2023 +0100

    Object manager is no longer needed

commit 52cd679c9a9e90f35eb86301a7e0feeba2006185
Author: Christopher Timm <[email protected]>
Date:   Wed Mar 22 16:59:10 2023 +0100

    Fix language ids in labels

commit 6495c3924067e75aa3d656e17c8d7a3c639bb29e
Author: Christopher Timm <[email protected]>
Date:   Wed Mar 22 16:43:07 2023 +0100

    Fix another search and replace mistake

commit 82f4e5f4f0d5ab0abdec442b64a1391442ed9da1
Author: Christopher Timm <[email protected]>
Date:   Wed Mar 22 16:22:25 2023 +0100

    Replace escaped quote with double quotes

commit c7403afc58a92856dabab6af706a2f99367737ac
Author: Christopher Timm <[email protected]>
Date:   Wed Mar 22 16:09:02 2023 +0100

    Fix wrong language ids

commit b224141d5dc1a8225c8626cec62a908a479d1b33
Merge: 69bef100 a7f53a1d
Author: Sebastian Meyer <[email protected]>
Date:   Tue Mar 21 10:00:41 2023 +0100

    Merge pull request #927 from sebastian-meyer/fix-solr-core-creation

    [BUG] Make Solr core name mandatory

commit a7f53a1d27a607287149d2002347fc88867af155
Author: Sebastian Meyer <[email protected]>
Date:   Tue Mar 21 08:42:18 2023 +0100

    Add additional check for empty core name

commit 3466488e40bd67fdfa747251a750b5c7a54dabb9
Merge: f6879962 69bef100
Author: Christopher <[email protected]>
Date:   Mon Mar 20 22:39:34 2023 +0100

    Merge branch 'master' into typo3v11

commit f687996224f729280f3638b1ae4daf1e2167cfe1
Author: Christopher Timm <[email protected]>
Date:   Mon Mar 20 22:36:56 2023 +0100

    Change dev documentation

commit 66a247728c42e95c8b083331111a66b2d44c1985
Author: Christopher Timm <[email protected]>
Date:   Mon Mar 20 22:22:43 2023 +0100

    Changes concerning TYPO3_MODE rolled back.
    Checking whether you are in backend or frontend mode requires the request as of version 12.
    This cannot be achieved with major changes at the moment.

commit 519dabb42b16ccce4746bbe058645c5d90531c48
Author: Christopher Timm <[email protected]>
Date:   Mon Mar 20 21:45:15 2023 +0100

    Fix session handling in basket context

commit a6d6b011ea770a93398026a4bc5a4bdf48d2a081
Author: Christopher Timm <[email protected]>
Date:   Mon Mar 20 21:20:22 2023 +0100

    Use uriBuilder directly in controller context and replace sesData_change with dataWasUpdated

commit 7764a73aacdcebc315c578c528e14d8b09444de7
Author: Christopher Timm <[email protected]>
Date:   Mon Mar 20 21:19:20 2023 +0100

    Use dependency injection in Generator.php

commit 9012322802ed5b86529fb243fac0d926eea94a4a
Author: Christopher Timm <[email protected]>
Date:   Mon Mar 20 21:17:56 2023 +0100

    Use applicationType with request to check if fe or be and check cli request from "environment"

commit 71e65330f7533d91ea03822a00706c602ab29f11
Author: Christopher Timm <[email protected]>
Date:   Mon Mar 20 10:38:56 2023 +0100

    Passing the document repository in the static add method

commit d7e4d35fefc625b79c0cfb26fc6089fae9465de2
Author: Sebastian Meyer <[email protected]>
Date:   Sun Mar 19 09:43:05 2023 +0100

    Prevent db record when core fails

commit dd5426eb4ad801f2ab4b0fe85105f031ebdafd6f
Author: Sebastian Meyer <[email protected]>
Date:   Sat Mar 18 10:13:12 2023 +0100

    Add flash message for Solr core creation

commit 670dd737c6a2651162079d7bd9e85ab10de4eea5
Merge: 99390342 69bef100
Author: Sebastian Meyer <[email protected]>
Date:   Sat Mar 18 09:39:27 2023 +0100

    Merge branch 'master' into fix-solr-core-creation

commit 69bef100cf94aad22cc200235ee1219226b68185
Merge: 0ee4f178 7098f212
Author: Sebastian Meyer <[email protected]>
Date:   Sat Mar 18 09:35:12 2023 +0100

    Merge pull request #926 from sebastian-meyer/fix-be-messages

    [BUG] Fix messages for New Tenant module

commit 7098f212a75215552aafaca0d65e2ca67eddb4ce
Merge: 40ad6ad2 0ee4f178
Author: Sebastian Meyer <[email protected]>
Date:   Sat Mar 18 09:31:47 2023 +0100

    Merge branch 'master' into fix-be-messages

commit 11057d52d8ee6eb0bd5948eb6c79e694010f4958
Author: Christopher Timm <[email protected]>
Date:   Thu Mar 16 23:05:19 2023 +0100

    Some columns in the test data removed for v11

commit a1ed0371fd0a7c6a6154d08105400ff0d3bb4bd4
Author: Christopher Timm <[email protected]>
Date:   Thu Mar 16 23:03:07 2023 +0100

    Remove xml language files

commit 903c06bdabf838e592a7bd2e9b419d50e181de19
Author: Christopher Timm <[email protected]>
Date:   Thu Mar 16 23:02:45 2023 +0100

    Convert xml language files to xlf and adjust path..

    ..to the language files in the helper class

commit bf8c2ba6a81f42fda68dac9950fe7c6bf9f0090a
Author: Christopher Timm <[email protected]>
Date:   Thu Mar 16 18:43:57 2023 +0100

    Convert labels.xml into (de.)locallang_label.xlf and replace filename in TCA

commit 0ee4f178259c952ce932fdcaa57b8af8ebd6eb96
Merge: 94160c34 4afe20f0
Author: Sebastian Meyer <[email protected]>
Date:   Thu Mar 16 10:15:50 2023 +0100

    Merge pull request #924 from beatrycze-volk/fix-use-scalar-value-error

    [BUG] Fix use a scalar value as an array

commit 4afe20f097c5f2e410d4ebc4bd3f8f68a7fe126d
Merge: c1755f62 94160c34
Author: Sebastian Meyer <[email protected]>
Date:   Wed Mar 15 21:01:59 2023 +0100

    Merge branch 'master' into fix-use-scalar-value-error

commit 993903422cdd518ef9c3b2c77f81d28f32b286b1
Merge: 3eea1c9a 94160c34
Author: Sebastian Meyer <[email protected]>
Date:   Wed Mar 15 21:00:33 2023 +0100

    Merge branch 'master' into fix-solr-core-creation

commit 40ad6ad2e0537093923410aa585a486a87624e3f
Merge: c123ec52 94160c34
Author: Sebastian Meyer <[email protected]>
Date:   Wed Mar 15 21:00:13 2023 +0100

    Merge branch 'master' into fix-be-messages

commit 94160c34fee61b3c91a26937886afd4a4256130b
Merge: 59e62c07 5494fc78
Author: Sebastian Meyer <[email protected]>
Date:   Wed Mar 15 20:58:35 2023 +0100

    Merge pull request #922 from csidirop/update/search-date-div

    [FEATURE] Wrap date search elements in own div class

commit 5494fc789a2589f75c296200d858f8e1e3555047
Merge: 2d1f8feb 59e62c07
Author: Sebastian Meyer <[email protected]>
Date:   Wed Mar 15 20:54:11 2023 +0100

    Merge branch 'master' into update/search-date-div

commit c123ec52d843327596d8fd1ba018ec84a8b75737
Merge: 4aa6f6a2 59e62c07
Author: Sebastian Meyer <[email protected]>
Date:   Wed Mar 15 20:51:33 2023 +0100

    Merge branch 'master' into fix-be-messages

commit 3eea1c9a8e0e45647b27452f6a9e8ee2c601e10c
Merge: 8eba1722 59e62c07
Author: Sebastian Meyer <[email protected]>
Date:   Wed Mar 15 20:51:04 2023 +0100

    Merge branch 'master' into fix-solr-core-creation

commit 59e62c073de9ccc7f8fc8c094c5731a78d7c9a4b
Author: Sebastian Meyer <[email protected]>
Date:   Wed Mar 15 20:50:34 2023 +0100

    Rename codacy.yml to codacy.yml.disabled

commit 2d1f8feb89b5143e9f7a1e1fa31c478e4fc57412
Merge: 0c7d1d99 7b9af7d2
Author: Sebastian Meyer <[email protected]>
Date:   Wed Mar 15 20:46:21 2023 +0100

    Merge branch 'master' into update/search-date-div

commit 7b9af7d2e2a767ff6e5985e34ec5b18d8abb17a2
Author: Sebastian Meyer <[email protected]>
Date:   Wed Mar 15 20:22:39 2023 +0100

    Update codeql.yml

commit 8eba172299d86c219fbf2e6f326797080fd10165
Merge: c0d3f483 d4f66d02
Author: Sebastian Meyer <[email protected]>
Date:   Wed Mar 15 20:19:48 2023 +0100

    Merge branch 'master' into fix-solr-core-creation

commit d4f66d020f1bb80e8d7d6b439dcbccbcfdae13c5
Author: Sebastian Meyer <[email protected]>
Date:   Wed Mar 15 20:10:32 2023 +0100

    Update codacy.yml

commit c0d3f483498fe2aa235df9ba32da91bfc38afc68
Author: Sebastian Meyer <[email protected]>
Date:   Wed Mar 15 20:07:24 2023 +0100

    Make Solr core name mandatory

commit 4aa6f6a2c3a809ef040ca76e49370915a93524b8
Author: Sebastian Meyer <[email protected]>
Date:   Wed Mar 15 17:10:59 2023 +0100

    Fix messages for New Tenant module

commit 0897ba7c579aff86802338c45f50c8350f70437c
Merge: f37187a8 a40da4a9
Author: Sebastian Meyer <[email protected]>
Date:   Fri Mar 10 09:57:43 2023 +0100

    Merge pull request #917 from csidirop/bugfix/newtenantfallback

    [MAINTENANCE] Add fallback option for getLLL()

commit a40da4a989f22845506c0390aaad17c39bd86d93
Author: Chris <[email protected]>
Date:   Fri Mar 10 09:07:42 2023 +0100

    Update Classes/Controller/Backend/NewTenantController.php

    Use the whole key, because getLLL() is not just used for the metadata.

    Co-authored-by: Sebastian Meyer <[email protected]>

commit b17a5f7d3db1d1791312e4e5b036be226ee7b4e8
Author: Sebastian Meyer <[email protected]>
Date:   Thu Mar 9 18:08:39 2023 +0100

    Code Styling

commit c1755f62ba3ed6c7cb683ec0968fdaf7d02092af
Author: Beatrycze Volk <[email protected]>
Date:   Tue Mar 7 14:40:59 2023 +0100

    Fix use a scalar value as an array

commit 0c7d1d9946389e8a4b6042e02f0750a2a6307eba
Author: Christos Sidiropoulos <[email protected]>
Date:   Thu Mar 2 09:54:03 2023 +0000

    Wrap date search elements in own div class

    Signed-off-by: Christos Sidiropoulos <[email protected]>

commit 46fa3862811cd3ed52e6d566728b10d59b711364
Merge: 84877e9d f37187a8
Author: Christopher <[email protected]>
Date:   Wed Mar 1 11:26:42 2023 +0100

    Merge branch 'master' into typo3v11

commit 84877e9daf5e7cfb5f0d55b96be92a1bca055122
Author: Christopher Timm <[email protected]>
Date:   Tue Feb 28 19:17:42 2023 +0100

    Use injection methods

    in DocumentTypeFunctionProvider because in this case the construct method doesn't work.

commit cf91525da572eea3aa4b0fce940b3b132c8e11f3
Author: Christopher Timm <[email protected]>
Date:   Tue Feb 28 17:52:52 2023 +0100

    Use dependency injection

commit 8b5dd22022dd66e294aa632869dd123d7c0adc89
Author: Christopher Timm <[email protected]>
Date:   Tue Feb 28 17:45:45 2023 +0100

    Remove typo3v9 ext_typoscript_setup.txt

commit fc02ce4768acffeb4bc02be608b8086d4be2b4ec
Author: Christopher Timm <[email protected]>
Date:   Tue Feb 28 17:44:48 2023 +0100

    Remove typo3v9 helper function polyfillExtbaseClassesForTYPO3v9

commit 8b190c59a009055277817dd582aba554519113e0
Author: Christopher Timm <[email protected]>
Date:   Tue Feb 28 16:47:02 2023 +0100

    Use latest safe typo3 versions in composer.json and add composer.lock

commit 075c62890239a44333128a8253775d8a7e2ad598
Author: Christopher Timm <[email protected]>
Date:   Tue Feb 28 16:33:39 2023 +0100

    Change typo3, php and mariadb versions in runTests.sh

commit 4d732a432663f294f31f4e42a36ccddd22d607c5
Author: Christos Sidiropoulos <[email protected]>
Date:   Fri Feb 24 13:22:42 2023 +0000

    Add fallback option for getLLL

    Adds a fallback option in getLLL() if there is no translation for given key

    Signed-off-by: Christos Sidiropoulos <[email protected]>

commit f37187a8a6b559fee5e56574098896db5442ff4d
Author: Sebastian Meyer <[email protected]>
Date:   Thu Feb 23 09:17:13 2023 +0100

    Update task-for-the-development-fund.md

commit 81e0afdb93626237d494b41899aba6aad1238d10
Author: Christopher <[email protected]>
Date:   Thu Feb 23 08:52:38 2023 +0100

    Update composer typo3 version to 10.4 and 11.5

commit ace9ff8ba1a7ebc47bd076d75067b4a7b0630ca4
Author: Christopher <[email protected]>
Date:   Thu Feb 23 08:47:07 2023 +0100

    Change typo3 test workflow to 10.4 and 11.5

commit da9bc5dd2012c4292497f2c7111e4fcc1c325ff1
Merge: 0c1dc276 8c2081b9
Author: Sebastian Meyer <[email protected]>
Date:   Thu Feb 23 07:44:33 2023 +0100

    Merge pull request #914 from BFallert/tmp/navigation-double-single-view

    Fix SinglepageOn and Off and hint if numPages not > 0

commit 8c2081b9438efad1facf014d6a84d40659933c3c
Author: Bernd Fallert <[email protected]>
Date:   Mon Feb 20 19:43:35 2023 +0100

    Fix SinglepageOn and Off and hint if numPages not > 0

commit a9f3c7381cdf40047995c969060cdf3872bdd688
Author: Christopher Timm <[email protected]>
Date:   Wed Dec 28 11:25:15 2022 +0100

    Replace f:widget.paginate with the new pagination core api.

commit 1660fb2c8a367d72e6f53fae6313165fcd289fd8
Author: Christopher Timm <[email protected]>
Date:   Wed Dec 28 11:25:15 2022 +0100

    Replace f:widget.paginate with the new pagination core api.

commit e7231d6391bfbf55a544aaff05c3e3c908c3cd5e
Author: Christopher Timm <[email protected]>
Date:   Wed Dec 28 11:10:56 2022 +0100

    Use complete namespace and classname for plugin and module configuration.

commit 84e2fe145fa5a1554202f18837e04210a6bef071
Author: Christopher Timm <[email protected]>
Date:   Wed Dec 28 11:09:16 2022 +0100

    PageRepository class moved from Frontend to Core Extension.

Signed-off-by: Christos Sidiropoulos <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug A non-security related bug.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants