/[pub]/suikawiki/script/ChangeLog
Suika

Diff of /suikawiki/script/ChangeLog

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

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

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.35

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24