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

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24