--- suikawiki/script/lib/ChangeLog 2003/04/03 01:09:07 1.3 +++ suikawiki/script/lib/ChangeLog 2003/10/05 10:42:12 1.11.2.1 @@ -1,3 +1,65 @@ +2003-09-26 Wakaba + + * suikawiki.pl (init_form): Allow media type parameter in ENV{CONTENT_TYPE}. + +2003-08-06 Wakaba + + * suikawiki.pl (open_db): Don't enforce lock by YukiWikiDBNS. + +2003-07-27 Wakaba + + * suikawiki.pl (_http_see_other): Returns 302 even if HTTP/1.0 if client is M$IE 1.0. + (_compatible_options): Use compatible anchor mode if Mozilla 3-4. + +2003-07-26 Wakaba + + * suikawiki.pl (editform): Change default value of Edit:Form:{Cols|Rows}. + (editform): Give textarea/@wrap=physical attribute if Mozilla/[0-4].*. + +2003-07-23 Wakaba + + * suikawiki.pl (_http_see_other): Returns 302 if legacy UA. + +2003-06-01 Wakaba + + * suikawiki.pl (print_header): Support IMS: header. + +2003-05-31 Wakaba + + * suikawiki.pl (get_subjectline, make_custom_form): Removed. (See SuikaWiki::Plugin::*.) + +2003-05-12 Wakaba + + * suikawiki.pl (main::get_subjectline): Summarized the first paragraph + of the WikiPage (Was returned the first line). + +2003-05-10 Wakaba + + * suikawiki.pl (wiki::referer, wiki::useragent): Removed. + +2003-05-07 Wakaba + + * suikawiki.pl (SuikaWiki::Plugin): Removed (moved to + SuikaWiki::Plugin::WikiPlugin). + (wiki::conneg, wiki::resource): Removed. (Moved to SuikaWiki::Plugin::WikiResource.) + (wiki::suikawikiconst): Removed. (Moved to SuikaWiki::Plugin::WikiConst.) + +2003-04-29 Wakaba + + * suikawiki.pl (is_editable): Use new SuikaWiki::Name::Space module. + +2003-04-28 Wakaba + + * suikawiki.pl (print_header): Don't output Content-Language: header field. + (%embedded_command): 'searched' command (had been deprecated) is removed. + (text_to_html, inline, id_and_name): Removed. (Moved to SuikaWiki09 plugin module.) + +2003-04-12 Wakaba + + * suikawiki.pl (embeded_to_html): Replace special characters to SGML + character entity reference in WikiPage name outputed within the + hidden input elements. + 2003-04-03 Wakaba * suikawiki.pl (%VERSION): Moved from ../wiki.cgi.