/[pub]/suikawiki/script/lib/ChangeLog
Suika

Contents of /suikawiki/script/lib/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.19 - (show annotations) (download)
Fri Dec 26 06:51:47 2003 UTC (21 years, 4 months ago) by wakaba
Branch: MAIN
Changes since 1.18: +10 -0 lines
Refined to use new interface of Message::Util::Error, Call ->init_variable after ->init_plugin and ->init_view, Database error reporting (to HTTP client) and logging is now unified

1 2003-12-26 Wakaba <wakaba@suika.fam.cx>
2
3 * suikawiki.pl: Refined to use new interface of Message::Util::Error.
4 - Call $wiki->init_variable after $wiki->init_plugin and $wiki->init_view.
5 - Database error reporting (to HTTP client) and logging is now unified.
6
7 2003-12-10 Wakaba <wakaba@suika.fam.cx>
8
9 * suikawiki.pl ($SIG{__WARN__}): New pseudo signal handler.
10
11 2003-12-01 Wakaba <wakaba@suika.fam.cx>
12
13 * suikawiki.pl (magic_and_content, get_data): New. (Moved from SuikaWiki::Plugin.pm.)
14
15 2003-11-30 Wakaba <wakaba@suika.fam.cx>
16
17 * suikawiki.pl: Some new error handlers added.
18
19 2003-11-21 Wakaba <wakaba@suika.fam.cx>
20
21 * suikawiki.pl: Catch SuikaWiki::DB::Util::Error.
22
23 2003-10-28 Wakaba <wakaba@suika.fam.cx>
24
25 * suikawiki.pl (valid_password, is_frozen, is_editable): Removed.
26
27 2003-10-25 Wakaba <wakaba@suika.fam.cx>
28
29 * suikawiki.pl (_http_see_other): Removed.
30 (print_header): Removed.
31 (get_charset_name): Removed.
32
33 2003-10-18 Wakaba <wakaba@suika.fam.cx>
34
35 * suikawiki.pl: Don't crack default WikiPage name.
36
37 2003-10-11 Wakaba <wakaba@suika.fam.cx>
38
39 * suikawiki.pl (init_form): Removed.
40
41 2003-10-06 Wakaba <wakaba@suika.fam.cx>
42
43 * suikawiki.pl (_http_see_other): Use SuikaWiki::Output::HTTP.
44
45 2003-09-26 Wakaba <wakaba@suika.fam.cx>
46
47 * suikawiki.pl (init_form): Allow media type parameter in ENV{CONTENT_TYPE}.
48
49 2003-08-11 Wakaba <wakaba@suika.fam.cx>
50
51 * suikawiki.pl (_wiki_exit): Don't call close_db.
52 (open_db, close_db): Removed.
53
54 2003-08-06 Wakaba <wakaba@suika.fam.cx>
55
56 * suikawiki.pl (open_db): Don't enforce lock by YukiWikiDBNS.
57
58 2003-07-27 Wakaba <wakaba@suika.fam.cx>
59
60 * suikawiki.pl (_http_see_other): Returns 302 even if HTTP/1.0 if client is M$IE 1.0.
61 (_compatible_options): Use compatible anchor mode if Mozilla 3-4.
62
63 2003-07-26 Wakaba <wakaba@suika.fam.cx>
64
65 * suikawiki.pl (editform): Change default value of Edit:Form:{Cols|Rows}.
66 (editform): Give textarea/@wrap=physical attribute if Mozilla/[0-4].*.
67
68 2003-07-23 Wakaba <wakaba@suika.fam.cx>
69
70 * suikawiki.pl (_http_see_other): Returns 302 if legacy UA.
71
72 2003-06-01 Wakaba <w@offweb.ddo.jp>
73
74 * suikawiki.pl (print_header): Support IMS: header.
75
76 2003-05-31 Wakaba <w@offweb.ddo.jp>
77
78 * suikawiki.pl (get_subjectline, make_custom_form): Removed. (See SuikaWiki::Plugin::*.)
79
80 2003-05-12 Wakaba <w@offweb.ddo.jp>
81
82 * suikawiki.pl (main::get_subjectline): Summarized the first paragraph
83 of the WikiPage (Was returned the first line).
84
85 2003-05-10 Wakaba <w@offweb.ddo.jp>
86
87 * suikawiki.pl (wiki::referer, wiki::useragent): Removed.
88
89 2003-05-07 Wakaba <w@offweb.ddo.jp>
90
91 * suikawiki.pl (SuikaWiki::Plugin): Removed (moved to
92 SuikaWiki::Plugin::WikiPlugin).
93 (wiki::conneg, wiki::resource): Removed. (Moved to SuikaWiki::Plugin::WikiResource.)
94 (wiki::suikawikiconst): Removed. (Moved to SuikaWiki::Plugin::WikiConst.)
95
96 2003-04-29 Wakaba <w@offweb.ddo.jp>
97
98 * suikawiki.pl (is_editable): Use new SuikaWiki::Name::Space module.
99
100 2003-04-28 Wakaba <w@offweb.ddo.jp>
101
102 * suikawiki.pl (print_header): Don't output Content-Language: header field.
103 (%embedded_command): 'searched' command (had been deprecated) is removed.
104 (text_to_html, inline, id_and_name): Removed. (Moved to SuikaWiki09 plugin module.)
105
106 2003-04-12 Wakaba <w@offweb.ddo.jp>
107
108 * suikawiki.pl (embeded_to_html): Replace special characters to SGML
109 character entity reference in WikiPage name outputed within the
110 hidden input elements.
111
112 2003-04-03 Wakaba <w@offweb.ddo.jp>
113
114 * suikawiki.pl (%VERSION): Moved from ../wiki.cgi.
115
116 2003-03-28 Wakaba <w@offweb.ddo.jp>
117
118 * suikawiki.pl (SuikaWiki::Plugin::formatter_replace_if_not_parsed_yet): New.
119 (wiki::resource): Change resource page name, 'WikiResource:*' to 'Wiki//Resource//*'.
120
121 2003-03-27 Wakaba <w@offweb.ddo.jp>
122
123 * suikawiki.pl: Merge namespace support.
124
125 2003-03-24 Wakaba <w@offweb.ddo.jp>
126
127 * suikawiki.pl (get_subjectline): Don't return wiki inline markup.
128 (SuikaWiki::Plugin::_uri_wiki_page): New method.
129
130 2003-02-19 Wakaba <w@cube.wakaba.ssm>
131
132 * suikawiki.pl (make_wikilink): Don't output invalid query-string ---
133 use encode() instead of escape().
134
135 * ChangeLog: New file.

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24  
Google Analytics is used in this page; Cookies are used. 忍者AdMax is used in this page; Cookies are used. Privacy policy.