Bug fixes, changes to default wikipage template for keyword pages, and template var clarifications.

This commit is contained in:
Colin Kuskie 2010-04-13 11:28:31 -07:00
parent 1395fcc411
commit 7fe81165ed
3 changed files with 3 additions and 3 deletions

View file

@ -331,7 +331,7 @@ sub getTemplateVars {
url => $asset->getUrl, url => $asset->getUrl,
}; };
} }
$paginator->appendTemplateVariables($var); $paginator->appendTemplateVars($var);
@keyword_pages = map { $_->[1] } @keyword_pages = map { $_->[1] }
sort sort
map { [ lc $_->{title}, $_ ] } map { [ lc $_->{title}, $_ ] }

View file

@ -304,7 +304,7 @@ our $I18N =
}, },
'keyword url' => { 'keyword url' => {
message => q{The URL to view all pages tagged with this keyword.}, message => q{The URL to view all pages tagged with this keyword. The URL will have the gateway URL prepended to it.},
lastUpdated => 0, lastUpdated => 0,
context => q{Help for template variable}, context => q{Help for template variable},
}, },
@ -352,7 +352,7 @@ our $I18N =
}, },
'keyword page url' => { 'keyword page url' => {
message => q{The URL to a page that has this keyword.}, message => q{The URL to a page that has this keyword. The URL will have the gateway URL prepended to it.},
lastUpdated => 0, lastUpdated => 0,
context => 'template variable help', context => 'template variable help',
}, },