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

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24