Line: 397 to 397 | ||||||||
---|---|---|---|---|---|---|---|---|
Changed: | ||||||||
< < | ObjectMethod getListOfWebs ($filter) -> @webNames | |||||||
> > | ObjectMethod getListOfWebs ($filter,$web) -> @webNames | |||||||
Changed: | ||||||||
< < | Gets a list of webs, filtered according to the spec in the $filter, | |||||||
> > | Gets a list of webs.
If $web is not specified or null, top level webs are returned.
If the site allows hiearchical webs ({EnableHierarchicalWebs} is true),
subwebs, subsubwebs, ... are also returned.
If $web is specified and non-null, the subwebs of it are returned assuming
hiearchical webs are allowed.
The returned webs are filtered according to the spec in the $filter, | |||||||
which may include one of:
| ||||||||
Changed: | ||||||||
< < | $filter may also contain the word 'public' which will further filter webs on whether NOSEARCHALL is specified for them or not. 'allowed' filters out webs that the user is denied access to by a *WEBVIEW. | |||||||
> > |
$filter may also contain the following words to further filter webs.
| |||||||
If $TWiki::cfg{EnableHierarchicalWebs} is set, will also list sub-webs recursively. | ||||||||
Line: 566 to 581 | ||||||||
some store implementations when a topic is created, but never saved. | ||||||||
Added: | ||||||||
> > |
ObjectMethod getDiskInfo ($web,$site,[$diskID]) -> ($dataDir,$pubDir,$diskID)Called only if $TWiki::cfg{MultipleDisks} is true.
ObjectMethod getDiskList () -> ('',1,2,...) |