2003-01-26 Wakaba * StyleSheet.wps (wikiview/styles-wiki-html, apply-user-preferred-style): New. (select-user-preferred-style, select-user-preferred-mode): Likewise. * WikiAdmin.wps (*/formatter-context): New. * WikiCore.wps (wikiview/referer-list, wikiview/search-result): Removed. (wikiview/link-map, wikiview/last-modified): Removed. (wikiform_input/last-modified, wikiview/page-name): Removed. (wikiview-resource/page-name, wikiview/wiki-link): Likewise. (wikiview-resource/wiki-link, wikiview/diff-between-previous): Likewise. (wikiview/toc): Don't output SCRIPT element to non-script-aware UAs. (wikiview/html-start): Don't output commented HTML4 doctype. (wikiview/link-wiki, wikiview/anchor-wiki): Removed. * WikiFormBasic.wps (wikiform_input/text): New 'depth' option is supproted. (wikiform_input/textarea, wikiform_input/submit): Likewise. (wikiform_option/require): Return required-element as hash reference. * WikiFormSelection.wps (wikiform_template/iif): Parse ture/false value with the formatter. * WikiPage.wps (wikiview/recent-change-dated): New. (wikiform_input/recent-change-dated, wikiview/search-result): Likewise. (wikiform_input/search-result, wikiview/link-map): Likewise. (wikiview-resource/last-modified, wikiview/last-modified): Likewise. (wikiform_input/last-modified, wikiview/page-name): Likewise. (wikiview-resource/page-name, wikiview/wiki-link): New. (wikiview-resource/wiki-link, wikiview/diff-between-previous): New. (wikiview/link-wiki, wikiview/anchor-wiki, wikiview/referer-list): Likewise. (wikiview/uri-wiki): New. * mkplugin.pl: Don't output description as perl comments. 2003-01-12 Wakaba * MetaVariable.wps, Versions.wps, StyleSheet.wps: New modules. * Resource.wps, WikiAdmin.wps, WikiCore.wps, WikiPage.wps: Many many plugin items are revised/added. * WikiFormSelection.wps (wikiform_template/iif): Parse true/false value as %-string. * WikiFormBasic.wps (wikiform_input/text, wikiform_input/textarea): Output class attribute. 2003-01-04 Wakaba * mkplugin.pl: Plugin names is now quoted. * WikiCore.wps: Many module is added. * Resource.wps: Category wikiview-resource is separated from wikiview. 2003-01-03 Wakaba * WikiCore.wps: New module. * Resource.wps (wikiview/-bare_text, wikiview/res, wikiview/span): New. 2002-12-30 Wakaba * GoToForm.wps, Plugin.wps, Resource.wps: New plugins. * mkplugin.pl: Plugin name including '-' is supported. 2002-12-24 Wakaba * InterWikiCore.wps: New plugin. 2002-12-19 Wakaba * Calender.wps: New plugin. 2002-12-05 Wakaba * TextRotate.wps (Name): New file. * WikiFormSelection.wps: New file. * Makefile: New file. * WikiFormBasic.pm: Removed. (Now this file is generated automatically.) * mkplugin.pl: New script. * WikiFormBasic.wps: New file. 2002-12-05 Wakaba * WikiFormBasic.pm (load_formatter): Form controls are to be disabled if WikiPage is read only, in wikiform_input/*. (property): New. 2002-12-04 Wakaba * WikiFormBasic.pm (load_formatter): Don't output unexpected \n. (load_formatter): 'description' attribute is supported with wikiform_input/text and wikiform_input/submit. 2002-12-03 Wakaba * WikiFormBasic.pm (load_formatter): wikiform_input/submit, wikiform_option/output, wikiform_template/*: New format rules. * ChangeLog: New file. 2002-12-02 Wakaba * WikiFormBasic.pm: New module.