/[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.34 - (show annotations) (download)
Sat Oct 18 07:08:34 2003 UTC (22 years, 8 months ago) by wakaba
Branch: MAIN
Changes since 1.33: +8 -0 lines
Imporoved SuikaWiki 3 implementation

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24