/[pub]/suikawiki/script/ChangeLog
Suika

Contents of /suikawiki/script/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.30 - (show annotations) (download)
Sun Jan 12 09:15:06 2003 UTC (21 years, 9 months ago) by w
Branch: MAIN
Changes since 1.29: +27 -0 lines
Most of do_* are integred

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24