/[pub]/suikawiki/script/ChangeLog
Suika

Diff of /suikawiki/script/ChangeLog

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

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

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.40

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24