From 6e697ad314fae84eb05864acdcba3f48c38aa5a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Ka=CC=88hm?= Date: Wed, 5 Apr 2017 18:26:44 +0200 Subject: [PATCH] [TASK] Documenation improvements removed TS fields --- .../Configuration/Reference/TxSolr.rst | 27 ------------------- .../Reference/TxSolrCssFiles.rst | 11 -------- .../Configuration/Reference/TxSolrIndex.rst | 22 --------------- 3 files changed, 60 deletions(-) diff --git a/Documentation/Configuration/Reference/TxSolr.rst b/Documentation/Configuration/Reference/TxSolr.rst index c0efe67f0..be1879e89 100644 --- a/Documentation/Configuration/Reference/TxSolr.rst +++ b/Documentation/Configuration/Reference/TxSolr.rst @@ -35,33 +35,6 @@ conditions where you do not want EXT:solr. This also influences the connection manager; connections will be registered / detected only for enabled = 1. -addDefaultCss (removed) ------------------------ - -:Type: Boolean -:TS Path: plugin.tx_solr.addDefaultCss -:Default: 1 -:Options: 0, 1 -:Since: 1.0 -:Removed: 2.0, see tx_solr.cssFiles instead - -If enabled, default stylesheets for page browser, results, and suggestions will -be included. Otherwise, no stylesheets will be included by EXT:solr. - -addDefaultJs (removed) ----------------------- - -:Type: Boolean -:TS Path: plugin.tx_solr.addDefaultJs -:Default: 1 -:Options: 0, 1 -:Since: 1.0 -:Removed: 2.0, see tx_solr.javascriptFiles instead - -If enabled, some javascript files for facet option (un)folding and suggestions -will be included. Furthermore, the jQuery UI library required for suggestions -can only get included, if addDefaultJs is set. - enableDebugMode --------------- diff --git a/Documentation/Configuration/Reference/TxSolrCssFiles.rst b/Documentation/Configuration/Reference/TxSolrCssFiles.rst index 1173bd1cf..d02fccb4c 100644 --- a/Documentation/Configuration/Reference/TxSolrCssFiles.rst +++ b/Documentation/Configuration/Reference/TxSolrCssFiles.rst @@ -63,17 +63,6 @@ results Defines the stylesheet to be used for styling the search results page. -pagebrowser (removed) ---------------------- - -:Type: String -:TS Path: plugin.tx_solr.cssFiles.pagebrowser -:Default: EXT:pagebrowse/res/styles_min.css -:Since: 2.0 -:Removed: 3.1 - -Defines the stylesheet to be used for styling the page browser. - ui -- diff --git a/Documentation/Configuration/Reference/TxSolrIndex.rst b/Documentation/Configuration/Reference/TxSolrIndex.rst index 09a70e615..8d777c49c 100644 --- a/Documentation/Configuration/Reference/TxSolrIndex.rst +++ b/Documentation/Configuration/Reference/TxSolrIndex.rst @@ -24,28 +24,6 @@ to easily index pages or any kind of records of your TYPO3 CMS. .. contents:: :local: -enablePageIndexing (removed) ----------------------------- - -:Type: Boolean -:TS Path: plugin.tx_solr.index.enablePageIndexing -:Default: 1 -:Options: 0, 1 -:Since: 1.0 -:Removed: 2.0 (en/disable Index Queue page indexing configuration instead) - -En- / disables frontend page indexing. - -enableIndexingWhileBeUserLoggedIn (removed) -------------------------------------------- - -:Type: Boolean -:TS Path: plugin.tx_solr.index.enableIndexingWhileBeUserLoggedIn -:Default: 1 -:Options: 0, 1 -:Since: 1.0 -:Removed: 2.0 - Allows to prevent frontend indexing of pages when a backend editor is logged in and browsing the website. additionalFields (deprecated)