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