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