/[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.60 - (hide annotations) (download)
Sun Jul 25 06:54:29 2004 UTC (20 years, 11 months ago) by wakaba
Branch: MAIN
Changes since 1.59: +15 -0 lines
Property Editor implemented

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24