1 |
|
2003-01-12 Wakaba <w@suika.fam.cx> |
2 |
|
|
3 |
|
* script/: New directory. |
4 |
|
* wiki.cgi ((main)): binmode STDOUT and STDIN. |
5 |
|
(%page_command): Removed. |
6 |
|
(%command_do): Many modes are removed and 'read' is revised from '\&do_read' |
7 |
|
to '\&do_view'. |
8 |
|
(do_read, do_output_css): Removed. |
9 |
|
(do_view): Merged with &do_read and &do_output_css. |
10 |
|
(do_adminchangepassword, valid_password): Don't use &print_message and/or &print_error. |
11 |
|
(do_random_jump): Don't prepend scheme and server name. |
12 |
|
(print_error, print_message): Removed. |
13 |
|
(print_header): Don't print HTML header directory. |
14 |
|
(_navigate_links, make_navigate_links): Removed. |
15 |
|
(convert_format): Use &SuikaWiki::Plugin::format_converter. |
16 |
|
(make_custom_form): Give page name to plugins. |
17 |
|
(make_custom_form): Output INPUT element with XML style (net). |
18 |
|
(edit_form): Likewise. |
19 |
|
(init_form): Don't check %page_command. |
20 |
|
(open_db): die if failed, instead of &print_error. |
21 |
|
(is_editable): Don't allow SP (U+0020). |
22 |
|
(do_rss): Removed. |
23 |
|
(SuikaWiki::Plugin): push $plugin_directory to @INC. |
24 |
|
(SuikaWiki::Plugin::user_agent_name): New. |
25 |
|
(SuikaWiki::Plugin::magic_and_content): Bug fix. |
26 |
|
(SuikaWiki::Plugin::format_converter): New. |
27 |
|
|
28 |
|
2003-01-04 Wakaba <w@suika.fam.cx> |
29 |
|
|
30 |
|
* wiki.cgi (do_read, do_TEXT_CSS, do_edit, do_adminchangepassword, do_write, print_message): Don't call print_content and print_footer. |
31 |
|
(print_header): Don't output body element. |
32 |
|
(print_navigate_links, print_footer, print_content): Removed. |
33 |
|
(_navigate_links, convert_format): New. |
34 |
|
(make_wikilink): $option{latest}: New option. |
35 |
|
(editform): Don't output WikiEditHelp. |
36 |
|
(armor_name, unarmor_name, do_diff): Removed. |
37 |
|
(SuikaWiki::Plugin::magic_and_content, SuikaWiki::Plugin::formatter): New. |
38 |
|
(pod:SEE ALSO): New. |
39 |
|
|
40 |
|
2003-01-03 Wakaba <w@suika.fam.cx> |
41 |
|
|
42 |
|
* tool/: New directory. |
43 |
|
* tool/ywinfo2meta.pl: New script. |
44 |
|
* wiki.cgi (do_edit, do_adminedit, print_editform, do_map, %infobase, get_info, set_info, __set_database, conflict): Removed. |
45 |
|
(do_view, _compatible_options): New. |
46 |
|
(#?SuikaWiki/0.9 interactive="yes"): New option. |
47 |
|
(text_to_html): Toc code is revised. |
48 |
|
(init_form): Don't allow [\x00-\x1F\x7F] in WikiPage name. |
49 |
|
(open_db, close_db): Revised. |
50 |
|
(wiki::dummy): New package. |
51 |
|
(%SuikaWiki::Plugin::Index, SuikaWiki::Plugin::new_index): New. |
52 |
|
(wiki::map): Removed. |
53 |
|
|
54 |
|
2003-01-02 Wakaba <w@suika.fam.cx> |
55 |
|
|
56 |
|
* wiki.cgi (do_adminchangepasswordform): Removed. |
57 |
|
(do_index): Likewise. |
58 |
|
|
59 |
|
2003-01-01 Wakaba <w@suika.fam.cx> |
60 |
|
|
61 |
|
* default/: New directory. |
62 |
|
* WalWiki/, SuikaWiki/: Removed. |
63 |
|
* lib/: New directory. |
64 |
|
|
65 |
|
* wiki.cgi: Remove configurations. |
66 |
|
* readme.txt, readme_en.txt, readme_ja.txt, readme_ja.wal.txt: Removed. |
67 |
|
* convert.cgi: Removed. |
68 |
|
* 500.ja.html, 500.ja,xhtml: Removed. |
69 |
|
* 500.ja.html.jis, 500.ja.xhtml.jis: New documents. |
70 |
|
* .htaccess: Updated. |
71 |
|
|
72 |
2002-12-30 Wakaba <w@suika.fam.cx> |
2002-12-30 Wakaba <w@suika.fam.cx> |
73 |
|
|
74 |
* wiki.cgi (print_header, do_output_css): Output expires: header field |
* wiki.cgi (print_header, do_output_css): Output expires: header field |