--- suikawiki/script/ChangeLog 2002/12/01 04:37:55 1.12 +++ suikawiki/script/ChangeLog 2003/01/03 08:25:31 1.28 @@ -1,3 +1,111 @@ +2003-01-03 Wakaba + + * tool/: New directory. + * tool/ywinfo2meta.pl: New script. + * wiki.cgi (do_edit, do_adminedit, print_editform, do_map, %infobase, get_info, set_info, __set_database, conflict): Removed. + (do_view, _compatible_options): New. + (#?SuikaWiki/0.9 interactive="yes"): New option. + (text_to_html): Toc code is revised. + (init_form): Don't allow [\x00-\x1F\x7F] in WikiPage name. + (open_db, close_db): Revised. + (wiki::dummy): New package. + (%SuikaWiki::Plugin::Index, SuikaWiki::Plugin::new_index): New. + (wiki::map): Removed. + +2003-01-02 Wakaba + + * wiki.cgi (do_adminchangepasswordform): Removed. + (do_index): Likewise. + +2003-01-01 Wakaba + + * default/: New directory. + * WalWiki/, SuikaWiki/: Removed. + * lib/: New directory. + + * wiki.cgi: Remove configurations. + * readme.txt, readme_en.txt, readme_ja.txt, readme_ja.wal.txt: Removed. + * convert.cgi: Removed. + * 500.ja.html, 500.ja,xhtml: Removed. + * 500.ja.html.jis, 500.ja.xhtml.jis: New documents. + * .htaccess: Updated. + +2002-12-30 Wakaba + + * wiki.cgi (print_header, do_output_css): Output expires: header field + if necessary. + (SuikaWiki::Plugin::make_info_html): Removed. + (do_create, do_search, print_search_form): Removed. + +2002-12-25 Wakaba + + * wiki.cgi: Clean up. + * WalWiki/lib/Yuki/RSS.pm: dc:* support. + +2002-12-24 Wakaba + + * wiki.cgi: Clean up. + +2002-12-20 Wakaba + + * wiki.cgi: SuikaWikiConst/1.0 is implemented. + +2002-12-19 Wakaba + + * .htaccess: Updated. + + * 500.ja.html, 500.ja.xhtml: New files. + +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: