/[pub]/suikawiki/script/ChangeLog
Suika

Contents of /suikawiki/script/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.34 - (hide annotations) (download)
Thu Jul 17 23:59:12 2003 UTC (21 years, 3 months ago) by w
Branch: MAIN
Branch point for: branch-suikawiki-1
Changes since 1.33: +4 -0 lines
*** empty log message ***

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24