/[pub]/suikawiki/script/lib/SuikaWiki/Plugin/ChangeLog
Suika

Contents of /suikawiki/script/lib/SuikaWiki/Plugin/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.19 - (show annotations) (download)
Mon Apr 28 06:23:20 2003 UTC (23 years, 2 months ago) by wakaba
Branch: MAIN
Changes since 1.18: +6 -0 lines
New

1 2003-04-28 Wakaba <w@offweb.ddo.jp>
2
3 * SuikaWiki09.wps: New module.
4 * WikiCore.wps: SuikaWiki/0.9 support is removed (and moved to SuikaWiki09
5 module).
6
7 2003-04-27 Wakaba <w@offweb.ddo.jp>
8
9 * Map.wps: New module.
10 * WikiPage.wps: Formatting rules of page-list and recent-changes and
11 RSS (ie. page-to-page relationship related rules) are moved to Map.wps.
12
13 2003-04-05 Wakaba <w@offweb.ddo.jp>
14
15 * Calender.wps: Namespace support.
16
17 2003-04-02 Wakaba <w@offweb.ddo.jp>
18
19 * Image.wps (MODULE/convert_image_type): New.
20 (Initialize/%Type): New.
21
22 2003-04-02 Wakaba <w@offweb.ddo.jp>
23
24 * WikiPage.wps (wikiview/diff-between-previous): Removed.
25 * Versions.wps (wikiview/diff-between-previous): New.
26 (MODULE): New. (Moved from suikawiki-config.ph.)
27 * StyleSheet.wps (MODULE): New.
28 * WikiNamespace.wps (MODULE), Image.wps (MODULE), WikiPageRename.wps (MODULE): New.
29 * Menu.wps: New.
30
31 2003-03-28 Wakaba <w@offweb.ddo.jp>
32
33 * WikiNamespace.wps: New module.
34 * WikiPage.wps (wikiview/anchor-wiki, wikiview/link-wiki
35 * WikiCore.wps (wikiview/section, wikiview/html-head): Use new manner of formatter.
36 * mkplugin.pl: Support muliple rule names.
37
38 2003-03-26 Wakaba <w@offweb.ddo.jp>
39
40 * WikiPages.wps (wikiform_input/recent-change-list): Use MODULE:compose_wiki_page_uri to compose WikiPage URI.
41 (MODULE): New section.
42
43 2003-03-26 Wakaba <w@offweb.ddo.jp>
44
45 * StyleSheet.wps (wikiview/styles-wiki-xml): New rule.
46 * WikiPages.wps (wikiform_input/recent-change-list, wikiformat/SuikaWiki/0.9-to-RSS): Don't output xml dec and xml-stylesheet pi.
47
48 2003-03-24 Wakaba <w@offweb.ddo.jp>
49
50 * WikiCore.wps (wikiview/format): New rule.
51 * Calender.wps (wikiview/link-calender-date, wikiview/if-calender): New rules.
52 (wikiform_input/calender-months): Likewise.
53
54 2003-03-21 Wakaba <w@offweb.ddo.jp>
55
56 * WikiConst.wps: New module.
57 * mkplugin.pl: MODULE section is supported.
58
59 2003-02-19 Wakaba <w@cube.wakaba.ssm>
60
61 * StyleSheet.wps (wikiview/apply-user-preferred-style): M$IE support is removed.
62 (wikiform_input//select-user-preferred-style): Likewise.
63 * Example.wps: New module.
64
65 2003-02-19 Wakaba <w@cube.wakaba.ssm>
66
67 * StyleSheet.wps (wikiview/apply-user-preferred-style): M$IE support.
68 (wikiform_input//select-user-preferred-style): Likewise.
69
70 2003-01-26 Wakaba <w@cube.wakaba.ssm>
71
72 * StyleSheet.wps (wikiview/styles-wiki-html, apply-user-preferred-style): New.
73 (wikiform_input/select-user-preferred-style, select-user-preferred-mode): Likewise.
74 * WikiAdmin.wps (*/formatter-context): New.
75 * WikiCore.wps (wikiview/referer-list, wikiview/search-result): Removed.
76 (wikiview/link-map, wikiview/last-modified): Removed.
77 (wikiform_input/last-modified, wikiview/page-name): Removed.
78 (wikiview-resource/page-name, wikiview/wiki-link): Likewise.
79 (wikiview-resource/wiki-link, wikiview/diff-between-previous): Likewise.
80 (wikiview/toc): Don't output SCRIPT element to non-script-aware UAs.
81 (wikiview/html-start): Don't output commented HTML4 doctype.
82 (wikiview/link-wiki, wikiview/anchor-wiki): Removed.
83 * WikiFormBasic.wps (wikiform_input/text): New 'depth' option is supproted.
84 (wikiform_input/textarea, wikiform_input/submit): Likewise.
85 (wikiform_option/require): Return required-element as hash reference.
86 * WikiFormSelection.wps (wikiform_template/iif): Parse ture/false value with the formatter.
87 * WikiPage.wps (wikiview/recent-change-dated): New.
88 (wikiform_input/recent-change-dated, wikiview/search-result): Likewise.
89 (wikiform_input/search-result, wikiview/link-map): Likewise.
90 (wikiview-resource/last-modified, wikiview/last-modified): Likewise.
91 (wikiform_input/last-modified, wikiview/page-name): Likewise.
92 (wikiview-resource/page-name, wikiview/wiki-link): New.
93 (wikiview-resource/wiki-link, wikiview/diff-between-previous): New.
94 (wikiview/link-wiki, wikiview/anchor-wiki, wikiview/referer-list): Likewise.
95 (wikiview/uri-wiki): New.
96 * mkplugin.pl: Don't output description as perl comments.
97
98 2003-01-12 Wakaba <w@suika.fam.cx>
99
100 * MetaVariable.wps, Versions.wps, StyleSheet.wps: New modules.
101 * Resource.wps, WikiAdmin.wps, WikiCore.wps, WikiPage.wps: Many many
102 plugin items are revised/added.
103 * WikiFormSelection.wps (wikiform_template/iif): Parse true/false value
104 as %-string.
105 * WikiFormBasic.wps (wikiform_input/text, wikiform_input/textarea): Output
106 class attribute.
107
108 2003-01-04 Wakaba <w@suika.fam.cx>
109
110 * mkplugin.pl: Plugin names is now quoted.
111 * WikiCore.wps: Many module is added.
112 * Resource.wps: Category wikiview-resource is separated from wikiview.
113
114 2003-01-03 Wakaba <w@suika.fam.cx>
115
116 * WikiCore.wps: New module.
117 * Resource.wps (wikiview/-bare_text, wikiview/res, wikiview/span): New.
118
119 2002-12-30 Wakaba <w@suika.fam.cx>
120
121 * GoToForm.wps, Plugin.wps, Resource.wps: New plugins.
122 * mkplugin.pl: Plugin name including '-' is supported.
123
124 2002-12-24 Wakaba <w@suika.fam.cx>
125
126 * InterWikiCore.wps: New plugin.
127
128 2002-12-19 Wakaba <w@suika.fam.cx>
129
130 * Calender.wps: New plugin.
131
132 2002-12-05 Wakaba <w@suika.fam.cx>
133
134 * TextRotate.wps (Name): New file.
135
136 * WikiFormSelection.wps: New file.
137
138 * Makefile: New file.
139 * WikiFormBasic.pm: Removed. (Now this file is generated automatically.)
140 * mkplugin.pl: New script.
141 * WikiFormBasic.wps: New file.
142
143 2002-12-05 Wakaba <w@suika.fam.cx>
144
145 * WikiFormBasic.pm (load_formatter): Form controls are to be disabled
146 if WikiPage is read only, in wikiform_input/*.
147 (property): New.
148
149 2002-12-04 Wakaba <w@suika.fam.cx>
150
151 * WikiFormBasic.pm (load_formatter): Don't output unexpected \n.
152 (load_formatter): 'description' attribute is supported with
153 wikiform_input/text and wikiform_input/submit.
154
155 2002-12-03 Wakaba <w@suika.fam.cx>
156
157 * WikiFormBasic.pm (load_formatter): wikiform_input/submit,
158 wikiform_option/output, wikiform_template/*: New format rules.
159
160 * ChangeLog: New file.
161
162 2002-12-02 Wakaba <w@suika.fam.cx>
163
164 * WikiFormBasic.pm: New module.
165

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24