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

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24