1 |
|
2002-12-15 Wakaba <w@suika.fam.cx> |
2 |
|
|
3 |
|
* wiki.cgi (make_navigate_links): Add two jumps, one lucky. |
4 |
|
|
5 |
|
2002-12-13 Wakaba <w@suika.fam.cx> |
6 |
|
|
7 |
|
* wiki.cgi (do_index): Record referer, user-agent and |
8 |
|
output referer and see also. |
9 |
|
|
10 |
|
2002-12-10 Wakaba <w@suika.fam.cx> |
11 |
|
|
12 |
|
* wiki.cgi (do_write): 'after_edit_cmd' support. |
13 |
|
(print_editform): Likewise. |
14 |
|
(print_navigate_links): Give 'wiki-cmd' class to 'View' and 'Edit'. |
15 |
|
|
16 |
|
2002-12-08 Wakaba <w@suika.fam.cx> |
17 |
|
|
18 |
|
* wiki.cgi (print_navigate_link_elements): New. |
19 |
|
|
20 |
|
2002-12-06 Wakaba <w@suika.fam.cx> |
21 |
|
|
22 |
|
* wiki.cgi (print_header): Downgrade for Infomosaic and M$IE 2 |
23 |
|
is implemented. |
24 |
|
|
25 |
|
2002-12-05 Wakaba <w@suika.fam.cx> |
26 |
|
|
27 |
|
* wiki.cgi (make_custom_form): Form controls are to be disabled |
28 |
|
if WikiPage is read only. |
29 |
|
(SuikaWiki::Plugin::make_info_page): New. |
30 |
|
(print_header): Downgrade if $UA =~ Mozilla/[34]\.. |
31 |
|
|
32 |
|
2002-12-04 Wakaba <w@suika.fam.cx> |
33 |
|
|
34 |
|
* wiki.cgi (make_custom_form): "target form" support. |
35 |
|
(do_wikiform): Likewise. |
36 |
|
|
37 |
|
2002-12-03 Wakaba <w@suika.fam.cx> |
38 |
|
|
39 |
|
* wiki.cgi (update_recent_changes): Don't output buggy '#?' magic line. |
40 |
|
(get_new_anchor_index): New function. |
41 |
|
(do_comment): Use get_new_anchor_index. |
42 |
|
(do_wikiform): New procedure. |
43 |
|
(print_header): Output Refresh: field body with meta element, too, |
44 |
|
to avoid bug(?) of early web browser implemention. |
45 |
|
(mycmd=wikiform): New command. See <IW:SuikaWiki:WikiForm> for detail. |
46 |
|
|
47 |
|
2002-12-01 Wakaba <wakaba@woody.wakaba.ssm> |
48 |
|
|
49 |
|
* wiki.cgi: |
50 |
|
- ($UA): New variable. |
51 |
|
- Output meta element with Content-Type (with 'x-' charset name) |
52 |
|
if $UA =~ Mozilla/1 or Mozilla/2. |
53 |
|
- Downgrade syntax of Refresh field to regacy syntax if |
54 |
|
$UA =~ Mozilla/1 or Mozilla/2 or Opera. |
55 |
|
- (wiki::useragent::add): Dont save bare [\x81-\cFF]. |
56 |
|
|
57 |
2002-11-14 Wakaba <w@suika.fam.cx> |
2002-11-14 Wakaba <w@suika.fam.cx> |
58 |
|
|
59 |
* wiki.cgi: InterWiki is implemented. |
* wiki.cgi: InterWiki is implemented. |