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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.25 - (hide annotations) (download)
Sun Apr 25 07:06:50 2004 UTC (21 years, 2 months ago) by wakaba
Branch: MAIN
Changes since 1.24: +4 -0 lines
LeafProp database module added; content_prop implemented; Media type property implemented

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24