1 |
wakaba |
1.18 |
2002-12-15 Wakaba <w@suika.fam.cx>
|
2 |
|
|
|
3 |
|
|
* wiki.cgi (make_navigate_links): Add two jumps, one lucky.
|
4 |
|
|
|
5 |
wakaba |
1.17 |
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 |
wakaba |
1.16 |
2002-12-10 Wakaba <w@suika.fam.cx>
|
11 |
|
|
|
12 |
|
|
* wiki.cgi (do_write): 'after_edit_cmd' support.
|
13 |
|
|
(print_editform): Likewise.
|
14 |
wakaba |
1.17 |
(print_navigate_links): Give 'wiki-cmd' class to 'View' and 'Edit'.
|
15 |
wakaba |
1.16 |
|
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 |
wakaba |
1.15 |
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 |
wakaba |
1.16 |
(print_header): Downgrade if $UA =~ Mozilla/[34]\..
|
31 |
wakaba |
1.15 |
|
32 |
wakaba |
1.14 |
2002-12-04 Wakaba <w@suika.fam.cx>
|
33 |
|
|
|
34 |
|
|
* wiki.cgi (make_custom_form): "target form" support.
|
35 |
|
|
(do_wikiform): Likewise.
|
36 |
|
|
|
37 |
wakaba |
1.13 |
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 |
wakaba |
1.12 |
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 |
wakaba |
1.11 |
2002-11-14 Wakaba <w@suika.fam.cx>
|
58 |
|
|
|
59 |
|
|
* wiki.cgi: InterWiki is implemented.
|
60 |
|
|
|
61 |
wakaba |
1.10 |
2002-10-21 Wakaba <w@suika.fam.cx>
|
62 |
|
|
|
63 |
|
|
* wiki.cgi:
|
64 |
|
|
- Better support of random jump.
|
65 |
|
|
- Output Last-Modified: field if possible.
|
66 |
|
|
- Output ROBOTS -> NOINDEX as meta element if necessary.
|
67 |
|
|
- Don't output summary of its own page within title element
|
68 |
|
|
and page title (h1 element).
|
69 |
|
|
- Simplify of navigation links and footer.
|
70 |
|
|
- Add See Also and Referers to TOC.
|
71 |
|
|
- Bug fix of [INS/DEL/PRE[ treatment.
|
72 |
|
|
- Support of obsoleted="yes" attribute of wiki page.
|
73 |
|
|
- >>\d+ support in name of comment.
|
74 |
|
|
|
75 |
wakaba |
1.9 |
2002-10-17 Wakaba <w@suika.fam.cx>
|
76 |
|
|
|
77 |
|
|
* wiki.cgi: Updated. See
|
78 |
|
|
<http://suika.fam.cx/~wakaba/-temp/wiki/wiki?%A4%B3%A4%CEwiki%A4%CE%C6%C8%BC%AB%B3%C8%C4%A5#anchor-1>.
|
79 |
|
|
|
80 |
wakaba |
1.8 |
2002-10-07 Wakaba <w@suika.fam.cx>
|
81 |
|
|
|
82 |
|
|
* wiki.cgi:
|
83 |
|
|
- Output Last-Modified:.
|
84 |
|
|
- Record and output referer information.
|
85 |
|
|
|
86 |
wakaba |
1.7 |
2002-09-28 Wakaba <w@suika.fam.cx>
|
87 |
|
|
|
88 |
|
|
* wiki.cgi:
|
89 |
|
|
- Intoduce text/css mode.
|
90 |
|
|
- Anchorize news: URIs.
|
91 |
|
|
- (armor_name): Bug fix of not anchorizing traditional Wiki name.
|
92 |
|
|
- Indenting heading 3-5 in TOC.
|
93 |
|
|
- Multi-comment support.
|
94 |
|
|
- (print_footer): Embed #comment.
|
95 |
|
|
- (print_editform): Use NewPageTemplate when new page.
|
96 |
|
|
* wiki-style.css: Removed.
|
97 |
|
|
|
98 |
wakaba |
1.6 |
2002-08-29 Wakaba <w@suika.fam.cx>
|
99 |
|
|
|
100 |
|
|
* wiki.cgi: Fix cross site problem, syncing with
|
101 |
|
|
WalWiki 2.0.3.wal1 (WikiAntenna is not merged).
|
102 |
|
|
|
103 |
wakaba |
1.5 |
2002-06-18 Wakaba <w@suika.fam.cx>
|
104 |
|
|
|
105 |
|
|
* wiki.cgi: Fix cross site scripting problems.
|
106 |
|
|
|
107 |
wakaba |
1.3 |
2002-06-02 wakaba <w@suika.fam.cx>
|
108 |
|
|
|
109 |
|
|
* wiki.cgi: Sync with WalWiki 2.0.beta.1.wal.1.
|
110 |
wakaba |
1.4 |
* wiki-style.css: New file.
|
111 |
wakaba |
1.3 |
|
112 |
wakaba |
1.2 |
2002-03-24 wakaba <w@suika.fam.cx>
|
113 |
|
|
|
114 |
|
|
* wiki.cgi (inline):
|
115 |
|
|
- Ignore LinkLikeThis style anchor.
|
116 |
|
|
- Allow [[space including anchor]].
|
117 |
|
|
(make_link): Likewise. Gets rid of angle branckets
|
118 |
|
|
before make anchor.
|
119 |
|
|
|
120 |
wakaba |
1.1 |
2002-02-02 wakaba <wakaba@suika.fam.cx>
|
121 |
|
|
|
122 |
|
|
* wiki.cgi: New file.
|
123 |
|
|
* ChangeLog: Likewise.
|