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