1 |
2005-11-18 Wakaba <wakaba@suika.fam.cx> |
2 |
|
3 |
* SuikaWiki09.wp2: New |sw010:comment-p| and |sw010:ed| implemented. |
4 |
(See <http://suika.fam.cx/~wakaba/-temp/wiki/wiki?SuikaWiki%2F0.10%2F%2F1%2F%2F5> |
5 |
for more information.) |
6 |
|
7 |
2005-05-31 Wakaba <wakaba@suika.fam.cx> |
8 |
|
9 |
* SuikaWiki09.wp2: |
10 |
- New SuikaWiki/0.10 element type "SPAN" added. |
11 |
- Don't output "[" and "]" enclosing "CSECTION" element in HTML output. |
12 |
- Generate magic line if the document media type is not SuikaWiki/0.9 |
13 |
or the document has one or more properties in tree to text |
14 |
convertion. |
15 |
- New SuikaWiki/0.10 language tag syntax implemented. |
16 |
|
17 |
2005-02-16 Wakaba <wakaba@suika.fam.cx> |
18 |
|
19 |
* SuikaWiki09.wp2: Text to XML converter bug for newly |
20 |
introduced "QN" element type fixed. |
21 |
|
22 |
2005-01-30 Wakaba <wakaba@suika.fam.cx> |
23 |
|
24 |
* SuikaWiki09.wp2 (Function:get_xml_tree): Removed "my $xml" |
25 |
declaration not to be warned when "perl -c". |
26 |
|
27 |
2004-08-31 Wakaba <wakaba@suika.fam.cx> |
28 |
|
29 |
* RandomJump.wp2: Redirecting status code is changed from 303 |
30 |
to 307. |
31 |
|
32 |
2004-08-11 Wakaba <wakaba@suika.fam.cx> |
33 |
|
34 |
* bugtrack.wp2 (FormattingRule[bt--create-new-bug]): Use content_prop, |
35 |
instead of top of content, to preserve properties. |
36 |
(Function[get_bug_properties]): Get information from content_prop |
37 |
if available. |
38 |
|
39 |
2004-08-08 Wakaba <wakaba@suika.fam.cx> |
40 |
|
41 |
* SuikaWiki09.wp2 (Function[text_to_xml]): Don't set attributes |
42 |
'Name' and 'Version' to 'document' unless magic line. |
43 |
(Function[xml_to_text]): Don't generate magic line. |
44 |
(Format[SuikaWiki/0.10]): New. |
45 |
|
46 |
2004-08-06 Wakaba <wakaba@suika.fam.cx> |
47 |
|
48 |
* SuikaWiki09.wp2 (Resource[Link:SuikaWiki/0.9:toResource:SourceLabel]): |
49 |
InterWiki source-anchor label support. |
50 |
|
51 |
2004-05-18 Wakaba <wakaba@suika.fam.cx> |
52 |
|
53 |
* bugtrack.wp2 (ViewDefinition[bt--create-bug]): Use content_prop |
54 |
for media-type property. |
55 |
|
56 |
2004-05-07 Wakaba <wakaba@suika.fam.cx> |
57 |
|
58 |
* calender.wp2 (FormattingRule[link-calender-page]): 'today' link added. |
59 |
|
60 |
2004-05-01 Wakaba <wakaba@suika.fam.cx> |
61 |
|
62 |
* request-log.wp2: Database format revised. |
63 |
|
64 |
2004-04-30 Wakaba <w@suika.fam.cx> |
65 |
|
66 |
* Makefile: Sync to latest version of lib/SuikaWiki/Plugin/Makefile. |
67 |
|
68 |
2004-04-26 Wakaba <wakaba@suika.fam.cx> |
69 |
|
70 |
* SuikaWiki09.wp2 (Function[sw09_to_xhtml1]): Link to nearest target |
71 |
for 'anchor' element. |
72 |
(Function[sw09_to_xhtml1]): Output dummy form for non-supported |
73 |
specific WikiForm scheme (SuikaWiki//Plugin//1//77). |
74 |
|
75 |
2004-04-25 Wakaba <wakaba@suika.fam.cx> |
76 |
|
77 |
* WikiPageRemove.wp2 (ViewDefinition[wpr--remove]): Remove content_prop. |
78 |
|
79 |
* WikiPageRename.wp2 (ViewDefinition[wp--rename]): Rename content_prop. |
80 |
|
81 |
2004-04-24 Wakaba <wakaba@suika.fam.cx> |
82 |
|
83 |
* WikiPageRemove.wp2 (FormattingRule): Support new returned value of WikiEdit->get_content. |
84 |
|
85 |
2004-04-17 Wakaba <wakaba@suika.fam.cx> |
86 |
|
87 |
* referer.wp2: Support SuikaWiki::DB::FileSystem::Count instead of |
88 |
BerkleyDB tying hash. |
89 |
|
90 |
2004-03-30 Wakaba <wakaba@suika.fam.cx> |
91 |
|
92 |
* SuikaWiki09.wp2 (Function): Set @class=anchor to XHTML correspond |
93 |
to anchor-end element. |
94 |
|
95 |
* referer.wp2 (referer-list): Navigation placeholder added. |
96 |
|
97 |
2004-03-24 Wakaba <wakaba@suika.fam.cx> |
98 |
|
99 |
* bugtrack.wp2 (Resource): Typo fixed. |
100 |
|
101 |
* SuikaWiki09.wp2 (Format/WikiForm): "required" field check implemented. |
102 |
|
103 |
2004-03-20 Wakaba <wakaba@suika.fam.cx> |
104 |
|
105 |
* calender.wp2 (FormattingRule[cal--year-page, cal--month-page, cal--day-page]): Defaults to "today". |
106 |
|
107 |
2004-03-17 Wakaba <wakaba@suika.fam.cx> |
108 |
|
109 |
* SuikaWiki09.wp2 (Function[text_to_xml_inline]): Don't eat "] [" |
110 |
unless within RUBY or RUBYB or ABBR. |
111 |
|
112 |
2004-03-14 Wakaba <wakaba@suika.fam.cx> |
113 |
|
114 |
* SuikaWiki09.wp2 (Function): Bugs in regex for PRE element fixed. |
115 |
(Function): Output pre/@class if any. |
116 |
|
117 |
2004-03-13 Wakaba <wakaba@suika.fam.cx> |
118 |
|
119 |
* Obsolete.wp2 (FormattingRule[form-line]): New. |
120 |
|
121 |
* RequestLog.wps: Removed. |
122 |
|
123 |
2004-03-11 Wakaba <wakaba@suika.fam.cx> |
124 |
|
125 |
* referer.wp2 (ViewFragment[ws--post-content]): New. |
126 |
|
127 |
2004-03-11 Wakaba <w@suika.fam.cx> |
128 |
|
129 |
* referer.wp2 (FormattingRule[ref--referer-item-label]): Catch formatter |
130 |
error. |
131 |
|
132 |
2004-03-10 Wakaba <wakaba@suika.fam.cx> |
133 |
|
134 |
* referer.wp2: Referer filtering and referer2label implemented. |
135 |
|
136 |
2004-02-18 Wakaba <wakaba@suika.fam.cx> |
137 |
|
138 |
* request-log.wp2, referer.wp2, WikiPageRename.wp2, WikiPageRemove.wp2: |
139 |
Retrhow 'ERROR_REPORTED' WikiDB error in catch block. |
140 |
|
141 |
* SuikaWiki09.wp2 (Function[sw09_to_xhtml1]): Specify name attribute |
142 |
to a element corresponding to anchor-end element if html_no_id |
143 |
downgrade mode. |
144 |
|
145 |
2004-02-15 Wakaba <wakaba@suika.fam.cx> |
146 |
|
147 |
* request-log.wp2: New module. |
148 |
* UserAgent.wps: Removed. |
149 |
|
150 |
2004-02-14 Wakaba <wakaba@suika.fam.cx> |
151 |
|
152 |
* bugtrack.wp2: New module. |
153 |
|
154 |
* BugTrack.wps, ScriptTest.wps, Example.wps, MetaVariable.wps: Removed. |
155 |
|
156 |
2004-02-12 Wakaba <wakaba@suika.fam.cx> |
157 |
|
158 |
* TextRotate.wps: Removed (see form/text-rotate.wp2). |
159 |
|
160 |
2004-02-11 Wakaba <wakaba@suika.fam.cx> |
161 |
|
162 |
* plugin-info.wp2: New module. |
163 |
|
164 |
* WikiPageRename.wp2: New module. |
165 |
|
166 |
2004-02-10 Wakaba <wakaba@suika.fam.cx> |
167 |
|
168 |
* Versions.wps, Menu.wps, Calender.wps, LightOutput.wps, |
169 |
SuikaWikiGraph.wps, SW09toTeX: Removed. |
170 |
|
171 |
* phrase.wp2: New module. |
172 |
|
173 |
2004-02-09 Wakaba <w@suika.fam.cx> |
174 |
|
175 |
* calender.wp2: New module. |
176 |
|
177 |
2004-02-08 Wakaba <wakaba@suika.fam.cx> |
178 |
|
179 |
* Makefile: Entries to make SuikaWiki 2 WikiPlugin removed. |
180 |
|
181 |
* SuikaWiki09.wp2: Give base WikiName to WikiLinking function. |
182 |
|
183 |
2004-02-07 Wakaba <wakaba@suika.fam.cx> |
184 |
|
185 |
* xml.wp2: New module. |
186 |
|
187 |
* Image.wps: Removed. |
188 |
* WikiInfo.wp2 (ViewFragment[ws--footer]): Change order of engine-version |
189 |
and driver-version. |
190 |
|
191 |
* RandomJump.wp2, SuikaWiki09.wp2: Use SuikaWiki 3 WikiName interface. |
192 |
|
193 |
2004-02-04 Wakaba <wakaba@suika.fam.cx> |
194 |
|
195 |
* WikiPageRemove.wp2: Typos fixed. |
196 |
|
197 |
2004-02-03 Wakaba <wakaba@suika.fam.cx> |
198 |
|
199 |
* SuikaWiki09.wp2: Minimum SuikaWikiImage/0.9 support added. (Note: |
200 |
full implementation of SuikaWikiImage/0.9 is provided by |
201 |
SuikaWikiImage09 plugin module (misc/plugins/format/swimg09.wp2).) |
202 |
|
203 |
2004-02-01 Wakaba <wakaba@suika.fam.cx> |
204 |
|
205 |
* WikiInfo.wp2: Reimplemented with new SuikaWiki::Implementation. |
206 |
|
207 |
2004-01-31 Wakaba <wakaba@suika.fam.cx> |
208 |
|
209 |
* SuikaWiki09.wp2 (Converter): #comment supported. |
210 |
|
211 |
* Obsolete.wp2 (FormattingRule[Name='radio']): New rule. |
212 |
(FormattingRule[Name='span']): New rule. |
213 |
|
214 |
2004-01-16 Wakaba <wakaba@suika.fam.cx> |
215 |
|
216 |
* SuikaWiki09.wp2 (Format/WikiForm): New. |
217 |
|
218 |
* format/: New directory. |
219 |
|
220 |
* Obsolete.wp2, WikiPageRemove.wp2: Use new WikiResource module interface. |
221 |
|
222 |
2004-01-11 Wakaba <wakaba@suika.fam.cx> |
223 |
|
224 |
* SuikaWiki09.wp2 (form-template/index): New rule. |
225 |
|
226 |
2003-12-29 Wakaba <wakaba@suika.fam.cx> |
227 |
|
228 |
* SuikaWiki09.wp2: WikiForm input form generating is supported. |
229 |
|
230 |
* Obsolete.wp2: New module. |
231 |
|
232 |
* WikiPageRemove.wp2: New module. |
233 |
|
234 |
* RandomJump.wp2 (ViewDefinition): Use new interface to get URI reference to which redirect. |
235 |
|
236 |
2003-12-26 Wakaba <wakaba@suika.fam.cx> |
237 |
|
238 |
* SuikaWiki09XML.wps: Removed (Now part of SuikaWiki09.wp2). |
239 |
|
240 |
* WikiFormCore.wp2: Removed (re-moved to lib/SuikaWiki/Plugin/). |
241 |
* SuikaWiki10.wp2: Removed. |
242 |
* SuikaWiki09.wo2: Old code is removed. |
243 |
* view/: New directory. |
244 |
|
245 |
2003-12-13 Wakaba <wakaba@suika.fam.cx> |
246 |
|
247 |
* SuikaWiki09.wp2 (Function:text_to_xml): New function. |
248 |
(Converter ->text/html): Now use text_to_xml. |
249 |
|
250 |
2003-12-01 Wakaba <wakaba@suika.fam.cx> |
251 |
|
252 |
* Devel.wp2: New module. |
253 |
|
254 |
2003-10-25 Wakaba <wakaba@suika.fam.cx> |
255 |
|
256 |
* SuikaWiki10.wp2 (ViewDefinition): Don't call main::print_header. |
257 |
|
258 |
* BugTrack.wps (MODULE): Use SuikaWiki::Output::HTTP instead of main::_http_see_other. |
259 |
|
260 |
2003-10-11 Wakaba <wakaba@suika.fam.cx> |
261 |
|
262 |
* SuikaWiki10.wp2 (ViewDefinition): Don't set $media as xmedia |
263 |
unless xmedia is declared. |
264 |
|
265 |
2003-10-05 Wakaba <wakaba@suika.fam.cx> |
266 |
|
267 |
* WikiFormCore.wp2: New module. |
268 |
|
269 |
2003-08-20 Wakaba <wakaba@suika.fam.cx> |
270 |
|
271 |
* SW09toTeX.wps: New module. |
272 |
* SuikaWiki09XML.wps: New module. |
273 |
|
274 |
2003-08-19 Wakaba <wakaba@suika.fam.cx> |
275 |
|
276 |
* Calender.wps (wikipage-link/calender--day): New rule. |
277 |
(wikiview/calender): Use new linking procedure. |
278 |
|
279 |
2003-07-26 Wakaba <wakaba@suika.fam.cx> |
280 |
|
281 |
* Image.wps (MODULE/convert_image_type): Use $main::PathTo{convert} for path to convert command. |
282 |
|
283 |
2003-06-22 Wakaba <w@suika.fam.cx> |
284 |
|
285 |
* BugTrack.wps: Change bug data WikiName format. |
286 |
|
287 |
2003-06-12 Wakaba <w@offweb.ddo.jp> |
288 |
|
289 |
* LightOutput.wps: New. |
290 |
|
291 |
2003-06-01 Wakaba <w@offweb.ddo.jp> |
292 |
|
293 |
* BugTrack.wps: Revised. |
294 |
|
295 |
2003-05-31 Wakaba <w@offweb.ddo.jp> |
296 |
|
297 |
* BugTrack.wps: New. |
298 |
|
299 |
2003-05-10 Wakaba <w@offweb.ddo.jp> |
300 |
|
301 |
* UserAgent.wps: New. |
302 |
* Calender.wps (wikiview/calender): SuikaWiki::Markup::XMLized. |
303 |
|
304 |
2003-05-10 Wakaba <w@offweb.ddo.jp> |
305 |
|
306 |
* ChangeLog: New. |
307 |
* Makefile: New. |
308 |
* Calender.wps, Example.wps, Image.wps, Menu.wps, MetaVariable.wps, ScriptTest.wps, Versions.wps: New modules. (Moved from lib/SuikaWiki/Plugin/.) |