From da5d8ff337f2f10eeb1740066dae5a9ec8e3b185 Mon Sep 17 00:00:00 2001 From: Sebastian Meyer Date: Sat, 16 Mar 2019 12:03:25 +0100 Subject: [PATCH] Switch tabs for whitespaces --- Classes/Common/Document.php | 54 +- Classes/Common/DocumentList.php | 14 +- Classes/Common/DocumentTypeCheck.php | 8 +- Classes/Common/Helper.php | 8 +- Classes/Common/Indexer.php | 10 +- Classes/Common/Solr.php | 18 +- Classes/Hooks/ConfigurationForm.php | 4 +- Classes/Plugins/AudioPlayer.php | 32 +- Classes/Plugins/Basket.php | 32 +- Classes/Plugins/Calendar.php | 4 +- Classes/Plugins/Collection.php | 2 +- Classes/Plugins/ListView.php | 2 +- Classes/Plugins/Metadata.php | 4 +- Classes/Plugins/OaiPmh.php | 14 +- Classes/Plugins/PageView.php | 39 +- Classes/Plugins/TableOfContents.php | 2 +- Configuration/ApacheSolr/README.txt | 4 +- .../ApacheSolr/configsets/dlf/conf/schema.xml | 298 +-- .../configsets/dlf/conf/solrconfig.xml | 46 +- Configuration/Flexforms/AudioPlayer.xml | 142 +- Configuration/Flexforms/Basket.xml | 258 +-- Configuration/Flexforms/Collection.xml | 324 +-- Configuration/Flexforms/Feeds.xml | 276 +-- Configuration/Flexforms/ListView.xml | 230 +- Configuration/Flexforms/Metadata.xml | 300 +-- Configuration/Flexforms/Navigation.xml | 162 +- Configuration/Flexforms/OaiPmh.xml | 274 +-- Configuration/Flexforms/PageGrid.xml | 190 +- Configuration/Flexforms/PageView.xml | 308 +-- Configuration/Flexforms/Search.xml | 592 ++--- Configuration/Flexforms/Statistics.xml | 130 +- Configuration/Flexforms/TableOfContents.xml | 220 +- Configuration/Flexforms/Toolbox.xml | 154 +- Configuration/Flexforms/Validator.xml | 88 +- Configuration/TCA/tx_dlf_actionlog.php | 6 +- Configuration/TCA/tx_dlf_basket.php | 6 +- Configuration/TCA/tx_dlf_collections.php | 6 +- Configuration/TCA/tx_dlf_documents.php | 6 +- Configuration/TCA/tx_dlf_formats.php | 6 +- Configuration/TCA/tx_dlf_libraries.php | 6 +- Configuration/TCA/tx_dlf_mail.php | 6 +- Configuration/TCA/tx_dlf_metadata.php | 6 +- Configuration/TCA/tx_dlf_metadataformat.php | 8 +- Configuration/TCA/tx_dlf_printer.php | 6 +- Configuration/TCA/tx_dlf_solrcores.php | 6 +- Configuration/TCA/tx_dlf_structures.php | 6 +- Configuration/TypoScript/Search/setup.txt | 66 +- .../TypoScript/TableOfContents/setup.txt | 104 +- Documentation/Configuration/Index.rst | 20 +- Documentation/Developer/Index.rst | 14 +- Documentation/Index.rst | 72 +- Documentation/Plugins/Index.rst | 332 +-- Resources/Private/ISO-639/iso-639-1.xml | 586 ++--- Resources/Private/ISO-639/iso-639-2b.xml | 1962 ++++++++--------- Resources/Private/Language/AudioPlayer.xml | 36 +- Resources/Private/Language/Basket.xml | 116 +- Resources/Private/Language/Collection.xml | 90 +- Resources/Private/Language/Feeds.xml | 72 +- Resources/Private/Language/FlashMessages.xml | 412 ++-- Resources/Private/Language/FulltextTool.xml | 32 +- .../Private/Language/ImageDownloadTool.xml | 32 +- .../Language/ImageManipulationTool.xml | 56 +- Resources/Private/Language/Labels.xml | 684 +++--- Resources/Private/Language/ListView.xml | 108 +- Resources/Private/Language/Metadata.xml | 68 +- Resources/Private/Language/Navigation.xml | 104 +- Resources/Private/Language/OaiPmh.xml | 92 +- Resources/Private/Language/PageGrid.xml | 60 +- Resources/Private/Language/PageView.xml | 88 +- .../Private/Language/PdfDownloadTool.xml | 36 +- Resources/Private/Language/Search.xml | 172 +- Resources/Private/Language/Statistics.xml | 48 +- .../Private/Language/TableOfContents.xml | 48 +- Resources/Private/Language/Toolbox.xml | 36 +- Resources/Private/Language/Validator.xml | 28 +- Resources/Private/Templates/Basket.tmpl | 50 +- Resources/Private/Templates/Collection.tmpl | 20 +- Resources/Private/Templates/ListView.tmpl | 48 +- Resources/Private/Templates/Metadata.tmpl | 10 +- Resources/Private/Templates/PageGrid.tmpl | 12 +- Resources/Private/Templates/PageView.tmpl | 2 +- Resources/Private/Templates/Search.tmpl | 28 +- Resources/Private/Templates/Toolbox.tmpl | 6 +- Resources/Public/Stylesheets/OaiPmh.xsl | 560 ++--- class.ext_update.php | 2 +- 85 files changed, 5311 insertions(+), 5318 deletions(-) diff --git a/Classes/Common/Document.php b/Classes/Common/Document.php index d38a8273..76d93826 100644 --- a/Classes/Common/Document.php +++ b/Classes/Common/Document.php @@ -123,7 +123,7 @@ final class Document { /** * Last searched logical and physical page * - * @var array + * @var array * @access protected */ protected $lastSearchedPhysicalPage = ['logicalPage' => NULL, 'physicalPage' => NULL]; @@ -131,7 +131,7 @@ final class Document { /** * This holds the documents location * - * @var string + * @var string * @access protected */ protected $location = ''; @@ -139,7 +139,7 @@ final class Document { /** * This holds the logical units * - * @var array + * @var array * @access protected */ protected $logicalUnits = []; @@ -147,7 +147,7 @@ final class Document { /** * This holds the documents' parsed metadata array with their corresponding structMap//div's ID as array key * - * @var array + * @var array * @access protected */ protected $metadataArray = []; @@ -156,7 +156,7 @@ final class Document { * Is the metadata array loaded? * @see $metadataArray * - * @var boolean + * @var boolean * @access protected */ protected $metadataArrayLoaded = FALSE; @@ -164,7 +164,7 @@ final class Document { /** * This holds the XML file's METS part as \SimpleXMLElement object * - * @var \SimpleXMLElement + * @var \SimpleXMLElement * @access protected */ protected $mets; @@ -172,7 +172,7 @@ final class Document { /** * The holds the total number of pages * - * @var integer + * @var integer * @access protected */ protected $numPages = 0; @@ -180,7 +180,7 @@ final class Document { /** * This holds the UID of the parent document or zero if not multi-volumed * - * @var integer + * @var integer * @access protected */ protected $parentId = 0; @@ -188,7 +188,7 @@ final class Document { /** * This holds the physical structure * - * @var array + * @var array * @access protected */ protected $physicalStructure = []; @@ -196,7 +196,7 @@ final class Document { /** * This holds the physical structure metadata * - * @var array + * @var array * @access protected */ protected $physicalStructureInfo = []; @@ -205,7 +205,7 @@ final class Document { * Is the physical structure loaded? * @see $physicalStructure * - * @var boolean + * @var boolean * @access protected */ protected $physicalStructureLoaded = FALSE; @@ -213,7 +213,7 @@ final class Document { /** * This holds the PID of the document or zero if not in database * - * @var integer + * @var integer * @access protected */ protected $pid = 0; @@ -221,7 +221,7 @@ final class Document { /** * This holds the documents' raw text pages with their corresponding structMap//div's ID as array key * - * @var array + * @var array * @access protected */ protected $rawTextArray = []; @@ -229,7 +229,7 @@ final class Document { /** * Is the document instantiated successfully? * - * @var boolean + * @var boolean * @access protected */ protected $ready = FALSE; @@ -237,7 +237,7 @@ final class Document { /** * The METS file's record identifier * - * @var string + * @var string * @access protected */ protected $recordId; @@ -245,7 +245,7 @@ final class Document { /** * This holds the singleton object of the document * - * @var array (\Kitodo\Dlf\Common\Document) + * @var array (\Kitodo\Dlf\Common\Document) * @access protected */ protected static $registry = []; @@ -253,7 +253,7 @@ final class Document { /** * This holds the UID of the root document or zero if not multi-volumed * - * @var integer + * @var integer * @access protected */ protected $rootId = 0; @@ -262,7 +262,7 @@ final class Document { * Is the root id loaded? * @see $rootId * - * @var boolean + * @var boolean * @access protected */ protected $rootIdLoaded = FALSE; @@ -270,7 +270,7 @@ final class Document { /** * This holds the smLinks between logical and physical structMap * - * @var array + * @var array * @access protected */ protected $smLinks = ['l2p' => [], 'p2l' => []]; @@ -279,7 +279,7 @@ final class Document { * Are the smLinks loaded? * @see $smLinks * - * @var boolean + * @var boolean * @access protected */ protected $smLinksLoaded = FALSE; @@ -287,7 +287,7 @@ final class Document { /** * This holds the logical structure * - * @var array + * @var array * @access protected */ protected $tableOfContents = []; @@ -296,7 +296,7 @@ final class Document { * Is the table of contents loaded? * @see $tableOfContents * - * @var boolean + * @var boolean * @access protected */ protected $tableOfContentsLoaded = FALSE; @@ -304,7 +304,7 @@ final class Document { /** * This holds the document's thumbnail location. * - * @var string + * @var string * @access protected */ protected $thumbnail = ''; @@ -313,7 +313,7 @@ final class Document { * Is the document's thumbnail location loaded? * @see $thumbnail * - * @var boolean + * @var boolean * @access protected */ protected $thumbnailLoaded = FALSE; @@ -321,7 +321,7 @@ final class Document { /** * This holds the toplevel structure's @ID * - * @var string + * @var string * @access protected */ protected $toplevelId = ''; @@ -329,7 +329,7 @@ final class Document { /** * This holds the UID or the URL of the document * - * @var mixed + * @var mixed * @access protected */ protected $uid = 0; @@ -337,7 +337,7 @@ final class Document { /** * This holds the whole XML file as \SimpleXMLElement object * - * @var \SimpleXMLElement + * @var \SimpleXMLElement * @access protected */ protected $xml; diff --git a/Classes/Common/DocumentList.php b/Classes/Common/DocumentList.php index 66535cff..cd2a81b2 100644 --- a/Classes/Common/DocumentList.php +++ b/Classes/Common/DocumentList.php @@ -25,7 +25,7 @@ class DocumentList implements \ArrayAccess, \Countable, \Iterator, \TYPO3\CMS\Co * This holds the number of documents in the list * @see \Countable * - * @var integer + * @var integer * @access protected */ protected $count = 0; @@ -34,7 +34,7 @@ class DocumentList implements \ArrayAccess, \Countable, \Iterator, \TYPO3\CMS\Co * This holds the list entries in sorted order * @see \ArrayAccess * - * @var array + * @var array * @access protected */ protected $elements = []; @@ -42,7 +42,7 @@ class DocumentList implements \ArrayAccess, \Countable, \Iterator, \TYPO3\CMS\Co /** * This holds the list's metadata * - * @var array + * @var array * @access protected */ protected $metadata = []; @@ -51,7 +51,7 @@ class DocumentList implements \ArrayAccess, \Countable, \Iterator, \TYPO3\CMS\Co * This holds the current list position * @see \Iterator * - * @var integer + * @var integer * @access protected */ protected $position = 0; @@ -59,7 +59,7 @@ class DocumentList implements \ArrayAccess, \Countable, \Iterator, \TYPO3\CMS\Co /** * This holds the full records of already processed list elements * - * @var array + * @var array * @access protected */ protected $records = []; @@ -67,7 +67,7 @@ class DocumentList implements \ArrayAccess, \Countable, \Iterator, \TYPO3\CMS\Co /** * Instance of \Kitodo\Dlf\Common\Solr class * - * @var \Kitodo\Dlf\Common\Solr + * @var \Kitodo\Dlf\Common\Solr * @access protected */ protected $solr; @@ -75,7 +75,7 @@ class DocumentList implements \ArrayAccess, \Countable, \Iterator, \TYPO3\CMS\Co /** * This holds the Solr metadata configuration * - * @var array + * @var array * @access protected */ protected $solrConfig = []; diff --git a/Classes/Common/DocumentTypeCheck.php b/Classes/Common/DocumentTypeCheck.php index a1071431..7ed01e91 100644 --- a/Classes/Common/DocumentTypeCheck.php +++ b/Classes/Common/DocumentTypeCheck.php @@ -24,7 +24,7 @@ class DocumentTypeCheck { /** * This holds the current document * - * @var \Kitodo\Dlf\Common\Document + * @var \Kitodo\Dlf\Common\Document * @access protected */ protected $doc; @@ -32,7 +32,7 @@ class DocumentTypeCheck { /** * This holds the extension key * - * @var string + * @var string * @access protected */ protected $extKey = 'dlf'; @@ -41,7 +41,7 @@ class DocumentTypeCheck { * This holds the current DLF plugin parameters * @see __contruct() * - * @var array + * @var array * @access protected */ protected $piVars = []; @@ -49,7 +49,7 @@ class DocumentTypeCheck { /** * This holds the DLF parameter prefix * - * @var string + * @var string * @access protected */ protected $prefixId = 'tx_dlf'; diff --git a/Classes/Common/Helper.php b/Classes/Common/Helper.php index 96ff7e17..dcc108c9 100644 --- a/Classes/Common/Helper.php +++ b/Classes/Common/Helper.php @@ -24,7 +24,7 @@ class Helper { /** * The extension key * - * @var string + * @var string * @access public */ public static $extKey = 'dlf'; @@ -32,7 +32,7 @@ class Helper { /** * The locallang array for flash messages * - * @var array + * @var array * @access protected */ protected static $messages = []; @@ -53,7 +53,7 @@ class Helper { /** * Check if given identifier is a valid identifier of the German National Library - * @see http://support.d-nb.de/iltis/onlineRoutinen/Pruefziffernberechnung.htm + * @see http://support.d-nb.de/iltis/onlineRoutinen/Pruefziffernberechnung.htm * * @access public * @@ -479,7 +479,7 @@ class Helper { /** * Get the URN of an object - * @see http://www.persistent-identifier.de/?link=316 + * @see http://www.persistent-identifier.de/?link=316 * * @access public * diff --git a/Classes/Common/Indexer.php b/Classes/Common/Indexer.php index a27da315..0b566583 100644 --- a/Classes/Common/Indexer.php +++ b/Classes/Common/Indexer.php @@ -23,7 +23,7 @@ class Indexer { /** * The extension key * - * @var string + * @var string * @access public */ public static $extKey = 'dlf'; @@ -32,7 +32,7 @@ class Indexer { * Array of metadata fields' configuration * @see loadIndexConf() * - * @var array + * @var array * @access protected */ protected static $fields = [ @@ -49,7 +49,7 @@ class Indexer { * Is the index configuration loaded? * @see $fields * - * @var boolean + * @var boolean * @access protected */ protected static $fieldsLoaded = FALSE; @@ -57,7 +57,7 @@ class Indexer { /** * List of already processed documents * - * @var array + * @var array * @access protected */ protected static $processedDocs = []; @@ -65,7 +65,7 @@ class Indexer { /** * Instance of \Kitodo\Dlf\Common\Solr class * - * @var \Kitodo\Dlf\Common\Solr + * @var \Kitodo\Dlf\Common\Solr * @access protected */ protected static $solr; diff --git a/Classes/Common/Solr.php b/Classes/Common/Solr.php index 0f75be9d..f9284fd7 100644 --- a/Classes/Common/Solr.php +++ b/Classes/Common/Solr.php @@ -24,7 +24,7 @@ class Solr { /** * This holds the core name * - * @var string + * @var string * @access protected */ protected $core = ''; @@ -32,7 +32,7 @@ class Solr { /** * This holds the PID for the configuration * - * @var integer + * @var integer * @access protected */ protected $cPid = 0; @@ -40,7 +40,7 @@ class Solr { /** * The extension key * - * @var string + * @var string * @access public */ public static $extKey = 'dlf'; @@ -48,7 +48,7 @@ class Solr { /** * This holds the max results * - * @var integer + * @var integer * @access protected */ protected $limit = 50000; @@ -56,7 +56,7 @@ class Solr { /** * This holds the number of hits for last search * - * @var integer + * @var integer * @access protected */ protected $numberOfHits = 0; @@ -64,7 +64,7 @@ class Solr { /** * This holds the additional query parameters * - * @var array + * @var array * @access protected */ protected $params = []; @@ -72,7 +72,7 @@ class Solr { /** * Is the search instantiated successfully? * - * @var boolean + * @var boolean * @access protected */ protected $ready = FALSE; @@ -80,7 +80,7 @@ class Solr { /** * This holds the singleton search objects with their core as array key * - * @var array (\Kitodo\Dlf\Common\Solr) + * @var array (\Kitodo\Dlf\Common\Solr) * @access protected */ protected static $registry = []; @@ -88,7 +88,7 @@ class Solr { /** * This holds the Solr service object * - * @var \Solarium\Client + * @var \Solarium\Client * @access protected */ protected $service; diff --git a/Classes/Hooks/ConfigurationForm.php b/Classes/Hooks/ConfigurationForm.php index 4e100c9c..015086c5 100644 --- a/Classes/Hooks/ConfigurationForm.php +++ b/Classes/Hooks/ConfigurationForm.php @@ -26,7 +26,7 @@ class ConfigurationForm { /** * This holds the current configuration * - * @var array + * @var array * @access protected */ protected $conf = []; @@ -34,7 +34,7 @@ class ConfigurationForm { /** * This holds the output ready to return * - * @var string + * @var string * @access protected */ protected $content = ''; diff --git a/Classes/Plugins/AudioPlayer.php b/Classes/Plugins/AudioPlayer.php index 20b10fc0..19e86436 100644 --- a/Classes/Plugins/AudioPlayer.php +++ b/Classes/Plugins/AudioPlayer.php @@ -25,7 +25,7 @@ class AudioPlayer extends \Kitodo\Dlf\Common\AbstractPlugin { /** * Holds the current audio file's URL, MIME type and optional label * - * @var array + * @var array * @access protected */ protected $audio = []; @@ -44,22 +44,20 @@ class AudioPlayer extends \Kitodo\Dlf\Common\AbstractPlugin { $output[] = ''; // Add player configuration. $output[] = ' - - '; + + '; return implode("\n", $output); } diff --git a/Classes/Plugins/Basket.php b/Classes/Plugins/Basket.php index c6d54f4a..206a2a20 100644 --- a/Classes/Plugins/Basket.php +++ b/Classes/Plugins/Basket.php @@ -155,13 +155,13 @@ class Basket extends \Kitodo\Dlf\Common\AbstractPlugin { $markerArray['###MAILACTION###'] = $mailForm; // remove action form $markerArray['###REMOVEACTION###'] = ' - - - '; + + + '; // get mail addresses $resultPrinter = $GLOBALS['TYPO3_DB']->exec_SELECTquery( '*', @@ -330,14 +330,14 @@ class Basket extends \Kitodo\Dlf\Common\AbstractPlugin { if ($this->conf['pregeneration']) { // send ajax request to webapp $output .= ' - '; + '; } } $update = ['doc_ids' => json_encode($items)]; @@ -463,7 +463,7 @@ class Basket extends \Kitodo\Dlf\Common\AbstractPlugin { return [ 'downloadUrl' => $downloadUrl, 'downloadLink' => $downloadLink, - 'pageNums' => $pageNums, + 'pageNums' => $pageNums, 'urlParams' => $urlParams, 'record_id' => $document->recordId, ]; diff --git a/Classes/Plugins/Calendar.php b/Classes/Plugins/Calendar.php index ab0ca2c9..b980c9aa 100644 --- a/Classes/Plugins/Calendar.php +++ b/Classes/Plugins/Calendar.php @@ -78,7 +78,7 @@ class Calendar extends \Kitodo\Dlf\Common\AbstractPlugin { 'year' => $resArray['year'] ]; } - // We need an array of issues with month number as key. + // We need an array of issues with month number as key. $calendarIssues = []; foreach ($issues as $issue) { $calendarIssues[date('n', strtotime($issue['year']))][date('j', strtotime($issue['year']))][] = $issue; @@ -101,7 +101,7 @@ class Calendar extends \Kitodo\Dlf\Common\AbstractPlugin { '###DAYFRI_NAME###' => strftime('%a', strtotime('last Friday')), '###DAYSAT_NAME###' => strftime('%a', strtotime('last Saturday')), '###DAYSUN_NAME###' => strftime('%a', strtotime('last Sunday')), - '###MONTHNAME###' => strftime('%B', strtotime($year.'-'.($i + 1).'-1')) + '###MONTHNAME###' => strftime('%B', strtotime($year.'-'.($i + 1).'-1')) ]; // Reset week content of new month. $subWeekPartContent = ''; diff --git a/Classes/Plugins/Collection.php b/Classes/Plugins/Collection.php index 691c7be2..db4dbf87 100644 --- a/Classes/Plugins/Collection.php +++ b/Classes/Plugins/Collection.php @@ -29,7 +29,7 @@ class Collection extends \Kitodo\Dlf\Common\AbstractPlugin { /** * This holds the hook objects * - * @var array + * @var array * @access protected */ protected $hookObjects = []; diff --git a/Classes/Plugins/ListView.php b/Classes/Plugins/ListView.php index 6213036c..43d4e76e 100644 --- a/Classes/Plugins/ListView.php +++ b/Classes/Plugins/ListView.php @@ -66,7 +66,7 @@ class ListView extends \Kitodo\Dlf\Common\AbstractPlugin { * * @access protected * - * @return string The rendered page browser ready for output + * @return string The rendered page browser ready for output */ protected function getPageBrowser() { // Get overall number of pages. diff --git a/Classes/Plugins/Metadata.php b/Classes/Plugins/Metadata.php index e716fbd6..762212e8 100644 --- a/Classes/Plugins/Metadata.php +++ b/Classes/Plugins/Metadata.php @@ -29,7 +29,7 @@ class Metadata extends \Kitodo\Dlf\Common\AbstractPlugin { /** * This holds the hook objects * - * @var array + * @var array * @access protected */ protected $hookObjects = []; @@ -151,7 +151,7 @@ class Metadata extends \Kitodo\Dlf\Common\AbstractPlugin { if ($resArray) { // get correct language uid for translated realurl link $link_uid = ($resArray['_LOCALIZED_UID']) ? $resArray['_LOCALIZED_UID'] : $resArray['uid']; - // do stuff with the row entry data like built HTML or prepare further usage + // do stuff with the row entry data like built HTML or prepare further usage if ($this->conf['showFull'] || $resArray['is_listed']) { $metaList[$resArray['index_name']] = [ 'wrap' => $resArray['wrap'], diff --git a/Classes/Plugins/OaiPmh.php b/Classes/Plugins/OaiPmh.php index 97acbf74..45fd1b86 100644 --- a/Classes/Plugins/OaiPmh.php +++ b/Classes/Plugins/OaiPmh.php @@ -18,10 +18,10 @@ use Kitodo\Dlf\Common\Solr; /** * Plugin 'OAI-PMH Interface' for the 'dlf' extension * - * @author Sebastian Meyer - * @package TYPO3 - * @subpackage dlf - * @access public + * @author Sebastian Meyer + * @package TYPO3 + * @subpackage dlf + * @access public */ class OaiPmh extends \Kitodo\Dlf\Common\AbstractPlugin { public $scriptRelPath = 'Classes/Plugins/OaiPmh.php'; @@ -29,7 +29,7 @@ class OaiPmh extends \Kitodo\Dlf\Common\AbstractPlugin { /** * Did an error occur? * - * @var boolean + * @var boolean * @access protected */ protected $error = FALSE; @@ -37,7 +37,7 @@ class OaiPmh extends \Kitodo\Dlf\Common\AbstractPlugin { /** * This holds the OAI DOM object * - * @var \DOMDocument + * @var \DOMDocument * @access protected */ protected $oai; @@ -45,7 +45,7 @@ class OaiPmh extends \Kitodo\Dlf\Common\AbstractPlugin { /** * This holds the configuration for all supported metadata prefixes * - * @var array + * @var array * @access protected */ protected $formats = [ diff --git a/Classes/Plugins/PageView.php b/Classes/Plugins/PageView.php index d43c4c28..7a3e9c4b 100644 --- a/Classes/Plugins/PageView.php +++ b/Classes/Plugins/PageView.php @@ -25,7 +25,7 @@ class PageView extends \Kitodo\Dlf\Common\AbstractPlugin { /** * Holds the controls to add to the map * - * @var array + * @var array * @access protected */ protected $controls = []; @@ -33,7 +33,7 @@ class PageView extends \Kitodo\Dlf\Common\AbstractPlugin { /** * Holds the current images' URLs and MIME types * - * @var array + * @var array * @access protected */ protected $images = []; @@ -41,7 +41,7 @@ class PageView extends \Kitodo\Dlf\Common\AbstractPlugin { /** * Holds the current fulltexts' URLs * - * @var array + * @var array * @access protected */ protected $fulltexts = []; @@ -70,19 +70,19 @@ class PageView extends \Kitodo\Dlf\Common\AbstractPlugin { $output[] = ''; // Add viewer configuration. $output[] = ' - '; + '; return implode("\n", $output); } @@ -150,12 +150,7 @@ class PageView extends \Kitodo\Dlf\Common\AbstractPlugin { $output .= ''; $output .= ''; $output .= ''; $markerArray['###BASKETBUTTON###'] = $output; } else { diff --git a/Classes/Plugins/TableOfContents.php b/Classes/Plugins/TableOfContents.php index bf56e113..bb801c84 100644 --- a/Classes/Plugins/TableOfContents.php +++ b/Classes/Plugins/TableOfContents.php @@ -27,7 +27,7 @@ class TableOfContents extends \Kitodo\Dlf\Common\AbstractPlugin { /** * This holds the active entries according to the currently selected page * - * @var array + * @var array * @access protected */ protected $activeEntries = []; diff --git a/Configuration/ApacheSolr/README.txt b/Configuration/ApacheSolr/README.txt index b9c234e6..3110c1f5 100644 --- a/Configuration/ApacheSolr/README.txt +++ b/Configuration/ApacheSolr/README.txt @@ -9,12 +9,12 @@ Installation instructions See also: https://wiki.apache.org/solr/SolrTomcat 1. Make sure you have Apache Solr 7.4 up and running. Download Solr - from http://lucene.apache.org/solr/. Other versions since 5.0 should be possible but are not tested. + from http://lucene.apache.org/solr/. Other versions since 5.0 should be possible but are not tested. 2. Copy the Configuration/ApacheSolr/configsets/dlf to $SOLR_HOME/configsets/dlf. 3. Using basic authentication is optional but recommended. The documentation is available here: - https://lucene.apache.org/solr/guide/7_4/basic-authentication-plugin.html + https://lucene.apache.org/solr/guide/7_4/basic-authentication-plugin.html Update instructions ------------------- diff --git a/Configuration/ApacheSolr/configsets/dlf/conf/schema.xml b/Configuration/ApacheSolr/configsets/dlf/conf/schema.xml index 8cd8e926..5f3c5504 100644 --- a/Configuration/ApacheSolr/configsets/dlf/conf/schema.xml +++ b/Configuration/ApacheSolr/configsets/dlf/conf/schema.xml @@ -7,7 +7,7 @@ The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, @@ -16,157 +16,157 @@ See the License for the specific language governing permissions and limitations under the License. --> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + - id + id - - - - + + + + diff --git a/Configuration/ApacheSolr/configsets/dlf/conf/solrconfig.xml b/Configuration/ApacheSolr/configsets/dlf/conf/solrconfig.xml index 37c4a1cb..3e294474 100644 --- a/Configuration/ApacheSolr/configsets/dlf/conf/solrconfig.xml +++ b/Configuration/ApacheSolr/configsets/dlf/conf/solrconfig.xml @@ -800,18 +800,18 @@ --> - - - - true - suggest - 10 - true - - - suggest - - + + + + true + suggest + 10 + true + + + suggest + + - - - - suggest - org.apache.solr.spelling.suggest.Suggester - org.apache.solr.spelling.suggest.tst.TSTLookup - true - autocomplete - autocomplete - - + + + + suggest + org.apache.solr.spelling.suggest.Suggester + org.apache.solr.spelling.suggest.tst.TSTLookup + true + autocomplete + autocomplete + + diff --git a/Configuration/Flexforms/AudioPlayer.xml b/Configuration/Flexforms/AudioPlayer.xml index eb70796f..79a97d22 100644 --- a/Configuration/Flexforms/AudioPlayer.xml +++ b/Configuration/Flexforms/AudioPlayer.xml @@ -9,75 +9,75 @@ * LICENSE.txt file that was distributed with this source code. --> - - 1 - - - - - - LLL:EXT:dlf/Resources/Private/Language/AudioPlayer.xml:tt_content.pi_flexform.sheet_general - - array - - - - 1 - - - group - db - pages - 1 - 1 - 1 - 1 - - - suggest - - - - - - - - 1 - - - check - 1 - - - - - - 1 - - - input - required,alphanum_x,nospace - tx-dlf-audio - - - - - - 1 - - - group - file_reference - tmpl,tpl,html,htm,txt - 1 - 1 - 0 - upload - - - - - - - + + 1 + + + + + + LLL:EXT:dlf/Resources/Private/Language/AudioPlayer.xml:tt_content.pi_flexform.sheet_general + + array + + + + 1 + + + group + db + pages + 1 + 1 + 1 + 1 + + + suggest + + + + + + + + 1 + + + check + 1 + + + + + + 1 + + + input + required,alphanum_x,nospace + tx-dlf-audio + + + + + + 1 + + + group + file_reference + tmpl,tpl,html,htm,txt + 1 + 1 + 0 + upload + + + + + + + diff --git a/Configuration/Flexforms/Basket.xml b/Configuration/Flexforms/Basket.xml index 70aafb22..5dd18c5f 100644 --- a/Configuration/Flexforms/Basket.xml +++ b/Configuration/Flexforms/Basket.xml @@ -9,32 +9,32 @@ * LICENSE.txt file that was distributed with this source code. --> - - 1 - - - - - - LLL:EXT:dlf/Resources/Private/Language/Basket.xml:tt_content.pi_flexform.sheet_general - - array - - - - 1 - - - group - db - pages - 1 - 1 - 1 - - - - + + 1 + + + + + + LLL:EXT:dlf/Resources/Private/Language/Basket.xml:tt_content.pi_flexform.sheet_general + + array + + + + 1 + + + group + db + pages + 1 + 1 + 1 + + + + 1 @@ -44,107 +44,107 @@ - - - 1 - - - input - required - - - - - - 1 - - - input - required - - - - - - - 1 - - - input - required - - - - - - - 1 - - - input - required - ##docId##,##startpage##,##endpage##,##startx##,##starty##,##endx##,##endy##,##rotation## - - - - - - 1 - - - input - required - * - - - - - - 1 - - - check - 0 - - - - - - 1 - - - group - db - pages - 1 - 1 - 1 - 1 - - - suggest - - - - - - - - 1 - - - group - file_reference - tmpl,tpl,html,htm,txt - 1 - 1 - 0 - upload - - - - - - - + + + 1 + + + input + required + + + + + + 1 + + + input + required + + + + + + + 1 + + + input + required + + + + + + + 1 + + + input + required + ##docId##,##startpage##,##endpage##,##startx##,##starty##,##endx##,##endy##,##rotation## + + + + + + 1 + + + input + required + * + + + + + + 1 + + + check + 0 + + + + + + 1 + + + group + db + pages + 1 + 1 + 1 + 1 + + + suggest + + + + + + + + 1 + + + group + file_reference + tmpl,tpl,html,htm,txt + 1 + 1 + 0 + upload + + + + + + + diff --git a/Configuration/Flexforms/Collection.xml b/Configuration/Flexforms/Collection.xml index 135a9932..4f08ae5f 100644 --- a/Configuration/Flexforms/Collection.xml +++ b/Configuration/Flexforms/Collection.xml @@ -9,166 +9,166 @@ * LICENSE.txt file that was distributed with this source code. --> - - 1 - - - - - - LLL:EXT:dlf/Resources/Private/Language/Collection.xml:tt_content.pi_flexform.sheet_general - - array - - - - reload - 1 - - - group - db - pages - 1 - 1 - 1 - 1 - - - suggest - - - - - - - - FIELD:pages:REQ:true - 1 - - - select - - Kitodo\\Dlf\\Hooks\\FormEngine->itemsProcFunc_collectionList - 5 - 15 - 1024 - 0 - - - - - - FIELD:pages:REQ:true - 1 - - - select - - Kitodo\\Dlf\\Hooks\\FormEngine->itemsProcFunc_solrList - 1 - 1 - 1 - - - - - - 1 - - - select - - - LLL:EXT:dlf/Resources/Private/Language/Collection.xml:tt_content.pi_flexform.show_userdefined.all - -1 - - - LLL:EXT:dlf/Resources/Private/Language/Collection.xml:tt_content.pi_flexform.show_userdefined.none - 0 - - - LLL:EXT:dlf/Resources/Private/Language/Collection.xml:tt_content.pi_flexform.show_userdefined.exclusive - 1 - - - 1 - 1 - 0 - - - - - - 1 - - - check - 0 - - - - - - 1 - - - check - 0 - - - - - - 1 - - - group - db - pages - 1 - 1 - 1 - 1 - - - suggest - - - - - - - - 1 - - - group - db - pages - 1 - 1 - 0 - - - - - - 1 - - - group - file_reference - tmpl,tpl,html,htm,txt - 1 - 1 - 0 - upload - - - - - - - + + 1 + + + + + + LLL:EXT:dlf/Resources/Private/Language/Collection.xml:tt_content.pi_flexform.sheet_general + + array + + + + reload + 1 + + + group + db + pages + 1 + 1 + 1 + 1 + + + suggest + + + + + + + + FIELD:pages:REQ:true + 1 + + + select + + Kitodo\\Dlf\\Hooks\\FormEngine->itemsProcFunc_collectionList + 5 + 15 + 1024 + 0 + + + + + + FIELD:pages:REQ:true + 1 + + + select + + Kitodo\\Dlf\\Hooks\\FormEngine->itemsProcFunc_solrList + 1 + 1 + 1 + + + + + + 1 + + + select + + + LLL:EXT:dlf/Resources/Private/Language/Collection.xml:tt_content.pi_flexform.show_userdefined.all + -1 + + + LLL:EXT:dlf/Resources/Private/Language/Collection.xml:tt_content.pi_flexform.show_userdefined.none + 0 + + + LLL:EXT:dlf/Resources/Private/Language/Collection.xml:tt_content.pi_flexform.show_userdefined.exclusive + 1 + + + 1 + 1 + 0 + + + + + + 1 + + + check + 0 + + + + + + 1 + + + check + 0 + + + + + + 1 + + + group + db + pages + 1 + 1 + 1 + 1 + + + suggest + + + + + + + + 1 + + + group + db + pages + 1 + 1 + 0 + + + + + + 1 + + + group + file_reference + tmpl,tpl,html,htm,txt + 1 + 1 + 0 + upload + + + + + + + diff --git a/Configuration/Flexforms/Feeds.xml b/Configuration/Flexforms/Feeds.xml index 9915a726..e7eee6aa 100644 --- a/Configuration/Flexforms/Feeds.xml +++ b/Configuration/Flexforms/Feeds.xml @@ -9,142 +9,142 @@ * LICENSE.txt file that was distributed with this source code. --> - - 1 - - - - - - LLL:EXT:dlf/Resources/Private/Language/Feeds.xml:tt_content.pi_flexform.sheet_general - - array - - - - reload - 1 - - - group - db - pages - 1 - 1 - 1 - 1 - - - suggest - - - - - - - - FIELD:pages:REQ:true - 1 - - - select - - Kitodo\\Dlf\\Hooks\\FormEngine->itemsProcFunc_collectionList - 5 - 15 - 1024 - 0 - - - - - - 1 - - - check - 0 - - - - - - FIELD:pages:REQ:true - 1 - - - select - - Kitodo\\Dlf\\Hooks\\FormEngine->itemsProcFunc_libraryList - 1 - 1 - 0 - - - - - - 1 - - - input - required,num,int - 50 - - - - - - 1 - - - check - 0 - - - - - - 1 - - - group - db - pages - 1 - 1 - 1 - 1 - - - suggest - - - - - - - <TCEforms> - <exclude>1</exclude> - <label>LLL:EXT:dlf/Resources/Private/Language/Feeds.xml:tt_content.pi_flexform.title</label> - <config> - <type>input</type> - <eval>required,trim</eval> - </config> - </TCEforms> - - - - 1 - - - input - trim - - - - - - - + + 1 + + + + + + LLL:EXT:dlf/Resources/Private/Language/Feeds.xml:tt_content.pi_flexform.sheet_general + + array + + + + reload + 1 + + + group + db + pages + 1 + 1 + 1 + 1 + + + suggest + + + + + + + + FIELD:pages:REQ:true + 1 + + + select + + Kitodo\\Dlf\\Hooks\\FormEngine->itemsProcFunc_collectionList + 5 + 15 + 1024 + 0 + + + + + + 1 + + + check + 0 + + + + + + FIELD:pages:REQ:true + 1 + + + select + + Kitodo\\Dlf\\Hooks\\FormEngine->itemsProcFunc_libraryList + 1 + 1 + 0 + + + + + + 1 + + + input + required,num,int + 50 + + + + + + 1 + + + check + 0 + + + + + + 1 + + + group + db + pages + 1 + 1 + 1 + 1 + + + suggest + + + + + + + <TCEforms> + <exclude>1</exclude> + <label>LLL:EXT:dlf/Resources/Private/Language/Feeds.xml:tt_content.pi_flexform.title</label> + <config> + <type>input</type> + <eval>required,trim</eval> + </config> + </TCEforms> + + + + 1 + + + input + trim + + + + + + + diff --git a/Configuration/Flexforms/ListView.xml b/Configuration/Flexforms/ListView.xml index a07312fe..50edcd68 100644 --- a/Configuration/Flexforms/ListView.xml +++ b/Configuration/Flexforms/ListView.xml @@ -9,119 +9,119 @@ * LICENSE.txt file that was distributed with this source code. --> - - 1 - - - - - - LLL:EXT:dlf/Resources/Private/Language/ListView.xml:tt_content.pi_flexform.sheet_general - - array - - - - 1 - - - group - db - pages - 1 - 1 - 1 - 1 - - - suggest - - - - - - - - 1 - - - input - required,num,int - 25 - - - - - - 1 - - - group - db - pages - 1 - 1 - 1 - 1 - - - suggest - - - - - - - - 1 - - - check - 0 - - - - - - 1 - - - check - 0 - - - - - - 1 - - - group - db - pages - 1 - 1 - 0 - - - - - - 1 - - - group - file_reference - tmpl,tpl,html,htm,txt - 1 - 1 - 0 - upload - - - - - - - + + 1 + + + + + + LLL:EXT:dlf/Resources/Private/Language/ListView.xml:tt_content.pi_flexform.sheet_general + + array + + + + 1 + + + group + db + pages + 1 + 1 + 1 + 1 + + + suggest + + + + + + + + 1 + + + input + required,num,int + 25 + + + + + + 1 + + + group + db + pages + 1 + 1 + 1 + 1 + + + suggest + + + + + + + + 1 + + + check + 0 + + + + + + 1 + + + check + 0 + + + + + + 1 + + + group + db + pages + 1 + 1 + 0 + + + + + + 1 + + + group + file_reference + tmpl,tpl,html,htm,txt + 1 + 1 + 0 + upload + + + + + + + diff --git a/Configuration/Flexforms/Metadata.xml b/Configuration/Flexforms/Metadata.xml index d5b9aa46..6210ded9 100644 --- a/Configuration/Flexforms/Metadata.xml +++ b/Configuration/Flexforms/Metadata.xml @@ -9,154 +9,154 @@ * LICENSE.txt file that was distributed with this source code. --> - - 1 - - - - - - LLL:EXT:dlf/Resources/Private/Language/Metadata.xml:tt_content.pi_flexform.sheet_general - - array - - - - 1 - - - group - db - pages - 1 - 1 - 1 - 1 - - - suggest - - - - - - - - 1 - - - check - 1 - - - - - - reload - 1 - - - check - 1 - - - - - - FIELD:linkTitle:REQ:true - 1 - - - group - db - pages - 1 - 1 - 0 - 1 - - - suggest - - - - - - - - 1 - - - check - 1 - - - - - - 1 - - - check - 1 - - - - - - 1 - - - select - - - LLL:EXT:dlf/Resources/Private/Language/Metadata.xml:tt_content.pi_flexform.rootline.none - 0 - - - LLL:EXT:dlf/Resources/Private/Language/Metadata.xml:tt_content.pi_flexform.rootline.all - 1 - - - LLL:EXT:dlf/Resources/Private/Language/Metadata.xml:tt_content.pi_flexform.rootline.titledata - 2 - - - 1 - 1 - 1 - 0 - - - - - - 1 - - - input - required,trim - # - - - - - - 1 - - - group - file_reference - tmpl,tpl,html,htm,txt - 1 - 1 - 0 - upload - - - - - - - + + 1 + + + + + + LLL:EXT:dlf/Resources/Private/Language/Metadata.xml:tt_content.pi_flexform.sheet_general + + array + + + + 1 + + + group + db + pages + 1 + 1 + 1 + 1 + + + suggest + + + + + + + + 1 + + + check + 1 + + + + + + reload + 1 + + + check + 1 + + + + + + FIELD:linkTitle:REQ:true + 1 + + + group + db + pages + 1 + 1 + 0 + 1 + + + suggest + + + + + + + + 1 + + + check + 1 + + + + + + 1 + + + check + 1 + + + + + + 1 + + + select + + + LLL:EXT:dlf/Resources/Private/Language/Metadata.xml:tt_content.pi_flexform.rootline.none + 0 + + + LLL:EXT:dlf/Resources/Private/Language/Metadata.xml:tt_content.pi_flexform.rootline.all + 1 + + + LLL:EXT:dlf/Resources/Private/Language/Metadata.xml:tt_content.pi_flexform.rootline.titledata + 2 + + + 1 + 1 + 1 + 0 + + + + + + 1 + + + input + required,trim + # + + + + + + 1 + + + group + file_reference + tmpl,tpl,html,htm,txt + 1 + 1 + 0 + upload + + + + + + + diff --git a/Configuration/Flexforms/Navigation.xml b/Configuration/Flexforms/Navigation.xml index ed1b5b86..f05f7188 100644 --- a/Configuration/Flexforms/Navigation.xml +++ b/Configuration/Flexforms/Navigation.xml @@ -9,85 +9,85 @@ * LICENSE.txt file that was distributed with this source code. --> - - 1 - - - - - - LLL:EXT:dlf/Resources/Private/Language/Navigation.xml:tt_content.pi_flexform.sheet_general - - array - - - - 1 - - - group - db - pages - 1 - 1 - 1 - 1 - - - suggest - - - - - - - - 1 - - - input - required,num,int - 5 - - - - - - 1 - - - group - db - pages - 1 - 1 - 0 - 1 - - - suggest - - - - - - - - 1 - - - group - file_reference - tmpl,tpl,html,htm,txt - 1 - 1 - 0 - upload - - - - - - - + + 1 + + + + + + LLL:EXT:dlf/Resources/Private/Language/Navigation.xml:tt_content.pi_flexform.sheet_general + + array + + + + 1 + + + group + db + pages + 1 + 1 + 1 + 1 + + + suggest + + + + + + + + 1 + + + input + required,num,int + 5 + + + + + + 1 + + + group + db + pages + 1 + 1 + 0 + 1 + + + suggest + + + + + + + + 1 + + + group + file_reference + tmpl,tpl,html,htm,txt + 1 + 1 + 0 + upload + + + + + + + diff --git a/Configuration/Flexforms/OaiPmh.xml b/Configuration/Flexforms/OaiPmh.xml index 15d0fb6b..1323f166 100644 --- a/Configuration/Flexforms/OaiPmh.xml +++ b/Configuration/Flexforms/OaiPmh.xml @@ -9,141 +9,141 @@ * LICENSE.txt file that was distributed with this source code. --> - - 1 - - - - - - LLL:EXT:dlf/Resources/Private/Language/OaiPmh.xml:tt_content.pi_flexform.sheet_general - - array - - - - reload - 1 - - reload - - group - db - pages - 1 - 1 - 1 - 1 - - - suggest - - - - - - - - FIELD:pages:REQ:true - 1 - - - select - selectSingle - - Kitodo\\Dlf\\Hooks\\FormEngine->itemsProcFunc_libraryList - 1 - 1 - 0 - - - - - - 1 - - - input - required,num,int - 5 - - - - - - 1 - - - input - required,num,int - 1800 - - - - - - 1 - - - check - 0 - - - - - - FIELD:pages:REQ:true - 1 - - - select - - Kitodo\\Dlf\\Hooks\\FormEngine->itemsProcFunc_solrList - 1 - 1 - 0 - - - - - - FIELD:pages:REQ:true - 1 - - - input - required,num,int - 50000 - - - - - - 1 - - - group - file_reference - xsl,xslt - 1 - 1 - 0 - upload - - - - - - 1 - - - check - 0 - - - - - - - + + 1 + + + + + + LLL:EXT:dlf/Resources/Private/Language/OaiPmh.xml:tt_content.pi_flexform.sheet_general + + array + + + + reload + 1 + + reload + + group + db + pages + 1 + 1 + 1 + 1 + + + suggest + + + + + + + + FIELD:pages:REQ:true + 1 + + + select + selectSingle + + Kitodo\\Dlf\\Hooks\\FormEngine->itemsProcFunc_libraryList + 1 + 1 + 0 + + + + + + 1 + + + input + required,num,int + 5 + + + + + + 1 + + + input + required,num,int + 1800 + + + + + + 1 + + + check + 0 + + + + + + FIELD:pages:REQ:true + 1 + + + select + + Kitodo\\Dlf\\Hooks\\FormEngine->itemsProcFunc_solrList + 1 + 1 + 0 + + + + + + FIELD:pages:REQ:true + 1 + + + input + required,num,int + 50000 + + + + + + 1 + + + group + file_reference + xsl,xslt + 1 + 1 + 0 + upload + + + + + + 1 + + + check + 0 + + + + + + + diff --git a/Configuration/Flexforms/PageGrid.xml b/Configuration/Flexforms/PageGrid.xml index 06dad3d1..17580338 100644 --- a/Configuration/Flexforms/PageGrid.xml +++ b/Configuration/Flexforms/PageGrid.xml @@ -9,99 +9,99 @@ * LICENSE.txt file that was distributed with this source code. --> - - 1 - - - - - - LLL:EXT:dlf/Resources/Private/Language/PageGrid.xml:tt_content.pi_flexform.sheet_general - - array - - - - 1 - - - group - db - pages - 1 - 1 - 1 - 1 - - - suggest - - - - - - - - 1 - - - input - required,num,int - 24 - - - - - - 1 - - - group - file_reference - jpg,png,gif - 1 - 1 - 0 - - - - - - 1 - - - group - db - pages - 1 - 1 - 1 - 1 - - - suggest - - - - - - - - 1 - - - group - file_reference - tmpl,tpl,html,htm,txt - 1 - 1 - 0 - upload - - - - - - - + + 1 + + + + + + LLL:EXT:dlf/Resources/Private/Language/PageGrid.xml:tt_content.pi_flexform.sheet_general + + array + + + + 1 + + + group + db + pages + 1 + 1 + 1 + 1 + + + suggest + + + + + + + + 1 + + + input + required,num,int + 24 + + + + + + 1 + + + group + file_reference + jpg,png,gif + 1 + 1 + 0 + + + + + + 1 + + + group + db + pages + 1 + 1 + 1 + 1 + + + suggest + + + + + + + + 1 + + + group + file_reference + tmpl,tpl,html,htm,txt + 1 + 1 + 0 + upload + + + + + + + diff --git a/Configuration/Flexforms/PageView.xml b/Configuration/Flexforms/PageView.xml index 5f0e0fb3..87fc8b66 100644 --- a/Configuration/Flexforms/PageView.xml +++ b/Configuration/Flexforms/PageView.xml @@ -9,158 +9,158 @@ * LICENSE.txt file that was distributed with this source code. --> - - 1 - - - - - - LLL:EXT:dlf/Resources/Private/Language/PageView.xml:tt_content.pi_flexform.sheet_general - - array - - - - 1 - - - group - db - pages - 1 - 1 - 1 - 1 - - - suggest - - - - - - - - 1 - - - check - 1 - - - - - - 1 - - - select - - - LLL:EXT:dlf/Resources/Private/Language/PageView.xml:tt_content.pi_flexform.features.overviewmap - OverviewMap - - - LLL:EXT:dlf/Resources/Private/Language/PageView.xml:tt_content.pi_flexform.features.zoompanel - ZoomPanel - - - 5 - 15 - 25 - 0 - - - - - - 1 - - - input - required,alphanum_x,nospace - tx-dlf-map - - - - - - 1 - - - check - 0 - - - - - - 1 - - - check - 0 - - - - - - 1 - - - check - 0 - - - - - - 1 - - - check - 0 - - - - - - 1 - - - group - db - pages - 1 - 1 - 0 - 1 - - - suggest - - - - - - - - 1 - - - group - file_reference - tmpl,tpl,html,htm,txt - 1 - 1 - 0 - upload - - - - - - - + + 1 + + + + + + LLL:EXT:dlf/Resources/Private/Language/PageView.xml:tt_content.pi_flexform.sheet_general + + array + + + + 1 + + + group + db + pages + 1 + 1 + 1 + 1 + + + suggest + + + + + + + + 1 + + + check + 1 + + + + + + 1 + + + select + + + LLL:EXT:dlf/Resources/Private/Language/PageView.xml:tt_content.pi_flexform.features.overviewmap + OverviewMap + + + LLL:EXT:dlf/Resources/Private/Language/PageView.xml:tt_content.pi_flexform.features.zoompanel + ZoomPanel + + + 5 + 15 + 25 + 0 + + + + + + 1 + + + input + required,alphanum_x,nospace + tx-dlf-map + + + + + + 1 + + + check + 0 + + + + + + 1 + + + check + 0 + + + + + + 1 + + + check + 0 + + + + + + 1 + + + check + 0 + + + + + + 1 + + + group + db + pages + 1 + 1 + 0 + 1 + + + suggest + + + + + + + + 1 + + + group + file_reference + tmpl,tpl,html,htm,txt + 1 + 1 + 0 + upload + + + + + + + diff --git a/Configuration/Flexforms/Search.xml b/Configuration/Flexforms/Search.xml index 29bd6757..5f51923f 100644 --- a/Configuration/Flexforms/Search.xml +++ b/Configuration/Flexforms/Search.xml @@ -9,300 +9,300 @@ * LICENSE.txt file that was distributed with this source code. --> - - 1 - - - - - - LLL:EXT:dlf/Resources/Private/Language/Search.xml:tt_content.pi_flexform.sheet_general - - array - - - - reload - 1 - - reload - - group - db - pages - 1 - 1 - 1 - 1 - - - suggest - - - - - - - - 1 - - - radio - - - LLL:EXT:dlf/Resources/Private/Language/Search.xml:tt_content.pi_flexform.fulltext.yes - 1 - - - LLL:EXT:dlf/Resources/Private/Language/Search.xml:tt_content.pi_flexform.fulltext.no - 0 - - - 1 - 1 - - - - - - FIELD:pages:REQ:true - 1 - - - select - - Kitodo\\Dlf\\Hooks\\FormEngine->itemsProcFunc_solrList - 1 - 1 - 0 - - - - - - FIELD:pages:REQ:true - 1 - - - input - num,int - - 0 - 10 - - 0 - - - - - - FIELD:pages:REQ:true - 1 - - - select - - Kitodo\\Dlf\\Hooks\\FormEngine->itemsProcFunc_extendedSearchList - 5 - 15 - 10 - 0 - - - - - - 1 - - - select - - - LLL:EXT:dlf/Resources/Private/Language/Search.xml:tt_content.pi_flexform.searchIn.none - none - - - LLL:EXT:dlf/Resources/Private/Language/Search.xml:tt_content.pi_flexform.searchIn.document - document - - - LLL:EXT:dlf/Resources/Private/Language/Search.xml:tt_content.pi_flexform.searchIn.collection - collection - - - LLL:EXT:dlf/Resources/Private/Language/Search.xml:tt_content.pi_flexform.searchIn.all - all - - - 1 - 1 - 0 - - - - - - FIELD:pages:REQ:true - 1 - - - select - - Kitodo\\Dlf\\Hooks\\FormEngine->itemsProcFunc_collectionList - 5 - 15 - 1024 - 0 - - - - - - FIELD:pages:REQ:true - 1 - - - select - - Kitodo\\Dlf\\Hooks\\FormEngine->itemsProcFunc_facetsList - 5 - 15 - 1024 - 0 - - - - - - FIELD:pages:REQ:true - 1 - - - input - num,int - - 1 - 50000 - - 15 - - - - - - 1 - - - check - 0 - - - - - - 1 - - - select - - - LLL:EXT:dlf/Resources/Private/Language/Search.xml:tt_content.pi_flexform.sortingFacets.count - count - - - LLL:EXT:dlf/Resources/Private/Language/Search.xml:tt_content.pi_flexform.sortingFacets.index - index - - - 1 - 1 - 0 - - - - - - 1 - - - check - 1 - - - - - - 1 - - - check - 0 - - - - - - reload - 1 - - - check - 0 - - - - - - 1 - - - group - db - pages - 1 - 1 - 1 - 1 - - - suggest - - - - - - - - FIELD:showSingleResult:=:1 - 1 - - - group - db - pages - 1 - 1 - 1 - - - - - - 1 - - - group - file_reference - tmpl,tpl,html,htm,txt - 1 - 1 - 0 - upload - - - - - - - + + 1 + + + + + + LLL:EXT:dlf/Resources/Private/Language/Search.xml:tt_content.pi_flexform.sheet_general + + array + + + + reload + 1 + + reload + + group + db + pages + 1 + 1 + 1 + 1 + + + suggest + + + + + + + + 1 + + + radio + + + LLL:EXT:dlf/Resources/Private/Language/Search.xml:tt_content.pi_flexform.fulltext.yes + 1 + + + LLL:EXT:dlf/Resources/Private/Language/Search.xml:tt_content.pi_flexform.fulltext.no + 0 + + + 1 + 1 + + + + + + FIELD:pages:REQ:true + 1 + + + select + + Kitodo\\Dlf\\Hooks\\FormEngine->itemsProcFunc_solrList + 1 + 1 + 0 + + + + + + FIELD:pages:REQ:true + 1 + + + input + num,int + + 0 + 10 + + 0 + + + + + + FIELD:pages:REQ:true + 1 + + + select + + Kitodo\\Dlf\\Hooks\\FormEngine->itemsProcFunc_extendedSearchList + 5 + 15 + 10 + 0 + + + + + + 1 + + + select + + + LLL:EXT:dlf/Resources/Private/Language/Search.xml:tt_content.pi_flexform.searchIn.none + none + + + LLL:EXT:dlf/Resources/Private/Language/Search.xml:tt_content.pi_flexform.searchIn.document + document + + + LLL:EXT:dlf/Resources/Private/Language/Search.xml:tt_content.pi_flexform.searchIn.collection + collection + + + LLL:EXT:dlf/Resources/Private/Language/Search.xml:tt_content.pi_flexform.searchIn.all + all + + + 1 + 1 + 0 + + + + + + FIELD:pages:REQ:true + 1 + + + select + + Kitodo\\Dlf\\Hooks\\FormEngine->itemsProcFunc_collectionList + 5 + 15 + 1024 + 0 + + + + + + FIELD:pages:REQ:true + 1 + + + select + + Kitodo\\Dlf\\Hooks\\FormEngine->itemsProcFunc_facetsList + 5 + 15 + 1024 + 0 + + + + + + FIELD:pages:REQ:true + 1 + + + input + num,int + + 1 + 50000 + + 15 + + + + + + 1 + + + check + 0 + + + + + + 1 + + + select + + + LLL:EXT:dlf/Resources/Private/Language/Search.xml:tt_content.pi_flexform.sortingFacets.count + count + + + LLL:EXT:dlf/Resources/Private/Language/Search.xml:tt_content.pi_flexform.sortingFacets.index + index + + + 1 + 1 + 0 + + + + + + 1 + + + check + 1 + + + + + + 1 + + + check + 0 + + + + + + reload + 1 + + + check + 0 + + + + + + 1 + + + group + db + pages + 1 + 1 + 1 + 1 + + + suggest + + + + + + + + FIELD:showSingleResult:=:1 + 1 + + + group + db + pages + 1 + 1 + 1 + + + + + + 1 + + + group + file_reference + tmpl,tpl,html,htm,txt + 1 + 1 + 0 + upload + + + + + + + diff --git a/Configuration/Flexforms/Statistics.xml b/Configuration/Flexforms/Statistics.xml index 285eb4ae..b4cbeb24 100644 --- a/Configuration/Flexforms/Statistics.xml +++ b/Configuration/Flexforms/Statistics.xml @@ -9,69 +9,69 @@ * LICENSE.txt file that was distributed with this source code. --> - - 1 - - - - - - LLL:EXT:dlf/Resources/Private/Language/Statistics.xml:tt_content.pi_flexform.sheet_general - - array - - - - reload - 1 - - - group - db - pages - 1 - 1 - 1 - 1 - - - suggest - - - - - - - - FIELD:pages:REQ:true - 1 - - - select - - Kitodo\\Dlf\\Hooks\\FormEngine->itemsProcFunc_collectionList - 5 - 15 - 1024 - 0 - - - - - - 1 - - - text - 30 - 10 - virtual - - richtext[undo,redo,cut,copy,paste,link,image,line,acronym,chMode,blockstylelabel,formatblock,blockstyle,textstylelabel,textstyle,bold,italic,unorderedlist,orderedlist]:rte_transform[mode=ts_css] - - - - - - + + 1 + + + + + + LLL:EXT:dlf/Resources/Private/Language/Statistics.xml:tt_content.pi_flexform.sheet_general + + array + + + + reload + 1 + + + group + db + pages + 1 + 1 + 1 + 1 + + + suggest + + + + + + + + FIELD:pages:REQ:true + 1 + + + select + + Kitodo\\Dlf\\Hooks\\FormEngine->itemsProcFunc_collectionList + 5 + 15 + 1024 + 0 + + + + + + 1 + + + text + 30 + 10 + virtual + + richtext[undo,redo,cut,copy,paste,link,image,line,acronym,chMode,blockstylelabel,formatblock,blockstyle,textstylelabel,textstyle,bold,italic,unorderedlist,orderedlist]:rte_transform[mode=ts_css] + + + + + + diff --git a/Configuration/Flexforms/TableOfContents.xml b/Configuration/Flexforms/TableOfContents.xml index 33dc1e6d..454f2654 100644 --- a/Configuration/Flexforms/TableOfContents.xml +++ b/Configuration/Flexforms/TableOfContents.xml @@ -9,114 +9,114 @@ * LICENSE.txt file that was distributed with this source code. --> - - 1 - - - - - - LLL:EXT:dlf/Resources/Private/Language/TableOfContents.xml:tt_content.pi_flexform.sheet_general - - array - - - - 1 - - - group - db - pages - 1 - 1 - 1 - 1 - - - suggest - - - - - - - - 1 - - - check - 1 - - - - - - 1 - - - check - 0 - - - - - - 1 - - - group - db - pages - 1 - 1 - 0 - 1 - - - suggest - - - - - - - - 1 - - - group - db - pages - 1 - 1 - 0 - 1 - - - suggest - - - - - - - - 1 - - - group - file_reference - tmpl,tpl,html,htm,txt - 1 - 1 - 0 - upload - - - - - - - + + 1 + + + + + + LLL:EXT:dlf/Resources/Private/Language/TableOfContents.xml:tt_content.pi_flexform.sheet_general + + array + + + + 1 + + + group + db + pages + 1 + 1 + 1 + 1 + + + suggest + + + + + + + + 1 + + + check + 1 + + + + + + 1 + + + check + 0 + + + + + + 1 + + + group + db + pages + 1 + 1 + 0 + 1 + + + suggest + + + + + + + + 1 + + + group + db + pages + 1 + 1 + 0 + 1 + + + suggest + + + + + + + + 1 + + + group + file_reference + tmpl,tpl,html,htm,txt + 1 + 1 + 0 + upload + + + + + + + diff --git a/Configuration/Flexforms/Toolbox.xml b/Configuration/Flexforms/Toolbox.xml index 34c4577c..fc2b0ddc 100644 --- a/Configuration/Flexforms/Toolbox.xml +++ b/Configuration/Flexforms/Toolbox.xml @@ -9,81 +9,81 @@ * LICENSE.txt file that was distributed with this source code. --> - - 1 - - - - - - LLL:EXT:dlf/Resources/Private/Language/Toolbox.xml:tt_content.pi_flexform.sheet_general - - array - - - - 1 - - - group - db - pages - 1 - 1 - 1 - 1 - - - suggest - - - - - - - - 1 - - - select - - Kitodo\\Dlf\\Hooks\\FormEngine->itemsProcFunc_toolList - 5 - 15 - 1024 - 1 - - - - - - 1 - - - input - 30 - 30 - MIN,DEFAULT,MAX - - - - - - 1 - - - group - file_reference - tmpl,tpl,html,htm,txt - 1 - 1 - 0 - upload - - - - - - - + + 1 + + + + + + LLL:EXT:dlf/Resources/Private/Language/Toolbox.xml:tt_content.pi_flexform.sheet_general + + array + + + + 1 + + + group + db + pages + 1 + 1 + 1 + 1 + + + suggest + + + + + + + + 1 + + + select + + Kitodo\\Dlf\\Hooks\\FormEngine->itemsProcFunc_toolList + 5 + 15 + 1024 + 1 + + + + + + 1 + + + input + 30 + 30 + MIN,DEFAULT,MAX + + + + + + 1 + + + group + file_reference + tmpl,tpl,html,htm,txt + 1 + 1 + 0 + upload + + + + + + + diff --git a/Configuration/Flexforms/Validator.xml b/Configuration/Flexforms/Validator.xml index 4adbae50..5ad1cca3 100644 --- a/Configuration/Flexforms/Validator.xml +++ b/Configuration/Flexforms/Validator.xml @@ -9,48 +9,48 @@ * LICENSE.txt file that was distributed with this source code. --> - - 1 - - - - - - LLL:EXT:dlf/Resources/Private/Language/Validator.xml:tt_content.pi_flexform.sheet_general - - array - - - - 1 - - - group - db - pages - 1 - 1 - 1 - - - - - - 1 - - - group - file_reference - tmpl,tpl,html,htm,txt - 1 - 1 - 0 - upload - - - - - - - + + 1 + + + + + + LLL:EXT:dlf/Resources/Private/Language/Validator.xml:tt_content.pi_flexform.sheet_general + + array + + + + 1 + + + group + db + pages + 1 + 1 + 1 + + + + + + 1 + + + group + file_reference + tmpl,tpl,html,htm,txt + 1 + 1 + 0 + upload + + + + + + + diff --git a/Configuration/TCA/tx_dlf_actionlog.php b/Configuration/TCA/tx_dlf_actionlog.php index 51da6de5..6d6d6772 100644 --- a/Configuration/TCA/tx_dlf_actionlog.php +++ b/Configuration/TCA/tx_dlf_actionlog.php @@ -16,9 +16,9 @@ return [ 'crdate' => 'crdate', 'cruser_id' => 'user_id', 'default_sortby' => 'ORDER BY label', - 'delete' => 'deleted', - 'iconfile' => 'EXT:dlf/Resources/Public/Icons/txdlfreport.png', - 'rootLevel' => 0, + 'delete' => 'deleted', + 'iconfile' => 'EXT:dlf/Resources/Public/Icons/txdlfreport.png', + 'rootLevel' => 0, 'dividers2tabs' => 2, 'searchFields' => 'label,name,crdate', ], diff --git a/Configuration/TCA/tx_dlf_basket.php b/Configuration/TCA/tx_dlf_basket.php index 7ffedd8c..d5993ff7 100644 --- a/Configuration/TCA/tx_dlf_basket.php +++ b/Configuration/TCA/tx_dlf_basket.php @@ -19,9 +19,9 @@ return [ 'transOrigPointerField' => 'l18n_parent', 'transOrigDiffSourceField' => 'l18n_diffsource', 'default_sortby' => 'ORDER BY label', - 'delete' => 'deleted', - 'iconfile' => 'EXT:dlf/Resources/Public/Icons/txdlfbasket.png', - 'rootLevel' => 0, + 'delete' => 'deleted', + 'iconfile' => 'EXT:dlf/Resources/Public/Icons/txdlfbasket.png', + 'rootLevel' => 0, 'dividers2tabs' => 2, 'searchFields' => '', ], diff --git a/Configuration/TCA/tx_dlf_collections.php b/Configuration/TCA/tx_dlf_collections.php index 95e1ffe0..e826775e 100644 --- a/Configuration/TCA/tx_dlf_collections.php +++ b/Configuration/TCA/tx_dlf_collections.php @@ -22,14 +22,14 @@ return [ 'transOrigPointerField' => 'l18n_parent', 'transOrigDiffSourceField' => 'l18n_diffsource', 'default_sortby' => 'ORDER BY label', - 'delete' => 'deleted', + 'delete' => 'deleted', 'enablecolumns' => [ 'disabled' => 'hidden', 'fe_group' => 'fe_group', ], 'requestUpdate' => 'sys_language_uid', - 'iconfile' => 'EXT:dlf/Resources/Public/Icons/txdlfcollections.png', - 'rootLevel' => 0, + 'iconfile' => 'EXT:dlf/Resources/Public/Icons/txdlfcollections.png', + 'rootLevel' => 0, 'dividers2tabs' => 2, 'searchFields' => 'label,index_name,oai_name,fe_cruser_id', ], diff --git a/Configuration/TCA/tx_dlf_documents.php b/Configuration/TCA/tx_dlf_documents.php index 3c2cc057..300f87fc 100644 --- a/Configuration/TCA/tx_dlf_documents.php +++ b/Configuration/TCA/tx_dlf_documents.php @@ -17,15 +17,15 @@ return [ 'crdate' => 'crdate', 'cruser_id' => 'cruser_id', 'default_sortby' => 'ORDER BY title_sorting', - 'delete' => 'deleted', + 'delete' => 'deleted', 'enablecolumns' => [ 'disabled' => 'hidden', 'starttime' => 'starttime', 'endtime' => 'endtime', 'fe_group' => 'fe_group', ], - 'iconfile' => 'EXT:dlf/Resources/Public/Icons/txdlfdocuments.png', - 'rootLevel' => 0, + 'iconfile' => 'EXT:dlf/Resources/Public/Icons/txdlfdocuments.png', + 'rootLevel' => 0, 'dividers2tabs' => 2, 'searchFields' => 'title,volume,author,year,place,uid,prod_id,location,oai_id,opac_id,union_id,urn', ], diff --git a/Configuration/TCA/tx_dlf_formats.php b/Configuration/TCA/tx_dlf_formats.php index 59fff35c..b7c6213f 100644 --- a/Configuration/TCA/tx_dlf_formats.php +++ b/Configuration/TCA/tx_dlf_formats.php @@ -17,9 +17,9 @@ return [ 'crdate' => 'crdate', 'cruser_id' => 'cruser_id', 'default_sortby' => 'ORDER BY type', - 'delete' => 'deleted', - 'iconfile' => 'EXT:dlf/Resources/Public/Icons/txdlfformats.png', - 'rootLevel' => 1, + 'delete' => 'deleted', + 'iconfile' => 'EXT:dlf/Resources/Public/Icons/txdlfformats.png', + 'rootLevel' => 1, 'dividers2tabs' => 2, 'searchFields' => 'type,class', ], diff --git a/Configuration/TCA/tx_dlf_libraries.php b/Configuration/TCA/tx_dlf_libraries.php index 7c370769..3f95f66c 100644 --- a/Configuration/TCA/tx_dlf_libraries.php +++ b/Configuration/TCA/tx_dlf_libraries.php @@ -20,9 +20,9 @@ return [ 'transOrigPointerField' => 'l18n_parent', 'transOrigDiffSourceField' => 'l18n_diffsource', 'default_sortby' => 'ORDER BY label', - 'delete' => 'deleted', - 'iconfile' => 'EXT:dlf/Resources/Public/Icons/txdlflibraries.png', - 'rootLevel' => 0, + 'delete' => 'deleted', + 'iconfile' => 'EXT:dlf/Resources/Public/Icons/txdlflibraries.png', + 'rootLevel' => 0, 'dividers2tabs' => 2, 'searchFields' => 'label,website,contact', ], diff --git a/Configuration/TCA/tx_dlf_mail.php b/Configuration/TCA/tx_dlf_mail.php index 039d48e2..06701b0f 100644 --- a/Configuration/TCA/tx_dlf_mail.php +++ b/Configuration/TCA/tx_dlf_mail.php @@ -14,9 +14,9 @@ return [ 'title' => 'LLL:EXT:dlf/Resources/Private/Language/Labels.xml:tx_dlf_mail', 'label' => 'label', 'sortby' => 'sorting', - 'delete' => 'deleted', - 'iconfile' => 'EXT:dlf/Resources/Public/Icons/txdlfemail.png', - 'rootLevel' => 0, + 'delete' => 'deleted', + 'iconfile' => 'EXT:dlf/Resources/Public/Icons/txdlfemail.png', + 'rootLevel' => 0, 'dividers2tabs' => 2, 'searchFields' => 'label,name,mail', ], diff --git a/Configuration/TCA/tx_dlf_metadata.php b/Configuration/TCA/tx_dlf_metadata.php index 970bdb41..d107a424 100644 --- a/Configuration/TCA/tx_dlf_metadata.php +++ b/Configuration/TCA/tx_dlf_metadata.php @@ -20,12 +20,12 @@ return [ 'transOrigPointerField' => 'l18n_parent', 'transOrigDiffSourceField' => 'l18n_diffsource', 'sortby' => 'sorting', - 'delete' => 'deleted', + 'delete' => 'deleted', 'enablecolumns' => [ 'disabled' => 'hidden', ], - 'iconfile' => 'EXT:dlf/Resources/Public/Icons/txdlfmetadata.png', - 'rootLevel' => 0, + 'iconfile' => 'EXT:dlf/Resources/Public/Icons/txdlfmetadata.png', + 'rootLevel' => 0, 'dividers2tabs' => 2, 'searchFields' => 'label,index_name', ], diff --git a/Configuration/TCA/tx_dlf_metadataformat.php b/Configuration/TCA/tx_dlf_metadataformat.php index 9b0997be..02238591 100644 --- a/Configuration/TCA/tx_dlf_metadataformat.php +++ b/Configuration/TCA/tx_dlf_metadataformat.php @@ -17,12 +17,12 @@ return [ 'crdate' => 'crdate', 'cruser_id' => 'cruser_id', 'default_sortby' => 'ORDER BY encoded', - 'delete' => 'deleted', - 'iconfile' => 'EXT:dlf/Resources/Public/Icons/txdlfmetadata.png', - 'rootLevel' => 0, + 'delete' => 'deleted', + 'iconfile' => 'EXT:dlf/Resources/Public/Icons/txdlfmetadata.png', + 'rootLevel' => 0, 'dividers2tabs' => 2, 'searchFields' => 'encoded', - 'hideTable' => 1, + 'hideTable' => 1, ], 'feInterface' => [ 'fe_admin_fieldList' => '', diff --git a/Configuration/TCA/tx_dlf_printer.php b/Configuration/TCA/tx_dlf_printer.php index e87e9375..1d1b2e74 100644 --- a/Configuration/TCA/tx_dlf_printer.php +++ b/Configuration/TCA/tx_dlf_printer.php @@ -14,9 +14,9 @@ return [ 'title' => 'LLL:EXT:dlf/Resources/Private/Language/Labels.xml:tx_dlf_printer', 'label' => 'label', 'default_sortby' => 'ORDER BY label', - 'delete' => 'deleted', - 'iconfile' => 'EXT:dlf/Resources/Public/Icons/txdlfprinter.png', - 'rootLevel' => 0, + 'delete' => 'deleted', + 'iconfile' => 'EXT:dlf/Resources/Public/Icons/txdlfprinter.png', + 'rootLevel' => 0, 'dividers2tabs' => 2, 'searchFields' => 'label,print', ], diff --git a/Configuration/TCA/tx_dlf_solrcores.php b/Configuration/TCA/tx_dlf_solrcores.php index 71fff9f2..92ffb9d0 100644 --- a/Configuration/TCA/tx_dlf_solrcores.php +++ b/Configuration/TCA/tx_dlf_solrcores.php @@ -17,9 +17,9 @@ return [ 'crdate' => 'crdate', 'cruser_id' => 'cruser_id', 'default_sortby' => 'ORDER BY label', - 'delete' => 'deleted', - 'iconfile' => 'EXT:dlf/Resources/Public/Icons/txdlfsolrcores.png', - 'rootLevel' => -1, + 'delete' => 'deleted', + 'iconfile' => 'EXT:dlf/Resources/Public/Icons/txdlfsolrcores.png', + 'rootLevel' => -1, 'dividers2tabs' => 2, 'searchFields' => 'label,index_name', ], diff --git a/Configuration/TCA/tx_dlf_structures.php b/Configuration/TCA/tx_dlf_structures.php index c69b458d..5fabf9c0 100644 --- a/Configuration/TCA/tx_dlf_structures.php +++ b/Configuration/TCA/tx_dlf_structures.php @@ -20,12 +20,12 @@ return [ 'transOrigPointerField' => 'l18n_parent', 'transOrigDiffSourceField' => 'l18n_diffsource', 'default_sortby' => 'ORDER BY label', - 'delete' => 'deleted', + 'delete' => 'deleted', 'enablecolumns' => [ 'disabled' => 'hidden', ], - 'iconfile' => 'EXT:dlf/Resources/Public/Icons/txdlfstructures.png', - 'rootLevel' => 0, + 'iconfile' => 'EXT:dlf/Resources/Public/Icons/txdlfstructures.png', + 'rootLevel' => 0, 'dividers2tabs' => 2, 'searchFields' => 'label,index_name,oai_name', 'requestUpdate' => 'toplevel', diff --git a/Configuration/TypoScript/Search/setup.txt b/Configuration/TypoScript/Search/setup.txt index 98f4de57..109d6e7f 100644 --- a/Configuration/TypoScript/Search/setup.txt +++ b/Configuration/TypoScript/Search/setup.txt @@ -1,35 +1,35 @@ plugin.Search.facetsConf { - expAll = 0 - 1 = TMENU - 1 { - noBlur = 1 - wrap =
    |
- NO = 1 - NO { - stdWrap.crop = 55 |  ... | 1 - doNotLinkIt.field = doNotLinkIt - wrapItemAndSub =
  • |
  • - } - IFSUB < .NO - IFSUB.wrapItemAndSub =
  • |
  • - ACT < .NO - ACT.wrapItemAndSub =
  • |
  • - ACTIFSUB < .NO - ACTIFSUB.wrapItemAndSub =
  • |
  • - } - 2 < .1 - 2 { - NO.stdWrap { - crop = 55 |  ... | 1 - append.fieldRequired = count - append = TEXT - append.field = count - append.wrap =  (|) - } - IFSUB > - ACT > - ACTIFSUB > - CUR < .NO - CUR.wrapItemAndSub =
  • |
  • - } + expAll = 0 + 1 = TMENU + 1 { + noBlur = 1 + wrap =
      |
    + NO = 1 + NO { + stdWrap.crop = 55 |  ... | 1 + doNotLinkIt.field = doNotLinkIt + wrapItemAndSub =
  • |
  • + } + IFSUB < .NO + IFSUB.wrapItemAndSub =
  • |
  • + ACT < .NO + ACT.wrapItemAndSub =
  • |
  • + ACTIFSUB < .NO + ACTIFSUB.wrapItemAndSub =
  • |
  • + } + 2 < .1 + 2 { + NO.stdWrap { + crop = 55 |  ... | 1 + append.fieldRequired = count + append = TEXT + append.field = count + append.wrap =  (|) + } + IFSUB > + ACT > + ACTIFSUB > + CUR < .NO + CUR.wrapItemAndSub =
  • |
  • + } } diff --git a/Configuration/TypoScript/TableOfContents/setup.txt b/Configuration/TypoScript/TableOfContents/setup.txt index 7243c9a2..0c2d01bc 100644 --- a/Configuration/TypoScript/TableOfContents/setup.txt +++ b/Configuration/TypoScript/TableOfContents/setup.txt @@ -1,54 +1,54 @@ plugin.TableOfContents.menuConf { - expAll = 0 - 1 = TMENU - 1 { - noBlur = 1 - wrap =
      |
    - NO = 1 - NO { - stdWrap { - htmlSpecialChars = 1 - htmlSpecialChars.preserveEntities = 1 - crop = 55 |  ... | 1 - ifEmpty { - field = type - append.fieldRequired = volume - append = TEXT - append.field = volume - append.wrap =  | - } - dataWrap = | {field:pagination} - } - allWrap.cObject = TEXT - allWrap.cObject { - insertData = 1 - value = | - override.cObject = TEXT - override.cObject { - value = |{field:basketButtonHref} - if { - isTrue.field = basketButtonHref - } - } - } - doNotLinkIt.field = doNotLinkIt - ATagTitle.field = type // orderlabel - wrapItemAndSub =
  • |
  • - } - IFSUB < .NO - IFSUB.wrapItemAndSub =
  • |
  • - CUR < .NO - CUR.wrapItemAndSub =
  • |
  • - CURIFSUB < .NO - CURIFSUB.wrapItemAndSub =
  • |
  • - ACT < .NO - ACT.wrapItemAndSub =
  • |
  • - ACTIFSUB < .NO - ACTIFSUB.wrapItemAndSub =
  • |
  • - } - 2 < .1 - 3 < .2 - 4 < .3 - 5 < .4 - 6 < .5 + expAll = 0 + 1 = TMENU + 1 { + noBlur = 1 + wrap =
      |
    + NO = 1 + NO { + stdWrap { + htmlSpecialChars = 1 + htmlSpecialChars.preserveEntities = 1 + crop = 55 |  ... | 1 + ifEmpty { + field = type + append.fieldRequired = volume + append = TEXT + append.field = volume + append.wrap =  | + } + dataWrap = | {field:pagination} + } + allWrap.cObject = TEXT + allWrap.cObject { + insertData = 1 + value = | + override.cObject = TEXT + override.cObject { + value = |{field:basketButtonHref} + if { + isTrue.field = basketButtonHref + } + } + } + doNotLinkIt.field = doNotLinkIt + ATagTitle.field = type // orderlabel + wrapItemAndSub =
  • |
  • + } + IFSUB < .NO + IFSUB.wrapItemAndSub =
  • |
  • + CUR < .NO + CUR.wrapItemAndSub =
  • |
  • + CURIFSUB < .NO + CURIFSUB.wrapItemAndSub =
  • |
  • + ACT < .NO + ACT.wrapItemAndSub =
  • |
  • + ACTIFSUB < .NO + ACTIFSUB.wrapItemAndSub =
  • |
  • + } + 2 < .1 + 3 < .2 + 4 < .3 + 5 < .4 + 6 < .5 } diff --git a/Documentation/Configuration/Index.rst b/Documentation/Configuration/Index.rst index d0b09053..1ff2b1b8 100644 --- a/Documentation/Configuration/Index.rst +++ b/Documentation/Configuration/Index.rst @@ -13,8 +13,8 @@ System Setup ============ .. contents:: - :local: - :depth: 2 + :local: + :depth: 2 @@ -48,10 +48,10 @@ behaviour before TYPO3 6.x. The install tool writes this configuration to typo3conf/LocalConfiguration.php:: - 'FE' => [ - 'pageNotFoundOnCHashError' => '0', - 'pageNotFound_handling' => '', - ], + 'FE' => [ + 'pageNotFoundOnCHashError' => '0', + 'pageNotFound_handling' => '', + ], .. _configuration-solr: @@ -64,14 +64,14 @@ This extension doesn't include Solr, but just a prepared configuration set. To setup Apache Solr, perform the following steps: 1. Make sure you have Apache Solr 7.4 up and running. - Download Solr from http://lucene.apache.org/solr/. - Other versions since 5.0 should be possible but are not tested. + Download Solr from http://lucene.apache.org/solr/. + Other versions since 5.0 should be possible but are not tested. 2. Copy the lib/ApacheSolr/configsets/dlf to $SOLR_HOME/configsets/dlf. 3. Using basic authentication is optional but recommended. - The documentation is available here: - https://lucene.apache.org/solr/guide/7_4/basic-authentication-plugin.html + The documentation is available here: + https://lucene.apache.org/solr/guide/7_4/basic-authentication-plugin.html .. _configuration-typoscript: diff --git a/Documentation/Developer/Index.rst b/Documentation/Developer/Index.rst index fafeb172..e38d225d 100644 --- a/Documentation/Developer/Index.rst +++ b/Documentation/Developer/Index.rst @@ -42,8 +42,8 @@ How to use the API... .. code-block:: php - $stuff = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance('\\Foo\\Bar\\Utility\\Stuff'); - $stuff->do(); + $stuff = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance('\\Foo\\Bar\\Utility\\Stuff'); + $stuff->do(); or some other language: @@ -51,8 +51,8 @@ or some other language: :linenos: :emphasize-lines: 2-4 - $(document).ready( - function () { - doStuff(); - } - ); + $(document).ready( + function () { + doStuff(); + } + ); diff --git a/Documentation/Index.rst b/Documentation/Index.rst index a8c78e0a..df3d2dae 100644 --- a/Documentation/Index.rst +++ b/Documentation/Index.rst @@ -13,54 +13,54 @@ Kitodo.Presentation .. only:: html - :Classification: - dlf + :Classification: + dlf - :Version: - |release| + :Version: + |release| - :Language: - en + :Language: + en - :Description: - Kitodo.Presentation is a powerful framework for building a METS-based digital library. - It is highly customizable through a user-friendly backend and flexible design templates. + :Description: + Kitodo.Presentation is a powerful framework for building a METS-based digital library. + It is highly customizable through a user-friendly backend and flexible design templates. - :Keywords: - kitodo,digital framework,digitization,viewer,library,METS,OAI-PMH + :Keywords: + kitodo,digital framework,digitization,viewer,library,METS,OAI-PMH - :Copyright: - ###YEAR### + :Copyright: + ###YEAR### - :Author: - Kitodo. Key to digital objects e.V. + :Author: + Kitodo. Key to digital objects e.V. - :Email: - contact@kitodo.org + :Email: + contact@kitodo.org - :License: - This document is published under the Open Content License - available from http://www.opencontent.org/opl.shtml + :License: + This document is published under the Open Content License + available from http://www.opencontent.org/opl.shtml - :Rendered: - |today| + :Rendered: + |today| - The content of this document is related to TYPO3, - a GNU/GPL CMS/Framework available from `www.typo3.org `_. + The content of this document is related to TYPO3, + a GNU/GPL CMS/Framework available from `www.typo3.org `_. - **Table of Contents** + **Table of Contents** .. toctree:: - :maxdepth: 5 - :titlesonly: - :glob: + :maxdepth: 5 + :titlesonly: + :glob: - Introduction/Index - Administrator/Index - Configuration/Index - Plugins/Index - Community/Index + Introduction/Index + Administrator/Index + Configuration/Index + Plugins/Index + Community/Index - .. Administrator/Index - .. Developer/Index - .. Targets + .. Administrator/Index + .. Developer/Index + .. Targets diff --git a/Documentation/Plugins/Index.rst b/Documentation/Plugins/Index.rst index aed79b10..ab993162 100644 --- a/Documentation/Plugins/Index.rst +++ b/Documentation/Plugins/Index.rst @@ -13,8 +13,8 @@ Plugin Reference ================ .. contents:: - :local: - :depth: 3 + :local: + :depth: 3 Kitodo Plugin Reference ======================= @@ -43,14 +43,14 @@ Properties :typoscript:`plugin.AudioPlayer.` - =========================== ===================================== ==================== - Property Data type Default - =========================== ===================================== ==================== - pages_ :ref:`t3tsref:data-type-page-id` - excludeOther_ :ref:`t3tsref:data-type-boolean` 1 - elementId_ :ref:`t3tsref:data-type-string` tx-dlf-audio - templateFile_ :ref:`t3tsref:data-type-resource` AudioPlayer.tmpl - =========================== ===================================== ==================== + =========================== ===================================== ==================== + Property Data type Default + =========================== ===================================== ==================== + pages_ :ref:`t3tsref:data-type-page-id` + excludeOther_ :ref:`t3tsref:data-type-boolean` 1 + elementId_ :ref:`t3tsref:data-type-string` tx-dlf-audio + templateFile_ :ref:`t3tsref:data-type-resource` AudioPlayer.tmpl + =========================== ===================================== ==================== excludeOther """""""""""" @@ -67,20 +67,20 @@ Basket :typoscript:`plugin.Basket.` - =========================== ===================================== ==================== - Property Data type Default - =========================== ===================================== ==================== - pages_ :ref:`t3tsref:data-type-page-id` - pregeneration :ref:`t3tsref:data-type-boolean` 0 - pdfgenerate :ref:`t3tsref:data-type-string` - pdfdownload :ref:`t3tsref:data-type-string` - pdfprint :ref:`t3tsref:data-type-string` - pdfparams :ref:`t3tsref:data-type-string` ##docId##,##startpage##,##endpage##,##startx##,##starty##,##endx##,##endy##,##rotation## - pdfparamseparator :ref:`t3tsref:data-type-string` `*` - basketGoToButton :ref:`t3tsref:data-type-boolean` 0 - targetBasket :ref:`t3tsref:data-type-page-id` - templateFile_ :ref:`t3tsref:data-type-resource` Basket.tmpl - =========================== ===================================== ==================== + =========================== ===================================== ==================== + Property Data type Default + =========================== ===================================== ==================== + pages_ :ref:`t3tsref:data-type-page-id` + pregeneration :ref:`t3tsref:data-type-boolean` 0 + pdfgenerate :ref:`t3tsref:data-type-string` + pdfdownload :ref:`t3tsref:data-type-string` + pdfprint :ref:`t3tsref:data-type-string` + pdfparams :ref:`t3tsref:data-type-string` ##docId##,##startpage##,##endpage##,##startx##,##starty##,##endx##,##endy##,##rotation## + pdfparamseparator :ref:`t3tsref:data-type-string` `*` + basketGoToButton :ref:`t3tsref:data-type-boolean` 0 + targetBasket :ref:`t3tsref:data-type-page-id` + templateFile_ :ref:`t3tsref:data-type-resource` Basket.tmpl + =========================== ===================================== ==================== Calendar --------- @@ -89,12 +89,12 @@ Calendar :typoscript:`plugin.Calendar.` - =========================== ===================================== ==================== - Property Data type Default - =========================== ===================================== ==================== - pages_ :ref:`t3tsref:data-type-page-id` - templateFile_ :ref:`t3tsref:data-type-resource` Calendar.tmpl - =========================== ===================================== ==================== + =========================== ===================================== ==================== + Property Data type Default + =========================== ===================================== ==================== + pages_ :ref:`t3tsref:data-type-page-id` + templateFile_ :ref:`t3tsref:data-type-resource` Calendar.tmpl + =========================== ===================================== ==================== Collection ---------- @@ -105,18 +105,18 @@ The collection plugin shows one collection, all collections or selected collecti :typoscript:`plugin.Collection.` - =========================== ===================================== ==================== - Property Data type Default - =========================== ===================================== ==================== - pages_ :ref:`t3tsref:data-type-page-id` - collections :ref:`t3tsref:data-type-list` - show_userdefined :ref:`t3tsref:data-type-integer` - dont_show_single :ref:`t3tsref:data-type-boolean` 0 - randomize :ref:`t3tsref:data-type-boolean` 0 - targetPid :ref:`t3tsref:data-type-page-id` - targetFeed :ref:`t3tsref:data-type-page-id` - templateFile_ :ref:`t3tsref:data-type-resource` Collection.tmpl - =========================== ===================================== ==================== + =========================== ===================================== ==================== + Property Data type Default + =========================== ===================================== ==================== + pages_ :ref:`t3tsref:data-type-page-id` + collections :ref:`t3tsref:data-type-list` + show_userdefined :ref:`t3tsref:data-type-integer` + dont_show_single :ref:`t3tsref:data-type-boolean` 0 + randomize :ref:`t3tsref:data-type-boolean` 0 + targetPid :ref:`t3tsref:data-type-page-id` + targetFeed :ref:`t3tsref:data-type-page-id` + templateFile_ :ref:`t3tsref:data-type-resource` Collection.tmpl + =========================== ===================================== ==================== Feeds @@ -126,19 +126,19 @@ Feeds :typoscript:`plugin.tx_dlf_feed.` - =========================== ===================================== ==================== - Property Data type Default - =========================== ===================================== ==================== - pages_ :ref:`t3tsref:data-type-page-id` - collections :ref:`t3tsref:data-type-list` - excludeOther :ref:`t3tsref:data-type-boolean` 0 - library :ref:`t3tsref:data-type-integer` - limit :ref:`t3tsref:data-type-integer` 50 - prependSuperiorTitle :ref:`t3tsref:data-type-boolean` 0 - targetPid :ref:`t3tsref:data-type-page-id` - title :ref:`t3tsref:data-type-string` - description :ref:`t3tsref:data-type-string` - =========================== ===================================== ==================== + =========================== ===================================== ==================== + Property Data type Default + =========================== ===================================== ==================== + pages_ :ref:`t3tsref:data-type-page-id` + collections :ref:`t3tsref:data-type-list` + excludeOther :ref:`t3tsref:data-type-boolean` 0 + library :ref:`t3tsref:data-type-integer` + limit :ref:`t3tsref:data-type-integer` 50 + prependSuperiorTitle :ref:`t3tsref:data-type-boolean` 0 + targetPid :ref:`t3tsref:data-type-page-id` + title :ref:`t3tsref:data-type-string` + description :ref:`t3tsref:data-type-string` + =========================== ===================================== ==================== List View --------- @@ -147,17 +147,17 @@ List View :typoscript:`plugin.ListView.` - =========================== ===================================== ==================== - Property Data type Default - =========================== ===================================== ==================== - pages_ :ref:`t3tsref:data-type-page-id` - limit :ref:`t3tsref:data-type-integer` 25 - targetPid :ref:`t3tsref:data-type-page-id` - getTitle :ref:`t3tsref:data-type-boolean` 0 - basketButton :ref:`t3tsref:data-type-boolean` 0 - targetBasket :ref:`t3tsref:data-type-page-id` - templateFile_ :ref:`t3tsref:data-type-resource` ListView.tmpl - =========================== ===================================== ==================== + =========================== ===================================== ==================== + Property Data type Default + =========================== ===================================== ==================== + pages_ :ref:`t3tsref:data-type-page-id` + limit :ref:`t3tsref:data-type-integer` 25 + targetPid :ref:`t3tsref:data-type-page-id` + getTitle :ref:`t3tsref:data-type-boolean` 0 + basketButton :ref:`t3tsref:data-type-boolean` 0 + targetBasket :ref:`t3tsref:data-type-page-id` + templateFile_ :ref:`t3tsref:data-type-resource` ListView.tmpl + =========================== ===================================== ==================== Metadata -------- @@ -166,19 +166,19 @@ Metadata :typoscript:`plugin.Metadata.` - =========================== ===================================== ==================== - Property Data type Default - =========================== ===================================== ==================== - pages_ :ref:`t3tsref:data-type-page-id` - excludeOther :ref:`t3tsref:data-type-boolean` 1 - linkTitle :ref:`t3tsref:data-type-boolean` 1 - targetPid :ref:`t3tsref:data-type-page-id` - getTitle :ref:`t3tsref:data-type-boolean` 1 - showFull :ref:`t3tsref:data-type-boolean` 1 - rootline :ref:`t3tsref:data-type-integer` 0 - separator :ref:`t3tsref:data-type-string` # - templateFile_ :ref:`t3tsref:data-type-resource` Metadata.tmpl - =========================== ===================================== ==================== + =========================== ===================================== ==================== + Property Data type Default + =========================== ===================================== ==================== + pages_ :ref:`t3tsref:data-type-page-id` + excludeOther :ref:`t3tsref:data-type-boolean` 1 + linkTitle :ref:`t3tsref:data-type-boolean` 1 + targetPid :ref:`t3tsref:data-type-page-id` + getTitle :ref:`t3tsref:data-type-boolean` 1 + showFull :ref:`t3tsref:data-type-boolean` 1 + rootline :ref:`t3tsref:data-type-integer` 0 + separator :ref:`t3tsref:data-type-string` # + templateFile_ :ref:`t3tsref:data-type-resource` Metadata.tmpl + =========================== ===================================== ==================== Navigation --------- @@ -187,14 +187,14 @@ Navigation :typoscript:`plugin.Navigation.` - =========================== ===================================== ==================== - Property Data type Default - =========================== ===================================== ==================== - pages_ :ref:`t3tsref:data-type-page-id` - pageStep :ref:`t3tsref:data-type-integer` 5 - targetPid :ref:`t3tsref:data-type-page-id` - templateFile_ :ref:`t3tsref:data-type-resource` Navigation.tmpl - =========================== ===================================== ==================== + =========================== ===================================== ==================== + Property Data type Default + =========================== ===================================== ==================== + pages_ :ref:`t3tsref:data-type-page-id` + pageStep :ref:`t3tsref:data-type-integer` 5 + targetPid :ref:`t3tsref:data-type-page-id` + templateFile_ :ref:`t3tsref:data-type-resource` Navigation.tmpl + =========================== ===================================== ==================== OAI-PMH ------- @@ -203,17 +203,17 @@ OAI-PMH :typoscript:`plugin.OaiPmh.` - =========================== ===================================== ==================== - Property Data type Default - =========================== ===================================== ==================== - pages_ :ref:`t3tsref:data-type-page-id` - library :ref:`t3tsref:data-type-integer` - limit :ref:`t3tsref:data-type-integer` 5 - expired :ref:`t3tsref:data-type-integer` 1800 - show_userdefined :ref:`t3tsref:data-type-boolean` 0 - stylesheet :ref:`t3tsref:data-type-resource` - unqualified_epicur :ref:`t3tsref:data-type-boolean` 0 - =========================== ===================================== ==================== + =========================== ===================================== ==================== + Property Data type Default + =========================== ===================================== ==================== + pages_ :ref:`t3tsref:data-type-page-id` + library :ref:`t3tsref:data-type-integer` + limit :ref:`t3tsref:data-type-integer` 5 + expired :ref:`t3tsref:data-type-integer` 1800 + show_userdefined :ref:`t3tsref:data-type-boolean` 0 + stylesheet :ref:`t3tsref:data-type-resource` + unqualified_epicur :ref:`t3tsref:data-type-boolean` 0 + =========================== ===================================== ==================== Page Grid --------- @@ -222,15 +222,15 @@ Page Grid :typoscript:`plugin.PageGrid.` - =========================== ===================================== ==================== - Property Data type Default - =========================== ===================================== ==================== - pages_ :ref:`t3tsref:data-type-page-id` - limit :ref:`t3tsref:data-type-integer` 24 - placeholder :ref:`t3tsref:data-type-resource` - targetPid :ref:`t3tsref:data-type-page-id` - templateFile_ :ref:`t3tsref:data-type-resource` PageGrid.tmpl - =========================== ===================================== ==================== + =========================== ===================================== ==================== + Property Data type Default + =========================== ===================================== ==================== + pages_ :ref:`t3tsref:data-type-page-id` + limit :ref:`t3tsref:data-type-integer` 24 + placeholder :ref:`t3tsref:data-type-resource` + targetPid :ref:`t3tsref:data-type-page-id` + templateFile_ :ref:`t3tsref:data-type-resource` PageGrid.tmpl + =========================== ===================================== ==================== Page View --------- @@ -239,20 +239,20 @@ Page View :typoscript:`plugin.PageView.` - =========================== ===================================== ==================== - Property Data type Default - =========================== ===================================== ==================== - pages_ :ref:`t3tsref:data-type-page-id` - excludeOther :ref:`t3tsref:data-type-boolean` 1 - features :ref:`t3tsref:data-type-list` - elementId :ref:`t3tsref:data-type-string` tx-dlf-map - crop :ref:`t3tsref:data-type-boolean` 0 - useInternalProxy :ref:`t3tsref:data-type-boolean` 0 - magnifier :ref:`t3tsref:data-type-boolean` 0 - basketButton :ref:`t3tsref:data-type-boolean` 0 - targetBasket :ref:`t3tsref:data-type-page-id` - templateFile_ :ref:`t3tsref:data-type-resource` PageView.tmpl - =========================== ===================================== ==================== + =========================== ===================================== ==================== + Property Data type Default + =========================== ===================================== ==================== + pages_ :ref:`t3tsref:data-type-page-id` + excludeOther :ref:`t3tsref:data-type-boolean` 1 + features :ref:`t3tsref:data-type-list` + elementId :ref:`t3tsref:data-type-string` tx-dlf-map + crop :ref:`t3tsref:data-type-boolean` 0 + useInternalProxy :ref:`t3tsref:data-type-boolean` 0 + magnifier :ref:`t3tsref:data-type-boolean` 0 + basketButton :ref:`t3tsref:data-type-boolean` 0 + targetBasket :ref:`t3tsref:data-type-page-id` + templateFile_ :ref:`t3tsref:data-type-resource` PageView.tmpl + =========================== ===================================== ==================== Search ------ @@ -261,27 +261,27 @@ Search :typoscript:`plugin.Search.` - =========================== ===================================== ==================== - Property Data type Default - =========================== ===================================== ==================== - pages_ :ref:`t3tsref:data-type-page-id` - fulltext :ref:`t3tsref:data-type-boolean` - solrcore :ref:`t3tsref:data-type-integer` - limit :ref:`t3tsref:data-type-integer` 50000 - extendedSlotCount :ref:`t3tsref:data-type-integer` 0 - extendedFields :ref:`t3tsref:data-type-list` 0 - searchIn :ref:`t3tsref:data-type-string` - collections :ref:`t3tsref:data-type-list` - facets :ref:`t3tsref:data-type-list` - limitFacets :ref:`t3tsref:data-type-integer` 15 - resetFacets :ref:`t3tsref:data-type-boolean` 0 + =========================== ===================================== ==================== + Property Data type Default + =========================== ===================================== ==================== + pages_ :ref:`t3tsref:data-type-page-id` + fulltext :ref:`t3tsref:data-type-boolean` + solrcore :ref:`t3tsref:data-type-integer` + limit :ref:`t3tsref:data-type-integer` 50000 + extendedSlotCount :ref:`t3tsref:data-type-integer` 0 + extendedFields :ref:`t3tsref:data-type-list` 0 + searchIn :ref:`t3tsref:data-type-string` + collections :ref:`t3tsref:data-type-list` + facets :ref:`t3tsref:data-type-list` + limitFacets :ref:`t3tsref:data-type-integer` 15 + resetFacets :ref:`t3tsref:data-type-boolean` 0 sortingFacets :ref:`t3tsref:data-type-string` - suggest :ref:`t3tsref:data-type-boolean` 1 - showSingleResult :ref:`t3tsref:data-type-boolean` 0 - targetPid :ref:`t3tsref:data-type-page-id` - targetPidPageView :ref:`t3tsref:data-type-page-id` - templateFile_ :ref:`t3tsref:data-type-resource` Search.tmpl - =========================== ===================================== ==================== + suggest :ref:`t3tsref:data-type-boolean` 1 + showSingleResult :ref:`t3tsref:data-type-boolean` 0 + targetPid :ref:`t3tsref:data-type-page-id` + targetPidPageView :ref:`t3tsref:data-type-page-id` + templateFile_ :ref:`t3tsref:data-type-resource` Search.tmpl + =========================== ===================================== ==================== Statistics ---------- @@ -290,13 +290,13 @@ Statistics :typoscript:`plugin.Statistics.` - =========================== ===================================== ==================== - Property Data type Default - =========================== ===================================== ==================== - pages_ :ref:`t3tsref:data-type-page-id` - collections :ref:`t3tsref:data-type-list` - description :ref:`t3tsref:data-type-string` - =========================== ===================================== ==================== + =========================== ===================================== ==================== + Property Data type Default + =========================== ===================================== ==================== + pages_ :ref:`t3tsref:data-type-page-id` + collections :ref:`t3tsref:data-type-list` + description :ref:`t3tsref:data-type-string` + =========================== ===================================== ==================== Table Of Contents ----------------- @@ -305,16 +305,16 @@ Table Of Contents :typoscript:`plugin.TableOfContents.` - =========================== ===================================== ==================== - Property Data type Default - =========================== ===================================== ==================== - pages_ :ref:`t3tsref:data-type-page-id` - excludeOther :ref:`t3tsref:data-type-boolean` 1 - basketButton :ref:`t3tsref:data-type-boolean` 0 - targetBasket :ref:`t3tsref:data-type-page-id` - targetPid :ref:`t3tsref:data-type-page-id` - templateFile_ :ref:`t3tsref:data-type-resource` TableOfContents.tmpl - =========================== ===================================== ==================== + =========================== ===================================== ==================== + Property Data type Default + =========================== ===================================== ==================== + pages_ :ref:`t3tsref:data-type-page-id` + excludeOther :ref:`t3tsref:data-type-boolean` 1 + basketButton :ref:`t3tsref:data-type-boolean` 0 + targetBasket :ref:`t3tsref:data-type-page-id` + targetPid :ref:`t3tsref:data-type-page-id` + templateFile_ :ref:`t3tsref:data-type-resource` TableOfContents.tmpl + =========================== ===================================== ==================== Toolbox ------- @@ -323,11 +323,11 @@ Toolbox :typoscript:`plugin.Toolbox.` - =========================== ===================================== ==================== - Property Data type Default - =========================== ===================================== ==================== - pages_ :ref:`t3tsref:data-type-page-id` - tools :ref:`t3tsref:data-type-list` - fileGrpsImageDownload :ref:`t3tsref:data-type-list` MIN,DEFAULT,MAX - templateFile_ :ref:`t3tsref:data-type-resource` Toolbox.tmpl - =========================== ===================================== ==================== + =========================== ===================================== ==================== + Property Data type Default + =========================== ===================================== ==================== + pages_ :ref:`t3tsref:data-type-page-id` + tools :ref:`t3tsref:data-type-list` + fileGrpsImageDownload :ref:`t3tsref:data-type-list` MIN,DEFAULT,MAX + templateFile_ :ref:`t3tsref:data-type-resource` Toolbox.tmpl + =========================== ===================================== ==================== diff --git a/Resources/Private/ISO-639/iso-639-1.xml b/Resources/Private/ISO-639/iso-639-1.xml index 8d56e4be..a907e485 100644 --- a/Resources/Private/ISO-639/iso-639-1.xml +++ b/Resources/Private/ISO-639/iso-639-1.xml @@ -1,296 +1,296 @@ - - module - Language labels for ISO 639-1 codes - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + module + Language labels for ISO 639-1 codes + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Resources/Private/ISO-639/iso-639-2b.xml b/Resources/Private/ISO-639/iso-639-2b.xml index 2637839d..9835c230 100644 --- a/Resources/Private/ISO-639/iso-639-2b.xml +++ b/Resources/Private/ISO-639/iso-639-2b.xml @@ -1,984 +1,984 @@ - - module - Language labels for ISO 639-2/B codes - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + module + Language labels for ISO 639-2/B codes + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Resources/Private/Language/AudioPlayer.xml b/Resources/Private/Language/AudioPlayer.xml index 73411c59..f3af2459 100644 --- a/Resources/Private/Language/AudioPlayer.xml +++ b/Resources/Private/Language/AudioPlayer.xml @@ -9,22 +9,22 @@ * LICENSE.txt file that was distributed with this source code. --> - - module - Language labels for plugin AudioPlayer - - - - - - - - - - - - - - - + + module + Language labels for plugin AudioPlayer + + + + + + + + + + + + + + + diff --git a/Resources/Private/Language/Basket.xml b/Resources/Private/Language/Basket.xml index d4295574..40417e81 100644 --- a/Resources/Private/Language/Basket.xml +++ b/Resources/Private/Language/Basket.xml @@ -9,62 +9,62 @@ * LICENSE.txt file that was distributed with this source code. --> - - module - Language labels for plugin Basket - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + module + Language labels for plugin Basket + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Resources/Private/Language/Collection.xml b/Resources/Private/Language/Collection.xml index 810b696f..87e6668b 100644 --- a/Resources/Private/Language/Collection.xml +++ b/Resources/Private/Language/Collection.xml @@ -9,49 +9,49 @@ * LICENSE.txt file that was distributed with this source code. --> - - module - Language labels for plugin Collection - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + module + Language labels for plugin Collection + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Resources/Private/Language/Feeds.xml b/Resources/Private/Language/Feeds.xml index 218c060d..253416f3 100644 --- a/Resources/Private/Language/Feeds.xml +++ b/Resources/Private/Language/Feeds.xml @@ -9,40 +9,40 @@ * LICENSE.txt file that was distributed with this source code. --> - - module - Language labels for plugin Feeds - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + module + Language labels for plugin Feeds + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Resources/Private/Language/FlashMessages.xml b/Resources/Private/Language/FlashMessages.xml index b43bb04e..02617e39 100644 --- a/Resources/Private/Language/FlashMessages.xml +++ b/Resources/Private/Language/FlashMessages.xml @@ -9,210 +9,210 @@ * LICENSE.txt file that was distributed with this source code. --> - - module - Flash messages for extension 'dlf' - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + module + Flash messages for extension 'dlf' + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Resources/Private/Language/FulltextTool.xml b/Resources/Private/Language/FulltextTool.xml index 1fe548bd..7f1d9b33 100644 --- a/Resources/Private/Language/FulltextTool.xml +++ b/Resources/Private/Language/FulltextTool.xml @@ -9,20 +9,20 @@ * LICENSE.txt file that was distributed with this source code. --> - - module - Language labels for tool Fulltext - - - - - - - - - - - - - + + module + Language labels for tool Fulltext + + + + + + + + + + + + + diff --git a/Resources/Private/Language/ImageDownloadTool.xml b/Resources/Private/Language/ImageDownloadTool.xml index 32bfda48..c9d9aa18 100644 --- a/Resources/Private/Language/ImageDownloadTool.xml +++ b/Resources/Private/Language/ImageDownloadTool.xml @@ -9,20 +9,20 @@ * LICENSE.txt file that was distributed with this source code. --> - - module - Language labels for tool ImageDownload - - - - - - - - - - - - - + + module + Language labels for tool ImageDownload + + + + + + + + + + + + + diff --git a/Resources/Private/Language/ImageManipulationTool.xml b/Resources/Private/Language/ImageManipulationTool.xml index 1bc49a27..3a280e9c 100644 --- a/Resources/Private/Language/ImageManipulationTool.xml +++ b/Resources/Private/Language/ImageManipulationTool.xml @@ -9,32 +9,32 @@ * LICENSE.txt file that was distributed with this source code. --> - - module - Language labels for tool ImageManipulation - - - - - - - - - - - - - - - - - - - - - - - - - + + module + Language labels for tool ImageManipulation + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Resources/Private/Language/Labels.xml b/Resources/Private/Language/Labels.xml index 2b764769..8e535804 100644 --- a/Resources/Private/Language/Labels.xml +++ b/Resources/Private/Language/Labels.xml @@ -9,346 +9,346 @@ * LICENSE.txt file that was distributed with this source code. --> - - database - Language labels for extension 'dlf' - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + database + Language labels for extension 'dlf' + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Resources/Private/Language/ListView.xml b/Resources/Private/Language/ListView.xml index ae5cd32c..8c8003cf 100644 --- a/Resources/Private/Language/ListView.xml +++ b/Resources/Private/Language/ListView.xml @@ -9,58 +9,58 @@ * LICENSE.txt file that was distributed with this source code. --> - - module - Language labels for plugin ListView - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + module + Language labels for plugin ListView + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Resources/Private/Language/Metadata.xml b/Resources/Private/Language/Metadata.xml index e8de5be2..b43ef71f 100644 --- a/Resources/Private/Language/Metadata.xml +++ b/Resources/Private/Language/Metadata.xml @@ -9,38 +9,38 @@ * LICENSE.txt file that was distributed with this source code. --> - - module - Language labels for plugin Metadata - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + module + Language labels for plugin Metadata + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Resources/Private/Language/Navigation.xml b/Resources/Private/Language/Navigation.xml index 7127c2ba..50941527 100644 --- a/Resources/Private/Language/Navigation.xml +++ b/Resources/Private/Language/Navigation.xml @@ -9,56 +9,56 @@ * LICENSE.txt file that was distributed with this source code. --> - - module - Language labels for plugin Navigation - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + module + Language labels for plugin Navigation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Resources/Private/Language/OaiPmh.xml b/Resources/Private/Language/OaiPmh.xml index 45380491..6831ac57 100644 --- a/Resources/Private/Language/OaiPmh.xml +++ b/Resources/Private/Language/OaiPmh.xml @@ -9,51 +9,51 @@ * LICENSE.txt file that was distributed with this source code. --> - - module - Language labels for plugin OaiPmh - - - - - - - - - - - - + + module + Language labels for plugin OaiPmh + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Resources/Private/Language/PageGrid.xml b/Resources/Private/Language/PageGrid.xml index aa3d7328..cd56f3c7 100644 --- a/Resources/Private/Language/PageGrid.xml +++ b/Resources/Private/Language/PageGrid.xml @@ -9,34 +9,34 @@ * LICENSE.txt file that was distributed with this source code. --> - - module - Language labels for plugin PageGrid - - - - - - - - - - - - - - - - - - - - - - - - - - - + + module + Language labels for plugin PageGrid + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Resources/Private/Language/PageView.xml b/Resources/Private/Language/PageView.xml index 8433449a..8fb5bbcb 100644 --- a/Resources/Private/Language/PageView.xml +++ b/Resources/Private/Language/PageView.xml @@ -9,48 +9,48 @@ * LICENSE.txt file that was distributed with this source code. --> - - module - Language labels for plugin PageView - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + module + Language labels for plugin PageView + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Resources/Private/Language/PdfDownloadTool.xml b/Resources/Private/Language/PdfDownloadTool.xml index 4abc67c5..cc10176b 100644 --- a/Resources/Private/Language/PdfDownloadTool.xml +++ b/Resources/Private/Language/PdfDownloadTool.xml @@ -9,22 +9,22 @@ * LICENSE.txt file that was distributed with this source code. --> - - module - Language labels for tool PdfDownload - - - - - - - - - - - - - - - + + module + Language labels for tool PdfDownload + + + + + + + + + + + + + + + diff --git a/Resources/Private/Language/Search.xml b/Resources/Private/Language/Search.xml index 5ceaedb1..b9ffd87a 100644 --- a/Resources/Private/Language/Search.xml +++ b/Resources/Private/Language/Search.xml @@ -9,90 +9,90 @@ * LICENSE.txt file that was distributed with this source code. --> - - module - Language labels for plugin Search - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + module + Language labels for plugin Search + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Resources/Private/Language/Statistics.xml b/Resources/Private/Language/Statistics.xml index c913e52c..7ea8a665 100644 --- a/Resources/Private/Language/Statistics.xml +++ b/Resources/Private/Language/Statistics.xml @@ -9,28 +9,28 @@ * LICENSE.txt file that was distributed with this source code. --> - - module - Language labels for plugin Statistics - - - - - - - - - - - - - - - - - - - - - + + module + Language labels for plugin Statistics + + + + + + + + + + + + + + + + + + + + + diff --git a/Resources/Private/Language/TableOfContents.xml b/Resources/Private/Language/TableOfContents.xml index dc852169..c952c1ec 100644 --- a/Resources/Private/Language/TableOfContents.xml +++ b/Resources/Private/Language/TableOfContents.xml @@ -9,28 +9,28 @@ * LICENSE.txt file that was distributed with this source code. --> - - module - Language labels for plugin TableOfContents - - - - - - - - - - - - - - - - - - - - - + + module + Language labels for plugin TableOfContents + + + + + + + + + + + + + + + + + + + + + diff --git a/Resources/Private/Language/Toolbox.xml b/Resources/Private/Language/Toolbox.xml index c6dcb793..04ef7fa1 100644 --- a/Resources/Private/Language/Toolbox.xml +++ b/Resources/Private/Language/Toolbox.xml @@ -9,22 +9,22 @@ * LICENSE.txt file that was distributed with this source code. --> - - module - Language labels for plugin Toolbox - - - - - - - - - - - - - - - + + module + Language labels for plugin Toolbox + + + + + + + + + + + + + + + diff --git a/Resources/Private/Language/Validator.xml b/Resources/Private/Language/Validator.xml index d2c05282..4af982ea 100644 --- a/Resources/Private/Language/Validator.xml +++ b/Resources/Private/Language/Validator.xml @@ -9,18 +9,18 @@ * LICENSE.txt file that was distributed with this source code. --> - - module - Language labels for plugin Validator - - - - - - - - - - - + + module + Language labels for plugin Validator + + + + + + + + + + + diff --git a/Resources/Private/Templates/Basket.tmpl b/Resources/Private/Templates/Basket.tmpl index d48d2f73..f32321be 100644 --- a/Resources/Private/Templates/Basket.tmpl +++ b/Resources/Private/Templates/Basket.tmpl @@ -11,31 +11,31 @@

    ###LISTTITLE###

    ###COUNT###

    -
      - -
    1. -
      -
      - ###BASKETDATA### -
      -
      -
      ###CONTROLS###
      -
      -
      -
    2. - -
    -
    -
    - ###REMOVEACTION### -
    -
    - ###MAILACTION### -
    -
    - ###PRINTACTION### -
    -
    +
      + +
    1. +
      +
      + ###BASKETDATA### +
      +
      +
      ###CONTROLS###
      +
      +
      +
    2. + +
    +
    +
    + ###REMOVEACTION### +
    +
    + ###MAILACTION### +
    +
    + ###PRINTACTION### +
    +
    ###JS###
    ###BASKET###
    diff --git a/Resources/Private/Templates/Collection.tmpl b/Resources/Private/Templates/Collection.tmpl index ff797668..0cef4c48 100644 --- a/Resources/Private/Templates/Collection.tmpl +++ b/Resources/Private/Templates/Collection.tmpl @@ -8,14 +8,14 @@ * LICENSE.txt file that was distributed with this source code. --> -
      - -
    • -

      ###TITLE### ###FEED###

      -
      ###THUMBNAIL###
      - ###DESCRIPTION### -

      (###COUNT_TITLES###/###COUNT_VOLUMES###)

      -
    • - -
    +
      + +
    • +

      ###TITLE### ###FEED###

      +
      ###THUMBNAIL###
      + ###DESCRIPTION### +

      (###COUNT_TITLES###/###COUNT_VOLUMES###)

      +
    • + +
    diff --git a/Resources/Private/Templates/ListView.tmpl b/Resources/Private/Templates/ListView.tmpl index b977f561..9e2615c7 100644 --- a/Resources/Private/Templates/ListView.tmpl +++ b/Resources/Private/Templates/ListView.tmpl @@ -15,29 +15,29 @@ ###SORTING###

    ###PAGEBROWSER###

      - -
    1. -
      ###THUMBNAIL###
      -
      - ###METADATA### -
      -
      ###PREVIEW###
      - -
        - -
      1. -
        ###SUBTHUMBNAIL###
        -
        - ###SUBMETADATA### -
        -
        ###SUBPREVIEW###
        -
      2. -
        ###SUBBASKETBUTTON###
        - -
      - -
      ###BASKETBUTTON###
      -
    2. - + +
    3. +
      ###THUMBNAIL###
      +
      + ###METADATA### +
      +
      ###PREVIEW###
      + +
        + +
      1. +
        ###SUBTHUMBNAIL###
        +
        + ###SUBMETADATA### +
        +
        ###SUBPREVIEW###
        +
      2. +
        ###SUBBASKETBUTTON###
        + +
      + +
      ###BASKETBUTTON###
      +
    4. +
    diff --git a/Resources/Private/Templates/Metadata.tmpl b/Resources/Private/Templates/Metadata.tmpl index 2d8bfe2d..f84ee57c 100644 --- a/Resources/Private/Templates/Metadata.tmpl +++ b/Resources/Private/Templates/Metadata.tmpl @@ -8,9 +8,9 @@ * LICENSE.txt file that was distributed with this source code. --> - -
    - ###METADATA### -
    - + +
    + ###METADATA### +
    + diff --git a/Resources/Private/Templates/PageGrid.tmpl b/Resources/Private/Templates/PageGrid.tmpl index 4f8c4f1b..10a3339e 100644 --- a/Resources/Private/Templates/PageGrid.tmpl +++ b/Resources/Private/Templates/PageGrid.tmpl @@ -10,11 +10,11 @@
    ###PAGEBROWSER###
      - -
    1. -
      ###THUMBNAIL###
      -
      ###PAGINATION###
      -
    2. - + +
    3. +
      ###THUMBNAIL###
      +
      ###PAGINATION###
      +
    4. +
    diff --git a/Resources/Private/Templates/PageView.tmpl b/Resources/Private/Templates/PageView.tmpl index 82fd238b..96f2a4de 100644 --- a/Resources/Private/Templates/PageView.tmpl +++ b/Resources/Private/Templates/PageView.tmpl @@ -9,7 +9,7 @@ -->
    -
    +
    ###EDITBUTTON###
    diff --git a/Resources/Private/Templates/Search.tmpl b/Resources/Private/Templates/Search.tmpl index 7ac449ce..816b0271 100644 --- a/Resources/Private/Templates/Search.tmpl +++ b/Resources/Private/Templates/Search.tmpl @@ -9,20 +9,20 @@ -->
    - - - - ###LOGICAL_PAGE### - -
    - - ###FULLTEXTSWITCH### - ###FIELD_DOC### - ###FIELD_COLL### - ###ADDITIONAL_INPUTS### - -
    ###EXT_SEARCH_OPERATOR### ###EXT_SEARCH_FIELDSELECTOR### ###EXT_SEARCH_FIELDQUERY###
    - + + + + ###LOGICAL_PAGE### + +
    + + ###FULLTEXTSWITCH### + ###FIELD_DOC### + ###FIELD_COLL### + ###ADDITIONAL_INPUTS### + +
    ###EXT_SEARCH_OPERATOR### ###EXT_SEARCH_FIELDSELECTOR### ###EXT_SEARCH_FIELDQUERY###
    +
    ###FACETS_MENU###
    diff --git a/Resources/Private/Templates/Toolbox.tmpl b/Resources/Private/Templates/Toolbox.tmpl index 783877e2..a288624c 100644 --- a/Resources/Private/Templates/Toolbox.tmpl +++ b/Resources/Private/Templates/Toolbox.tmpl @@ -9,8 +9,8 @@ -->
      - -
    • ###TOOL###
    • - + +
    • ###TOOL###
    • +
    diff --git a/Resources/Public/Stylesheets/OaiPmh.xsl b/Resources/Public/Stylesheets/OaiPmh.xsl index 0a56a295..4bec8a90 100644 --- a/Resources/Public/Stylesheets/OaiPmh.xsl +++ b/Resources/Public/Stylesheets/OaiPmh.xsl @@ -10,11 +10,11 @@ --> @@ -23,122 +23,122 @@ td.value { - vertical-align: top; - padding-left: 1em; - padding: 3px; + vertical-align: top; + padding-left: 1em; + padding: 3px; } td.key { - background-color: #e0e0ff; - padding: 3px; - text-align: right; - border: 1px solid #c0c0c0; - white-space: nowrap; - font-weight: bold; - vertical-align: top; + background-color: #e0e0ff; + padding: 3px; + text-align: right; + border: 1px solid #c0c0c0; + white-space: nowrap; + font-weight: bold; + vertical-align: top; } .dcdata td.key { - background-color: #ffffe0; + background-color: #ffffe0; } body { - margin: 1em 2em 1em 2em; + margin: 1em 2em 1em 2em; } h1, h2, h3 { - font-family: sans-serif; - clear: left; + font-family: sans-serif; + clear: left; } h1 { - padding-bottom: 4px; - margin-bottom: 0px; + padding-bottom: 4px; + margin-bottom: 0px; } h2 { - margin-bottom: 0.5em; + margin-bottom: 0.5em; } h3 { - margin-bottom: 0.3em; - font-size: medium; + margin-bottom: 0.3em; + font-size: medium; } .link { - border: 1px outset #88f; - background-color: #c0c0ff; - padding: 1px 4px 1px 4px; - font-size: 80%; - text-decoration: none; - font-weight: bold; - font-family: sans-serif; - color: black; + border: 1px outset #88f; + background-color: #c0c0ff; + padding: 1px 4px 1px 4px; + font-size: 80%; + text-decoration: none; + font-weight: bold; + font-family: sans-serif; + color: black; } .link:hover { - color: red; + color: red; } .link:active { - color: red; - border: 1px inset #88f; - background-color: #a0a0df; + color: red; + border: 1px inset #88f; + background-color: #a0a0df; } .oaiRecord, .oaiRecordTitle { - background-color: #f0f0ff; - border-style: solid; - border-color: #d0d0d0; + background-color: #f0f0ff; + border-style: solid; + border-color: #d0d0d0; } h2.oaiRecordTitle { - background-color: #e0e0ff; - font-size: medium; - font-weight: bold; - padding: 10px; - border-width: 2px 2px 0px 2px; - margin: 0px; + background-color: #e0e0ff; + font-size: medium; + font-weight: bold; + padding: 10px; + border-width: 2px 2px 0px 2px; + margin: 0px; } .oaiRecord { - margin-bottom: 3em; - border-width: 2px; - padding: 10px; + margin-bottom: 3em; + border-width: 2px; + padding: 10px; } .results { - margin-bottom: 1.5em; + margin-bottom: 1.5em; } ul.quicklinks { - margin-top: 2px; - padding: 4px; - text-align: left; - border-bottom: 2px solid #ccc; - border-top: 2px solid #ccc; - clear: left; + margin-top: 2px; + padding: 4px; + text-align: left; + border-bottom: 2px solid #ccc; + border-top: 2px solid #ccc; + clear: left; } ul.quicklinks li { - font-size: 80%; - display: inline; - list-style: none; - font-family: sans-serif; + font-size: 80%; + display: inline; + list-style: none; + font-family: sans-serif; } p.intro { - font-size: 80%; + font-size: 80%; } .xmlSource { - font-size: 70%; - border: solid #c0c0a0 1px; - background-color: #ffffe0; - padding: 2em 2em 2em 0em; + font-size: 70%; + border: solid #c0c0a0 1px; + background-color: #ffffe0; + padding: 2em 2em 2em 0em; } .xmlBlock { - padding-left: 2em; + padding-left: 2em; } .xmlTagName { - color: #800000; - font-weight: bold; + color: #800000; + font-weight: bold; } .xmlAttrName { - font-weight: bold; + font-weight: bold; } .xmlAttrValue { - color: #0000c0; + color: #0000c0; } @@ -146,276 +146,276 @@ p.intro { - - Kitodo.Presentation: OAI 2.0 Request Results - - - -

    Kitodo.Presentation: OAI 2.0 Request Results

    - -

    You are viewing an HTML version of the XML OAI-PMH response. To see the underlying XML as it appears to any OAI-PMH harvester use your web browser's view source option or disable XSLT processing.
    - More information about this XSLT is at the bottom of the page.

    - - -

    About the XSLT

    -

    An XSLT file has converted the OAI-PMH 2.0 responses into XHTML in order to make it human-readable in a browser which supports XSLT such as Mozilla Firefox and Microsoft Internet Explorer.
    - The original XSLT file was created by Christopher Gutteridge at the University of Southampton as part of the GNU EPrints system, and is freely redistributable under the GPL.
    - It was adapted to Kitodo.Presentation by Sebastian Meyer at the Saxon State and University Library Dresden.

    - + + Kitodo.Presentation: OAI 2.0 Request Results + + + +

    Kitodo.Presentation: OAI 2.0 Request Results

    + +

    You are viewing an HTML version of the XML OAI-PMH response. To see the underlying XML as it appears to any OAI-PMH harvester use your web browser's view source option or disable XSLT processing.
    + More information about this XSLT is at the bottom of the page.

    + + +

    About the XSLT

    +

    An XSLT file has converted the OAI-PMH 2.0 responses into XHTML in order to make it human-readable in a browser which supports XSLT such as Mozilla Firefox and Microsoft Internet Explorer.
    + The original XSLT file was created by Christopher Gutteridge at the University of Southampton as part of the GNU EPrints system, and is freely redistributable under the GPL.
    + It was adapted to Kitodo.Presentation by Sebastian Meyer at the Saxon State and University Library Dresden.

    +
    - + - - - - - -
    Datestamp of Response
    Request URL
    - - -

    OAI Error

    -

    The request could not be completed due to the following error.

    -
    - -
    -
    - -

    Request was of type .

    -
    - - - - - - -
    -
    -
    + + + + + +
    Datestamp of Response
    Request URL
    + + +

    OAI Error

    +

    The request could not be completed due to the following error.

    +
    + +
    +
    + +

    Request was of type .

    +
    + + + + + + +
    +
    +
    - - - -
    Error Code
    -

    + + + +
    Error Code
    +

    -

    Repository

    - - - - - - - - - - - - - - -
    Name
    Base URL
    Protocol Version
    Earliest Datestamp
    Deleted Record Policy
    Granularity
    +

    Repository

    + + + + + + + + + + + + + + +
    Name
    Base URL
    Protocol Version
    Earliest Datestamp
    Deleted Record Policy
    Granularity
    - Admin Email - + Admin Email + - + - - + + - - + + - - + + - - -

    This is a list of metadata formats available for the record "". Use these links to view the metadata:

    -
    - -

    This is a list of metadata formats available from this repository.

    -
    -
    - + + +

    This is a list of metadata formats available for the record "". Use these links to view the metadata:

    +
    + +

    This is a list of metadata formats available from this repository.

    +
    +
    +
    -

    Set

    - - - - -
    Name
    +

    Set

    + + + + +
    Name
    - setSpec - - Identifiers (OAI_DC) - Identifiers (METS) - Identifiers (EPICUR) - Records (OAI_DC) - Records (METS) - Records (EPICUR) - + setSpec + + Identifiers (OAI_DC) + Identifiers (METS) + Identifiers (EPICUR) + Records (OAI_DC) + Records (METS) + Records (EPICUR) + -

    Metadata Format

    - - - - - - - -
    Prefix
    Namespace
    Schema
    +

    Metadata Format

    + + + + + + + +
    Prefix
    Namespace
    Schema
    - + -

    OAI Record:

    -
    - - -
    +

    OAI Record:

    +
    + + +
    -

    OAI Record Header

    - - - - - - -
    OAI Identifier - - OAI_DC - METS - EPICUR - formats -
    Datestamp
    - -

    This record has been deleted.

    -
    +

    OAI Record Header

    + + + + + + +
    OAI Identifier + + OAI_DC + METS + EPICUR + formats +
    Datestamp
    + +

    This record has been deleted.

    +
    -   - +   + - -

    There are more results.

    -
    - - - - - - - - - -
    Submitted Records
    Total Records
    Expiration Datestamp
    Resumption Token - - Resume - -
    + +

    There are more results.

    +
    + + + + + + + + + +
    Submitted Records
    Total Records
    Expiration Datestamp
    Resumption Token + + Resume + +
    -

    Unknown Metadata Format

    -
    - -
    +

    Unknown Metadata Format

    +
    + +
    -
    -

    DublinCore Metadata

    - - -
    -
    +
    +

    DublinCore Metadata

    + + +
    +
    @@ -456,22 +456,22 @@ p.intro { Relation - - - - - URL - URL not shown as it is very long. - - - - - - - - - - + + + + + URL + URL not shown as it is very long. + + + + + + + + + + @@ -482,38 +482,38 @@ p.intro { Rights Management -
    -

    EPICUR Metadata

    - - -
    -
    +
    +

    EPICUR Metadata

    + + +
    +
    - Format + Format - Resource Identifier + Resource Identifier -
    - <></> -
    +
    + <></> +
    - ="" + =""
    diff --git a/class.ext_update.php b/class.ext_update.php index f7c8fd5e..b952d2b2 100644 --- a/class.ext_update.php +++ b/class.ext_update.php @@ -24,7 +24,7 @@ class ext_update { /** * This holds the output ready to return * - * @var string + * @var string * @access protected */ protected $content = '';