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