Clarify FEATURE_FORCE_LOAD description
authorFabian Keil <fk@fabiankeil.de>
Wed, 22 Jul 2020 10:21:27 +0000 (12:21 +0200)
committerFabian Keil <fk@fabiankeil.de>
Thu, 23 Jul 2020 11:23:40 +0000 (13:23 +0200)
It allows to bypass blocking not filtering and only
does it if blocks aren't enforced.

Reported by: Robert Klemme

templates/show-status

index 67d9408..c5a747b 100644 (file)
             <tr>
               <td><code>FEATURE_FORCE_LOAD</code></td>
               <td>@if-FEATURE_FORCE_LOAD-then@ Yes @else-not-FEATURE_FORCE_LOAD@ No @endif-FEATURE_FORCE_LOAD@</td>
-              <td>Allows bypassing all filtering for a single page using the prefix
-                  <q><code>@force-prefix@</code></q>.</td>
+              <td>
+               Allows bypassing all blocking for a single page using the prefix
+               <q><code>@force-prefix@</code></q> provided blocks aren't enforced with the
+               <a href="@user-manual@config.html#ENFORCE-BLOCKS">enforce-blocks</a> directive.
+              </td>
             </tr>
             <tr>
               <td><code>FEATURE_GRACEFUL_TERMINATION</code></td>