--- suikawiki/script/lib/ChangeLog 2003/03/27 07:18:51 1.2 +++ suikawiki/script/lib/ChangeLog 2003/05/10 05:58:49 1.6 @@ -1,3 +1,39 @@ +2003-05-10 Wakaba + + * suikawiki.pl (wiki::referer, wiki::useragent): Removed. + +2003-05-07 Wakaba + + * suikawiki.pl (SuikaWiki::Plugin): Removed (moved to + SuikaWiki::Plugin::WikiPlugin). + (wiki::conneg, wiki::resource): Removed. (Moved to SuikaWiki::Plugin::WikiResource.) + (wiki::suikawikiconst): Removed. (Moved to SuikaWiki::Plugin::WikiConst.) + +2003-04-29 Wakaba + + * suikawiki.pl (is_editable): Use new SuikaWiki::Name::Space module. + +2003-04-28 Wakaba + + * suikawiki.pl (print_header): Don't output Content-Language: header field. + (%embedded_command): 'searched' command (had been deprecated) is removed. + (text_to_html, inline, id_and_name): Removed. (Moved to SuikaWiki09 plugin module.) + +2003-04-12 Wakaba + + * suikawiki.pl (embeded_to_html): Replace special characters to SGML + character entity reference in WikiPage name outputed within the + hidden input elements. + +2003-04-03 Wakaba + + * suikawiki.pl (%VERSION): Moved from ../wiki.cgi. + +2003-03-28 Wakaba + + * suikawiki.pl (SuikaWiki::Plugin::formatter_replace_if_not_parsed_yet): New. + (wiki::resource): Change resource page name, 'WikiResource:*' to 'Wiki//Resource//*'. + 2003-03-27 Wakaba * suikawiki.pl: Merge namespace support.