/[pub]/suikawiki/script/ChangeLog
Suika

Contents of /suikawiki/script/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.43 - (show annotations) (download)
Fri Apr 30 05:57:32 2004 UTC (20 years, 6 months ago) by wakaba
Branch: MAIN
CVS Tags: release-3-0-0
Branch point for: helowiki, helowiki-2005
Changes since 1.42: +4 -0 lines
Do AddType to .cgi file.

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>
169
170 * .htaccess: Updated.
171
172 * 500.ja.html, 500.ja.xhtml: New files.
173
174 2002-12-18 Wakaba <w@suika.fam.cx>
175
176 * wiki.cgi (add): Bug fix ('g' -> 'ge' in option of s).
177
178 2002-12-15 Wakaba <w@suika.fam.cx>
179
180 * wiki.cgi (make_navigate_links): Add two jumps, one lucky.
181
182 2002-12-13 Wakaba <w@suika.fam.cx>
183
184 * wiki.cgi (do_index): Record referer, user-agent and
185 output referer and see also.
186
187 2002-12-10 Wakaba <w@suika.fam.cx>
188
189 * wiki.cgi (do_write): 'after_edit_cmd' support.
190 (print_editform): Likewise.
191 (print_navigate_links): Give 'wiki-cmd' class to 'View' and 'Edit'.
192
193 2002-12-08 Wakaba <w@suika.fam.cx>
194
195 * wiki.cgi (print_navigate_link_elements): New.
196
197 2002-12-06 Wakaba <w@suika.fam.cx>
198
199 * wiki.cgi (print_header): Downgrade for Infomosaic and M$IE 2
200 is implemented.
201
202 2002-12-05 Wakaba <w@suika.fam.cx>
203
204 * wiki.cgi (make_custom_form): Form controls are to be disabled
205 if WikiPage is read only.
206 (SuikaWiki::Plugin::make_info_page): New.
207 (print_header): Downgrade if $UA =~ Mozilla/[34]\..
208
209 2002-12-04 Wakaba <w@suika.fam.cx>
210
211 * wiki.cgi (make_custom_form): "target form" support.
212 (do_wikiform): Likewise.
213
214 2002-12-03 Wakaba <w@suika.fam.cx>
215
216 * wiki.cgi (update_recent_changes): Don't output buggy '#?' magic line.
217 (get_new_anchor_index): New function.
218 (do_comment): Use get_new_anchor_index.
219 (do_wikiform): New procedure.
220 (print_header): Output Refresh: field body with meta element, too,
221 to avoid bug(?) of early web browser implemention.
222 (mycmd=wikiform): New command. See <IW:SuikaWiki:WikiForm> for detail.
223
224 2002-12-01 Wakaba <wakaba@woody.wakaba.ssm>
225
226 * wiki.cgi:
227 - ($UA): New variable.
228 - Output meta element with Content-Type (with 'x-' charset name)
229 if $UA =~ Mozilla/1 or Mozilla/2.
230 - Downgrade syntax of Refresh field to regacy syntax if
231 $UA =~ Mozilla/1 or Mozilla/2 or Opera.
232 - (wiki::useragent::add): Dont save bare [\x81-\cFF].
233
234 2002-11-14 Wakaba <w@suika.fam.cx>
235
236 * wiki.cgi: InterWiki is implemented.
237
238 2002-10-21 Wakaba <w@suika.fam.cx>
239
240 * wiki.cgi:
241 - Better support of random jump.
242 - Output Last-Modified: field if possible.
243 - Output ROBOTS -> NOINDEX as meta element if necessary.
244 - Don't output summary of its own page within title element
245 and page title (h1 element).
246 - Simplify of navigation links and footer.
247 - Add See Also and Referers to TOC.
248 - Bug fix of [INS/DEL/PRE[ treatment.
249 - Support of obsoleted="yes" attribute of wiki page.
250 - >>\d+ support in name of comment.
251
252 2002-10-17 Wakaba <w@suika.fam.cx>
253
254 * wiki.cgi: Updated. See
255 <http://suika.fam.cx/~wakaba/-temp/wiki/wiki?%A4%B3%A4%CEwiki%A4%CE%C6%C8%BC%AB%B3%C8%C4%A5#anchor-1>.
256
257 2002-10-07 Wakaba <w@suika.fam.cx>
258
259 * wiki.cgi:
260 - Output Last-Modified:.
261 - Record and output referer information.
262
263 2002-09-28 Wakaba <w@suika.fam.cx>
264
265 * wiki.cgi:
266 - Intoduce text/css mode.
267 - Anchorize news: URIs.
268 - (armor_name): Bug fix of not anchorizing traditional Wiki name.
269 - Indenting heading 3-5 in TOC.
270 - Multi-comment support.
271 - (print_footer): Embed #comment.
272 - (print_editform): Use NewPageTemplate when new page.
273 * wiki-style.css: Removed.
274
275 2002-08-29 Wakaba <w@suika.fam.cx>
276
277 * wiki.cgi: Fix cross site problem, syncing with
278 WalWiki 2.0.3.wal1 (WikiAntenna is not merged).
279
280 2002-06-18 Wakaba <w@suika.fam.cx>
281
282 * wiki.cgi: Fix cross site scripting problems.
283
284 2002-06-02 wakaba <w@suika.fam.cx>
285
286 * wiki.cgi: Sync with WalWiki 2.0.beta.1.wal.1.
287 * wiki-style.css: New file.
288
289 2002-03-24 wakaba <w@suika.fam.cx>
290
291 * wiki.cgi (inline):
292 - Ignore LinkLikeThis style anchor.
293 - Allow [[space including anchor]].
294 (make_link): Likewise. Gets rid of angle branckets
295 before make anchor.
296
297 2002-02-02 wakaba <wakaba@suika.fam.cx>
298
299 * wiki.cgi: New file.
300 * ChangeLog: Likewise.

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24