From e844cd861ee011ff903e3fd0757a0e2a7f61f6d9 Mon Sep 17 00:00:00 2001 From: Universal Omega <54654040+Universal-Omega@users.noreply.github.com> Date: Tue, 15 Mar 2022 13:31:53 -0600 Subject: [PATCH 1/4] Remove unimplimented fixedCategories configuration --- extension.json | 1 - 1 file changed, 1 deletion(-) diff --git a/extension.json b/extension.json index 65d7d3c9..9034328c 100644 --- a/extension.json +++ b/extension.json @@ -56,7 +56,6 @@ "allowUnlimitedResults": false, "behavingLikeIntersection": false, "categoryStyleListCutoff": 6, - "fixedCategories": [], "functionalRichness": 3, "maxCategoryCount": 4, "minCategoryCount": 0, From 11dbb21300e2004871261439dce50e21115db861 Mon Sep 17 00:00:00 2001 From: Universal Omega <54654040+Universal-Omega@users.noreply.github.com> Date: Tue, 15 Mar 2022 13:33:32 -0600 Subject: [PATCH 2/4] Update README.md --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 06d8b382..d947b969 100644 --- a/README.md +++ b/README.md @@ -24,19 +24,18 @@ These are DPL3's configuration settings and along with their default values. To | Setting | Default | Description | |:--------------------------------------------|---------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| $wgDplSettings['allowedNamespaces'] | null | By default all existing namespaces are used when DPL3 initializes. Customize this setting with an array of namespace constants to restrict DPL3 to work only in those namespaces. | +| $wgDplSettings['allowedNamespaces'] | null | By default all existing namespaces are used when DPL3 initializes. Customize this setting with an array of namespace constants to restrict DPL3 to work only in those namespaces. | | $wgDplSettings['allowUnlimitedCategories'] | false | Set this to true to ignore 'maxCategoryCount' and allow unlimited categories. Please note that large amounts of categories in a query can slow down or crash servers. | | $wgDplSettings['allowUnlimitedResults'] | false | Set this to true to ignore 'maxResultCount' and allow unlimited results. Please note that large result sets may result in slow or failed page loads. | -| $wgDplSettings['behavingLikeIntersection'] | false | Set DPL3 to always behave like Extension:Intersection. | +| $wgDplSettings['behavingLikeIntersection'] | false | Set DPL3 to always behave like Extension:Intersection. | | $wgDplSettings['categoryStyleListCutoff'] | 6 | Maximum number of items in a category list before being cut off. | -| $wgDplSettings['fixedCategories'] | [] | This does something with preventing DPL3 from "looking" at these categories. | | $wgDplSettings['functionalRichness'] | 3 | Set the level of parameters available to end users. | | $wgDplSettings['maxCategoryCount'] | 4 | Maximum number of categories to allow in queries. | | $wgDplSettings['minCategoryCount'] | 0 | Minimum number of categories to allow in queries. | | $wgDplSettings['maxResultCount'] | 500 | Maximum number of results to return from a query. | -| $wgDplSettings['recursiveTagParse'] | false | Do recursive tag parsing on parser tags converting tags and functions such as magic words like {{PAGENAME}}. This is similar to the {{#dpl}} parser function call, but may not work exactly the same in all cases. | -| $wgDplSettings['runFromProtectedPagesOnly'] | false | Set this to true to allow DPL3 to run from protected pages only. This is recommend if wiki administrators are having issues with malicious users creating computationally intensive queries. | -| $wgDplSettings['handleSectionTag'] | false | Set this to true to have DPL3 handle
tags outside of the parser tags provided by DPL3. | +| $wgDplSettings['recursiveTagParse'] | false | Do recursive tag parsing on parser tags converting tags and functions such as magic words like {{PAGENAME}}. This is similar to the {{#dpl}} parser function call, but may not work exactly the same in all cases. | +| $wgDplSettings['runFromProtectedPagesOnly'] | false | Set this to true to allow DPL3 to run from protected pages only. This is recommend if wiki administrators are having issues with malicious users creating computationally intensive queries. | +| $wgDplSettings['handleSectionTag'] | false | Set this to true to have DPL3 handle
tags outside of the parser tags provided by DPL3. | | $wgDplSettings['maxQueryTime'] | 10000 | Maximum allowed time for database queries in milliseconds. | | $wgDplSettings['queryCacheTime'] | 0 | Can help with situations where you have a template with the same query used on a large number of pages all being refreshed at once. The query cache cannot be purged. Suggested value between 30 to 600. | From d74e6b4bcb4727408da7ca702b457f4b64d063b6 Mon Sep 17 00:00:00 2001 From: Universal Omega <54654040+Universal-Omega@users.noreply.github.com> Date: Wed, 16 Mar 2022 10:31:18 -0600 Subject: [PATCH 3/4] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index d947b969..b0deec94 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,6 @@ These are DPL3's configuration settings and along with their default values. To | $wgDplSettings['allowedNamespaces'] | null | By default all existing namespaces are used when DPL3 initializes. Customize this setting with an array of namespace constants to restrict DPL3 to work only in those namespaces. | | $wgDplSettings['allowUnlimitedCategories'] | false | Set this to true to ignore 'maxCategoryCount' and allow unlimited categories. Please note that large amounts of categories in a query can slow down or crash servers. | | $wgDplSettings['allowUnlimitedResults'] | false | Set this to true to ignore 'maxResultCount' and allow unlimited results. Please note that large result sets may result in slow or failed page loads. | -| $wgDplSettings['behavingLikeIntersection'] | false | Set DPL3 to always behave like Extension:Intersection. | | $wgDplSettings['categoryStyleListCutoff'] | 6 | Maximum number of items in a category list before being cut off. | | $wgDplSettings['functionalRichness'] | 3 | Set the level of parameters available to end users. | | $wgDplSettings['maxCategoryCount'] | 4 | Maximum number of categories to allow in queries. | From fa3826b891620e1cf7dccf3134edd6c73f5b8eb4 Mon Sep 17 00:00:00 2001 From: Universal Omega <54654040+Universal-Omega@users.noreply.github.com> Date: Wed, 16 Mar 2022 10:31:36 -0600 Subject: [PATCH 4/4] Update extension.json --- extension.json | 1 - 1 file changed, 1 deletion(-) diff --git a/extension.json b/extension.json index 9034328c..648e354d 100644 --- a/extension.json +++ b/extension.json @@ -54,7 +54,6 @@ "allowedNamespaces": null, "allowUnlimitedCategories": false, "allowUnlimitedResults": false, - "behavingLikeIntersection": false, "categoryStyleListCutoff": 6, "functionalRichness": 3, "maxCategoryCount": 4,