--- suikawiki/script/ChangeLog 2002/03/24 00:51:52 1.2 +++ suikawiki/script/ChangeLog 2002/12/01 04:37:55 1.12 @@ -1,3 +1,68 @@ +2002-12-01 Wakaba + + * wiki.cgi: + - ($UA): New variable. + - Output meta element with Content-Type (with 'x-' charset name) + if $UA =~ Mozilla/1 or Mozilla/2. + - Downgrade syntax of Refresh field to regacy syntax if + $UA =~ Mozilla/1 or Mozilla/2 or Opera. + - (wiki::useragent::add): Dont save bare [\x81-\cFF]. + +2002-11-14 Wakaba + + * wiki.cgi: InterWiki is implemented. + +2002-10-21 Wakaba + + * wiki.cgi: + - Better support of random jump. + - Output Last-Modified: field if possible. + - Output ROBOTS -> NOINDEX as meta element if necessary. + - Don't output summary of its own page within title element + and page title (h1 element). + - Simplify of navigation links and footer. + - Add See Also and Referers to TOC. + - Bug fix of [INS/DEL/PRE[ treatment. + - Support of obsoleted="yes" attribute of wiki page. + - >>\d+ support in name of comment. + +2002-10-17 Wakaba + + * wiki.cgi: Updated. See + . + +2002-10-07 Wakaba + + * wiki.cgi: + - Output Last-Modified:. + - Record and output referer information. + +2002-09-28 Wakaba + + * wiki.cgi: + - Intoduce text/css mode. + - Anchorize news: URIs. + - (armor_name): Bug fix of not anchorizing traditional Wiki name. + - Indenting heading 3-5 in TOC. + - Multi-comment support. + - (print_footer): Embed #comment. + - (print_editform): Use NewPageTemplate when new page. + * wiki-style.css: Removed. + +2002-08-29 Wakaba + + * wiki.cgi: Fix cross site problem, syncing with + WalWiki 2.0.3.wal1 (WikiAntenna is not merged). + +2002-06-18 Wakaba + + * wiki.cgi: Fix cross site scripting problems. + +2002-06-02 wakaba + + * wiki.cgi: Sync with WalWiki 2.0.beta.1.wal.1. + * wiki-style.css: New file. + 2002-03-24 wakaba * wiki.cgi (inline):