/[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.43 - (hide annotations) (download)
Sun Feb 1 12:19:47 2004 UTC (21 years, 5 months ago) by wakaba
Branch: MAIN
Changes since 1.42: +28 -0 lines
Use try..catch for WikiDB

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24