/[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.49 - (hide annotations) (download)
Thu Mar 11 10:12:39 2004 UTC (21 years, 4 months ago) by wakaba
Branch: MAIN
Changes since 1.48: +3 -0 lines
Don't raise error even if SuikaWikiConst09 module not loaded

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24