/[pub]/suikawiki/script/ChangeLog
Suika

Contents of /suikawiki/script/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.25 - (hide annotations) (download)
Wed Jan 1 11:48:28 2003 UTC (21 years, 10 months ago) by w
Branch: MAIN
Changes since 1.24: +2 -0 lines
*** empty log message ***

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24