/[pub]/suikawiki/script/ChangeLog
Suika

Contents of /suikawiki/script/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.37 - (show annotations) (download)
Thu Dec 4 06:01:02 2003 UTC (20 years, 11 months ago) by wakaba
Branch: MAIN
Changes since 1.36: +9 -0 lines
New files

1 2003-12-04 Wakaba <wakaba@suika.fam.cx>
2
3 * .cvsignore: New file.
4 * MANIFEST.SKIP: New file.
5
6 2003-12-03 Wakaba <w@suika.fam.cx>
7
8 * Makefile.PL: New script.
9
10 2003-11-27 Wakaba <wakaba@suika.fam.cx>
11
12 * wiki.cgi: Change $0.
13
14 2003-10-25 Wakaba <wakaba@suika.fam.cx>
15
16 * .htaccess (ErrorDocument): Removed.
17
18 * 500.ja.html.jis, 500.ja.xhtml.jis: Removed.
19
20 2003-05-10 Wakaba <w@offweb.ddo.jp>
21
22 * misc/: New directory.
23
24 2003-04-03 Wakaba <w@offweb.ddo.jp>
25
26 * wiki.cgi (%VERSION): Removed. (Moved to wikidata/suikawiki-config.ph.)
27
28 2003-03-27 Wakaba <w@offweb.ddo.jp>
29
30 * 500.ja.*.jis: Updated.
31
32 2003-01-26 Wakaba <w@cube.wakaba.ssm>
33
34 * wiki.cgi: Almost all part is moved to lib/suikawiki.pl.
35
36 2003-01-26 Wakaba <w@suika.fam.cx>
37
38 * wiki.cgi ($use_exists): Removed.
39 (%command_do): read -> default.
40 (%UA): Don't my but do our.
41 (mode=read): Changed to mode=default unless necessary.
42 (do_view): Read cookie when 'default' mode.
43 (do_view): Mosaic Netscape 0.9 support:-)
44 (print_header): Likewise.
45 (get_search_result): Cache the result.
46 (%SearchResult, %SubjectLine): Moved from semi-global to my'ed,
47 with the support of SuikaWiki::Plugin->cache.
48 (make_custom_form): \%option: new argument.
49 (init_form): Set to 'default' mode if no mode is specified.
50 (is_exist_page, __get_database): Removed.
51 (SuikaWiki::Plugin->cache): New.
52
53 2003-01-12 Wakaba <w@suika.fam.cx>
54
55 * script/: New directory.
56 * wiki.cgi ((main)): binmode STDOUT and STDIN.
57 (%page_command): Removed.
58 (%command_do): Many modes are removed and 'read' is revised from '\&do_read'
59 to '\&do_view'.
60 (do_read, do_output_css): Removed.
61 (do_view): Merged with &do_read and &do_output_css.
62 (do_adminchangepassword, valid_password): Don't use &print_message and/or &print_error.
63 (do_random_jump): Don't prepend scheme and server name.
64 (print_error, print_message): Removed.
65 (print_header): Don't print HTML header directory.
66 (_navigate_links, make_navigate_links): Removed.
67 (convert_format): Use &SuikaWiki::Plugin::format_converter.
68 (make_custom_form): Give page name to plugins.
69 (make_custom_form): Output INPUT element with XML style (net).
70 (edit_form): Likewise.
71 (init_form): Don't check %page_command.
72 (open_db): die if failed, instead of &print_error.
73 (is_editable): Don't allow SP (U+0020).
74 (do_rss): Removed.
75 (SuikaWiki::Plugin): push $plugin_directory to @INC.
76 (SuikaWiki::Plugin::user_agent_name): New.
77 (SuikaWiki::Plugin::magic_and_content): Bug fix.
78 (SuikaWiki::Plugin::format_converter): New.
79
80 2003-01-04 Wakaba <w@suika.fam.cx>
81
82 * wiki.cgi (do_read, do_TEXT_CSS, do_edit, do_adminchangepassword, do_write, print_message): Don't call print_content and print_footer.
83 (print_header): Don't output body element.
84 (print_navigate_links, print_footer, print_content): Removed.
85 (_navigate_links, convert_format): New.
86 (make_wikilink): $option{latest}: New option.
87 (editform): Don't output WikiEditHelp.
88 (armor_name, unarmor_name, do_diff): Removed.
89 (SuikaWiki::Plugin::magic_and_content, SuikaWiki::Plugin::formatter): New.
90 (pod:SEE ALSO): New.
91
92 2003-01-03 Wakaba <w@suika.fam.cx>
93
94 * tool/: New directory.
95 * tool/ywinfo2meta.pl: New script.
96 * wiki.cgi (do_edit, do_adminedit, print_editform, do_map, %infobase, get_info, set_info, __set_database, conflict): Removed.
97 (do_view, _compatible_options): New.
98 (#?SuikaWiki/0.9 interactive="yes"): New option.
99 (text_to_html): Toc code is revised.
100 (init_form): Don't allow [\x00-\x1F\x7F] in WikiPage name.
101 (open_db, close_db): Revised.
102 (wiki::dummy): New package.
103 (%SuikaWiki::Plugin::Index, SuikaWiki::Plugin::new_index): New.
104 (wiki::map): Removed.
105
106 2003-01-02 Wakaba <w@suika.fam.cx>
107
108 * wiki.cgi (do_adminchangepasswordform): Removed.
109 (do_index): Likewise.
110
111 2003-01-01 Wakaba <w@suika.fam.cx>
112
113 * default/: New directory.
114 * WalWiki/, SuikaWiki/: Removed.
115 * lib/: New directory.
116
117 * wiki.cgi: Remove configurations.
118 * readme.txt, readme_en.txt, readme_ja.txt, readme_ja.wal.txt: Removed.
119 * convert.cgi: Removed.
120 * 500.ja.html, 500.ja,xhtml: Removed.
121 * 500.ja.html.jis, 500.ja.xhtml.jis: New documents.
122 * .htaccess: Updated.
123
124 2002-12-30 Wakaba <w@suika.fam.cx>
125
126 * wiki.cgi (print_header, do_output_css): Output expires: header field
127 if necessary.
128 (SuikaWiki::Plugin::make_info_html): Removed.
129 (do_create, do_search, print_search_form): Removed.
130
131 2002-12-25 Wakaba <w@suika.fam.cx>
132
133 * wiki.cgi: Clean up.
134 * WalWiki/lib/Yuki/RSS.pm: dc:* support.
135
136 2002-12-24 Wakaba <w@suika.fam.cx>
137
138 * wiki.cgi: Clean up.
139
140 2002-12-20 Wakaba <w@suika.fam.cx>
141
142 * wiki.cgi: SuikaWikiConst/1.0 is implemented.
143
144 2002-12-19 Wakaba <w@suika.fam.cx>
145
146 * .htaccess: Updated.
147
148 * 500.ja.html, 500.ja.xhtml: New files.
149
150 2002-12-18 Wakaba <w@suika.fam.cx>
151
152 * wiki.cgi (add): Bug fix ('g' -> 'ge' in option of s).
153
154 2002-12-15 Wakaba <w@suika.fam.cx>
155
156 * wiki.cgi (make_navigate_links): Add two jumps, one lucky.
157
158 2002-12-13 Wakaba <w@suika.fam.cx>
159
160 * wiki.cgi (do_index): Record referer, user-agent and
161 output referer and see also.
162
163 2002-12-10 Wakaba <w@suika.fam.cx>
164
165 * wiki.cgi (do_write): 'after_edit_cmd' support.
166 (print_editform): Likewise.
167 (print_navigate_links): Give 'wiki-cmd' class to 'View' and 'Edit'.
168
169 2002-12-08 Wakaba <w@suika.fam.cx>
170
171 * wiki.cgi (print_navigate_link_elements): New.
172
173 2002-12-06 Wakaba <w@suika.fam.cx>
174
175 * wiki.cgi (print_header): Downgrade for Infomosaic and M$IE 2
176 is implemented.
177
178 2002-12-05 Wakaba <w@suika.fam.cx>
179
180 * wiki.cgi (make_custom_form): Form controls are to be disabled
181 if WikiPage is read only.
182 (SuikaWiki::Plugin::make_info_page): New.
183 (print_header): Downgrade if $UA =~ Mozilla/[34]\..
184
185 2002-12-04 Wakaba <w@suika.fam.cx>
186
187 * wiki.cgi (make_custom_form): "target form" support.
188 (do_wikiform): Likewise.
189
190 2002-12-03 Wakaba <w@suika.fam.cx>
191
192 * wiki.cgi (update_recent_changes): Don't output buggy '#?' magic line.
193 (get_new_anchor_index): New function.
194 (do_comment): Use get_new_anchor_index.
195 (do_wikiform): New procedure.
196 (print_header): Output Refresh: field body with meta element, too,
197 to avoid bug(?) of early web browser implemention.
198 (mycmd=wikiform): New command. See <IW:SuikaWiki:WikiForm> for detail.
199
200 2002-12-01 Wakaba <wakaba@woody.wakaba.ssm>
201
202 * wiki.cgi:
203 - ($UA): New variable.
204 - Output meta element with Content-Type (with 'x-' charset name)
205 if $UA =~ Mozilla/1 or Mozilla/2.
206 - Downgrade syntax of Refresh field to regacy syntax if
207 $UA =~ Mozilla/1 or Mozilla/2 or Opera.
208 - (wiki::useragent::add): Dont save bare [\x81-\cFF].
209
210 2002-11-14 Wakaba <w@suika.fam.cx>
211
212 * wiki.cgi: InterWiki is implemented.
213
214 2002-10-21 Wakaba <w@suika.fam.cx>
215
216 * wiki.cgi:
217 - Better support of random jump.
218 - Output Last-Modified: field if possible.
219 - Output ROBOTS -> NOINDEX as meta element if necessary.
220 - Don't output summary of its own page within title element
221 and page title (h1 element).
222 - Simplify of navigation links and footer.
223 - Add See Also and Referers to TOC.
224 - Bug fix of [INS/DEL/PRE[ treatment.
225 - Support of obsoleted="yes" attribute of wiki page.
226 - >>\d+ support in name of comment.
227
228 2002-10-17 Wakaba <w@suika.fam.cx>
229
230 * wiki.cgi: Updated. See
231 <http://suika.fam.cx/~wakaba/-temp/wiki/wiki?%A4%B3%A4%CEwiki%A4%CE%C6%C8%BC%AB%B3%C8%C4%A5#anchor-1>.
232
233 2002-10-07 Wakaba <w@suika.fam.cx>
234
235 * wiki.cgi:
236 - Output Last-Modified:.
237 - Record and output referer information.
238
239 2002-09-28 Wakaba <w@suika.fam.cx>
240
241 * wiki.cgi:
242 - Intoduce text/css mode.
243 - Anchorize news: URIs.
244 - (armor_name): Bug fix of not anchorizing traditional Wiki name.
245 - Indenting heading 3-5 in TOC.
246 - Multi-comment support.
247 - (print_footer): Embed #comment.
248 - (print_editform): Use NewPageTemplate when new page.
249 * wiki-style.css: Removed.
250
251 2002-08-29 Wakaba <w@suika.fam.cx>
252
253 * wiki.cgi: Fix cross site problem, syncing with
254 WalWiki 2.0.3.wal1 (WikiAntenna is not merged).
255
256 2002-06-18 Wakaba <w@suika.fam.cx>
257
258 * wiki.cgi: Fix cross site scripting problems.
259
260 2002-06-02 wakaba <w@suika.fam.cx>
261
262 * wiki.cgi: Sync with WalWiki 2.0.beta.1.wal.1.
263 * wiki-style.css: New file.
264
265 2002-03-24 wakaba <w@suika.fam.cx>
266
267 * wiki.cgi (inline):
268 - Ignore LinkLikeThis style anchor.
269 - Allow [[space including anchor]].
270 (make_link): Likewise. Gets rid of angle branckets
271 before make anchor.
272
273 2002-02-02 wakaba <wakaba@suika.fam.cx>
274
275 * wiki.cgi: New file.
276 * ChangeLog: Likewise.

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24