/[pub]/suikawiki/script/ChangeLog
Suika

Diff of /suikawiki/script/ChangeLog

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

revision 1.11 by wakaba, Thu Nov 14 10:22:19 2002 UTC revision 1.45 by wakaba, Mon Nov 10 15:05:30 2008 UTC
# Line 1  Line 1 
1    2008-11-10  Wakaba  <wakaba@suika.fam.cx>
2    
3            * wiki.cgi: Support for the _charset_=utf-8 parameter, which is
4            necessary for <http://suika.fam.cx/gate/2005/sw/>.
5    
6    2008-11-10  Wakaba  <wakaba@suika.fam.cx>
7    
8            * wiki.cgi: Changed to redirector to the SuikaWiki4 URL.
9    
10    2004-04-30  Wakaba  <w@suika.fam.cx>
11    
12            * .htaccess: Do AddType to .cgi file.
13    
14    2004-03-12  Wakaba  <wakaba@suika.fam.cx>
15    
16            * tool/: Removed.
17    
18            * wiki.cgi: Load suikawiki-config.ph on this stage.
19    
20    2004-03-11  Wakaba  <wakaba@suika.fam.cx>
21    
22            * INSTALL: New.
23    
24    2004-03-10  Wakaba  <wakaba@suika.fam.cx>
25    
26            * Makefile.PL: Some module added.
27    
28    2004-02-01  Wakaba  <wakaba@suika.fam.cx>
29    
30            * Makefile.PL: Updated.
31    
32            * wiki.cgi: Don't require 'suikawiki-config.ph' directly.
33    
34    2003-12-04  Wakaba  <wakaba@suika.fam.cx>
35    
36            * .cvsignore: New file.
37            * MANIFEST.SKIP: New file.
38    
39    2003-12-03  Wakaba <w@suika.fam.cx>
40    
41            * Makefile.PL: New script.
42    
43    2003-11-27  Wakaba  <wakaba@suika.fam.cx>
44    
45            * wiki.cgi: Change $0.
46    
47    2003-10-25  Wakaba  <wakaba@suika.fam.cx>
48    
49            * .htaccess (ErrorDocument): Removed.
50    
51            * 500.ja.html.jis, 500.ja.xhtml.jis: Removed.
52    
53    2003-05-10  Wakaba  <w@offweb.ddo.jp>
54    
55            * misc/: New directory.
56    
57    2003-04-03  Wakaba  <w@offweb.ddo.jp>
58    
59            * wiki.cgi (%VERSION): Removed. (Moved to wikidata/suikawiki-config.ph.)
60    
61    2003-03-27  Wakaba  <w@offweb.ddo.jp>
62    
63            * 500.ja.*.jis: Updated.
64    
65    2003-01-26  Wakaba  <w@cube.wakaba.ssm>
66    
67            * wiki.cgi: Almost all part is moved to lib/suikawiki.pl.
68    
69    2003-01-26  Wakaba  <w@suika.fam.cx>
70    
71            * wiki.cgi ($use_exists): Removed.
72            (%command_do): read -> default.
73            (%UA): Don't my but do our.
74            (mode=read): Changed to mode=default unless necessary.
75            (do_view): Read cookie when 'default' mode.
76            (do_view): Mosaic Netscape 0.9 support:-)
77            (print_header): Likewise.
78            (get_search_result): Cache the result.
79            (%SearchResult, %SubjectLine): Moved from semi-global to my'ed,
80            with the support of SuikaWiki::Plugin->cache.
81            (make_custom_form): \%option: new argument.
82            (init_form): Set to 'default' mode if no mode is specified.
83            (is_exist_page, __get_database): Removed.
84            (SuikaWiki::Plugin->cache): New.
85    
86    2003-01-12  Wakaba  <w@suika.fam.cx>
87    
88            * script/: New directory.
89            * wiki.cgi ((main)): binmode STDOUT and STDIN.
90            (%page_command): Removed.
91            (%command_do): Many modes are removed and 'read' is revised from '\&do_read'
92            to '\&do_view'.
93            (do_read, do_output_css): Removed.
94            (do_view): Merged with &do_read and &do_output_css.
95            (do_adminchangepassword, valid_password): Don't use &print_message and/or &print_error.
96            (do_random_jump): Don't prepend scheme and server name.
97            (print_error, print_message): Removed.
98            (print_header): Don't print HTML header directory.
99            (_navigate_links, make_navigate_links): Removed.
100            (convert_format): Use &SuikaWiki::Plugin::format_converter.
101            (make_custom_form): Give page name to plugins.
102            (make_custom_form): Output INPUT element with XML style (net).
103            (edit_form): Likewise.
104            (init_form): Don't check %page_command.
105            (open_db): die if failed, instead of &print_error.
106            (is_editable): Don't allow SP (U+0020).
107            (do_rss): Removed.
108            (SuikaWiki::Plugin): push $plugin_directory to @INC.
109            (SuikaWiki::Plugin::user_agent_name): New.
110            (SuikaWiki::Plugin::magic_and_content): Bug fix.
111            (SuikaWiki::Plugin::format_converter): New.
112    
113    2003-01-04  Wakaba  <w@suika.fam.cx>
114    
115            * wiki.cgi (do_read, do_TEXT_CSS, do_edit, do_adminchangepassword, do_write, print_message): Don't call print_content and print_footer.
116            (print_header): Don't output body element.
117            (print_navigate_links, print_footer, print_content): Removed.
118            (_navigate_links, convert_format): New.
119            (make_wikilink): $option{latest}: New option.
120            (editform): Don't output WikiEditHelp.
121            (armor_name, unarmor_name, do_diff): Removed.
122            (SuikaWiki::Plugin::magic_and_content, SuikaWiki::Plugin::formatter): New.
123            (pod:SEE ALSO): New.
124    
125    2003-01-03  Wakaba  <w@suika.fam.cx>
126    
127            * tool/: New directory.
128            * tool/ywinfo2meta.pl: New script.
129            * wiki.cgi (do_edit, do_adminedit, print_editform, do_map, %infobase, get_info, set_info, __set_database, conflict): Removed.
130            (do_view, _compatible_options): New.
131            (#?SuikaWiki/0.9 interactive="yes"): New option.
132            (text_to_html): Toc code is revised.
133            (init_form): Don't allow [\x00-\x1F\x7F] in WikiPage name.
134            (open_db, close_db): Revised.
135            (wiki::dummy): New package.
136            (%SuikaWiki::Plugin::Index, SuikaWiki::Plugin::new_index): New.
137            (wiki::map): Removed.
138    
139    2003-01-02  Wakaba  <w@suika.fam.cx>
140    
141            * wiki.cgi (do_adminchangepasswordform): Removed.
142            (do_index): Likewise.
143    
144    2003-01-01  Wakaba  <w@suika.fam.cx>
145    
146            * default/: New directory.
147            * WalWiki/, SuikaWiki/: Removed.
148            * lib/: New directory.
149    
150            * wiki.cgi: Remove configurations.
151            * readme.txt, readme_en.txt, readme_ja.txt, readme_ja.wal.txt: Removed.
152            * convert.cgi: Removed.
153            * 500.ja.html, 500.ja,xhtml: Removed.
154            * 500.ja.html.jis, 500.ja.xhtml.jis: New documents.
155            * .htaccess: Updated.
156    
157    2002-12-30  Wakaba  <w@suika.fam.cx>
158    
159            * wiki.cgi (print_header, do_output_css): Output expires: header field
160            if necessary.
161            (SuikaWiki::Plugin::make_info_html): Removed.
162            (do_create, do_search, print_search_form): Removed.
163    
164    2002-12-25  Wakaba  <w@suika.fam.cx>
165    
166            * wiki.cgi: Clean up.
167            * WalWiki/lib/Yuki/RSS.pm: dc:* support.
168    
169    2002-12-24  Wakaba  <w@suika.fam.cx>
170    
171            * wiki.cgi: Clean up.
172    
173    2002-12-20  Wakaba  <w@suika.fam.cx>
174    
175            * wiki.cgi: SuikaWikiConst/1.0 is implemented.
176    
177    2002-12-19  Wakaba  <w@suika.fam.cx>
178    
179            * .htaccess: Updated.
180    
181            * 500.ja.html, 500.ja.xhtml: New files.
182    
183    2002-12-18  Wakaba  <w@suika.fam.cx>
184    
185            * wiki.cgi (add): Bug fix ('g' -> 'ge' in option of s).
186    
187    2002-12-15  Wakaba  <w@suika.fam.cx>
188    
189            * wiki.cgi (make_navigate_links): Add two jumps, one lucky.
190    
191    2002-12-13  Wakaba  <w@suika.fam.cx>
192    
193            * wiki.cgi (do_index): Record referer, user-agent and
194            output referer and see also.
195    
196    2002-12-10  Wakaba  <w@suika.fam.cx>
197    
198            * wiki.cgi (do_write): 'after_edit_cmd' support.
199            (print_editform): Likewise.
200            (print_navigate_links): Give 'wiki-cmd' class to 'View' and 'Edit'.
201    
202    2002-12-08  Wakaba  <w@suika.fam.cx>
203    
204            * wiki.cgi (print_navigate_link_elements): New.
205    
206    2002-12-06  Wakaba  <w@suika.fam.cx>
207    
208            * wiki.cgi (print_header): Downgrade for Infomosaic and M$IE 2
209            is implemented.
210    
211    2002-12-05  Wakaba  <w@suika.fam.cx>
212    
213            * wiki.cgi (make_custom_form): Form controls are to be disabled
214            if WikiPage is read only.
215            (SuikaWiki::Plugin::make_info_page): New.
216            (print_header): Downgrade if $UA =~ Mozilla/[34]\..
217    
218    2002-12-04  Wakaba  <w@suika.fam.cx>
219    
220            * wiki.cgi (make_custom_form): "target form" support.
221            (do_wikiform): Likewise.
222    
223    2002-12-03  Wakaba  <w@suika.fam.cx>
224    
225            * wiki.cgi (update_recent_changes): Don't output buggy '#?' magic line.
226            (get_new_anchor_index): New function.
227            (do_comment): Use get_new_anchor_index.
228            (do_wikiform): New procedure.
229            (print_header): Output Refresh: field body with meta element, too,
230            to avoid bug(?) of early web browser implemention.
231            (mycmd=wikiform): New command.  See <IW:SuikaWiki:WikiForm> for detail.
232    
233    2002-12-01  Wakaba <wakaba@woody.wakaba.ssm>
234    
235            * wiki.cgi:
236            - ($UA): New variable.
237            - Output meta element with Content-Type (with 'x-' charset name)
238            if $UA =~ Mozilla/1 or Mozilla/2.
239            - Downgrade syntax of Refresh field to regacy syntax if
240            $UA =~ Mozilla/1 or Mozilla/2 or Opera.
241            - (wiki::useragent::add): Dont save bare [\x81-\cFF].
242    
243  2002-11-14  Wakaba <w@suika.fam.cx>  2002-11-14  Wakaba <w@suika.fam.cx>
244    
245          * wiki.cgi: InterWiki is implemented.          * wiki.cgi: InterWiki is implemented.

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.45

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24