--- suikawiki/script/ChangeLog 2003/01/04 03:32:55 1.29 +++ suikawiki/script/ChangeLog 2003/01/12 09:15:06 1.30 @@ -1,3 +1,30 @@ +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.