/[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.47 - (hide annotations) (download)
Wed Mar 10 06:57:03 2004 UTC (21 years, 4 months ago) by wakaba
Branch: MAIN
Changes since 1.46: +15 -0 lines
Lots of formatting rule for referer listing added

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24