/[pub]/suikawiki/script/ChangeLog
Suika

Diff of /suikawiki/script/ChangeLog

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

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

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.44

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24