/[pub]/suikawiki/script/ChangeLog
Suika

Diff of /suikawiki/script/ChangeLog

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

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

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.39

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24