Verbose
|
Entry page:
[set pages][/set]
[calc]
# Find the list of pages not defined "NoCache"
$Values->{ui_initial_page} = $Config->{SpecialPage}{catalog};
@pages = split /\s+/, $Tag->list_pages();
my $check = $Config->{NoCache};
for(@pages) {
my $test = $_;
do {
$_ = '' if defined $check->{$test};
} while ($test =~ s:(.*)/.*:$1:);
}
$Scratch->{pages} = join "\n", grep $_, @pages;
return;
[/calc]
Force build of:
|
Never build:
|
|