/[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.35 - (show annotations) (download)
Sat Oct 25 06:37:08 2003 UTC (22 years, 8 months ago) by wakaba
Branch: MAIN
Changes since 1.34: +6 -0 lines
New plugins

1 2003-10-25 Wakaba <wakaba@suika.fam.cx>
2
3 * HTML.wp2, WikiInfo.wp2: New plugins.
4
5 * WikiStruct.wp2: New plugin.
6
7 2003-10-18 Wakaba <wakaba@suika.fam.cx>
8
9 * WikiResource.wps (MODULE): See $SuikaWiki::Plugin::Resource::BaseResource.
10
11 2003-10-11 Wakaba <wakaba@suika.fam.cx>
12
13 * WikiEdit.wp2 (ViewDefinition:edit): New.
14
15 2003-08-06 Wakaba <wakaba@suika.fam.cx>
16
17 * WikiCore.wps (wikiversion): Use $SuikaWiki::Version.
18
19 2003-07-31 Wakaba <wakaba@suika.fam.cx>
20
21 * SuikaWiki09.wps (embedded_to_html): Output correct index number (hacknessial fix:-).
22 (embedded_to_html): Restored. (In other case incorrect index number is returned.)
23
24 2003-07-27 Wakaba <wakaba@suika.fam.cx>
25
26 * WikiPlugin.wps (MODULE/_uri_wiki_page): Returns absolute URI if $option{absolute}.
27
28 2003-07-26 Wakaba <wakaba@suika.fam.cx>
29
30 * WikiFormCore.wps (wikiform-input/textarea/Format): Set textarea/@wrap = 'physical' if Mozlla [0-4].*.
31
32 2003-07-07 Wakaba <w@offweb.ddo.jp>
33
34 * Map.wps (recent-changes:HTML output mode): Use SuikaWiki::Markup::XML and WikiLinking framework.
35 * WikiPage.wps (wikipage-link/last-modified): New rule.
36
37 2003-07-02 Wakaba <w@offweb.ddo.jp>
38
39 * WikiLinking.wps (link-to-wikipage): 'page_title': New parameter.
40 * WikiPage.wps (page-title): New rule.
41
42 2003-06-25 Wakaba <w@offweb.ddo.jp>
43
44 * 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.)
45
46 2003-06-01 Wakaba <w@offweb.ddo.jp>
47
48 * WikiResource.wps (MODULE/get_resource): New.
49 * WikiCore.wps (wikiview/html-document): Change to new style of class specifying.
50
51 2003-05-31 Wakaba <w@offweb.ddo.jp>
52
53 * StyleSheet.wps: Use SuikaWiki::Markup::XML.
54
55 2003-05-30 Wakaba <w@offweb.ddo.jp>
56
57 * Map.wps (page_list): Don't output name duplicatly (Page name and NS name)
58 in "both" mode.
59 * WikiFormBasic.wps: Removed.
60 * WikiFormCore.wps: New.
61 * WikiFormCore.wps, WikiFormSelection.wps: Rewrite to use SuikaWiki::Markup::XML.
62
63 2003-05-25 Wakaba <w@offweb.ddo.jp>
64
65 * Map.wps (make_wikilink, make_urilink): Removed. (See WikiLinking plugin.)
66 * WikiLinking.wps: New.
67
68 2003-05-25 Wakaba <w@offweb.ddo.jp>
69
70 * Map.wps (MODULE/compose_wiki_page_uri): Removed. (Use $o->_uri_wiki_page.)
71 (make_wikilink): Rewritten. Non-HAS_XML code is discarded.
72
73 2003-05-10 Wakaba <w@offweb.ddo.jp>
74
75 * Map.wps (wikiform_input/recent-change-list): RSS output by SuikaWiki::Markup::XML is supported.
76 (wikiview/map-link-alternate-version-xml-rdf-rss): New.
77 * WikiPage.wps (wikiview/referer-list): Removed.
78 * Referer.wps: New. (From lib/suikawiki.pl and WikiPage.wps#wikiview/referer-list.)
79
80 2003-05-08 Wakaba <w@offweb.ddo.jp>
81
82 * Map.pm (MODULE/make_wikilink): See $option{label} in XML mode (bug fix).
83
84 2003-05-07 Wakaba <w@offweb.ddo.jp>
85
86 * WikiPlugin.wps (MODULE): New. (Moved from lib/suikawiki.pl.)
87 * WikiResource.wps (MODULE): Likewise.
88 * WikiConst.wps (MODULE): Likewise.
89
90 2003-05-05 Wakaba <w@offweb.ddo.jp>
91
92 * Image.wps (wikiformat/SuikaWikiImage/0.9-to-HTML): Use SuikaWiki::Plugin::SuikaWiki09::text_to_html, instead of main::text_to_html.
93
94 2003-05-03 Wakaba <w@offweb.ddo.jp>
95
96 * Calender.wps (wikiview/calender, wikiview/calender-year): Link to the day/month even if linked WikiPage is not exist.
97 * Menu.wps: Update to new syntax.
98 * WikiCore.wps (wikiview/block): New.
99
100 2003-04-29 Wakaba <w@offweb.ddo.jp>
101
102 * WikiEdit.wps: New module.
103 * WikiCore.wps, WikiPage.wps, WikiPageRename.wps, Map.wps, StyleSheet.wps, WikiEdit.wps: Reconstructing of module & rule combination and use SuikaWiki::Markup::XML.
104
105 2003-04-29 Wakaba <w@offweb.ddo.jp>
106
107 * WikiNamespace.wps, WikiCore.wps, WikiPage.wps, WikiResource.wps, Version.wps: all 'safe' functions are removed.
108 * WikiCore.wps, WikiPage.wps: more SuikaWiki::Markup::XML'ization.
109 * WikiCore.wps, WikiPage.wps: Some parameter parsing processes are removed, since such replacing should be done by Message::Util::Formatter now.
110
111 2003-04-28 Wakaba <w@offweb.ddo.jp>
112
113 * Resource.wps, Plugin.wps: Removed. (Renamed.)
114 * WikiResource.wps, WikiPlugin.wps: New.
115 * mkplugin.pl: Module's and rules' description is supported.
116
117 2003-04-28 Wakaba <w@offweb.ddo.jp>
118
119 * SuikaWiki09.wps: New module.
120 * WikiCore.wps: SuikaWiki/0.9 support is removed (and moved to SuikaWiki09
121 module).
122
123 2003-04-27 Wakaba <w@offweb.ddo.jp>
124
125 * Map.wps: New module.
126 * WikiPage.wps: Formatting rules of page-list and recent-changes and
127 RSS (ie. page-to-page relationship related rules) are moved to Map.wps.
128
129 2003-04-05 Wakaba <w@offweb.ddo.jp>
130
131 * Calender.wps: Namespace support.
132
133 2003-04-02 Wakaba <w@offweb.ddo.jp>
134
135 * Image.wps (MODULE/convert_image_type): New.
136 (Initialize/%Type): New.
137
138 2003-04-02 Wakaba <w@offweb.ddo.jp>
139
140 * WikiPage.wps (wikiview/diff-between-previous): Removed.
141 * Versions.wps (wikiview/diff-between-previous): New.
142 (MODULE): New. (Moved from suikawiki-config.ph.)
143 * StyleSheet.wps (MODULE): New.
144 * WikiNamespace.wps (MODULE), Image.wps (MODULE), WikiPageRename.wps (MODULE): New.
145 * Menu.wps: New.
146
147 2003-03-28 Wakaba <w@offweb.ddo.jp>
148
149 * WikiNamespace.wps: New module.
150 * WikiPage.wps (wikiview/anchor-wiki, wikiview/link-wiki
151 * WikiCore.wps (wikiview/section, wikiview/html-head): Use new manner of formatter.
152 * mkplugin.pl: Support muliple rule names.
153
154 2003-03-26 Wakaba <w@offweb.ddo.jp>
155
156 * WikiPages.wps (wikiform_input/recent-change-list): Use MODULE:compose_wiki_page_uri to compose WikiPage URI.
157 (MODULE): New section.
158
159 2003-03-26 Wakaba <w@offweb.ddo.jp>
160
161 * StyleSheet.wps (wikiview/styles-wiki-xml): New rule.
162 * WikiPages.wps (wikiform_input/recent-change-list, wikiformat/SuikaWiki/0.9-to-RSS): Don't output xml dec and xml-stylesheet pi.
163
164 2003-03-24 Wakaba <w@offweb.ddo.jp>
165
166 * WikiCore.wps (wikiview/format): New rule.
167 * Calender.wps (wikiview/link-calender-date, wikiview/if-calender): New rules.
168 (wikiform_input/calender-months): Likewise.
169
170 2003-03-21 Wakaba <w@offweb.ddo.jp>
171
172 * WikiConst.wps: New module.
173 * mkplugin.pl: MODULE section is supported.
174
175 2003-02-19 Wakaba <w@cube.wakaba.ssm>
176
177 * StyleSheet.wps (wikiview/apply-user-preferred-style): M$IE support is removed.
178 (wikiform_input//select-user-preferred-style): Likewise.
179 * Example.wps: New module.
180
181 2003-02-19 Wakaba <w@cube.wakaba.ssm>
182
183 * StyleSheet.wps (wikiview/apply-user-preferred-style): M$IE support.
184 (wikiform_input//select-user-preferred-style): Likewise.
185
186 2003-01-26 Wakaba <w@cube.wakaba.ssm>
187
188 * StyleSheet.wps (wikiview/styles-wiki-html, apply-user-preferred-style): New.
189 (wikiform_input/select-user-preferred-style, select-user-preferred-mode): Likewise.
190 * WikiAdmin.wps (*/formatter-context): New.
191 * WikiCore.wps (wikiview/referer-list, wikiview/search-result): Removed.
192 (wikiview/link-map, wikiview/last-modified): Removed.
193 (wikiform_input/last-modified, wikiview/page-name): Removed.
194 (wikiview-resource/page-name, wikiview/wiki-link): Likewise.
195 (wikiview-resource/wiki-link, wikiview/diff-between-previous): Likewise.
196 (wikiview/toc): Don't output SCRIPT element to non-script-aware UAs.
197 (wikiview/html-start): Don't output commented HTML4 doctype.
198 (wikiview/link-wiki, wikiview/anchor-wiki): Removed.
199 * WikiFormBasic.wps (wikiform_input/text): New 'depth' option is supproted.
200 (wikiform_input/textarea, wikiform_input/submit): Likewise.
201 (wikiform_option/require): Return required-element as hash reference.
202 * WikiFormSelection.wps (wikiform_template/iif): Parse ture/false value with the formatter.
203 * WikiPage.wps (wikiview/recent-change-dated): New.
204 (wikiform_input/recent-change-dated, wikiview/search-result): Likewise.
205 (wikiform_input/search-result, wikiview/link-map): Likewise.
206 (wikiview-resource/last-modified, wikiview/last-modified): Likewise.
207 (wikiform_input/last-modified, wikiview/page-name): Likewise.
208 (wikiview-resource/page-name, wikiview/wiki-link): New.
209 (wikiview-resource/wiki-link, wikiview/diff-between-previous): New.
210 (wikiview/link-wiki, wikiview/anchor-wiki, wikiview/referer-list): Likewise.
211 (wikiview/uri-wiki): New.
212 * mkplugin.pl: Don't output description as perl comments.
213
214 2003-01-12 Wakaba <w@suika.fam.cx>
215
216 * MetaVariable.wps, Versions.wps, StyleSheet.wps: New modules.
217 * Resource.wps, WikiAdmin.wps, WikiCore.wps, WikiPage.wps: Many many
218 plugin items are revised/added.
219 * WikiFormSelection.wps (wikiform_template/iif): Parse true/false value
220 as %-string.
221 * WikiFormBasic.wps (wikiform_input/text, wikiform_input/textarea): Output
222 class attribute.
223
224 2003-01-04 Wakaba <w@suika.fam.cx>
225
226 * mkplugin.pl: Plugin names is now quoted.
227 * WikiCore.wps: Many module is added.
228 * Resource.wps: Category wikiview-resource is separated from wikiview.
229
230 2003-01-03 Wakaba <w@suika.fam.cx>
231
232 * WikiCore.wps: New module.
233 * Resource.wps (wikiview/-bare_text, wikiview/res, wikiview/span): New.
234
235 2002-12-30 Wakaba <w@suika.fam.cx>
236
237 * GoToForm.wps, Plugin.wps, Resource.wps: New plugins.
238 * mkplugin.pl: Plugin name including '-' is supported.
239
240 2002-12-24 Wakaba <w@suika.fam.cx>
241
242 * InterWikiCore.wps: New plugin.
243
244 2002-12-19 Wakaba <w@suika.fam.cx>
245
246 * Calender.wps: New plugin.
247
248 2002-12-05 Wakaba <w@suika.fam.cx>
249
250 * TextRotate.wps (Name): New file.
251
252 * WikiFormSelection.wps: New file.
253
254 * Makefile: New file.
255 * WikiFormBasic.pm: Removed. (Now this file is generated automatically.)
256 * mkplugin.pl: New script.
257 * WikiFormBasic.wps: New file.
258
259 2002-12-05 Wakaba <w@suika.fam.cx>
260
261 * WikiFormBasic.pm (load_formatter): Form controls are to be disabled
262 if WikiPage is read only, in wikiform_input/*.
263 (property): New.
264
265 2002-12-04 Wakaba <w@suika.fam.cx>
266
267 * WikiFormBasic.pm (load_formatter): Don't output unexpected \n.
268 (load_formatter): 'description' attribute is supported with
269 wikiform_input/text and wikiform_input/submit.
270
271 2002-12-03 Wakaba <w@suika.fam.cx>
272
273 * WikiFormBasic.pm (load_formatter): wikiform_input/submit,
274 wikiform_option/output, wikiform_template/*: New format rules.
275
276 * ChangeLog: New file.
277
278 2002-12-02 Wakaba <w@suika.fam.cx>
279
280 * WikiFormBasic.pm: New module.
281

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24