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> |
2002-11-14 Wakaba <w@suika.fam.cx> |
27 |
|
|
28 |
* wiki.cgi: InterWiki is implemented. |
* wiki.cgi: InterWiki is implemented. |