Change the showing of hidden pages by the SiteIndex to be configurable. Fixes RFE #11044.

Also, change the SiteIndex to use an iterator.
This commit is contained in:
Colin Kuskie 2010-01-27 11:32:27 -08:00
parent e59ccc5dd3
commit ca86f3d84b
5 changed files with 38 additions and 4 deletions

View file

@ -11,6 +11,11 @@ save you many hours of grief.
--------------------------------------------------------------------
* WebGUI now requires DateTime::Format::HTTP, to handle parsing HTTP dates.
* The Google sitemap generator in WebGUI was including hidden pages in the list of
pages. This is now configurable, with the default being to NOT show hidden pages.
If you wish hidden pages to be shown, then in the config file set showHiddenPages
to 1.
7.8.6
--------------------------------------------------------------------
* WebGUI now requires LWP 5.833 or higher, to fix a bug in that module.