/[pub]/suikawiki/script/ChangeLog
Suika

Diff of /suikawiki/script/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

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

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.42

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24