1 |
|
2002-12-30 Wakaba <w@suika.fam.cx> |
2 |
|
|
3 |
|
* wiki.cgi (print_header, do_output_css): Output expires: header field |
4 |
|
if necessary. |
5 |
|
(SuikaWiki::Plugin::make_info_html): Removed. |
6 |
|
(do_create, do_search, print_search_form): Removed. |
7 |
|
|
8 |
|
2002-12-25 Wakaba <w@suika.fam.cx> |
9 |
|
|
10 |
|
* wiki.cgi: Clean up. |
11 |
|
* WalWiki/lib/Yuki/RSS.pm: dc:* support. |
12 |
|
|
13 |
|
2002-12-24 Wakaba <w@suika.fam.cx> |
14 |
|
|
15 |
|
* wiki.cgi: Clean up. |
16 |
|
|
17 |
|
2002-12-20 Wakaba <w@suika.fam.cx> |
18 |
|
|
19 |
|
* wiki.cgi: SuikaWikiConst/1.0 is implemented. |
20 |
|
|
21 |
|
2002-12-19 Wakaba <w@suika.fam.cx> |
22 |
|
|
23 |
|
* .htaccess: Updated. |
24 |
|
|
25 |
|
* 500.ja.html, 500.ja.xhtml: New files. |
26 |
|
|
27 |
|
2002-12-18 Wakaba <w@suika.fam.cx> |
28 |
|
|
29 |
|
* wiki.cgi (add): Bug fix ('g' -> 'ge' in option of s). |
30 |
|
|
31 |
|
2002-12-15 Wakaba <w@suika.fam.cx> |
32 |
|
|
33 |
|
* wiki.cgi (make_navigate_links): Add two jumps, one lucky. |
34 |
|
|
35 |
|
2002-12-13 Wakaba <w@suika.fam.cx> |
36 |
|
|
37 |
|
* wiki.cgi (do_index): Record referer, user-agent and |
38 |
|
output referer and see also. |
39 |
|
|
40 |
|
2002-12-10 Wakaba <w@suika.fam.cx> |
41 |
|
|
42 |
|
* wiki.cgi (do_write): 'after_edit_cmd' support. |
43 |
|
(print_editform): Likewise. |
44 |
|
(print_navigate_links): Give 'wiki-cmd' class to 'View' and 'Edit'. |
45 |
|
|
46 |
|
2002-12-08 Wakaba <w@suika.fam.cx> |
47 |
|
|
48 |
|
* wiki.cgi (print_navigate_link_elements): New. |
49 |
|
|
50 |
|
2002-12-06 Wakaba <w@suika.fam.cx> |
51 |
|
|
52 |
|
* wiki.cgi (print_header): Downgrade for Infomosaic and M$IE 2 |
53 |
|
is implemented. |
54 |
|
|
55 |
|
2002-12-05 Wakaba <w@suika.fam.cx> |
56 |
|
|
57 |
|
* wiki.cgi (make_custom_form): Form controls are to be disabled |
58 |
|
if WikiPage is read only. |
59 |
|
(SuikaWiki::Plugin::make_info_page): New. |
60 |
|
(print_header): Downgrade if $UA =~ Mozilla/[34]\.. |
61 |
|
|
62 |
|
2002-12-04 Wakaba <w@suika.fam.cx> |
63 |
|
|
64 |
|
* wiki.cgi (make_custom_form): "target form" support. |
65 |
|
(do_wikiform): Likewise. |
66 |
|
|
67 |
|
2002-12-03 Wakaba <w@suika.fam.cx> |
68 |
|
|
69 |
|
* wiki.cgi (update_recent_changes): Don't output buggy '#?' magic line. |
70 |
|
(get_new_anchor_index): New function. |
71 |
|
(do_comment): Use get_new_anchor_index. |
72 |
|
(do_wikiform): New procedure. |
73 |
|
(print_header): Output Refresh: field body with meta element, too, |
74 |
|
to avoid bug(?) of early web browser implemention. |
75 |
|
(mycmd=wikiform): New command. See <IW:SuikaWiki:WikiForm> for detail. |
76 |
|
|
77 |
|
2002-12-01 Wakaba <wakaba@woody.wakaba.ssm> |
78 |
|
|
79 |
|
* wiki.cgi: |
80 |
|
- ($UA): New variable. |
81 |
|
- Output meta element with Content-Type (with 'x-' charset name) |
82 |
|
if $UA =~ Mozilla/1 or Mozilla/2. |
83 |
|
- Downgrade syntax of Refresh field to regacy syntax if |
84 |
|
$UA =~ Mozilla/1 or Mozilla/2 or Opera. |
85 |
|
- (wiki::useragent::add): Dont save bare [\x81-\cFF]. |
86 |
|
|
87 |
2002-11-14 Wakaba <w@suika.fam.cx> |
2002-11-14 Wakaba <w@suika.fam.cx> |
88 |
|
|
89 |
* wiki.cgi: InterWiki is implemented. |
* wiki.cgi: InterWiki is implemented. |