/[pub]/suikawiki/script/ChangeLog
Suika

Diff of /suikawiki/script/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.21 by wakaba, Thu Dec 19 08:39:30 2002 UTC revision 1.32 by wakaba, Thu Mar 27 06:25:01 2003 UTC
# Line 1  Line 1 
1    2003-03-27  Wakaba  <w@offweb.ddo.jp>
2    
3            * 500.ja.*.jis: Updated.
4    
5    2003-01-26  Wakaba  <w@cube.wakaba.ssm>
6    
7            * wiki.cgi: Almost all part is moved to lib/suikawiki.pl.
8    
9    2003-01-26  Wakaba  <w@suika.fam.cx>
10    
11            * wiki.cgi ($use_exists): Removed.
12            (%command_do): read -> default.
13            (%UA): Don't my but do our.
14            (mode=read): Changed to mode=default unless necessary.
15            (do_view): Read cookie when 'default' mode.
16            (do_view): Mosaic Netscape 0.9 support:-)
17            (print_header): Likewise.
18            (get_search_result): Cache the result.
19            (%SearchResult, %SubjectLine): Moved from semi-global to my'ed,
20            with the support of SuikaWiki::Plugin->cache.
21            (make_custom_form): \%option: new argument.
22            (init_form): Set to 'default' mode if no mode is specified.
23            (is_exist_page, __get_database): Removed.
24            (SuikaWiki::Plugin->cache): New.
25    
26    2003-01-12  Wakaba  <w@suika.fam.cx>
27    
28            * script/: New directory.
29            * wiki.cgi ((main)): binmode STDOUT and STDIN.
30            (%page_command): Removed.
31            (%command_do): Many modes are removed and 'read' is revised from '\&do_read'
32            to '\&do_view'.
33            (do_read, do_output_css): Removed.
34            (do_view): Merged with &do_read and &do_output_css.
35            (do_adminchangepassword, valid_password): Don't use &print_message and/or &print_error.
36            (do_random_jump): Don't prepend scheme and server name.
37            (print_error, print_message): Removed.
38            (print_header): Don't print HTML header directory.
39            (_navigate_links, make_navigate_links): Removed.
40            (convert_format): Use &SuikaWiki::Plugin::format_converter.
41            (make_custom_form): Give page name to plugins.
42            (make_custom_form): Output INPUT element with XML style (net).
43            (edit_form): Likewise.
44            (init_form): Don't check %page_command.
45            (open_db): die if failed, instead of &print_error.
46            (is_editable): Don't allow SP (U+0020).
47            (do_rss): Removed.
48            (SuikaWiki::Plugin): push $plugin_directory to @INC.
49            (SuikaWiki::Plugin::user_agent_name): New.
50            (SuikaWiki::Plugin::magic_and_content): Bug fix.
51            (SuikaWiki::Plugin::format_converter): New.
52    
53    2003-01-04  Wakaba  <w@suika.fam.cx>
54    
55            * wiki.cgi (do_read, do_TEXT_CSS, do_edit, do_adminchangepassword, do_write, print_message): Don't call print_content and print_footer.
56            (print_header): Don't output body element.
57            (print_navigate_links, print_footer, print_content): Removed.
58            (_navigate_links, convert_format): New.
59            (make_wikilink): $option{latest}: New option.
60            (editform): Don't output WikiEditHelp.
61            (armor_name, unarmor_name, do_diff): Removed.
62            (SuikaWiki::Plugin::magic_and_content, SuikaWiki::Plugin::formatter): New.
63            (pod:SEE ALSO): New.
64    
65    2003-01-03  Wakaba  <w@suika.fam.cx>
66    
67            * tool/: New directory.
68            * tool/ywinfo2meta.pl: New script.
69            * wiki.cgi (do_edit, do_adminedit, print_editform, do_map, %infobase, get_info, set_info, __set_database, conflict): Removed.
70            (do_view, _compatible_options): New.
71            (#?SuikaWiki/0.9 interactive="yes"): New option.
72            (text_to_html): Toc code is revised.
73            (init_form): Don't allow [\x00-\x1F\x7F] in WikiPage name.
74            (open_db, close_db): Revised.
75            (wiki::dummy): New package.
76            (%SuikaWiki::Plugin::Index, SuikaWiki::Plugin::new_index): New.
77            (wiki::map): Removed.
78    
79    2003-01-02  Wakaba  <w@suika.fam.cx>
80    
81            * wiki.cgi (do_adminchangepasswordform): Removed.
82            (do_index): Likewise.
83    
84    2003-01-01  Wakaba  <w@suika.fam.cx>
85    
86            * default/: New directory.
87            * WalWiki/, SuikaWiki/: Removed.
88            * lib/: New directory.
89    
90            * wiki.cgi: Remove configurations.
91            * readme.txt, readme_en.txt, readme_ja.txt, readme_ja.wal.txt: Removed.
92            * convert.cgi: Removed.
93            * 500.ja.html, 500.ja,xhtml: Removed.
94            * 500.ja.html.jis, 500.ja.xhtml.jis: New documents.
95            * .htaccess: Updated.
96    
97    2002-12-30  Wakaba  <w@suika.fam.cx>
98    
99            * wiki.cgi (print_header, do_output_css): Output expires: header field
100            if necessary.
101            (SuikaWiki::Plugin::make_info_html): Removed.
102            (do_create, do_search, print_search_form): Removed.
103    
104    2002-12-25  Wakaba  <w@suika.fam.cx>
105    
106            * wiki.cgi: Clean up.
107            * WalWiki/lib/Yuki/RSS.pm: dc:* support.
108    
109    2002-12-24  Wakaba  <w@suika.fam.cx>
110    
111            * wiki.cgi: Clean up.
112    
113    2002-12-20  Wakaba  <w@suika.fam.cx>
114    
115            * wiki.cgi: SuikaWikiConst/1.0 is implemented.
116    
117  2002-12-19  Wakaba  <w@suika.fam.cx>  2002-12-19  Wakaba  <w@suika.fam.cx>
118    
119          * .htaccess: Updated.          * .htaccess: Updated.

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.32

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24