/[pub]/suikawiki/script/ChangeLog
Suika

Contents of /suikawiki/script/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.31 - (hide annotations) (download)
Sun Jan 26 02:30:24 2003 UTC (21 years, 9 months ago) by w
Branch: MAIN
Changes since 1.30: +17 -0 lines
Mosaic Netscape 0.9 support

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24