/[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.57 - (hide annotations) (download)
Mon Apr 26 00:53:45 2004 UTC (21 years, 2 months ago) by wakaba
Branch: MAIN
Branch point for: paragraph-200404
Changes since 1.56: +5 -0 lines
+2004-04-26  Wakaba  <wakaba@suika.fam.cx>
+
+       * WikiLinking.wp2 (Function[to_wikipage_in_html]): Don't require
+       'page_name_relative' if 'page_name' is provided.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24