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> |
2002-10-07 Wakaba <w@suika.fam.cx> |
50 |
|
|
51 |
* wiki.cgi: |
* wiki.cgi: |