--- suikawiki/script/ChangeLog 2002/03/24 00:51:52 1.2 +++ suikawiki/script/ChangeLog 2002/12/18 13:08:39 1.19 @@ -1,3 +1,118 @@ +2002-12-18 Wakaba + + * wiki.cgi (add): Bug fix ('g' -> 'ge' in option of s). + +2002-12-15 Wakaba + + * wiki.cgi (make_navigate_links): Add two jumps, one lucky. + +2002-12-13 Wakaba + + * wiki.cgi (do_index): Record referer, user-agent and + output referer and see also. + +2002-12-10 Wakaba + + * wiki.cgi (do_write): 'after_edit_cmd' support. + (print_editform): Likewise. + (print_navigate_links): Give 'wiki-cmd' class to 'View' and 'Edit'. + +2002-12-08 Wakaba + + * wiki.cgi (print_navigate_link_elements): New. + +2002-12-06 Wakaba + + * wiki.cgi (print_header): Downgrade for Infomosaic and M$IE 2 + is implemented. + +2002-12-05 Wakaba + + * wiki.cgi (make_custom_form): Form controls are to be disabled + if WikiPage is read only. + (SuikaWiki::Plugin::make_info_page): New. + (print_header): Downgrade if $UA =~ Mozilla/[34]\.. + +2002-12-04 Wakaba + + * wiki.cgi (make_custom_form): "target form" support. + (do_wikiform): Likewise. + +2002-12-03 Wakaba + + * wiki.cgi (update_recent_changes): Don't output buggy '#?' magic line. + (get_new_anchor_index): New function. + (do_comment): Use get_new_anchor_index. + (do_wikiform): New procedure. + (print_header): Output Refresh: field body with meta element, too, + to avoid bug(?) of early web browser implemention. + (mycmd=wikiform): New command. See for detail. + +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):