| 1 |
|
2002-12-05 Wakaba <w@suika.fam.cx> |
| 2 |
|
|
| 3 |
|
* wiki.cgi (make_custom_form): Form controls are to be disabled |
| 4 |
|
if WikiPage is read only. |
| 5 |
|
(SuikaWiki::Plugin::make_info_page): New. |
| 6 |
|
|
| 7 |
|
2002-12-04 Wakaba <w@suika.fam.cx> |
| 8 |
|
|
| 9 |
|
* wiki.cgi (make_custom_form): "target form" support. |
| 10 |
|
(do_wikiform): Likewise. |
| 11 |
|
|
| 12 |
|
2002-12-03 Wakaba <w@suika.fam.cx> |
| 13 |
|
|
| 14 |
|
* wiki.cgi (update_recent_changes): Don't output buggy '#?' magic line. |
| 15 |
|
(get_new_anchor_index): New function. |
| 16 |
|
(do_comment): Use get_new_anchor_index. |
| 17 |
|
(do_wikiform): New procedure. |
| 18 |
|
(print_header): Output Refresh: field body with meta element, too, |
| 19 |
|
to avoid bug(?) of early web browser implemention. |
| 20 |
|
(mycmd=wikiform): New command. See <IW:SuikaWiki:WikiForm> for detail. |
| 21 |
|
|
| 22 |
|
2002-12-01 Wakaba <wakaba@woody.wakaba.ssm> |
| 23 |
|
|
| 24 |
|
* wiki.cgi: |
| 25 |
|
- ($UA): New variable. |
| 26 |
|
- Output meta element with Content-Type (with 'x-' charset name) |
| 27 |
|
if $UA =~ Mozilla/1 or Mozilla/2. |
| 28 |
|
- Downgrade syntax of Refresh field to regacy syntax if |
| 29 |
|
$UA =~ Mozilla/1 or Mozilla/2 or Opera. |
| 30 |
|
- (wiki::useragent::add): Dont save bare [\x81-\cFF]. |
| 31 |
|
|
| 32 |
|
2002-11-14 Wakaba <w@suika.fam.cx> |
| 33 |
|
|
| 34 |
|
* wiki.cgi: InterWiki is implemented. |
| 35 |
|
|
| 36 |
2002-10-21 Wakaba <w@suika.fam.cx> |
2002-10-21 Wakaba <w@suika.fam.cx> |
| 37 |
|
|
| 38 |
* wiki.cgi: |
* wiki.cgi: |