/[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.61 - (hide annotations) (download)
Fri Aug 6 03:37:04 2004 UTC (22 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.60: +11 -0 lines
InterWiki custom source-anchor label implemented

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24