/[pub]/suikawiki/script/ChangeLog
Suika

Contents of /suikawiki/script/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.23 - (hide annotations) (download)
Mon Dec 30 03:20:06 2002 UTC (21 years, 10 months ago) by wakaba
Branch: MAIN
Changes since 1.22: +7 -0 lines
Don't specialize SearchPage, CreatePage and WikiPluginInfo.

1 wakaba 1.23 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 wakaba 1.22 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 wakaba 1.20 2002-12-19 Wakaba <w@suika.fam.cx>
22    
23 wakaba 1.21 * .htaccess: Updated.
24    
25 wakaba 1.20 * 500.ja.html, 500.ja.xhtml: New files.
26    
27 wakaba 1.19 2002-12-18 Wakaba <w@suika.fam.cx>
28    
29     * wiki.cgi (add): Bug fix ('g' -> 'ge' in option of s).
30    
31 wakaba 1.18 2002-12-15 Wakaba <w@suika.fam.cx>
32    
33     * wiki.cgi (make_navigate_links): Add two jumps, one lucky.
34    
35 wakaba 1.17 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 wakaba 1.16 2002-12-10 Wakaba <w@suika.fam.cx>
41    
42     * wiki.cgi (do_write): 'after_edit_cmd' support.
43     (print_editform): Likewise.
44 wakaba 1.17 (print_navigate_links): Give 'wiki-cmd' class to 'View' and 'Edit'.
45 wakaba 1.16
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 wakaba 1.15 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 wakaba 1.16 (print_header): Downgrade if $UA =~ Mozilla/[34]\..
61 wakaba 1.15
62 wakaba 1.14 2002-12-04 Wakaba <w@suika.fam.cx>
63    
64     * wiki.cgi (make_custom_form): "target form" support.
65     (do_wikiform): Likewise.
66    
67 wakaba 1.13 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 wakaba 1.12 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 wakaba 1.11 2002-11-14 Wakaba <w@suika.fam.cx>
88    
89     * wiki.cgi: InterWiki is implemented.
90    
91 wakaba 1.10 2002-10-21 Wakaba <w@suika.fam.cx>
92    
93     * wiki.cgi:
94     - Better support of random jump.
95     - Output Last-Modified: field if possible.
96     - Output ROBOTS -> NOINDEX as meta element if necessary.
97     - Don't output summary of its own page within title element
98     and page title (h1 element).
99     - Simplify of navigation links and footer.
100     - Add See Also and Referers to TOC.
101     - Bug fix of [INS/DEL/PRE[ treatment.
102     - Support of obsoleted="yes" attribute of wiki page.
103     - >>\d+ support in name of comment.
104    
105 wakaba 1.9 2002-10-17 Wakaba <w@suika.fam.cx>
106    
107     * wiki.cgi: Updated. See
108     <http://suika.fam.cx/~wakaba/-temp/wiki/wiki?%A4%B3%A4%CEwiki%A4%CE%C6%C8%BC%AB%B3%C8%C4%A5#anchor-1>.
109    
110 wakaba 1.8 2002-10-07 Wakaba <w@suika.fam.cx>
111    
112     * wiki.cgi:
113     - Output Last-Modified:.
114     - Record and output referer information.
115    
116 wakaba 1.7 2002-09-28 Wakaba <w@suika.fam.cx>
117    
118     * wiki.cgi:
119     - Intoduce text/css mode.
120     - Anchorize news: URIs.
121     - (armor_name): Bug fix of not anchorizing traditional Wiki name.
122     - Indenting heading 3-5 in TOC.
123     - Multi-comment support.
124     - (print_footer): Embed #comment.
125     - (print_editform): Use NewPageTemplate when new page.
126     * wiki-style.css: Removed.
127    
128 wakaba 1.6 2002-08-29 Wakaba <w@suika.fam.cx>
129    
130     * wiki.cgi: Fix cross site problem, syncing with
131     WalWiki 2.0.3.wal1 (WikiAntenna is not merged).
132    
133 wakaba 1.5 2002-06-18 Wakaba <w@suika.fam.cx>
134    
135     * wiki.cgi: Fix cross site scripting problems.
136    
137 wakaba 1.3 2002-06-02 wakaba <w@suika.fam.cx>
138    
139     * wiki.cgi: Sync with WalWiki 2.0.beta.1.wal.1.
140 wakaba 1.4 * wiki-style.css: New file.
141 wakaba 1.3
142 wakaba 1.2 2002-03-24 wakaba <w@suika.fam.cx>
143    
144     * wiki.cgi (inline):
145     - Ignore LinkLikeThis style anchor.
146     - Allow [[space including anchor]].
147     (make_link): Likewise. Gets rid of angle branckets
148     before make anchor.
149    
150 wakaba 1.1 2002-02-02 wakaba <wakaba@suika.fam.cx>
151    
152     * wiki.cgi: New file.
153     * ChangeLog: Likewise.

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24