/[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.56 - (show annotations) (download)
Sun Apr 25 07:06:50 2004 UTC (22 years, 2 months ago) by wakaba
Branch: MAIN
Changes since 1.55: +16 -0 lines
LeafProp database module added; content_prop implemented; Media type property implemented

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24