/[pub]/suikawiki/script/ChangeLog
Suika

Diff of /suikawiki/script/ChangeLog

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

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

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.34.2.2

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24