/[pub]/suikawiki/script/lib/SuikaWiki/Plugin/ChangeLog
Suika

Contents of /suikawiki/script/lib/SuikaWiki/Plugin/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.58 - (show annotations) (download)
Fri Apr 30 05:59:50 2004 UTC (22 years, 2 months ago) by wakaba
Branch: MAIN
Changes since 1.57: +4 -0 lines
(distclean): New rule.

1 2004-04-30 Wakaba <w@suika.fam.cx>
2
3 * Makefile (distclean): New rule.
4
5 2004-04-26 Wakaba <wakaba@suika.fam.cx>
6
7 * WikiLinking.wp2 (Function[to_wikipage_in_html]): Don't require
8 'page_name_relative' if 'page_name' is provided.
9
10 2004-04-25 Wakaba <wakaba@suika.fam.cx>
11
12 * WikiPageProp.wp2 (FormattingRule[wpp--next-anchor-index]): Check
13 content_prop.
14
15 * InterWikiCore.wp2 (Function[_get_interwiki_definition_page]): Check
16 content_prop.
17
18 * WikiFormat.wp2 (Function[handler]): content_prop supported.
19
20 * WikiFormCore.wp2 (ViewDefinition[wikiform]): Check content_prop.
21
22 2004-04-24 Wakaba <wakaba@suika.fam.cx>
23
24 * WikiEdit.wp2 (get_content): Content property object is also returned.
25
26 2004-04-05 Wakaba <wakaba@suika.fam.cx>
27
28 * WikiEdit.wp2 (ViewDefinition[write]): Set 'referer' writable.
29 * WikiFormCore.wp2 (ViewDefinition[wikiform]): Likewise.
30
31 2004-04-01 Wakaba <wakaba@suika.fam.cx>
32
33 * WikiPageProp.wp2 (FormattingRule[page-name]): Update code to new style.
34
35 2004-03-29 Wakaba <wakaba@suika.fam.cx>
36
37 * WikiEdit.wp2 (ViewDefinition[write]): Don't update content and
38 lastmodified if new content is actually not changed.
39
40 * WikiFormCore.wp2 (ViewDefinition[wikiform]): "bbs__sage" parameter
41 implemented for WikiFormBBS WikiPlugin module.
42
43 2004-03-24 Wakaba <wakaba@suika.fam.cx>
44
45 * WikiFormCore.wp2 (ViewDefinition[wikiform]): Action name 'view'
46 is changed to 'ok'.
47 (required): Internal data structure is changed
48 from {form}->{require}->{ id } to {form}->{require}->{id}->{ id }.
49 * WikiFormText.wp2 (FormattingRule): s/{require}/{require}->{id}/g;
50
51 2004-03-20 Wakaba <wakaba@suika.fam.cx>
52
53 * WikiFormText.wp2 (FormattingRule[textarea]): Appends <br/> after
54 label.
55
56 2004-03-19 Wakaba <wakaba@suika.fam.cx>
57
58 * WikiLinking.wp2 (Function[to_wikipage_in_html]): New parameter
59 {dest}->{param} implemented.
60
61 2004-03-13 Wakaba <wakaba@suika.fam.cx>
62
63 * InterWikiCore.wp2 (Function): Typo in regex fixed.
64
65 2004-03-12 Wakaba <wakaba@suika.fam.cx>
66
67 * .cvsignore: New.
68
69 2004-03-11 Wakaba <wakaba@suika.fam.cx>
70
71 * WikiResource.wp2 (Function[temp_get_resource_text]): Skip reading
72 database unless SuikaWikiConst09 module loaded.
73
74 * Makefile (all): New.
75
76 * InterWikiCore.wp2 (FormattingRule[uri]): New.
77
78 2004-03-10 Wakaba <wakaba@suika.fam.cx>
79
80 * Error.wp2 (Resource): Some new resource text added.
81
82 * InterWikiCore.wp2: A lot of formatting rules for Referer plugin
83 introduced.
84
85 2004-02-19 Wakaba <wakaba@suika.fam.cx>
86
87 * InterWikiCore.wp2 (Function[_get_interwiki_definition_page]): Use
88 resource for error message.
89
90 2004-02-18 Wakaba <wakaba@suika.fam.cx>
91
92 * WikiFormat.wp2 (Function[handler]): Output trace in "format" debug
93 mode (formally "general" mode).
94
95 * WikiResource.wp2 (Function[tmp_get_accept_language]): Use default
96 accept language specification in case Accept-Language HTTP request
97 header field not available or input object not available.
98 * WikiEdit.wp2, WikiRead.wp2, WikiResource.wp2, InterWikiCore.wp2,
99 WikiFormCore.wp2, WikiPageProp.wp2, WikiLinking.wp2: Rethrow
100 'ERROR_REPORTED' WikiDB error in catch block.
101
102 2004-02-14 Wakaba <wakaba@suika.fam.cx>
103
104 * WikiResource.wp2 (Function[get]): New 'ns' option implemented.
105
106 * WikiLinking.wp2 (Function[to_wikipage_in_html]): Typo fixed.
107
108 2004-02-12 Wakaba <wakaba@suika.fam.cx>
109
110 * InterWikiCore.wp2 (FormattingRule[iwc--name, iwc--parameter]): New
111 rules.
112
113 * Error.wp2 (Function[report_error_simple]): Use append_node with
114 node_or_text parameter, instead of append_text method.
115
116 * WikiLinking.wp2 (Function[to_resource_in_html]): Set URI reference
117 as <#err--error-list> if unknown resource-scheme specified.
118
119 * Error.wp2: Give ID to error-list section.
120
121 2004-02-11 Wakaba <wakaba@suika.fam.cx>
122
123 * WikiStruct.wp2 (FormattingRule[list]): New.
124
125 * Error.wp2 (ViewFragment[err-general-error]): New fragment.
126
127 * WikiStruct.wp2 (FormattingRule[section]): Make available in context
128 of 'view-resource' and 'form-input'.
129
130 2004-02-10 Wakaba <wakaba@suika.fam.cx>
131
132 * WikiLinking.wp2 (FormattingRule[link-to-it]): Set default value to
133 'description' parameter.
134 (Function[to_resource_by_uri_in_html]): Canonicalize URI reference.
135 (FormattingRule[link-to-resource]): Typo fixed.
136 (Function[to_resource_in_html]): Report error if unknown scheme.
137
138 2004-02-08 Wakaba <wakaba@suika.fam.cx>
139
140 * WikiResource.wp2 (Function[get_op]): New function.
141
142 * Error.wp2, WikiDB.wp2, WikiView.wp2, WikiFormat.wp2 (ViewDefinition):
143 Output footer in error message.
144
145 * WikiLinking.wp2 (FormattingRule[link-to-wikipage]): Typo fixed.
146
147 * WikiFormCore.wp2 (FormattingRule[output]): SuikaWiki 3 WikiName
148 support.
149
150 2004-02-07 Wakaba <wakaba@suika.fam.cx>
151
152 * HTML.wp2 (FormattingRule[html-document]): "pre-element": New parameter.
153
154 * SuikaWikiConfig20.wp2: New module (separated from InterWikiCore.wp2).
155
156 * InterWikiCore.wp2: SuikaWikiConfig/2.0 support removed.
157
158 * WikiNamespace.wps: Removed.
159
160 * WikiFormCore.wp2: Use SuikaWiki 3 WikiName interface.
161 (ViewDefinition[comment]): Removed.
162
163 * HTML.wp2, WikiLinking.wp2: Use SuikaWiki 3 WikiName interface.
164
165 * WikiEdit.wp2 (Function[page_is_editable]): Removed.
166
167 * WikiRead.wp2 (FormattingRule[view/read]): Use SuikaWiki 3 WikiName
168 interface.
169
170 2004-02-04 Wakaba <wakaba@suika.fam.cx>
171
172 * WikiPageProp.wp2 (FormattingRule[view/last-modified]): Syntaxal
173 typo fixed.
174
175 * WikiEdit.wp2 (Resource[Edit:SaveAnd:Description]): New resource.
176
177 2004-02-03 Wakaba <wakaba@suika.fam.cx>
178
179 * WikiDB.wp2 (ViewDefinition[-wdb--fatal-error]): Output navigation
180 toolbar.
181
182 * WikiPageProp.wp2 (FormattingRule[wpp--next-anchor-index]): Catch
183 SuikaWiki::Format::Definition::error.
184
185 * WikiFormat.wp2 (Function[handler]): Output trace if general debug mode.
186
187 * WikiRead.wp2 (FormattingRule[read]): New option 'when-no-converter'.
188
189 * WikiView.wp2 (ViewDefinition[Name='-wv--no-view-definition']): New mode.
190
191 2004-02-02 Wakaba <wakaba@suika.fam.cx>
192
193 * WikiRead.wp2 (FormattingRule:view/read): New parameters 'Type',
194 'Name', 'Version', 'IsFragment', 'return-type' implemented.
195
196 2004-02-01 Wakaba <wakaba@suika.fam.cx>
197
198 * Error.wp2 (Resource): Some error messages are now resource'ized.
199
200 * WikiDB.wp2 (ViewDefinition): Typo fixed.
201
202 * InterWikiCore.wp2, WikiEdit.wp2, WikiFormCore.wp2, WikiPageProp.wp2,
203 WikiResource.wp2: Use try..catch for WikiDB "stop" error.
204
205 * WikiLinking.wp2 (FormattingRule[Name='if-linked-wikipage-not-exist']): Use try..catch for WikiDB "stop" error.
206
207 2004-01-31 Wakaba <wakaba@suika.fam.cx>
208
209 * WikiFormText.wp2 (FormattingRule): Typo fixed.
210
211 2004-01-18 Wakaba <wakaba@suika.fam.cx>
212
213 * InterWikiCore.wps: Removed.
214
215 2004-01-17 Wakaba <wakaba@suika.fam.cx>
216
217 * InterWikiCore.wp2: New module.
218
219 * WikiLinking.wp2 (Function): Follow to changed option naming rule of Message::Util::Error.
220
221 2004-01-16 Wakaba <wakaba@suika.fam.cx>
222
223 * WikiStruct.wp2 (FormattingRule:section): Don't give anonymous id.
224 (Function:set_section_id): Typo fixed.
225
226 * WikiPlugin.wps: Removed.
227 * WikiConst.wps: Removed.
228 * WikiLinking.wps: Removed.
229
230 * Makefile: mkplugin.pl removed.
231 * mkplugin.pl: Removed.
232
233 * WikiEdit.wp2: Use new WikiResource module.
234
235 * WikiResource.wp2 (get, temp_get_accept_language, temp_get_resource_text): New functions.
236 * WikiResource.wps: Removed.
237
238 * WikiRead.wp2 (FormattingRule:view/read): Passes reference to $content, instead of $content itself.
239
240 2003-12-31 Wakaba <wakaba@suika.fam.cx>
241
242 * WikiStruct.wp2 (FormattingRule:view/section): "level" parameter is removed.
243
244 2003-12-29 Wakaba <wakaba@suika.fam.cx>
245
246 * WikiFormCore.wp2 (form-input/submit, form-option/require, form-option/output, form-option/-undef): New rules.
247 (FUNCTION:control_id): New function.
248 (FUNCTION:make_content_form_in_html): New function.
249 (FUNCTION:get_ctrl_id, FUNCTION:get_ctrl_name): Removed.
250
251 * WikiFormText.wp2 (form-input/submit): Removed.
252
253 * WikiEdit.wp2 (form-input/we--update-lastmodified-datetime): New rule.
254
255 2003-12-27 Wakaba <wakaba@suika.fam.cx>
256
257 * Error.wp2 (Function:reporting_formatting_template_error): Don't output trace unless $opt{trace}.
258
259 * WikiView.wp2 (*/char): Downgrade for old browsers.
260
261 * WikiStruct.wp2 (append_new_div): New function.
262
263 2003-12-26 Wakaba <wakaba@suika.fam.cx>
264
265 * WikiLinking.wp2: Link to some resource other than WikiPage is implemented.
266 * WikiStruct.wp2 (set_id): New function.
267 * WikiEdit.wp2: Use SuikaWiki3 interface to get wiki URI.
268 * WikiFormText.wp2: Specify type parameter to append_new_node explicitly.
269 * HTML.wp2: Don't use obsoleted property $o->{page}.
270 * WikiDB.wp2: New plugin.
271 * WikiView.wp2 (*/char): Don't use hex. char. ref. to support NC4.
272
273 2003-12-06 Wakaba <wakaba@suika.fam.cx>
274
275 * Error.wp2 (FormattingRule:wikiview/error-list): Removes errors from $wiki->{var}->{error} after appending to the result node.
276
277 2003-11-30 Wakaba <wakaba@suika.fam.cx>
278
279 * WikiResource.wp2 (Function): New function.
280
281 * Error.wp2: New plugin module.
282
283 * WikiLinking.wp2 (Function): Logging error if resource text has syntax error.
284
285 * WikiResource.wp2 (FormattingRule:*/res): Logging error if resource text has syntax error.
286 (Function:logging_template_error): New.
287
288 * WikiStruct.wp2 (FormattingRule:wikiview/section): Defaults to h1 unless $p->{level}.
289
290 2003-11-25 Wakaba <wakaba@suika.fam.cx>
291
292 * WikiFormCore.wp2, WikiFormText.wp2, WikiLinking.wp2, WikiPageProp.wp2, WikiResource.wp2: New plugins.
293
294 * WikiRead.wp2 (FormattingRule:wikiview/read): Use Format instead of SrcFormat.
295
296 * PlainText.wp2: New plugin.
297
298 * SuikaWiki09.wps, WikiInfo.wp2: Removed. (See misc/plugins)
299
300 2003-11-22 Wakaba <wakaba@suika.fam.cx>
301
302 * WikiStruct.wp2 (wikiview/toc): Removed.
303
304 * WikiInfo.wp2 (FormattingRule): Don't use v-string.
305 * WikiEdit.wp2, WikiPageProp.wp2, WikiInfo.wp2, WikiStruct.wp2 (FormattingRule): Use new SuikaWiki3 interface.
306
307 2003-11-21 Wakaba <wakaba@suika.fam.cx>
308
309 * HTML.wp2, WikiView.wp2 (FormattingRule): Use new SuikaWiki3 interface for some rules.
310
311 * WikiStruct.wp2 (FormattingRule): Use new SuikaWiki 3 interface.
312
313 2003-10-30 Wakaba <wakaba@suika.fam.cx>
314
315 * WikiView.wp2 (FormattingRule:predefined-template): Removed.
316
317 * WikiRead.wp2 (ViewDefinition): Use 'template' instead of 'predefined-template'.
318 * WikiEdit.wps (ViewDefinition): Likewise.
319
320 2003-10-29 Wakaba <wakaba@suika.fam.cx>
321
322 * WikiPage.wps (page-name, etc.): Moved to WikiPageProp.wp2.
323 * WikiPageProp.wp2: New module.
324
325 2003-10-28 Wakaba <wakaba@suika.fam.cx>
326
327 * WikiEdit.wp2 (conflict): Implemented.
328 * WikiEdit.wps: Removed.
329
330 2003-10-27 Wakaba <wakaba@suika.fam.cx>
331
332 * WikiEdit.wp2: Some improvement on ViewFragment definitions.
333
334 2003-10-25 Wakaba <wakaba@suika.fam.cx>
335
336 * HTML.wp2, WikiInfo.wp2: New plugins.
337
338 * WikiStruct.wp2: New plugin.
339
340 2003-10-18 Wakaba <wakaba@suika.fam.cx>
341
342 * WikiResource.wps (MODULE): See $SuikaWiki::Plugin::Resource::BaseResource.
343
344 2003-10-11 Wakaba <wakaba@suika.fam.cx>
345
346 * WikiEdit.wp2 (ViewDefinition:edit): New.
347
348 2003-08-06 Wakaba <wakaba@suika.fam.cx>
349
350 * WikiCore.wps (wikiversion): Use $SuikaWiki::Version.
351
352 2003-07-31 Wakaba <wakaba@suika.fam.cx>
353
354 * SuikaWiki09.wps (embedded_to_html): Output correct index number (hacknessial fix:-).
355 (embedded_to_html): Restored. (In other case incorrect index number is returned.)
356
357 2003-07-27 Wakaba <wakaba@suika.fam.cx>
358
359 * WikiPlugin.wps (MODULE/_uri_wiki_page): Returns absolute URI if $option{absolute}.
360
361 2003-07-26 Wakaba <wakaba@suika.fam.cx>
362
363 * WikiFormCore.wps (wikiform-input/textarea/Format): Set textarea/@wrap = 'physical' if Mozlla [0-4].*.
364
365 2003-07-07 Wakaba <w@offweb.ddo.jp>
366
367 * Map.wps (recent-changes:HTML output mode): Use SuikaWiki::Markup::XML and WikiLinking framework.
368 * WikiPage.wps (wikipage-link/last-modified): New rule.
369
370 2003-07-02 Wakaba <w@offweb.ddo.jp>
371
372 * WikiLinking.wps (link-to-wikipage): 'page_title': New parameter.
373 * WikiPage.wps (page-title): New rule.
374
375 2003-06-25 Wakaba <w@offweb.ddo.jp>
376
377 * SuikaWiki09.wps: Don't go to 'pre' (not 'PRE') block mode. (Does this mode really work? At least, it cause non-intented parse result, so removed.)
378
379 2003-06-01 Wakaba <w@offweb.ddo.jp>
380
381 * WikiResource.wps (MODULE/get_resource): New.
382 * WikiCore.wps (wikiview/html-document): Change to new style of class specifying.
383
384 2003-05-31 Wakaba <w@offweb.ddo.jp>
385
386 * StyleSheet.wps: Use SuikaWiki::Markup::XML.
387
388 2003-05-30 Wakaba <w@offweb.ddo.jp>
389
390 * Map.wps (page_list): Don't output name duplicatly (Page name and NS name)
391 in "both" mode.
392 * WikiFormBasic.wps: Removed.
393 * WikiFormCore.wps: New.
394 * WikiFormCore.wps, WikiFormSelection.wps: Rewrite to use SuikaWiki::Markup::XML.
395
396 2003-05-25 Wakaba <w@offweb.ddo.jp>
397
398 * Map.wps (make_wikilink, make_urilink): Removed. (See WikiLinking plugin.)
399 * WikiLinking.wps: New.
400
401 2003-05-25 Wakaba <w@offweb.ddo.jp>
402
403 * Map.wps (MODULE/compose_wiki_page_uri): Removed. (Use $o->_uri_wiki_page.)
404 (make_wikilink): Rewritten. Non-HAS_XML code is discarded.
405
406 2003-05-10 Wakaba <w@offweb.ddo.jp>
407
408 * Map.wps (wikiform_input/recent-change-list): RSS output by SuikaWiki::Markup::XML is supported.
409 (wikiview/map-link-alternate-version-xml-rdf-rss): New.
410 * WikiPage.wps (wikiview/referer-list): Removed.
411 * Referer.wps: New. (From lib/suikawiki.pl and WikiPage.wps#wikiview/referer-list.)
412
413 2003-05-08 Wakaba <w@offweb.ddo.jp>
414
415 * Map.pm (MODULE/make_wikilink): See $option{label} in XML mode (bug fix).
416
417 2003-05-07 Wakaba <w@offweb.ddo.jp>
418
419 * WikiPlugin.wps (MODULE): New. (Moved from lib/suikawiki.pl.)
420 * WikiResource.wps (MODULE): Likewise.
421 * WikiConst.wps (MODULE): Likewise.
422
423 2003-05-05 Wakaba <w@offweb.ddo.jp>
424
425 * Image.wps (wikiformat/SuikaWikiImage/0.9-to-HTML): Use SuikaWiki::Plugin::SuikaWiki09::text_to_html, instead of main::text_to_html.
426
427 2003-05-03 Wakaba <w@offweb.ddo.jp>
428
429 * Calender.wps (wikiview/calender, wikiview/calender-year): Link to the day/month even if linked WikiPage is not exist.
430 * Menu.wps: Update to new syntax.
431 * WikiCore.wps (wikiview/block): New.
432
433 2003-04-29 Wakaba <w@offweb.ddo.jp>
434
435 * WikiEdit.wps: New module.
436 * WikiCore.wps, WikiPage.wps, WikiPageRename.wps, Map.wps, StyleSheet.wps, WikiEdit.wps: Reconstructing of module & rule combination and use SuikaWiki::Markup::XML.
437
438 2003-04-29 Wakaba <w@offweb.ddo.jp>
439
440 * WikiNamespace.wps, WikiCore.wps, WikiPage.wps, WikiResource.wps, Version.wps: all 'safe' functions are removed.
441 * WikiCore.wps, WikiPage.wps: more SuikaWiki::Markup::XML'ization.
442 * WikiCore.wps, WikiPage.wps: Some parameter parsing processes are removed, since such replacing should be done by Message::Util::Formatter now.
443
444 2003-04-28 Wakaba <w@offweb.ddo.jp>
445
446 * Resource.wps, Plugin.wps: Removed. (Renamed.)
447 * WikiResource.wps, WikiPlugin.wps: New.
448 * mkplugin.pl: Module's and rules' description is supported.
449
450 2003-04-28 Wakaba <w@offweb.ddo.jp>
451
452 * SuikaWiki09.wps: New module.
453 * WikiCore.wps: SuikaWiki/0.9 support is removed (and moved to SuikaWiki09
454 module).
455
456 2003-04-27 Wakaba <w@offweb.ddo.jp>
457
458 * Map.wps: New module.
459 * WikiPage.wps: Formatting rules of page-list and recent-changes and
460 RSS (ie. page-to-page relationship related rules) are moved to Map.wps.
461
462 2003-04-05 Wakaba <w@offweb.ddo.jp>
463
464 * Calender.wps: Namespace support.
465
466 2003-04-02 Wakaba <w@offweb.ddo.jp>
467
468 * Image.wps (MODULE/convert_image_type): New.
469 (Initialize/%Type): New.
470
471 2003-04-02 Wakaba <w@offweb.ddo.jp>
472
473 * WikiPage.wps (wikiview/diff-between-previous): Removed.
474 * Versions.wps (wikiview/diff-between-previous): New.
475 (MODULE): New. (Moved from suikawiki-config.ph.)
476 * StyleSheet.wps (MODULE): New.
477 * WikiNamespace.wps (MODULE), Image.wps (MODULE), WikiPageRename.wps (MODULE): New.
478 * Menu.wps: New.
479
480 2003-03-28 Wakaba <w@offweb.ddo.jp>
481
482 * WikiNamespace.wps: New module.
483 * WikiPage.wps (wikiview/anchor-wiki, wikiview/link-wiki
484 * WikiCore.wps (wikiview/section, wikiview/html-head): Use new manner of formatter.
485 * mkplugin.pl: Support muliple rule names.
486
487 2003-03-26 Wakaba <w@offweb.ddo.jp>
488
489 * WikiPages.wps (wikiform_input/recent-change-list): Use MODULE:compose_wiki_page_uri to compose WikiPage URI.
490 (MODULE): New section.
491
492 2003-03-26 Wakaba <w@offweb.ddo.jp>
493
494 * StyleSheet.wps (wikiview/styles-wiki-xml): New rule.
495 * WikiPages.wps (wikiform_input/recent-change-list, wikiformat/SuikaWiki/0.9-to-RSS): Don't output xml dec and xml-stylesheet pi.
496
497 2003-03-24 Wakaba <w@offweb.ddo.jp>
498
499 * WikiCore.wps (wikiview/format): New rule.
500 * Calender.wps (wikiview/link-calender-date, wikiview/if-calender): New rules.
501 (wikiform_input/calender-months): Likewise.
502
503 2003-03-21 Wakaba <w@offweb.ddo.jp>
504
505 * WikiConst.wps: New module.
506 * mkplugin.pl: MODULE section is supported.
507
508 2003-02-19 Wakaba <w@cube.wakaba.ssm>
509
510 * StyleSheet.wps (wikiview/apply-user-preferred-style): M$IE support is removed.
511 (wikiform_input//select-user-preferred-style): Likewise.
512 * Example.wps: New module.
513
514 2003-02-19 Wakaba <w@cube.wakaba.ssm>
515
516 * StyleSheet.wps (wikiview/apply-user-preferred-style): M$IE support.
517 (wikiform_input//select-user-preferred-style): Likewise.
518
519 2003-01-26 Wakaba <w@cube.wakaba.ssm>
520
521 * StyleSheet.wps (wikiview/styles-wiki-html, apply-user-preferred-style): New.
522 (wikiform_input/select-user-preferred-style, select-user-preferred-mode): Likewise.
523 * WikiAdmin.wps (*/formatter-context): New.
524 * WikiCore.wps (wikiview/referer-list, wikiview/search-result): Removed.
525 (wikiview/link-map, wikiview/last-modified): Removed.
526 (wikiform_input/last-modified, wikiview/page-name): Removed.
527 (wikiview-resource/page-name, wikiview/wiki-link): Likewise.
528 (wikiview-resource/wiki-link, wikiview/diff-between-previous): Likewise.
529 (wikiview/toc): Don't output SCRIPT element to non-script-aware UAs.
530 (wikiview/html-start): Don't output commented HTML4 doctype.
531 (wikiview/link-wiki, wikiview/anchor-wiki): Removed.
532 * WikiFormBasic.wps (wikiform_input/text): New 'depth' option is supproted.
533 (wikiform_input/textarea, wikiform_input/submit): Likewise.
534 (wikiform_option/require): Return required-element as hash reference.
535 * WikiFormSelection.wps (wikiform_template/iif): Parse ture/false value with the formatter.
536 * WikiPage.wps (wikiview/recent-change-dated): New.
537 (wikiform_input/recent-change-dated, wikiview/search-result): Likewise.
538 (wikiform_input/search-result, wikiview/link-map): Likewise.
539 (wikiview-resource/last-modified, wikiview/last-modified): Likewise.
540 (wikiform_input/last-modified, wikiview/page-name): Likewise.
541 (wikiview-resource/page-name, wikiview/wiki-link): New.
542 (wikiview-resource/wiki-link, wikiview/diff-between-previous): New.
543 (wikiview/link-wiki, wikiview/anchor-wiki, wikiview/referer-list): Likewise.
544 (wikiview/uri-wiki): New.
545 * mkplugin.pl: Don't output description as perl comments.
546
547 2003-01-12 Wakaba <w@suika.fam.cx>
548
549 * MetaVariable.wps, Versions.wps, StyleSheet.wps: New modules.
550 * Resource.wps, WikiAdmin.wps, WikiCore.wps, WikiPage.wps: Many many
551 plugin items are revised/added.
552 * WikiFormSelection.wps (wikiform_template/iif): Parse true/false value
553 as %-string.
554 * WikiFormBasic.wps (wikiform_input/text, wikiform_input/textarea): Output
555 class attribute.
556
557 2003-01-04 Wakaba <w@suika.fam.cx>
558
559 * mkplugin.pl: Plugin names is now quoted.
560 * WikiCore.wps: Many module is added.
561 * Resource.wps: Category wikiview-resource is separated from wikiview.
562
563 2003-01-03 Wakaba <w@suika.fam.cx>
564
565 * WikiCore.wps: New module.
566 * Resource.wps (wikiview/-bare_text, wikiview/res, wikiview/span): New.
567
568 2002-12-30 Wakaba <w@suika.fam.cx>
569
570 * GoToForm.wps, Plugin.wps, Resource.wps: New plugins.
571 * mkplugin.pl: Plugin name including '-' is supported.
572
573 2002-12-24 Wakaba <w@suika.fam.cx>
574
575 * InterWikiCore.wps: New plugin.
576
577 2002-12-19 Wakaba <w@suika.fam.cx>
578
579 * Calender.wps: New plugin.
580
581 2002-12-05 Wakaba <w@suika.fam.cx>
582
583 * TextRotate.wps (Name): New file.
584
585 * WikiFormSelection.wps: New file.
586
587 * Makefile: New file.
588 * WikiFormBasic.pm: Removed. (Now this file is generated automatically.)
589 * mkplugin.pl: New script.
590 * WikiFormBasic.wps: New file.
591
592 2002-12-05 Wakaba <w@suika.fam.cx>
593
594 * WikiFormBasic.pm (load_formatter): Form controls are to be disabled
595 if WikiPage is read only, in wikiform_input/*.
596 (property): New.
597
598 2002-12-04 Wakaba <w@suika.fam.cx>
599
600 * WikiFormBasic.pm (load_formatter): Don't output unexpected \n.
601 (load_formatter): 'description' attribute is supported with
602 wikiform_input/text and wikiform_input/submit.
603
604 2002-12-03 Wakaba <w@suika.fam.cx>
605
606 * WikiFormBasic.pm (load_formatter): wikiform_input/submit,
607 wikiform_option/output, wikiform_template/*: New format rules.
608
609 * ChangeLog: New file.
610
611 2002-12-02 Wakaba <w@suika.fam.cx>
612
613 * WikiFormBasic.pm: New module.
614

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24