/[pub]/suikawiki/script/ChangeLog
Suika

Contents of /suikawiki/script/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.44 - (hide annotations) (download)
Mon Nov 10 13:49:05 2008 UTC (16 years ago) by wakaba
Branch: MAIN
Changes since 1.43: +4 -0 lines
2008-11-10  Wakaba  <wakaba@suika.fam.cx>

        * wiki.cgi: Changed to redirector to the SuikaWiki4 URL.

1 wakaba 1.44 2008-11-10 Wakaba <wakaba@suika.fam.cx>
2    
3     * wiki.cgi: Changed to redirector to the SuikaWiki4 URL.
4    
5 wakaba 1.43 2004-04-30 Wakaba <w@suika.fam.cx>
6    
7     * .htaccess: Do AddType to .cgi file.
8    
9 wakaba 1.41 2004-03-12 Wakaba <wakaba@suika.fam.cx>
10    
11 wakaba 1.42 * tool/: Removed.
12    
13 wakaba 1.41 * wiki.cgi: Load suikawiki-config.ph on this stage.
14    
15 wakaba 1.40 2004-03-11 Wakaba <wakaba@suika.fam.cx>
16    
17     * INSTALL: New.
18    
19     2004-03-10 Wakaba <wakaba@suika.fam.cx>
20    
21     * Makefile.PL: Some module added.
22    
23 wakaba 1.38 2004-02-01 Wakaba <wakaba@suika.fam.cx>
24    
25 wakaba 1.39 * Makefile.PL: Updated.
26    
27 wakaba 1.38 * wiki.cgi: Don't require 'suikawiki-config.ph' directly.
28    
29 wakaba 1.37 2003-12-04 Wakaba <wakaba@suika.fam.cx>
30    
31     * .cvsignore: New file.
32     * MANIFEST.SKIP: New file.
33    
34     2003-12-03 Wakaba <w@suika.fam.cx>
35    
36     * Makefile.PL: New script.
37    
38 wakaba 1.36 2003-11-27 Wakaba <wakaba@suika.fam.cx>
39    
40     * wiki.cgi: Change $0.
41    
42 wakaba 1.35 2003-10-25 Wakaba <wakaba@suika.fam.cx>
43    
44     * .htaccess (ErrorDocument): Removed.
45    
46     * 500.ja.html.jis, 500.ja.xhtml.jis: Removed.
47    
48 w 1.34 2003-05-10 Wakaba <w@offweb.ddo.jp>
49    
50     * misc/: New directory.
51    
52 wakaba 1.33 2003-04-03 Wakaba <w@offweb.ddo.jp>
53    
54     * wiki.cgi (%VERSION): Removed. (Moved to wikidata/suikawiki-config.ph.)
55    
56 wakaba 1.32 2003-03-27 Wakaba <w@offweb.ddo.jp>
57    
58     * 500.ja.*.jis: Updated.
59    
60     2003-01-26 Wakaba <w@cube.wakaba.ssm>
61    
62     * wiki.cgi: Almost all part is moved to lib/suikawiki.pl.
63    
64 w 1.31 2003-01-26 Wakaba <w@suika.fam.cx>
65    
66     * wiki.cgi ($use_exists): Removed.
67     (%command_do): read -> default.
68     (%UA): Don't my but do our.
69     (mode=read): Changed to mode=default unless necessary.
70     (do_view): Read cookie when 'default' mode.
71     (do_view): Mosaic Netscape 0.9 support:-)
72     (print_header): Likewise.
73     (get_search_result): Cache the result.
74     (%SearchResult, %SubjectLine): Moved from semi-global to my'ed,
75     with the support of SuikaWiki::Plugin->cache.
76     (make_custom_form): \%option: new argument.
77     (init_form): Set to 'default' mode if no mode is specified.
78     (is_exist_page, __get_database): Removed.
79     (SuikaWiki::Plugin->cache): New.
80    
81 w 1.30 2003-01-12 Wakaba <w@suika.fam.cx>
82    
83     * script/: New directory.
84     * wiki.cgi ((main)): binmode STDOUT and STDIN.
85     (%page_command): Removed.
86     (%command_do): Many modes are removed and 'read' is revised from '\&do_read'
87     to '\&do_view'.
88     (do_read, do_output_css): Removed.
89     (do_view): Merged with &do_read and &do_output_css.
90     (do_adminchangepassword, valid_password): Don't use &print_message and/or &print_error.
91     (do_random_jump): Don't prepend scheme and server name.
92     (print_error, print_message): Removed.
93     (print_header): Don't print HTML header directory.
94     (_navigate_links, make_navigate_links): Removed.
95     (convert_format): Use &SuikaWiki::Plugin::format_converter.
96     (make_custom_form): Give page name to plugins.
97     (make_custom_form): Output INPUT element with XML style (net).
98     (edit_form): Likewise.
99     (init_form): Don't check %page_command.
100     (open_db): die if failed, instead of &print_error.
101     (is_editable): Don't allow SP (U+0020).
102     (do_rss): Removed.
103     (SuikaWiki::Plugin): push $plugin_directory to @INC.
104     (SuikaWiki::Plugin::user_agent_name): New.
105     (SuikaWiki::Plugin::magic_and_content): Bug fix.
106     (SuikaWiki::Plugin::format_converter): New.
107    
108 w 1.29 2003-01-04 Wakaba <w@suika.fam.cx>
109    
110     * wiki.cgi (do_read, do_TEXT_CSS, do_edit, do_adminchangepassword, do_write, print_message): Don't call print_content and print_footer.
111     (print_header): Don't output body element.
112     (print_navigate_links, print_footer, print_content): Removed.
113     (_navigate_links, convert_format): New.
114     (make_wikilink): $option{latest}: New option.
115     (editform): Don't output WikiEditHelp.
116     (armor_name, unarmor_name, do_diff): Removed.
117     (SuikaWiki::Plugin::magic_and_content, SuikaWiki::Plugin::formatter): New.
118     (pod:SEE ALSO): New.
119    
120 w 1.28 2003-01-03 Wakaba <w@suika.fam.cx>
121    
122     * tool/: New directory.
123     * tool/ywinfo2meta.pl: New script.
124     * wiki.cgi (do_edit, do_adminedit, print_editform, do_map, %infobase, get_info, set_info, __set_database, conflict): Removed.
125     (do_view, _compatible_options): New.
126     (#?SuikaWiki/0.9 interactive="yes"): New option.
127     (text_to_html): Toc code is revised.
128     (init_form): Don't allow [\x00-\x1F\x7F] in WikiPage name.
129     (open_db, close_db): Revised.
130     (wiki::dummy): New package.
131     (%SuikaWiki::Plugin::Index, SuikaWiki::Plugin::new_index): New.
132     (wiki::map): Removed.
133    
134     2003-01-02 Wakaba <w@suika.fam.cx>
135 w 1.27
136     * wiki.cgi (do_adminchangepasswordform): Removed.
137     (do_index): Likewise.
138    
139 w 1.24 2003-01-01 Wakaba <w@suika.fam.cx>
140    
141 w 1.25 * default/: New directory.
142 w 1.26 * WalWiki/, SuikaWiki/: Removed.
143     * lib/: New directory.
144 w 1.25
145 w 1.24 * wiki.cgi: Remove configurations.
146     * readme.txt, readme_en.txt, readme_ja.txt, readme_ja.wal.txt: Removed.
147     * convert.cgi: Removed.
148     * 500.ja.html, 500.ja,xhtml: Removed.
149     * 500.ja.html.jis, 500.ja.xhtml.jis: New documents.
150     * .htaccess: Updated.
151    
152 wakaba 1.23 2002-12-30 Wakaba <w@suika.fam.cx>
153    
154     * wiki.cgi (print_header, do_output_css): Output expires: header field
155     if necessary.
156     (SuikaWiki::Plugin::make_info_html): Removed.
157     (do_create, do_search, print_search_form): Removed.
158    
159 wakaba 1.22 2002-12-25 Wakaba <w@suika.fam.cx>
160    
161     * wiki.cgi: Clean up.
162     * WalWiki/lib/Yuki/RSS.pm: dc:* support.
163    
164     2002-12-24 Wakaba <w@suika.fam.cx>
165    
166     * wiki.cgi: Clean up.
167    
168     2002-12-20 Wakaba <w@suika.fam.cx>
169    
170     * wiki.cgi: SuikaWikiConst/1.0 is implemented.
171    
172 wakaba 1.20 2002-12-19 Wakaba <w@suika.fam.cx>
173    
174 wakaba 1.21 * .htaccess: Updated.
175    
176 wakaba 1.20 * 500.ja.html, 500.ja.xhtml: New files.
177    
178 wakaba 1.19 2002-12-18 Wakaba <w@suika.fam.cx>
179    
180     * wiki.cgi (add): Bug fix ('g' -> 'ge' in option of s).
181    
182 wakaba 1.18 2002-12-15 Wakaba <w@suika.fam.cx>
183    
184     * wiki.cgi (make_navigate_links): Add two jumps, one lucky.
185    
186 wakaba 1.17 2002-12-13 Wakaba <w@suika.fam.cx>
187    
188     * wiki.cgi (do_index): Record referer, user-agent and
189     output referer and see also.
190    
191 wakaba 1.16 2002-12-10 Wakaba <w@suika.fam.cx>
192    
193     * wiki.cgi (do_write): 'after_edit_cmd' support.
194     (print_editform): Likewise.
195 wakaba 1.17 (print_navigate_links): Give 'wiki-cmd' class to 'View' and 'Edit'.
196 wakaba 1.16
197     2002-12-08 Wakaba <w@suika.fam.cx>
198    
199     * wiki.cgi (print_navigate_link_elements): New.
200    
201     2002-12-06 Wakaba <w@suika.fam.cx>
202    
203     * wiki.cgi (print_header): Downgrade for Infomosaic and M$IE 2
204     is implemented.
205    
206 wakaba 1.15 2002-12-05 Wakaba <w@suika.fam.cx>
207    
208     * wiki.cgi (make_custom_form): Form controls are to be disabled
209     if WikiPage is read only.
210     (SuikaWiki::Plugin::make_info_page): New.
211 wakaba 1.16 (print_header): Downgrade if $UA =~ Mozilla/[34]\..
212 wakaba 1.15
213 wakaba 1.14 2002-12-04 Wakaba <w@suika.fam.cx>
214    
215     * wiki.cgi (make_custom_form): "target form" support.
216     (do_wikiform): Likewise.
217    
218 wakaba 1.13 2002-12-03 Wakaba <w@suika.fam.cx>
219    
220     * wiki.cgi (update_recent_changes): Don't output buggy '#?' magic line.
221     (get_new_anchor_index): New function.
222     (do_comment): Use get_new_anchor_index.
223     (do_wikiform): New procedure.
224     (print_header): Output Refresh: field body with meta element, too,
225     to avoid bug(?) of early web browser implemention.
226     (mycmd=wikiform): New command. See <IW:SuikaWiki:WikiForm> for detail.
227    
228 wakaba 1.12 2002-12-01 Wakaba <wakaba@woody.wakaba.ssm>
229    
230     * wiki.cgi:
231     - ($UA): New variable.
232     - Output meta element with Content-Type (with 'x-' charset name)
233     if $UA =~ Mozilla/1 or Mozilla/2.
234     - Downgrade syntax of Refresh field to regacy syntax if
235     $UA =~ Mozilla/1 or Mozilla/2 or Opera.
236     - (wiki::useragent::add): Dont save bare [\x81-\cFF].
237    
238 wakaba 1.11 2002-11-14 Wakaba <w@suika.fam.cx>
239    
240     * wiki.cgi: InterWiki is implemented.
241    
242 wakaba 1.10 2002-10-21 Wakaba <w@suika.fam.cx>
243    
244     * wiki.cgi:
245     - Better support of random jump.
246     - Output Last-Modified: field if possible.
247     - Output ROBOTS -> NOINDEX as meta element if necessary.
248     - Don't output summary of its own page within title element
249     and page title (h1 element).
250     - Simplify of navigation links and footer.
251     - Add See Also and Referers to TOC.
252     - Bug fix of [INS/DEL/PRE[ treatment.
253     - Support of obsoleted="yes" attribute of wiki page.
254     - >>\d+ support in name of comment.
255    
256 wakaba 1.9 2002-10-17 Wakaba <w@suika.fam.cx>
257    
258     * wiki.cgi: Updated. See
259     <http://suika.fam.cx/~wakaba/-temp/wiki/wiki?%A4%B3%A4%CEwiki%A4%CE%C6%C8%BC%AB%B3%C8%C4%A5#anchor-1>.
260    
261 wakaba 1.8 2002-10-07 Wakaba <w@suika.fam.cx>
262    
263     * wiki.cgi:
264     - Output Last-Modified:.
265     - Record and output referer information.
266    
267 wakaba 1.7 2002-09-28 Wakaba <w@suika.fam.cx>
268    
269     * wiki.cgi:
270     - Intoduce text/css mode.
271     - Anchorize news: URIs.
272     - (armor_name): Bug fix of not anchorizing traditional Wiki name.
273     - Indenting heading 3-5 in TOC.
274     - Multi-comment support.
275     - (print_footer): Embed #comment.
276     - (print_editform): Use NewPageTemplate when new page.
277     * wiki-style.css: Removed.
278    
279 wakaba 1.6 2002-08-29 Wakaba <w@suika.fam.cx>
280    
281     * wiki.cgi: Fix cross site problem, syncing with
282     WalWiki 2.0.3.wal1 (WikiAntenna is not merged).
283    
284 wakaba 1.5 2002-06-18 Wakaba <w@suika.fam.cx>
285    
286     * wiki.cgi: Fix cross site scripting problems.
287    
288 wakaba 1.3 2002-06-02 wakaba <w@suika.fam.cx>
289    
290     * wiki.cgi: Sync with WalWiki 2.0.beta.1.wal.1.
291 wakaba 1.4 * wiki-style.css: New file.
292 wakaba 1.3
293 wakaba 1.2 2002-03-24 wakaba <w@suika.fam.cx>
294    
295     * wiki.cgi (inline):
296     - Ignore LinkLikeThis style anchor.
297     - Allow [[space including anchor]].
298     (make_link): Likewise. Gets rid of angle branckets
299     before make anchor.
300    
301 wakaba 1.1 2002-02-02 wakaba <wakaba@suika.fam.cx>
302    
303     * wiki.cgi: New file.
304     * ChangeLog: Likewise.

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24