/[pub]/suikawiki/script/misc/plugins/ChangeLog
Suika

Contents of /suikawiki/script/misc/plugins/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.33 - (hide annotations) (download)
Sun Apr 25 07:06:50 2004 UTC (20 years, 6 months ago) by wakaba
Branch: MAIN
Changes since 1.32: +10 -0 lines
LeafProp database module added; content_prop implemented; Media type property implemented

1 wakaba 1.33 2004-04-25 Wakaba <wakaba@suika.fam.cx>
2    
3     * WikiPageRemove.wp2 (ViewDefinition[wpr--remove]): Remove content_prop.
4    
5     * WikiPageRename.wp2 (ViewDefinition[wp--rename]): Rename content_prop.
6    
7     2004-04-24 Wakaba <wakaba@suika.fam.cx>
8    
9     * WikiPageRemove.wp2 (FormattingRule): Support new returned value of WikiEdit->get_content.
10    
11 wakaba 1.32 2004-04-17 Wakaba <wakaba@suika.fam.cx>
12    
13     * referer.wp2: Support SuikaWiki::DB::FileSystem::Count instead of
14     BerkleyDB tying hash.
15    
16 wakaba 1.30 2004-03-30 Wakaba <wakaba@suika.fam.cx>
17    
18 wakaba 1.31 * SuikaWiki09.wp2 (Function): Set @class=anchor to XHTML correspond
19     to anchor-end element.
20    
21 wakaba 1.30 * referer.wp2 (referer-list): Navigation placeholder added.
22    
23 wakaba 1.29 2004-03-24 Wakaba <wakaba@suika.fam.cx>
24    
25     * bugtrack.wp2 (Resource): Typo fixed.
26    
27     * SuikaWiki09.wp2 (Format/WikiForm): "required" field check implemented.
28    
29     2004-03-20 Wakaba <wakaba@suika.fam.cx>
30    
31     * calender.wp2 (FormattingRule[cal--year-page, cal--month-page, cal--day-page]): Defaults to "today".
32    
33 wakaba 1.28 2004-03-17 Wakaba <wakaba@suika.fam.cx>
34    
35     * SuikaWiki09.wp2 (Function[text_to_xml_inline]): Don't eat "] ["
36     unless within RUBY or RUBYB or ABBR.
37    
38     2004-03-14 Wakaba <wakaba@suika.fam.cx>
39    
40     * SuikaWiki09.wp2 (Function): Bugs in regex for PRE element fixed.
41     (Function): Output pre/@class if any.
42    
43 wakaba 1.26 2004-03-13 Wakaba <wakaba@suika.fam.cx>
44    
45 wakaba 1.27 * Obsolete.wp2 (FormattingRule[form-line]): New.
46    
47 wakaba 1.26 * RequestLog.wps: Removed.
48    
49 wakaba 1.25 2004-03-11 Wakaba <wakaba@suika.fam.cx>
50    
51     * referer.wp2 (ViewFragment[ws--post-content]): New.
52    
53     2004-03-11 Wakaba <w@suika.fam.cx>
54 wakaba 1.24
55     * referer.wp2 (FormattingRule[ref--referer-item-label]): Catch formatter
56     error.
57    
58 wakaba 1.23 2004-03-10 Wakaba <wakaba@suika.fam.cx>
59    
60     * referer.wp2: Referer filtering and referer2label implemented.
61    
62 wakaba 1.22 2004-02-18 Wakaba <wakaba@suika.fam.cx>
63    
64     * request-log.wp2, referer.wp2, WikiPageRename.wp2, WikiPageRemove.wp2:
65     Retrhow 'ERROR_REPORTED' WikiDB error in catch block.
66    
67     * SuikaWiki09.wp2 (Function[sw09_to_xhtml1]): Specify name attribute
68     to a element corresponding to anchor-end element if html_no_id
69     downgrade mode.
70    
71     2004-02-15 Wakaba <wakaba@suika.fam.cx>
72    
73     * request-log.wp2: New module.
74     * UserAgent.wps: Removed.
75    
76 wakaba 1.21 2004-02-14 Wakaba <wakaba@suika.fam.cx>
77    
78     * bugtrack.wp2: New module.
79    
80     * BugTrack.wps, ScriptTest.wps, Example.wps, MetaVariable.wps: Removed.
81    
82     2004-02-12 Wakaba <wakaba@suika.fam.cx>
83    
84     * TextRotate.wps: Removed (see form/text-rotate.wp2).
85    
86     2004-02-11 Wakaba <wakaba@suika.fam.cx>
87    
88     * plugin-info.wp2: New module.
89    
90     * WikiPageRename.wp2: New module.
91    
92     2004-02-10 Wakaba <wakaba@suika.fam.cx>
93    
94     * Versions.wps, Menu.wps, Calender.wps, LightOutput.wps,
95     SuikaWikiGraph.wps, SW09toTeX: Removed.
96    
97     * phrase.wp2: New module.
98    
99     2004-02-09 Wakaba <w@suika.fam.cx>
100    
101     * calender.wp2: New module.
102    
103 wakaba 1.20 2004-02-08 Wakaba <wakaba@suika.fam.cx>
104    
105     * Makefile: Entries to make SuikaWiki 2 WikiPlugin removed.
106    
107     * SuikaWiki09.wp2: Give base WikiName to WikiLinking function.
108    
109     2004-02-07 Wakaba <wakaba@suika.fam.cx>
110    
111     * xml.wp2: New module.
112    
113     * Image.wps: Removed.
114     * WikiInfo.wp2 (ViewFragment[ws--footer]): Change order of engine-version
115     and driver-version.
116    
117     * RandomJump.wp2, SuikaWiki09.wp2: Use SuikaWiki 3 WikiName interface.
118    
119     2004-02-04 Wakaba <wakaba@suika.fam.cx>
120    
121     * WikiPageRemove.wp2: Typos fixed.
122    
123     2004-02-03 Wakaba <wakaba@suika.fam.cx>
124    
125     * SuikaWiki09.wp2: Minimum SuikaWikiImage/0.9 support added. (Note:
126     full implementation of SuikaWikiImage/0.9 is provided by
127     SuikaWikiImage09 plugin module (misc/plugins/format/swimg09.wp2).)
128    
129 wakaba 1.19 2004-02-01 Wakaba <wakaba@suika.fam.cx>
130    
131     * WikiInfo.wp2: Reimplemented with new SuikaWiki::Implementation.
132    
133     2004-01-31 Wakaba <wakaba@suika.fam.cx>
134    
135     * SuikaWiki09.wp2 (Converter): #comment supported.
136    
137     * Obsolete.wp2 (FormattingRule[Name='radio']): New rule.
138     (FormattingRule[Name='span']): New rule.
139    
140 wakaba 1.18 2004-01-16 Wakaba <wakaba@suika.fam.cx>
141    
142     * SuikaWiki09.wp2 (Format/WikiForm): New.
143    
144     * format/: New directory.
145    
146     * Obsolete.wp2, WikiPageRemove.wp2: Use new WikiResource module interface.
147    
148     2004-01-11 Wakaba <wakaba@suika.fam.cx>
149    
150     * SuikaWiki09.wp2 (form-template/index): New rule.
151    
152     2003-12-29 Wakaba <wakaba@suika.fam.cx>
153    
154     * SuikaWiki09.wp2: WikiForm input form generating is supported.
155    
156     * Obsolete.wp2: New module.
157    
158     * WikiPageRemove.wp2: New module.
159    
160     * RandomJump.wp2 (ViewDefinition): Use new interface to get URI reference to which redirect.
161    
162 wakaba 1.16 2003-12-26 Wakaba <wakaba@suika.fam.cx>
163 wakaba 1.18
164     * SuikaWiki09XML.wps: Removed (Now part of SuikaWiki09.wp2).
165 wakaba 1.16
166 wakaba 1.17 * WikiFormCore.wp2: Removed (re-moved to lib/SuikaWiki/Plugin/).
167     * SuikaWiki10.wp2: Removed.
168     * SuikaWiki09.wo2: Old code is removed.
169 wakaba 1.16 * view/: New directory.
170    
171 wakaba 1.14 2003-12-13 Wakaba <wakaba@suika.fam.cx>
172    
173     * SuikaWiki09.wp2 (Function:text_to_xml): New function.
174 wakaba 1.15 (Converter ->text/html): Now use text_to_xml.
175 wakaba 1.14
176 wakaba 1.13 2003-12-01 Wakaba <wakaba@suika.fam.cx>
177    
178     * Devel.wp2: New module.
179    
180 wakaba 1.12 2003-10-25 Wakaba <wakaba@suika.fam.cx>
181    
182     * SuikaWiki10.wp2 (ViewDefinition): Don't call main::print_header.
183    
184     * BugTrack.wps (MODULE): Use SuikaWiki::Output::HTTP instead of main::_http_see_other.
185    
186 wakaba 1.11 2003-10-11 Wakaba <wakaba@suika.fam.cx>
187    
188     * SuikaWiki10.wp2 (ViewDefinition): Don't set $media as xmedia
189     unless xmedia is declared.
190    
191 wakaba 1.10 2003-10-05 Wakaba <wakaba@suika.fam.cx>
192    
193     * WikiFormCore.wp2: New module.
194    
195 wakaba 1.9 2003-08-20 Wakaba <wakaba@suika.fam.cx>
196    
197     * SW09toTeX.wps: New module.
198     * SuikaWiki09XML.wps: New module.
199    
200 wakaba 1.8 2003-08-19 Wakaba <wakaba@suika.fam.cx>
201    
202     * Calender.wps (wikipage-link/calender--day): New rule.
203     (wikiview/calender): Use new linking procedure.
204    
205 wakaba 1.7 2003-07-26 Wakaba <wakaba@suika.fam.cx>
206    
207     * Image.wps (MODULE/convert_image_type): Use $main::PathTo{convert} for path to convert command.
208    
209 wakaba 1.6 2003-06-22 Wakaba <w@suika.fam.cx>
210    
211     * BugTrack.wps: Change bug data WikiName format.
212    
213     2003-06-12 Wakaba <w@offweb.ddo.jp>
214    
215     * LightOutput.wps: New.
216    
217 wakaba 1.5 2003-06-01 Wakaba <w@offweb.ddo.jp>
218    
219     * BugTrack.wps: Revised.
220    
221 wakaba 1.4 2003-05-31 Wakaba <w@offweb.ddo.jp>
222    
223     * BugTrack.wps: New.
224    
225 wakaba 1.1 2003-05-10 Wakaba <w@offweb.ddo.jp>
226    
227 wakaba 1.2 * UserAgent.wps: New.
228 wakaba 1.3 * Calender.wps (wikiview/calender): SuikaWiki::Markup::XMLized.
229 wakaba 1.2
230     2003-05-10 Wakaba <w@offweb.ddo.jp>
231    
232 wakaba 1.1 * ChangeLog: New.
233     * Makefile: New.
234     * Calender.wps, Example.wps, Image.wps, Menu.wps, MetaVariable.wps, ScriptTest.wps, Versions.wps: New modules. (Moved from lib/SuikaWiki/Plugin/.)

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24