/[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.54 - (hide annotations) (download)
Thu Apr 1 04:40:27 2004 UTC (22 years, 5 months ago) by wakaba
Branch: MAIN
Changes since 1.53: +4 -0 lines
(FormattingRule[page-name]): Update code to new style

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24