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

Diff of /suikawiki/script/misc/plugins/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

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

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.42

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24