/[pub]/suikawiki/script/ChangeLog
Suika

Contents of /suikawiki/script/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.28 - (show annotations) (download)
Fri Jan 3 08:25:31 2003 UTC (22 years, 5 months ago) by w
Branch: MAIN
Changes since 1.27: +15 -1 lines
Many builtin functions are removed and implemented as plugin modules

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24