/[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.53 - (hide annotations) (download)
Mon Mar 29 03:22:29 2004 UTC (21 years, 3 months ago) by wakaba
Branch: MAIN
Changes since 1.52: +21 -0 lines
+2004-03-29  Wakaba  <wakaba@suika.fam.cx>
+
+       * WikiEdit.wp2 (ViewDefinition[write]): Don't update content and
+       lastmodified if new content is actually not changed.
+
+       * WikiFormCore.wp2 (ViewDefinition[wikiform]): 'bbs__sage' parameter
+       implemented for WikiFormBBS WikiPlugin module.
+
+2004-03-24  Wakaba  <wakaba@suika.fam.cx>
+
+       * WikiFormCore.wp2 (ViewDefinition[wikiform]): Action name 'view'
+       is changed to 'ok'.
+       (required): Internal data structure is changed
+       from {form}->{require}->{ id } to {form}->{require}->{id}->{ id }.
+       * WikiFormText.wp2 (FormattingRule): s/{require}/{require}->{id}/g;
+
+2004-03-20  Wakaba  <wakaba@suika.fam.cx>
+
+       * WikiFormText.wp2 (FormattingRule[textarea]): Appends <br/> after
+       label.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24