/[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.48 - (hide annotations) (download)
Thu Mar 11 08:05:38 2004 UTC (21 years, 4 months ago) by wakaba
Branch: MAIN
Changes since 1.47: +6 -0 lines
Typo fixes

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24