/[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.42 - (hide annotations) (download)
Fri Jan 16 07:52:29 2004 UTC (21 years, 5 months ago) by wakaba
Branch: MAIN
Changes since 1.41: +39 -0 lines
Some obsoleted files removed

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24