/[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.55 - (hide annotations) (download)
Sat Apr 17 04:16:15 2004 UTC (21 years, 2 months ago) by wakaba
Branch: MAIN
Changes since 1.54: +5 -0 lines
Set 'referer' db writable

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24