/[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.45 - (hide annotations) (download)
Sat Feb 14 10:58:28 2004 UTC (21 years, 4 months ago) by wakaba
Branch: MAIN
Changes since 1.44: +38 -0 lines
(err--general-error): New

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24