This is about
TWiki:Codev/NoInAllPublicWebsOption
.
--
TWiki:Main/HideyoImazu
- 2012-10-11
In addition,
WebChanges is slightly enhanced to cope with the situation where
SiteChanges is deleted to prevent time out on a large site.
--
TWiki:Main.HideyoImazu
- 2012-10-11
Revision 23918
I've realized that
{NoInAllPublicWebs}
configuration parameter is superior to
NOINALLPUBLICWEBS
preference variable and made changes accordingly.
- This must be a site-wide configuration. The site administrator's decision must not be overridden by a web owner. Because the site owner is supposed to decide whether or not to allow "in all public webs" operations. As such,
NOINALLPUBLICWEBS
must be finalized at the site level.
- It's easier to refer to a configuration parameter from the code than a preference variable.
--
TWiki:Main.HideyoImazu
- 2012-11-08
Revision 24310
WebSearch and
WebSearchAdvanced have "in all webs" checkbox, which needs to be suppressed if
{NoInAllPublisWebs}
is true. Now they are behaving accordingly.
--
TWiki:Main.HideyoImazu
- 2012-12-04
Revision 24348
Changes made in the revision 24310 is reflected on
LargeSite.
Revision 24477, 24484
TopMenuSkin shows the list of webs on the "Home" drop down menu.
Now
{NoInAllPublicWebs}
suppresses the list of webs there.
Revision 24781
- TWiki.WelcomeGuest had %WEBLIST{...}% showing all webs expanded unconditionally.
- TWiki.SiteStatisticsTemplate had %SEARCH{ web="all" }% expanded uncondtionally.
Revision 24803
- TWiki.AdminToolsCategory had %WEBLIST{...}% to time out on a large site
- TWiki.SearchPatternCookbook had %WEBLIST{...}% had %WEBLIST{...}% and %SEARCH{... web="all" ...}% to time out on a large site
- TWiki.TWikiPreferences had %WEBLIST{...}% to time out on a large site
Revision 24804, 24805
- TWiki.TWikiTip029 of TipsContrib had %WEBLIST{...}% to time out on a large site
Revision 24806, 24808
- TWiki.TreeBrowserPlugin of TreeBrowserPlugin had %WEBLIST{...}% to time out on a large site
Revision 24807
- TWiki.WebLeftBarExample of PatternSkin had %WEBLIST{...}% to time out on a large site
Revision 24993
- TWiki.ManagingWebs had %WEBLIST{... webs="webtemplate,public"}%, which times out on a large site.