1 |
|
2002-12-19 Wakaba <w@suika.fam.cx> |
2 |
|
|
3 |
|
* .htaccess: Updated. |
4 |
|
|
5 |
|
* 500.ja.html, 500.ja.xhtml: New files. |
6 |
|
|
7 |
|
2002-12-18 Wakaba <w@suika.fam.cx> |
8 |
|
|
9 |
|
* wiki.cgi (add): Bug fix ('g' -> 'ge' in option of s). |
10 |
|
|
11 |
|
2002-12-15 Wakaba <w@suika.fam.cx> |
12 |
|
|
13 |
|
* wiki.cgi (make_navigate_links): Add two jumps, one lucky. |
14 |
|
|
15 |
|
2002-12-13 Wakaba <w@suika.fam.cx> |
16 |
|
|
17 |
|
* wiki.cgi (do_index): Record referer, user-agent and |
18 |
|
output referer and see also. |
19 |
|
|
20 |
|
2002-12-10 Wakaba <w@suika.fam.cx> |
21 |
|
|
22 |
|
* wiki.cgi (do_write): 'after_edit_cmd' support. |
23 |
|
(print_editform): Likewise. |
24 |
|
(print_navigate_links): Give 'wiki-cmd' class to 'View' and 'Edit'. |
25 |
|
|
26 |
|
2002-12-08 Wakaba <w@suika.fam.cx> |
27 |
|
|
28 |
|
* wiki.cgi (print_navigate_link_elements): New. |
29 |
|
|
30 |
|
2002-12-06 Wakaba <w@suika.fam.cx> |
31 |
|
|
32 |
|
* wiki.cgi (print_header): Downgrade for Infomosaic and M$IE 2 |
33 |
|
is implemented. |
34 |
|
|
35 |
|
2002-12-05 Wakaba <w@suika.fam.cx> |
36 |
|
|
37 |
|
* wiki.cgi (make_custom_form): Form controls are to be disabled |
38 |
|
if WikiPage is read only. |
39 |
|
(SuikaWiki::Plugin::make_info_page): New. |
40 |
|
(print_header): Downgrade if $UA =~ Mozilla/[34]\.. |
41 |
|
|
42 |
|
2002-12-04 Wakaba <w@suika.fam.cx> |
43 |
|
|
44 |
|
* wiki.cgi (make_custom_form): "target form" support. |
45 |
|
(do_wikiform): Likewise. |
46 |
|
|
47 |
|
2002-12-03 Wakaba <w@suika.fam.cx> |
48 |
|
|
49 |
|
* wiki.cgi (update_recent_changes): Don't output buggy '#?' magic line. |
50 |
|
(get_new_anchor_index): New function. |
51 |
|
(do_comment): Use get_new_anchor_index. |
52 |
|
(do_wikiform): New procedure. |
53 |
|
(print_header): Output Refresh: field body with meta element, too, |
54 |
|
to avoid bug(?) of early web browser implemention. |
55 |
|
(mycmd=wikiform): New command. See <IW:SuikaWiki:WikiForm> for detail. |
56 |
|
|
57 |
|
2002-12-01 Wakaba <wakaba@woody.wakaba.ssm> |
58 |
|
|
59 |
|
* wiki.cgi: |
60 |
|
- ($UA): New variable. |
61 |
|
- Output meta element with Content-Type (with 'x-' charset name) |
62 |
|
if $UA =~ Mozilla/1 or Mozilla/2. |
63 |
|
- Downgrade syntax of Refresh field to regacy syntax if |
64 |
|
$UA =~ Mozilla/1 or Mozilla/2 or Opera. |
65 |
|
- (wiki::useragent::add): Dont save bare [\x81-\cFF]. |
66 |
|
|
67 |
|
2002-11-14 Wakaba <w@suika.fam.cx> |
68 |
|
|
69 |
|
* wiki.cgi: InterWiki is implemented. |
70 |
|
|
71 |
|
2002-10-21 Wakaba <w@suika.fam.cx> |
72 |
|
|
73 |
|
* wiki.cgi: |
74 |
|
- Better support of random jump. |
75 |
|
- Output Last-Modified: field if possible. |
76 |
|
- Output ROBOTS -> NOINDEX as meta element if necessary. |
77 |
|
- Don't output summary of its own page within title element |
78 |
|
and page title (h1 element). |
79 |
|
- Simplify of navigation links and footer. |
80 |
|
- Add See Also and Referers to TOC. |
81 |
|
- Bug fix of [INS/DEL/PRE[ treatment. |
82 |
|
- Support of obsoleted="yes" attribute of wiki page. |
83 |
|
- >>\d+ support in name of comment. |
84 |
|
|
85 |
|
2002-10-17 Wakaba <w@suika.fam.cx> |
86 |
|
|
87 |
|
* wiki.cgi: Updated. See |
88 |
|
<http://suika.fam.cx/~wakaba/-temp/wiki/wiki?%A4%B3%A4%CEwiki%A4%CE%C6%C8%BC%AB%B3%C8%C4%A5#anchor-1>. |
89 |
|
|
90 |
|
2002-10-07 Wakaba <w@suika.fam.cx> |
91 |
|
|
92 |
|
* wiki.cgi: |
93 |
|
- Output Last-Modified:. |
94 |
|
- Record and output referer information. |
95 |
|
|
96 |
|
2002-09-28 Wakaba <w@suika.fam.cx> |
97 |
|
|
98 |
|
* wiki.cgi: |
99 |
|
- Intoduce text/css mode. |
100 |
|
- Anchorize news: URIs. |
101 |
|
- (armor_name): Bug fix of not anchorizing traditional Wiki name. |
102 |
|
- Indenting heading 3-5 in TOC. |
103 |
|
- Multi-comment support. |
104 |
|
- (print_footer): Embed #comment. |
105 |
|
- (print_editform): Use NewPageTemplate when new page. |
106 |
|
* wiki-style.css: Removed. |
107 |
|
|
108 |
|
2002-08-29 Wakaba <w@suika.fam.cx> |
109 |
|
|
110 |
|
* wiki.cgi: Fix cross site problem, syncing with |
111 |
|
WalWiki 2.0.3.wal1 (WikiAntenna is not merged). |
112 |
|
|
113 |
2002-06-18 Wakaba <w@suika.fam.cx> |
2002-06-18 Wakaba <w@suika.fam.cx> |
114 |
|
|
115 |
* wiki.cgi: Fix cross site scripting problems. |
* wiki.cgi: Fix cross site scripting problems. |