/[pub]/suikawiki/script/ChangeLog
Suika

Diff of /suikawiki/script/ChangeLog

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

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

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.33

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24