/[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.14 - (show annotations) (download)
Thu Mar 27 04:17:47 2003 UTC (23 years, 3 months ago) by wakaba
Branch: MAIN
Changes since 1.13: +33 -1 lines
WikiPage.wps: Namespace support

1 2003-03-26 Wakaba <w@offweb.ddo.jp>
2
3 * WikiPages.wps (wikiform_input/recent-change-list): Use MODULE:compose_wiki_page_uri to compose WikiPage URI.
4 (MODULE): New section.
5
6 2003-03-26 Wakaba <w@offweb.ddo.jp>
7
8 * StyleSheet.wps (wikiview/styles-wiki-xml): New rule.
9 * WikiPages.wps (wikiform_input/recent-change-list, wikiformat/SuikaWiki/0.9-to-RSS): Don't output xml dec and xml-stylesheet pi.
10
11 2003-03-24 Wakaba <w@offweb.ddo.jp>
12
13 * WikiCore.wps (wikiview/format): New rule.
14 * Calender.wps (wikiview/link-calender-date, wikiview/if-calender): New rules.
15 (wikiform_input/calender-months): Likewise.
16
17 2003-03-21 Wakaba <w@offweb.ddo.jp>
18
19 * WikiConst.wps: New module.
20 * mkplugin.pl: MODULE section is supported.
21
22 2003-02-19 Wakaba <w@cube.wakaba.ssm>
23
24 * StyleSheet.wps (wikiview/apply-user-preferred-style): M$IE support is removed.
25 (wikiform_input//select-user-preferred-style): Likewise.
26 * Example.wps: New module.
27
28 2003-02-19 Wakaba <w@cube.wakaba.ssm>
29
30 * StyleSheet.wps (wikiview/apply-user-preferred-style): M$IE support.
31 (wikiform_input//select-user-preferred-style): Likewise.
32
33 2003-01-26 Wakaba <w@cube.wakaba.ssm>
34
35 * StyleSheet.wps (wikiview/styles-wiki-html, apply-user-preferred-style): New.
36 (wikiform_input/select-user-preferred-style, select-user-preferred-mode): Likewise.
37 * WikiAdmin.wps (*/formatter-context): New.
38 * WikiCore.wps (wikiview/referer-list, wikiview/search-result): Removed.
39 (wikiview/link-map, wikiview/last-modified): Removed.
40 (wikiform_input/last-modified, wikiview/page-name): Removed.
41 (wikiview-resource/page-name, wikiview/wiki-link): Likewise.
42 (wikiview-resource/wiki-link, wikiview/diff-between-previous): Likewise.
43 (wikiview/toc): Don't output SCRIPT element to non-script-aware UAs.
44 (wikiview/html-start): Don't output commented HTML4 doctype.
45 (wikiview/link-wiki, wikiview/anchor-wiki): Removed.
46 * WikiFormBasic.wps (wikiform_input/text): New 'depth' option is supproted.
47 (wikiform_input/textarea, wikiform_input/submit): Likewise.
48 (wikiform_option/require): Return required-element as hash reference.
49 * WikiFormSelection.wps (wikiform_template/iif): Parse ture/false value with the formatter.
50 * WikiPage.wps (wikiview/recent-change-dated): New.
51 (wikiform_input/recent-change-dated, wikiview/search-result): Likewise.
52 (wikiform_input/search-result, wikiview/link-map): Likewise.
53 (wikiview-resource/last-modified, wikiview/last-modified): Likewise.
54 (wikiform_input/last-modified, wikiview/page-name): Likewise.
55 (wikiview-resource/page-name, wikiview/wiki-link): New.
56 (wikiview-resource/wiki-link, wikiview/diff-between-previous): New.
57 (wikiview/link-wiki, wikiview/anchor-wiki, wikiview/referer-list): Likewise.
58 (wikiview/uri-wiki): New.
59 * mkplugin.pl: Don't output description as perl comments.
60
61 2003-01-12 Wakaba <w@suika.fam.cx>
62
63 * MetaVariable.wps, Versions.wps, StyleSheet.wps: New modules.
64 * Resource.wps, WikiAdmin.wps, WikiCore.wps, WikiPage.wps: Many many
65 plugin items are revised/added.
66 * WikiFormSelection.wps (wikiform_template/iif): Parse true/false value
67 as %-string.
68 * WikiFormBasic.wps (wikiform_input/text, wikiform_input/textarea): Output
69 class attribute.
70
71 2003-01-04 Wakaba <w@suika.fam.cx>
72
73 * mkplugin.pl: Plugin names is now quoted.
74 * WikiCore.wps: Many module is added.
75 * Resource.wps: Category wikiview-resource is separated from wikiview.
76
77 2003-01-03 Wakaba <w@suika.fam.cx>
78
79 * WikiCore.wps: New module.
80 * Resource.wps (wikiview/-bare_text, wikiview/res, wikiview/span): New.
81
82 2002-12-30 Wakaba <w@suika.fam.cx>
83
84 * GoToForm.wps, Plugin.wps, Resource.wps: New plugins.
85 * mkplugin.pl: Plugin name including '-' is supported.
86
87 2002-12-24 Wakaba <w@suika.fam.cx>
88
89 * InterWikiCore.wps: New plugin.
90
91 2002-12-19 Wakaba <w@suika.fam.cx>
92
93 * Calender.wps: New plugin.
94
95 2002-12-05 Wakaba <w@suika.fam.cx>
96
97 * TextRotate.wps (Name): New file.
98
99 * WikiFormSelection.wps: New file.
100
101 * Makefile: New file.
102 * WikiFormBasic.pm: Removed. (Now this file is generated automatically.)
103 * mkplugin.pl: New script.
104 * WikiFormBasic.wps: New file.
105
106 2002-12-05 Wakaba <w@suika.fam.cx>
107
108 * WikiFormBasic.pm (load_formatter): Form controls are to be disabled
109 if WikiPage is read only, in wikiform_input/*.
110 (property): New.
111
112 2002-12-04 Wakaba <w@suika.fam.cx>
113
114 * WikiFormBasic.pm (load_formatter): Don't output unexpected \n.
115 (load_formatter): 'description' attribute is supported with
116 wikiform_input/text and wikiform_input/submit.
117
118 2002-12-03 Wakaba <w@suika.fam.cx>
119
120 * WikiFormBasic.pm (load_formatter): wikiform_input/submit,
121 wikiform_option/output, wikiform_template/*: New format rules.
122
123 * ChangeLog: New file.
124
125 2002-12-02 Wakaba <w@suika.fam.cx>
126
127 * WikiFormBasic.pm: New module.
128

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24