--- suikawiki/script/ChangeLog 2003/01/01 11:51:10 1.26 +++ suikawiki/script/ChangeLog 2004/03/12 04:54:19 1.41 @@ -1,3 +1,131 @@ +2004-03-12 Wakaba + + * wiki.cgi: Load suikawiki-config.ph on this stage. + +2004-03-11 Wakaba + + * INSTALL: New. + +2004-03-10 Wakaba + + * Makefile.PL: Some module added. + +2004-02-01 Wakaba + + * Makefile.PL: Updated. + + * wiki.cgi: Don't require 'suikawiki-config.ph' directly. + +2003-12-04 Wakaba + + * .cvsignore: New file. + * MANIFEST.SKIP: New file. + +2003-12-03 Wakaba + + * Makefile.PL: New script. + +2003-11-27 Wakaba + + * wiki.cgi: Change $0. + +2003-10-25 Wakaba + + * .htaccess (ErrorDocument): Removed. + + * 500.ja.html.jis, 500.ja.xhtml.jis: Removed. + +2003-05-10 Wakaba + + * misc/: New directory. + +2003-04-03 Wakaba + + * wiki.cgi (%VERSION): Removed. (Moved to wikidata/suikawiki-config.ph.) + +2003-03-27 Wakaba + + * 500.ja.*.jis: Updated. + +2003-01-26 Wakaba + + * wiki.cgi: Almost all part is moved to lib/suikawiki.pl. + +2003-01-26 Wakaba + + * wiki.cgi ($use_exists): Removed. + (%command_do): read -> default. + (%UA): Don't my but do our. + (mode=read): Changed to mode=default unless necessary. + (do_view): Read cookie when 'default' mode. + (do_view): Mosaic Netscape 0.9 support:-) + (print_header): Likewise. + (get_search_result): Cache the result. + (%SearchResult, %SubjectLine): Moved from semi-global to my'ed, + with the support of SuikaWiki::Plugin->cache. + (make_custom_form): \%option: new argument. + (init_form): Set to 'default' mode if no mode is specified. + (is_exist_page, __get_database): Removed. + (SuikaWiki::Plugin->cache): New. + +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.