Files
oddmuse/ChangeLog
2003-03-22 19:03:46 +00:00

33 lines
1.2 KiB
Plaintext

2003-03-22 Alex Schroeder <alex@gnu.org>
* wiki.pl (GetValidatorLink): Link to CSS Validator.
(GetHtmlHeader): Added CSS foreground color to div tags where only
a background was defined, and added body and a links.
(UseSubpage): Default to 0 because GNU/Linux would always be a
link.
(BrowsePage): Pass $id along to OpenDefaultText.
(OpenDefaultText): If $id is the homepage, and the revision is 0,
attempt to display the README file instead.
(BrowsePage): Only use cache when revision not set.
(PrintWikiToHTML): Only save cachen when revision not set.
2003-03-21 Alex Schroeder <alex@gnu.org>
* wiki.pl (DataDir): Default value is the temp directory, unless
already set.
(ConfigFile): Don't set it, if it already has a value.
(GetValidatorLink): New subroutine.
(GetFooterText): Use it.
(ValidatorLink): New option.
(InitRequest): Use $q->script_name() instead of
"$ENV{SCRIPT_NAME}".
(ScriptLink): Quote HTML for actions.
(GetMinimumFooter): Move validator link from GetFooterText to
GetMinimumFooter.
* wiki.pl (ScriptLink): Inherit embed and toplinkbar parameters to
local links.
(ISBNLink): Make URLs to shops translatable.
(GetGotoBar): Add search button.