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. * 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: - ($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): - Ignore LinkLikeThis style anchor. - Allow [[space including anchor]]. (make_link): Likewise. Gets rid of angle branckets before make anchor. 2002-02-02 wakaba * wiki.cgi: New file. * ChangeLog: Likewise.