1 |
|
2002-12-25 Wakaba <w@suika.fam.cx> |
2 |
|
|
3 |
|
* wiki.cgi: Clean up. |
4 |
|
* WalWiki/lib/Yuki/RSS.pm: dc:* support. |
5 |
|
|
6 |
|
2002-12-24 Wakaba <w@suika.fam.cx> |
7 |
|
|
8 |
|
* wiki.cgi: Clean up. |
9 |
|
|
10 |
|
2002-12-20 Wakaba <w@suika.fam.cx> |
11 |
|
|
12 |
|
* wiki.cgi: SuikaWikiConst/1.0 is implemented. |
13 |
|
|
14 |
|
2002-12-19 Wakaba <w@suika.fam.cx> |
15 |
|
|
16 |
|
* .htaccess: Updated. |
17 |
|
|
18 |
|
* 500.ja.html, 500.ja.xhtml: New files. |
19 |
|
|
20 |
|
2002-12-18 Wakaba <w@suika.fam.cx> |
21 |
|
|
22 |
|
* wiki.cgi (add): Bug fix ('g' -> 'ge' in option of s). |
23 |
|
|
24 |
|
2002-12-15 Wakaba <w@suika.fam.cx> |
25 |
|
|
26 |
|
* wiki.cgi (make_navigate_links): Add two jumps, one lucky. |
27 |
|
|
28 |
|
2002-12-13 Wakaba <w@suika.fam.cx> |
29 |
|
|
30 |
|
* wiki.cgi (do_index): Record referer, user-agent and |
31 |
|
output referer and see also. |
32 |
|
|
33 |
|
2002-12-10 Wakaba <w@suika.fam.cx> |
34 |
|
|
35 |
|
* wiki.cgi (do_write): 'after_edit_cmd' support. |
36 |
|
(print_editform): Likewise. |
37 |
|
(print_navigate_links): Give 'wiki-cmd' class to 'View' and 'Edit'. |
38 |
|
|
39 |
|
2002-12-08 Wakaba <w@suika.fam.cx> |
40 |
|
|
41 |
|
* wiki.cgi (print_navigate_link_elements): New. |
42 |
|
|
43 |
|
2002-12-06 Wakaba <w@suika.fam.cx> |
44 |
|
|
45 |
|
* wiki.cgi (print_header): Downgrade for Infomosaic and M$IE 2 |
46 |
|
is implemented. |
47 |
|
|
48 |
|
2002-12-05 Wakaba <w@suika.fam.cx> |
49 |
|
|
50 |
|
* wiki.cgi (make_custom_form): Form controls are to be disabled |
51 |
|
if WikiPage is read only. |
52 |
|
(SuikaWiki::Plugin::make_info_page): New. |
53 |
|
(print_header): Downgrade if $UA =~ Mozilla/[34]\.. |
54 |
|
|
55 |
|
2002-12-04 Wakaba <w@suika.fam.cx> |
56 |
|
|
57 |
|
* wiki.cgi (make_custom_form): "target form" support. |
58 |
|
(do_wikiform): Likewise. |
59 |
|
|
60 |
|
2002-12-03 Wakaba <w@suika.fam.cx> |
61 |
|
|
62 |
|
* wiki.cgi (update_recent_changes): Don't output buggy '#?' magic line. |
63 |
|
(get_new_anchor_index): New function. |
64 |
|
(do_comment): Use get_new_anchor_index. |
65 |
|
(do_wikiform): New procedure. |
66 |
|
(print_header): Output Refresh: field body with meta element, too, |
67 |
|
to avoid bug(?) of early web browser implemention. |
68 |
|
(mycmd=wikiform): New command. See <IW:SuikaWiki:WikiForm> for detail. |
69 |
|
|
70 |
|
2002-12-01 Wakaba <wakaba@woody.wakaba.ssm> |
71 |
|
|
72 |
|
* wiki.cgi: |
73 |
|
- ($UA): New variable. |
74 |
|
- Output meta element with Content-Type (with 'x-' charset name) |
75 |
|
if $UA =~ Mozilla/1 or Mozilla/2. |
76 |
|
- Downgrade syntax of Refresh field to regacy syntax if |
77 |
|
$UA =~ Mozilla/1 or Mozilla/2 or Opera. |
78 |
|
- (wiki::useragent::add): Dont save bare [\x81-\cFF]. |
79 |
|
|
80 |
|
2002-11-14 Wakaba <w@suika.fam.cx> |
81 |
|
|
82 |
|
* wiki.cgi: InterWiki is implemented. |
83 |
|
|
84 |
|
2002-10-21 Wakaba <w@suika.fam.cx> |
85 |
|
|
86 |
|
* wiki.cgi: |
87 |
|
- Better support of random jump. |
88 |
|
- Output Last-Modified: field if possible. |
89 |
|
- Output ROBOTS -> NOINDEX as meta element if necessary. |
90 |
|
- Don't output summary of its own page within title element |
91 |
|
and page title (h1 element). |
92 |
|
- Simplify of navigation links and footer. |
93 |
|
- Add See Also and Referers to TOC. |
94 |
|
- Bug fix of [INS/DEL/PRE[ treatment. |
95 |
|
- Support of obsoleted="yes" attribute of wiki page. |
96 |
|
- >>\d+ support in name of comment. |
97 |
|
|
98 |
|
2002-10-17 Wakaba <w@suika.fam.cx> |
99 |
|
|
100 |
|
* wiki.cgi: Updated. See |
101 |
|
<http://suika.fam.cx/~wakaba/-temp/wiki/wiki?%A4%B3%A4%CEwiki%A4%CE%C6%C8%BC%AB%B3%C8%C4%A5#anchor-1>. |
102 |
|
|
103 |
|
2002-10-07 Wakaba <w@suika.fam.cx> |
104 |
|
|
105 |
|
* wiki.cgi: |
106 |
|
- Output Last-Modified:. |
107 |
|
- Record and output referer information. |
108 |
|
|
109 |
|
2002-09-28 Wakaba <w@suika.fam.cx> |
110 |
|
|
111 |
|
* wiki.cgi: |
112 |
|
- Intoduce text/css mode. |
113 |
|
- Anchorize news: URIs. |
114 |
|
- (armor_name): Bug fix of not anchorizing traditional Wiki name. |
115 |
|
- Indenting heading 3-5 in TOC. |
116 |
|
- Multi-comment support. |
117 |
|
- (print_footer): Embed #comment. |
118 |
|
- (print_editform): Use NewPageTemplate when new page. |
119 |
|
* wiki-style.css: Removed. |
120 |
|
|
121 |
|
2002-08-29 Wakaba <w@suika.fam.cx> |
122 |
|
|
123 |
|
* wiki.cgi: Fix cross site problem, syncing with |
124 |
|
WalWiki 2.0.3.wal1 (WikiAntenna is not merged). |
125 |
|
|
126 |
|
2002-06-18 Wakaba <w@suika.fam.cx> |
127 |
|
|
128 |
|
* wiki.cgi: Fix cross site scripting problems. |
129 |
|
|
130 |
|
2002-06-02 wakaba <w@suika.fam.cx> |
131 |
|
|
132 |
|
* wiki.cgi: Sync with WalWiki 2.0.beta.1.wal.1. |
133 |
|
* wiki-style.css: New file. |
134 |
|
|
135 |
2002-03-24 wakaba <w@suika.fam.cx> |
2002-03-24 wakaba <w@suika.fam.cx> |
136 |
|
|
137 |
* wiki.cgi (inline): |
* wiki.cgi (inline): |