1.1 --- a/public_html/docs/english/staticpages.html Fri Oct 30 13:49:11 2009 +0100
1.2 +++ b/public_html/docs/english/staticpages.html Fri Oct 30 13:57:11 2009 +0100
1.3 @@ -239,22 +239,23 @@
1.4 <th style="width:25%">Default Value</th>
1.5 <th style="width:50%">Description</th>
1.6 </tr>
1.7 +<tr>
1.8 <td valign="top"><a name="desc_newstaticpagesinterval">newstaticpagesinterval</a></td>
1.9 <td valign="top">1209600</td>
1.10 <td valign="top">Static pages are "new" if they are this many seconds old.</td></tr>
1.11 -<tr>
1.12 +<tr class="r2">
1.13 <td valign="top"><a name="desc_hidenewstaticpages">hidenewstaticpages</a></td>
1.14 <td valign="top">false</td>
1.15 <td valign="top">Set to true to hide new static pages from the What's New block.</td></tr>
1.16 -<tr class="r2">
1.17 +<tr>
1.18 <td valign="top"><a name="desc_title_trim_length">title_trim_length</a></td>
1.19 <td valign="top">20</td>
1.20 <td valign="top">Max. length of the title of items listed in the What's New block.</td></tr>
1.21 -<tr>
1.22 +<tr class="r2">
1.23 <td valign="top"><a name="desc_includecenterblocks">includecenterblocks</a></td>
1.24 <td valign="top">false</td>
1.25 <td valign="top">Set to true to include static pages that are displayed as a center block.</td></tr>
1.26 -<tr class="r2">
1.27 +<tr>
1.28 <td valign="top"><a name="desc_includephp">includephp</a></td>
1.29 <td valign="top">false</td>
1.30 <td valign="top">Set to true to include static pages that execute PHP.</td></tr>
1.31 @@ -268,6 +269,7 @@
1.32 <th style="width:25%">Default Value</th>
1.33 <th style="width:50%">Description</th>
1.34 </tr>
1.35 +<tr>
1.36 <td valign="top"><a name="desc_includesearch">includesearch</a></td>
1.37 <td valign="top">true</td>
1.38 <td valign="top">Set to true to enable static pages in search results.</td></tr>
2.1 --- a/public_html/docs/history Fri Oct 30 13:49:11 2009 +0100
2.2 +++ b/public_html/docs/history Fri Oct 30 13:57:11 2009 +0100
2.3 @@ -133,6 +133,10 @@
2.4
2.5 Static Pages Plugin 1.6.1
2.6 -------------------
2.7 +- Certain types or all Static Pages can now be excluded from the search results
2.8 + (feature request #0000979, provided by Tom Homer)
2.9 +- New and updated Static Pages are now listed in the What's New block
2.10 + (feature request #0000908, provided by Tom Homer)
2.11 - Fresh installs of the plugin in Geeklog 1.6.0 accidentally used a wrong name
2.12 for the plugin's admin group. Silently fix that during the upgrade [Dirk]
2.13 - Made the list of pages sortable by author (feature request #0000978) [Dirk]