/[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.44 - (hide annotations) (download)
Sun Feb 8 08:52:03 2004 UTC (21 years, 5 months ago) by wakaba
Branch: MAIN
Changes since 1.43: +56 -0 lines
SuikaWiki 3 WikiName interface supported

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24