/[pub]/suikawiki/script/ChangeLog
Suika

Contents of /suikawiki/script/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.24 - (hide annotations) (download)
Wed Jan 1 01:29:04 2003 UTC (21 years, 10 months ago) by w
Branch: MAIN
Changes since 1.23: +9 -0 lines
Obsoleted YukiWiki/WalWiki files are removed.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24