1 |
|
2002-12-03 Wakaba <w@suika.fam.cx> |
2 |
|
|
3 |
|
* wiki.cgi (update_recent_changes): Don't output buggy '#?' magic line. |
4 |
|
(get_new_anchor_index): New function. |
5 |
|
(do_comment): Use get_new_anchor_index. |
6 |
|
(do_wikiform): New procedure. |
7 |
|
(print_header): Output Refresh: field body with meta element, too, |
8 |
|
to avoid bug(?) of early web browser implemention. |
9 |
|
(mycmd=wikiform): New command. See <IW:SuikaWiki:WikiForm> for detail. |
10 |
|
|
11 |
|
2002-12-01 Wakaba <wakaba@woody.wakaba.ssm> |
12 |
|
|
13 |
|
* wiki.cgi: |
14 |
|
- ($UA): New variable. |
15 |
|
- Output meta element with Content-Type (with 'x-' charset name) |
16 |
|
if $UA =~ Mozilla/1 or Mozilla/2. |
17 |
|
- Downgrade syntax of Refresh field to regacy syntax if |
18 |
|
$UA =~ Mozilla/1 or Mozilla/2 or Opera. |
19 |
|
- (wiki::useragent::add): Dont save bare [\x81-\cFF]. |
20 |
|
|
21 |
|
2002-11-14 Wakaba <w@suika.fam.cx> |
22 |
|
|
23 |
|
* wiki.cgi: InterWiki is implemented. |
24 |
|
|
25 |
|
2002-10-21 Wakaba <w@suika.fam.cx> |
26 |
|
|
27 |
|
* wiki.cgi: |
28 |
|
- Better support of random jump. |
29 |
|
- Output Last-Modified: field if possible. |
30 |
|
- Output ROBOTS -> NOINDEX as meta element if necessary. |
31 |
|
- Don't output summary of its own page within title element |
32 |
|
and page title (h1 element). |
33 |
|
- Simplify of navigation links and footer. |
34 |
|
- Add See Also and Referers to TOC. |
35 |
|
- Bug fix of [INS/DEL/PRE[ treatment. |
36 |
|
- Support of obsoleted="yes" attribute of wiki page. |
37 |
|
- >>\d+ support in name of comment. |
38 |
|
|
39 |
|
2002-10-17 Wakaba <w@suika.fam.cx> |
40 |
|
|
41 |
|
* wiki.cgi: Updated. See |
42 |
|
<http://suika.fam.cx/~wakaba/-temp/wiki/wiki?%A4%B3%A4%CEwiki%A4%CE%C6%C8%BC%AB%B3%C8%C4%A5#anchor-1>. |
43 |
|
|
44 |
|
2002-10-07 Wakaba <w@suika.fam.cx> |
45 |
|
|
46 |
|
* wiki.cgi: |
47 |
|
- Output Last-Modified:. |
48 |
|
- Record and output referer information. |
49 |
|
|
50 |
|
2002-09-28 Wakaba <w@suika.fam.cx> |
51 |
|
|
52 |
|
* wiki.cgi: |
53 |
|
- Intoduce text/css mode. |
54 |
|
- Anchorize news: URIs. |
55 |
|
- (armor_name): Bug fix of not anchorizing traditional Wiki name. |
56 |
|
- Indenting heading 3-5 in TOC. |
57 |
|
- Multi-comment support. |
58 |
|
- (print_footer): Embed #comment. |
59 |
|
- (print_editform): Use NewPageTemplate when new page. |
60 |
|
* wiki-style.css: Removed. |
61 |
|
|
62 |
|
2002-08-29 Wakaba <w@suika.fam.cx> |
63 |
|
|
64 |
|
* wiki.cgi: Fix cross site problem, syncing with |
65 |
|
WalWiki 2.0.3.wal1 (WikiAntenna is not merged). |
66 |
|
|
67 |
2002-06-18 Wakaba <w@suika.fam.cx> |
2002-06-18 Wakaba <w@suika.fam.cx> |
68 |
|
|
69 |
* wiki.cgi: Fix cross site scripting problems. |
* wiki.cgi: Fix cross site scripting problems. |