--- suikawiki/script/ChangeLog 2002/12/01 04:37:55 1.12 +++ suikawiki/script/ChangeLog 2003/01/12 09:15:06 1.30 @@ -1,3 +1,150 @@ +2003-01-12 Wakaba + + * script/: New directory. + * wiki.cgi ((main)): binmode STDOUT and STDIN. + (%page_command): Removed. + (%command_do): Many modes are removed and 'read' is revised from '\&do_read' + to '\&do_view'. + (do_read, do_output_css): Removed. + (do_view): Merged with &do_read and &do_output_css. + (do_adminchangepassword, valid_password): Don't use &print_message and/or &print_error. + (do_random_jump): Don't prepend scheme and server name. + (print_error, print_message): Removed. + (print_header): Don't print HTML header directory. + (_navigate_links, make_navigate_links): Removed. + (convert_format): Use &SuikaWiki::Plugin::format_converter. + (make_custom_form): Give page name to plugins. + (make_custom_form): Output INPUT element with XML style (net). + (edit_form): Likewise. + (init_form): Don't check %page_command. + (open_db): die if failed, instead of &print_error. + (is_editable): Don't allow SP (U+0020). + (do_rss): Removed. + (SuikaWiki::Plugin): push $plugin_directory to @INC. + (SuikaWiki::Plugin::user_agent_name): New. + (SuikaWiki::Plugin::magic_and_content): Bug fix. + (SuikaWiki::Plugin::format_converter): New. + +2003-01-04 Wakaba + + * wiki.cgi (do_read, do_TEXT_CSS, do_edit, do_adminchangepassword, do_write, print_message): Don't call print_content and print_footer. + (print_header): Don't output body element. + (print_navigate_links, print_footer, print_content): Removed. + (_navigate_links, convert_format): New. + (make_wikilink): $option{latest}: New option. + (editform): Don't output WikiEditHelp. + (armor_name, unarmor_name, do_diff): Removed. + (SuikaWiki::Plugin::magic_and_content, SuikaWiki::Plugin::formatter): New. + (pod:SEE ALSO): New. + +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: