/[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.61 - (show annotations) (download)
Fri Aug 6 03:37:04 2004 UTC (21 years, 11 months ago) by wakaba
Branch: MAIN
Changes since 1.60: +11 -0 lines
InterWiki custom source-anchor label implemented

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24