/[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.46 - (hide annotations) (download)
Wed Feb 18 07:18:29 2004 UTC (21 years, 4 months ago) by wakaba
Branch: MAIN
Changes since 1.45: +9 -0 lines
WikiDB Error reporting bug fixed

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24