/[pub]/suikawiki/script/ChangeLog
Suika

Contents of /suikawiki/script/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.26 - (show annotations) (download)
Wed Jan 1 11:51:10 2003 UTC (22 years, 5 months ago) by w
Branch: MAIN
Changes since 1.25: +2 -0 lines
*** empty log message ***

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24