2004-08-06 Wakaba * InterWikiCore.wp2 (FormattingRule[iw--source-label]): New. (Function[interwikireference_to_sourcelabel]): New. * WikiLinking.wp2 (Function[to_resource_in_html]): Get source-anchor label if scheme is InterWiki. 2004-07-25 Wakaba * WikiEdit.wp2 (Function[get_content]): Merge original content_prop if any, in case content not exist. * WikiStruct.wp2 (FormattingRule[list]): Use parameter value as main item if parameter name is 'x'. * PlainText.wp2 (Format:Prop): New. 2004-07-20 Wakaba * WikiResource.wp2 (FormattingRule[resource-as-plain-text]): Bug fix (it was NOT worked). * WikiFormText.wp2 (FormattingRule[text,textarea]): Call default value getting function if available. 2004-05-11 Wakaba * WikiFormat.wp2 (Function[handler]): 'serialized_media_type' option implemented. * WikiEdit.wp2 (ViewDefinition[write]): Raise 'content_written' and 'content_removed' events. (ViewDefinition[write]): Remove 'content_prop' when remove. 2004-04-30 Wakaba * Makefile (distclean): New rule. 2004-04-26 Wakaba * WikiLinking.wp2 (Function[to_wikipage_in_html]): Don't require 'page_name_relative' if 'page_name' is provided. 2004-04-25 Wakaba * WikiPageProp.wp2 (FormattingRule[wpp--next-anchor-index]): Check content_prop. * InterWikiCore.wp2 (Function[_get_interwiki_definition_page]): Check content_prop. * WikiFormat.wp2 (Function[handler]): content_prop supported. * WikiFormCore.wp2 (ViewDefinition[wikiform]): Check content_prop. 2004-04-24 Wakaba * WikiEdit.wp2 (get_content): Content property object is also returned. 2004-04-05 Wakaba * WikiEdit.wp2 (ViewDefinition[write]): Set 'referer' writable. * WikiFormCore.wp2 (ViewDefinition[wikiform]): Likewise. 2004-04-01 Wakaba * WikiPageProp.wp2 (FormattingRule[page-name]): Update code to new style. 2004-03-29 Wakaba * WikiEdit.wp2 (ViewDefinition[write]): Don't update content and lastmodified if new content is actually not changed. * WikiFormCore.wp2 (ViewDefinition[wikiform]): "bbs__sage" parameter implemented for WikiFormBBS WikiPlugin module. 2004-03-24 Wakaba * WikiFormCore.wp2 (ViewDefinition[wikiform]): Action name 'view' is changed to 'ok'. (required): Internal data structure is changed from {form}->{require}->{ id } to {form}->{require}->{id}->{ id }. * WikiFormText.wp2 (FormattingRule): s/{require}/{require}->{id}/g; 2004-03-20 Wakaba * WikiFormText.wp2 (FormattingRule[textarea]): Appends
after label. 2004-03-19 Wakaba * WikiLinking.wp2 (Function[to_wikipage_in_html]): New parameter {dest}->{param} implemented. 2004-03-13 Wakaba * InterWikiCore.wp2 (Function): Typo in regex fixed. 2004-03-12 Wakaba * .cvsignore: New. 2004-03-11 Wakaba * WikiResource.wp2 (Function[temp_get_resource_text]): Skip reading database unless SuikaWikiConst09 module loaded. * Makefile (all): New. * InterWikiCore.wp2 (FormattingRule[uri]): New. 2004-03-10 Wakaba * Error.wp2 (Resource): Some new resource text added. * InterWikiCore.wp2: A lot of formatting rules for Referer plugin introduced. 2004-02-19 Wakaba * InterWikiCore.wp2 (Function[_get_interwiki_definition_page]): Use resource for error message. 2004-02-18 Wakaba * WikiFormat.wp2 (Function[handler]): Output trace in "format" debug mode (formally "general" mode). * WikiResource.wp2 (Function[tmp_get_accept_language]): Use default accept language specification in case Accept-Language HTTP request header field not available or input object not available. * WikiEdit.wp2, WikiRead.wp2, WikiResource.wp2, InterWikiCore.wp2, WikiFormCore.wp2, WikiPageProp.wp2, WikiLinking.wp2: Rethrow 'ERROR_REPORTED' WikiDB error in catch block. 2004-02-14 Wakaba * WikiResource.wp2 (Function[get]): New 'ns' option implemented. * WikiLinking.wp2 (Function[to_wikipage_in_html]): Typo fixed. 2004-02-12 Wakaba * InterWikiCore.wp2 (FormattingRule[iwc--name, iwc--parameter]): New rules. * Error.wp2 (Function[report_error_simple]): Use append_node with node_or_text parameter, instead of append_text method. * WikiLinking.wp2 (Function[to_resource_in_html]): Set URI reference as <#err--error-list> if unknown resource-scheme specified. * Error.wp2: Give ID to error-list section. 2004-02-11 Wakaba * WikiStruct.wp2 (FormattingRule[list]): New. * Error.wp2 (ViewFragment[err-general-error]): New fragment. * WikiStruct.wp2 (FormattingRule[section]): Make available in context of 'view-resource' and 'form-input'. 2004-02-10 Wakaba * WikiLinking.wp2 (FormattingRule[link-to-it]): Set default value to 'description' parameter. (Function[to_resource_by_uri_in_html]): Canonicalize URI reference. (FormattingRule[link-to-resource]): Typo fixed. (Function[to_resource_in_html]): Report error if unknown scheme. 2004-02-08 Wakaba * WikiResource.wp2 (Function[get_op]): New function. * Error.wp2, WikiDB.wp2, WikiView.wp2, WikiFormat.wp2 (ViewDefinition): Output footer in error message. * WikiLinking.wp2 (FormattingRule[link-to-wikipage]): Typo fixed. * WikiFormCore.wp2 (FormattingRule[output]): SuikaWiki 3 WikiName support. 2004-02-07 Wakaba * HTML.wp2 (FormattingRule[html-document]): "pre-element": New parameter. * SuikaWikiConfig20.wp2: New module (separated from InterWikiCore.wp2). * InterWikiCore.wp2: SuikaWikiConfig/2.0 support removed. * WikiNamespace.wps: Removed. * WikiFormCore.wp2: Use SuikaWiki 3 WikiName interface. (ViewDefinition[comment]): Removed. * HTML.wp2, WikiLinking.wp2: Use SuikaWiki 3 WikiName interface. * WikiEdit.wp2 (Function[page_is_editable]): Removed. * WikiRead.wp2 (FormattingRule[view/read]): Use SuikaWiki 3 WikiName interface. 2004-02-04 Wakaba * WikiPageProp.wp2 (FormattingRule[view/last-modified]): Syntaxal typo fixed. * WikiEdit.wp2 (Resource[Edit:SaveAnd:Description]): New resource. 2004-02-03 Wakaba * WikiDB.wp2 (ViewDefinition[-wdb--fatal-error]): Output navigation toolbar. * WikiPageProp.wp2 (FormattingRule[wpp--next-anchor-index]): Catch SuikaWiki::Format::Definition::error. * WikiFormat.wp2 (Function[handler]): Output trace if general debug mode. * WikiRead.wp2 (FormattingRule[read]): New option 'when-no-converter'. * WikiView.wp2 (ViewDefinition[Name='-wv--no-view-definition']): New mode. 2004-02-02 Wakaba * WikiRead.wp2 (FormattingRule:view/read): New parameters 'Type', 'Name', 'Version', 'IsFragment', 'return-type' implemented. 2004-02-01 Wakaba * Error.wp2 (Resource): Some error messages are now resource'ized. * WikiDB.wp2 (ViewDefinition): Typo fixed. * InterWikiCore.wp2, WikiEdit.wp2, WikiFormCore.wp2, WikiPageProp.wp2, WikiResource.wp2: Use try..catch for WikiDB "stop" error. * WikiLinking.wp2 (FormattingRule[Name='if-linked-wikipage-not-exist']): Use try..catch for WikiDB "stop" error. 2004-01-31 Wakaba * WikiFormText.wp2 (FormattingRule): Typo fixed. 2004-01-18 Wakaba * InterWikiCore.wps: Removed. 2004-01-17 Wakaba * InterWikiCore.wp2: New module. * WikiLinking.wp2 (Function): Follow to changed option naming rule of Message::Util::Error. 2004-01-16 Wakaba * WikiStruct.wp2 (FormattingRule:section): Don't give anonymous id. (Function:set_section_id): Typo fixed. * WikiPlugin.wps: Removed. * WikiConst.wps: Removed. * WikiLinking.wps: Removed. * Makefile: mkplugin.pl removed. * mkplugin.pl: Removed. * WikiEdit.wp2: Use new WikiResource module. * WikiResource.wp2 (get, temp_get_accept_language, temp_get_resource_text): New functions. * WikiResource.wps: Removed. * WikiRead.wp2 (FormattingRule:view/read): Passes reference to $content, instead of $content itself. 2003-12-31 Wakaba * WikiStruct.wp2 (FormattingRule:view/section): "level" parameter is removed. 2003-12-29 Wakaba * WikiFormCore.wp2 (form-input/submit, form-option/require, form-option/output, form-option/-undef): New rules. (FUNCTION:control_id): New function. (FUNCTION:make_content_form_in_html): New function. (FUNCTION:get_ctrl_id, FUNCTION:get_ctrl_name): Removed. * WikiFormText.wp2 (form-input/submit): Removed. * WikiEdit.wp2 (form-input/we--update-lastmodified-datetime): New rule. 2003-12-27 Wakaba * Error.wp2 (Function:reporting_formatting_template_error): Don't output trace unless $opt{trace}. * WikiView.wp2 (*/char): Downgrade for old browsers. * WikiStruct.wp2 (append_new_div): New function. 2003-12-26 Wakaba * WikiLinking.wp2: Link to some resource other than WikiPage is implemented. * WikiStruct.wp2 (set_id): New function. * WikiEdit.wp2: Use SuikaWiki3 interface to get wiki URI. * WikiFormText.wp2: Specify type parameter to append_new_node explicitly. * HTML.wp2: Don't use obsoleted property $o->{page}. * WikiDB.wp2: New plugin. * WikiView.wp2 (*/char): Don't use hex. char. ref. to support NC4. 2003-12-06 Wakaba * Error.wp2 (FormattingRule:wikiview/error-list): Removes errors from $wiki->{var}->{error} after appending to the result node. 2003-11-30 Wakaba * WikiResource.wp2 (Function): New function. * Error.wp2: New plugin module. * WikiLinking.wp2 (Function): Logging error if resource text has syntax error. * WikiResource.wp2 (FormattingRule:*/res): Logging error if resource text has syntax error. (Function:logging_template_error): New. * WikiStruct.wp2 (FormattingRule:wikiview/section): Defaults to h1 unless $p->{level}. 2003-11-25 Wakaba * WikiFormCore.wp2, WikiFormText.wp2, WikiLinking.wp2, WikiPageProp.wp2, WikiResource.wp2: New plugins. * WikiRead.wp2 (FormattingRule:wikiview/read): Use Format instead of SrcFormat. * PlainText.wp2: New plugin. * SuikaWiki09.wps, WikiInfo.wp2: Removed. (See misc/plugins) 2003-11-22 Wakaba * WikiStruct.wp2 (wikiview/toc): Removed. * WikiInfo.wp2 (FormattingRule): Don't use v-string. * WikiEdit.wp2, WikiPageProp.wp2, WikiInfo.wp2, WikiStruct.wp2 (FormattingRule): Use new SuikaWiki3 interface. 2003-11-21 Wakaba * HTML.wp2, WikiView.wp2 (FormattingRule): Use new SuikaWiki3 interface for some rules. * WikiStruct.wp2 (FormattingRule): Use new SuikaWiki 3 interface. 2003-10-30 Wakaba * WikiView.wp2 (FormattingRule:predefined-template): Removed. * WikiRead.wp2 (ViewDefinition): Use 'template' instead of 'predefined-template'. * WikiEdit.wps (ViewDefinition): Likewise. 2003-10-29 Wakaba * WikiPage.wps (page-name, etc.): Moved to WikiPageProp.wp2. * WikiPageProp.wp2: New module. 2003-10-28 Wakaba * WikiEdit.wp2 (conflict): Implemented. * WikiEdit.wps: Removed. 2003-10-27 Wakaba * WikiEdit.wp2: Some improvement on ViewFragment definitions. 2003-10-25 Wakaba * HTML.wp2, WikiInfo.wp2: New plugins. * WikiStruct.wp2: New plugin. 2003-10-18 Wakaba * WikiResource.wps (MODULE): See $SuikaWiki::Plugin::Resource::BaseResource. 2003-10-11 Wakaba * WikiEdit.wp2 (ViewDefinition:edit): New. 2003-08-06 Wakaba * WikiCore.wps (wikiversion): Use $SuikaWiki::Version. 2003-07-31 Wakaba * SuikaWiki09.wps (embedded_to_html): Output correct index number (hacknessial fix:-). (embedded_to_html): Restored. (In other case incorrect index number is returned.) 2003-07-27 Wakaba * WikiPlugin.wps (MODULE/_uri_wiki_page): Returns absolute URI if $option{absolute}. 2003-07-26 Wakaba * WikiFormCore.wps (wikiform-input/textarea/Format): Set textarea/@wrap = 'physical' if Mozlla [0-4].*. 2003-07-07 Wakaba * Map.wps (recent-changes:HTML output mode): Use SuikaWiki::Markup::XML and WikiLinking framework. * WikiPage.wps (wikipage-link/last-modified): New rule. 2003-07-02 Wakaba * WikiLinking.wps (link-to-wikipage): 'page_title': New parameter. * WikiPage.wps (page-title): New rule. 2003-06-25 Wakaba * SuikaWiki09.wps: Don't go to 'pre' (not 'PRE') block mode. (Does this mode really work? At least, it cause non-intented parse result, so removed.) 2003-06-01 Wakaba * WikiResource.wps (MODULE/get_resource): New. * WikiCore.wps (wikiview/html-document): Change to new style of class specifying. 2003-05-31 Wakaba * StyleSheet.wps: Use SuikaWiki::Markup::XML. 2003-05-30 Wakaba * Map.wps (page_list): Don't output name duplicatly (Page name and NS name) in "both" mode. * WikiFormBasic.wps: Removed. * WikiFormCore.wps: New. * WikiFormCore.wps, WikiFormSelection.wps: Rewrite to use SuikaWiki::Markup::XML. 2003-05-25 Wakaba * Map.wps (make_wikilink, make_urilink): Removed. (See WikiLinking plugin.) * WikiLinking.wps: New. 2003-05-25 Wakaba * Map.wps (MODULE/compose_wiki_page_uri): Removed. (Use $o->_uri_wiki_page.) (make_wikilink): Rewritten. Non-HAS_XML code is discarded. 2003-05-10 Wakaba * Map.wps (wikiform_input/recent-change-list): RSS output by SuikaWiki::Markup::XML is supported. (wikiview/map-link-alternate-version-xml-rdf-rss): New. * WikiPage.wps (wikiview/referer-list): Removed. * Referer.wps: New. (From lib/suikawiki.pl and WikiPage.wps#wikiview/referer-list.) 2003-05-08 Wakaba * Map.pm (MODULE/make_wikilink): See $option{label} in XML mode (bug fix). 2003-05-07 Wakaba * WikiPlugin.wps (MODULE): New. (Moved from lib/suikawiki.pl.) * WikiResource.wps (MODULE): Likewise. * WikiConst.wps (MODULE): Likewise. 2003-05-05 Wakaba * Image.wps (wikiformat/SuikaWikiImage/0.9-to-HTML): Use SuikaWiki::Plugin::SuikaWiki09::text_to_html, instead of main::text_to_html. 2003-05-03 Wakaba * Calender.wps (wikiview/calender, wikiview/calender-year): Link to the day/month even if linked WikiPage is not exist. * Menu.wps: Update to new syntax. * WikiCore.wps (wikiview/block): New. 2003-04-29 Wakaba * WikiEdit.wps: New module. * WikiCore.wps, WikiPage.wps, WikiPageRename.wps, Map.wps, StyleSheet.wps, WikiEdit.wps: Reconstructing of module & rule combination and use SuikaWiki::Markup::XML. 2003-04-29 Wakaba * WikiNamespace.wps, WikiCore.wps, WikiPage.wps, WikiResource.wps, Version.wps: all 'safe' functions are removed. * WikiCore.wps, WikiPage.wps: more SuikaWiki::Markup::XML'ization. * WikiCore.wps, WikiPage.wps: Some parameter parsing processes are removed, since such replacing should be done by Message::Util::Formatter now. 2003-04-28 Wakaba * Resource.wps, Plugin.wps: Removed. (Renamed.) * WikiResource.wps, WikiPlugin.wps: New. * mkplugin.pl: Module's and rules' description is supported. 2003-04-28 Wakaba * SuikaWiki09.wps: New module. * WikiCore.wps: SuikaWiki/0.9 support is removed (and moved to SuikaWiki09 module). 2003-04-27 Wakaba * Map.wps: New module. * WikiPage.wps: Formatting rules of page-list and recent-changes and RSS (ie. page-to-page relationship related rules) are moved to Map.wps. 2003-04-05 Wakaba * Calender.wps: Namespace support. 2003-04-02 Wakaba * Image.wps (MODULE/convert_image_type): New. (Initialize/%Type): New. 2003-04-02 Wakaba * WikiPage.wps (wikiview/diff-between-previous): Removed. * Versions.wps (wikiview/diff-between-previous): New. (MODULE): New. (Moved from suikawiki-config.ph.) * StyleSheet.wps (MODULE): New. * WikiNamespace.wps (MODULE), Image.wps (MODULE), WikiPageRename.wps (MODULE): New. * Menu.wps: New. 2003-03-28 Wakaba * WikiNamespace.wps: New module. * WikiPage.wps (wikiview/anchor-wiki, wikiview/link-wiki * WikiCore.wps (wikiview/section, wikiview/html-head): Use new manner of formatter. * mkplugin.pl: Support muliple rule names. 2003-03-26 Wakaba * WikiPages.wps (wikiform_input/recent-change-list): Use MODULE:compose_wiki_page_uri to compose WikiPage URI. (MODULE): New section. 2003-03-26 Wakaba * StyleSheet.wps (wikiview/styles-wiki-xml): New rule. * WikiPages.wps (wikiform_input/recent-change-list, wikiformat/SuikaWiki/0.9-to-RSS): Don't output xml dec and xml-stylesheet pi. 2003-03-24 Wakaba * WikiCore.wps (wikiview/format): New rule. * Calender.wps (wikiview/link-calender-date, wikiview/if-calender): New rules. (wikiform_input/calender-months): Likewise. 2003-03-21 Wakaba * WikiConst.wps: New module. * mkplugin.pl: MODULE section is supported. 2003-02-19 Wakaba * StyleSheet.wps (wikiview/apply-user-preferred-style): M$IE support is removed. (wikiform_input//select-user-preferred-style): Likewise. * Example.wps: New module. 2003-02-19 Wakaba * StyleSheet.wps (wikiview/apply-user-preferred-style): M$IE support. (wikiform_input//select-user-preferred-style): Likewise. 2003-01-26 Wakaba * StyleSheet.wps (wikiview/styles-wiki-html, apply-user-preferred-style): New. (wikiform_input/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.