/[pub]/suikawiki/script/ChangeLog
Suika

Diff of /suikawiki/script/ChangeLog

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

revision 1.17 by wakaba, Fri Dec 13 06:17:44 2002 UTC revision 1.34.2.1 by wakaba, Sun Oct 5 10:25:33 2003 UTC
# Line 1  Line 1 
1    2003-08-06  Wakaba  <wakaba@suika.fam.cx>
2    
3            * wiki.cgi ($SuikaWiki::VERSION): New.
4    
5    2003-05-10  Wakaba  <w@offweb.ddo.jp>
6    
7            * misc/: New directory.
8    
9    2003-04-03  Wakaba  <w@offweb.ddo.jp>
10    
11            * wiki.cgi (%VERSION): Removed. (Moved to wikidata/suikawiki-config.ph.)
12    
13    2003-03-27  Wakaba  <w@offweb.ddo.jp>
14    
15            * 500.ja.*.jis: Updated.
16    
17    2003-01-26  Wakaba  <w@cube.wakaba.ssm>
18    
19            * wiki.cgi: Almost all part is moved to lib/suikawiki.pl.
20    
21    2003-01-26  Wakaba  <w@suika.fam.cx>
22    
23            * wiki.cgi ($use_exists): Removed.
24            (%command_do): read -> default.
25            (%UA): Don't my but do our.
26            (mode=read): Changed to mode=default unless necessary.
27            (do_view): Read cookie when 'default' mode.
28            (do_view): Mosaic Netscape 0.9 support:-)
29            (print_header): Likewise.
30            (get_search_result): Cache the result.
31            (%SearchResult, %SubjectLine): Moved from semi-global to my'ed,
32            with the support of SuikaWiki::Plugin->cache.
33            (make_custom_form): \%option: new argument.
34            (init_form): Set to 'default' mode if no mode is specified.
35            (is_exist_page, __get_database): Removed.
36            (SuikaWiki::Plugin->cache): New.
37    
38    2003-01-12  Wakaba  <w@suika.fam.cx>
39    
40            * script/: New directory.
41            * wiki.cgi ((main)): binmode STDOUT and STDIN.
42            (%page_command): Removed.
43            (%command_do): Many modes are removed and 'read' is revised from '\&do_read'
44            to '\&do_view'.
45            (do_read, do_output_css): Removed.
46            (do_view): Merged with &do_read and &do_output_css.
47            (do_adminchangepassword, valid_password): Don't use &print_message and/or &print_error.
48            (do_random_jump): Don't prepend scheme and server name.
49            (print_error, print_message): Removed.
50            (print_header): Don't print HTML header directory.
51            (_navigate_links, make_navigate_links): Removed.
52            (convert_format): Use &SuikaWiki::Plugin::format_converter.
53            (make_custom_form): Give page name to plugins.
54            (make_custom_form): Output INPUT element with XML style (net).
55            (edit_form): Likewise.
56            (init_form): Don't check %page_command.
57            (open_db): die if failed, instead of &print_error.
58            (is_editable): Don't allow SP (U+0020).
59            (do_rss): Removed.
60            (SuikaWiki::Plugin): push $plugin_directory to @INC.
61            (SuikaWiki::Plugin::user_agent_name): New.
62            (SuikaWiki::Plugin::magic_and_content): Bug fix.
63            (SuikaWiki::Plugin::format_converter): New.
64    
65    2003-01-04  Wakaba  <w@suika.fam.cx>
66    
67            * wiki.cgi (do_read, do_TEXT_CSS, do_edit, do_adminchangepassword, do_write, print_message): Don't call print_content and print_footer.
68            (print_header): Don't output body element.
69            (print_navigate_links, print_footer, print_content): Removed.
70            (_navigate_links, convert_format): New.
71            (make_wikilink): $option{latest}: New option.
72            (editform): Don't output WikiEditHelp.
73            (armor_name, unarmor_name, do_diff): Removed.
74            (SuikaWiki::Plugin::magic_and_content, SuikaWiki::Plugin::formatter): New.
75            (pod:SEE ALSO): New.
76    
77    2003-01-03  Wakaba  <w@suika.fam.cx>
78    
79            * tool/: New directory.
80            * tool/ywinfo2meta.pl: New script.
81            * wiki.cgi (do_edit, do_adminedit, print_editform, do_map, %infobase, get_info, set_info, __set_database, conflict): Removed.
82            (do_view, _compatible_options): New.
83            (#?SuikaWiki/0.9 interactive="yes"): New option.
84            (text_to_html): Toc code is revised.
85            (init_form): Don't allow [\x00-\x1F\x7F] in WikiPage name.
86            (open_db, close_db): Revised.
87            (wiki::dummy): New package.
88            (%SuikaWiki::Plugin::Index, SuikaWiki::Plugin::new_index): New.
89            (wiki::map): Removed.
90    
91    2003-01-02  Wakaba  <w@suika.fam.cx>
92    
93            * wiki.cgi (do_adminchangepasswordform): Removed.
94            (do_index): Likewise.
95    
96    2003-01-01  Wakaba  <w@suika.fam.cx>
97    
98            * default/: New directory.
99            * WalWiki/, SuikaWiki/: Removed.
100            * lib/: New directory.
101    
102            * wiki.cgi: Remove configurations.
103            * readme.txt, readme_en.txt, readme_ja.txt, readme_ja.wal.txt: Removed.
104            * convert.cgi: Removed.
105            * 500.ja.html, 500.ja,xhtml: Removed.
106            * 500.ja.html.jis, 500.ja.xhtml.jis: New documents.
107            * .htaccess: Updated.
108    
109    2002-12-30  Wakaba  <w@suika.fam.cx>
110    
111            * wiki.cgi (print_header, do_output_css): Output expires: header field
112            if necessary.
113            (SuikaWiki::Plugin::make_info_html): Removed.
114            (do_create, do_search, print_search_form): Removed.
115    
116    2002-12-25  Wakaba  <w@suika.fam.cx>
117    
118            * wiki.cgi: Clean up.
119            * WalWiki/lib/Yuki/RSS.pm: dc:* support.
120    
121    2002-12-24  Wakaba  <w@suika.fam.cx>
122    
123            * wiki.cgi: Clean up.
124    
125    2002-12-20  Wakaba  <w@suika.fam.cx>
126    
127            * wiki.cgi: SuikaWikiConst/1.0 is implemented.
128    
129    2002-12-19  Wakaba  <w@suika.fam.cx>
130    
131            * .htaccess: Updated.
132    
133            * 500.ja.html, 500.ja.xhtml: New files.
134    
135    2002-12-18  Wakaba  <w@suika.fam.cx>
136    
137            * wiki.cgi (add): Bug fix ('g' -> 'ge' in option of s).
138    
139    2002-12-15  Wakaba  <w@suika.fam.cx>
140    
141            * wiki.cgi (make_navigate_links): Add two jumps, one lucky.
142    
143  2002-12-13  Wakaba  <w@suika.fam.cx>  2002-12-13  Wakaba  <w@suika.fam.cx>
144    
145          * wiki.cgi (do_index): Record referer, user-agent and          * wiki.cgi (do_index): Record referer, user-agent and

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.34.2.1

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24