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> |
37 |
|
|
38 |
|
* wiki.cgi: |
39 |
|
- Better support of random jump. |
40 |
|
- Output Last-Modified: field if possible. |
41 |
|
- Output ROBOTS -> NOINDEX as meta element if necessary. |
42 |
|
- Don't output summary of its own page within title element |
43 |
|
and page title (h1 element). |
44 |
|
- Simplify of navigation links and footer. |
45 |
|
- Add See Also and Referers to TOC. |
46 |
|
- Bug fix of [INS/DEL/PRE[ treatment. |
47 |
|
- Support of obsoleted="yes" attribute of wiki page. |
48 |
|
- >>\d+ support in name of comment. |
49 |
|
|
50 |
2002-10-17 Wakaba <w@suika.fam.cx> |
2002-10-17 Wakaba <w@suika.fam.cx> |
51 |
|
|
52 |
* wiki.cgi: Updated. See |
* wiki.cgi: Updated. See |