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

Contents of /suikawiki/script/lib/SuikaWiki/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.27 - (hide annotations) (download)
Thu Jun 3 06:38:48 2004 UTC (21 years, 1 month ago) by wakaba
Branch: MAIN
CVS Tags: release-3-0-0
Changes since 1.26: +4 -0 lines
Static output of stylesheet implemented; Use of simple HTML serializer (new to manakai) if text/html output

1 wakaba 1.27 2004-05-07 Wakaba <wakaba@suika.fam.cx>
2    
3     * Plugin.pm (module_package): Option 'allow_undef' supported.
4    
5 wakaba 1.26 2004-04-26 Wakaba <wakaba@suika.fam.cx>
6    
7     * Name.pm (absolute): 'nearest' option implemented.
8    
9 wakaba 1.25 2004-04-25 Wakaba <wakaba@suika.fam.cx>
10    
11     * Implementation.pm (new): engine_version is updated to 2.9.6.
12    
13 wakaba 1.24 2004-04-01 Wakaba <wakaba@suika.fam.cx>
14    
15     * Name/: Removed.
16    
17     * Implementation.pm (new): WikiEngine version increased to 2.9.5.
18    
19     * Name.pm: Root name implemented.
20    
21 wakaba 1.23 2004-03-20 Wakaba <wakaba@suika.fam.cx>
22    
23     * Implementation.pm (engine_version): Increased to 2.9.4.
24    
25 wakaba 1.21 2004-03-19 Wakaba <wakaba@suika.fam.cx>
26    
27     * Implementation.pm (uri_reference): Sort parameters by name.
28 wakaba 1.22 (init_db): Locking module specification implemented.
29 wakaba 1.21
30 wakaba 1.20 2004-03-12 Wakaba <wakaba@suika.fam.cx>
31    
32     * Plugin.pm (load_file): New method.
33    
34 wakaba 1.19 2004-02-19 Wakaba <wakaba@suika.fam.cx>
35    
36     * Plugin.pm (boolean_formatter): New method and namespace.
37    
38 wakaba 1.18 2004-02-18 Wakaba <wakaba@suika.fam.cx>
39    
40     * Implementation.pm (init_db): Fix variable name to make closure
41     work correctly.
42     (init_db): Don't write log when report is not of fatal error,
43     unless database debug mode.
44    
45     2004-02-15 Wakaba <wakaba@suika.fam.cx>
46    
47     * Implementation.pm (close_db): New event 'database_close' to be raised.
48     (___raise_event): Changed to named parameter style.
49     (close_input): New event 'input_close'.
50     (__raise_event): Removed.
51    
52 wakaba 1.17 2004-02-11 Wakaba <wakaba@suika.fam.cx>
53    
54     * Name.pm (overload:em): New.
55    
56     2004-02-08 Wakaba <wakaba@suika.fam.cx>
57    
58     * Name.pm (clone): New method.
59    
60 wakaba 1.16 2004-02-07 Wakaba <wakaba@suika.fam.cx>
61    
62     * Implementation.pm (name): New method.
63     (uri_reference): Use SuikaWiki 3 WikiName interface.
64    
65     * Name.pm: New module.
66    
67 wakaba 1.15 2004-02-01 Wakaba <wakaba@suika.fam.cx>
68    
69     * Implementation.pm: SuikaWiki version increased to 2.9.2.
70     (version): Removed.
71     ({implementation_name}, {implementation_version}, {interface_version}): Removed.
72     ({driver_name}, {driver_version}, {engine_name}, {engine_version}): New.
73    
74     2004-01-16 Wakaba <wakaba@suika.fam.cx>
75    
76     * Plugin.pm (new_index): Removed.
77    
78     * Markup/: Removed.
79     * View.pm: Removed.
80     * SrcFormat.pm: Removed.
81    
82 wakaba 1.14 2003-12-30 Wakaba <wakaba@suika.fam.cx>
83    
84     * Plugin.pm (text_formatter): New method.
85    
86 wakaba 1.13 2003-12-26 Wakaba <wakaba@suika.fam.cx>
87    
88     * Implementation.pm (uri_reference, uri_is_part_of_wiki): New functions.
89    
90 wakaba 1.12 2003-12-06 Wakaba <wakaba@suika.fam.cx>
91    
92     * Implementation.pm (close_input, close_plugin, close_db, close_view): New methods.
93     ({config}->{debug}): New configurable variable.
94    
95     * Plugin.pm (___error_def): Renamed from ___errors.
96    
97 wakaba 1.11 2003-12-01 Wakaba <wakaba@suika.fam.cx>
98    
99     * Plugin.pm: Documentation added.
100     (SuikaWiki::Plugin::error): New package.
101    
102 wakaba 1.10 2003-11-30 Wakaba <wakaba@suika.fam.cx>
103    
104     * Plugin.pm (load_directory): New.
105     (import_plugins, feature): Removed.
106     (set_data, db): Removed.
107    
108 wakaba 1.9 2003-11-22 Wakaba <wakaba@suika.fam.cx>
109    
110     * Implementation.pm: Don't use v-string.
111    
112     2003-11-21 Wakaba <wakaba@suika.fam.cx>
113    
114     * Plugin.pm (formatter): Implements SuikaWiki 3 formatter interface.
115    
116     * Implementation.pm (init_db): Error handler removed, since moving to suikawiki-config.ph.
117    
118 wakaba 1.8 2003-10-28 Wakaba <wakaba@suika.fam.cx>
119    
120     * Implementation.pm (view_in_mode): New.
121    
122 wakaba 1.7 2003-10-18 Wakaba <wakaba@suika.fam.cx>
123    
124     * Implementation.pm (implementation_version, interface_version): New methods.
125    
126     2003-10-11 Wakaba <wakaba@suika.fam.cx>
127    
128     * Implementation.pm (init_variables): New method.
129    
130 wakaba 1.6 2003-08-11 Wakaba <wakaba@suika.fam.cx>
131    
132     * Plugin.pm (set_data, get_data): New method.
133    
134 wakaba 1.5 2003-07-29 Wakaba <wakaba@suika.fam.cx>
135    
136     * DB/: New directory.
137    
138 wakaba 1.4 2003-05-10 Wakana <w@offweb.ddo.jp>
139    
140     * Plugin.pm (@plugin_directory): New.
141     (import_plugins): More flexible loading.
142    
143 wakaba 1.3 2003-04-29 Wakaba <w@offweb.ddo.jp>
144    
145     * Plugin.pm (%On): New.
146     * View.pm (property): New.
147    
148 wakaba 1.2 2003-04-26 Wakaba <w@suika.fam.cx>
149    
150     * Markup/: New directory.
151 wakaba 1.3 * Plugin.pm (feature): New function.
152 wakaba 1.2
153 wakaba 1.1 2003-03-27 Wakaba <w@suika.fam.cx>
154    
155     * Name/: New directory.
156     * ChangeLog: New file.
157    
158     2003-01-26 Wakaba <w@cube.wakaba.ssm>
159    
160     * Plugin.pm: New module.

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24