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

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.39

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24