1 |
2005-10-06 Wakaba <wakaba@suika.fam.cx> |
2 |
|
3 |
* DIS.dis (getAnyResourceURIList, getModuleURIList): New methods. |
4 |
|
5 |
2005-10-02 Wakaba <wakaba@suika.fam.cx> |
6 |
|
7 |
* DIS.dis (getAnyResource): New method. |
8 |
(isTypeURI): Now it is a method of "DIS:DISAnyResource" interface. |
9 |
(getPropertyResource, getPropertyResourceList): Now |
10 |
they uses "getAnyResource" method. |
11 |
(getPropertyModuleList): Removed. |
12 |
|
13 |
2005-09-30 Wakaba <wakaba@suika.fam.cx> |
14 |
|
15 |
* DIS.dis (readProperties): Saves property name to values. |
16 |
(getPropertyModuleList): New method. |
17 |
|
18 |
2005-09-29 Wakaba <wakaba@suika.fam.cx> |
19 |
|
20 |
* DIS.dis: Shares local name, namespace URI and for URI |
21 |
if possible. |
22 |
|
23 |
* PerlCode.dis (stringify): Sorts "require" statements by module |
24 |
name. |
25 |
|
26 |
2005-09-28 Wakaba <wakaba@suika.fam.cx> |
27 |
|
28 |
* PerlCode.dis (perlLiteral): Sorts output by hash key. |
29 |
|
30 |
* ManakaiNode.dis (new): Sets "mn:groveReferenceCounter" |
31 |
property. |
32 |
(getNewReference): Increments "mn:groveReferenceCounter" |
33 |
property. |
34 |
(ManakaiDOM:ManakaiDOMNodeObject, ManakaiNodeStem): Don't |
35 |
check "defined" to allow "undef" value in "while" condition. |
36 |
(mn:isGroveReferenced): New code. |
37 |
(changeTreeID): New "groveRC" parameter added. |
38 |
(importTree, changeTreeID): Updates "mn:groveReferenceCounter" |
39 |
properties. |
40 |
(destroy): Uses "mn:isGroveReferenced" instead of "isExternallyReferred". |
41 |
(mn:groveReferenceCounter): New property. |
42 |
|
43 |
2005-09-28 Wakaba <wakaba@suika.fam.cx> |
44 |
|
45 |
* DIS.dis: Use "tag:" URI for internal URIs. |
46 |
|
47 |
2005-09-27 Wakaba <wakaba@suika.fam.cx> |
48 |
|
49 |
* ManakaiNode.dis (ManakaiNodeStem->new): Don't set "TreeCore:*" |
50 |
properties. |
51 |
(generateUniqueID): Use "tag:" URI. |
52 |
|
53 |
* DIS.dis (targetNamespaceURI): New attribute. |
54 |
(ManakaiDISModuleLite): Extends dx:ManakaiDefaultErrorHandler. |
55 |
(ManakaiDISModuleLite->AUTOLOAD): Don't load module |
56 |
if method name is "DESTROY". |
57 |
|
58 |
2005-09-27 Wakaba <wakaba@suika.fam.cx> |
59 |
|
60 |
* ManakaiNode.dis (ManakaiNodeStem): Use per-class |
61 |
variable for searching noderel properties instead |
62 |
of per-node properties. |
63 |
|
64 |
2005-09-26 Wakaba <wakaba@suika.fam.cx> |
65 |
|
66 |
* ManakaiNode.dis (new): New "className" parameter added. |
67 |
(mn:NodeRefRole): New role. |
68 |
(mn:type): New property. |
69 |
(mn:subnode0, mn:subnode1, mn:subnode2, mn:irefnode0, |
70 |
mn:origin0, mn:anydata1, mn:anydata2, mn:noderef): New properties. |
71 |
|
72 |
* Makefile: Rules to make "DIS/DISDump" is separeted |
73 |
from "DIS/DISDoc". |
74 |
|
75 |
* DIS.dis (getFor): Loads database module if unread |
76 |
"for" is referenced. |
77 |
(addResourceList, getResourceList): New method. |
78 |
(ManakaiDISModuleLite): New class. |
79 |
|
80 |
2005-09-25 Wakaba <wakaba@suika.fam.cx> |
81 |
|
82 |
* DIS.dis (RESOURCE_NOT_DEFINED_ERR): New error code. |
83 |
(getResource): New "dae" and "daem" database format support. |
84 |
(DISResourceList): New type. |
85 |
(uriRef, ownerModuleURI, ownerModuleURIRef): New attributes. |
86 |
(addChildResource, addDynamicChildResource): New methods. |
87 |
(getChildResourceList, getDynamicChildResourceList): New method. |
88 |
(getChildResourceListByType): New method. |
89 |
(parentResource, dynamicParentResource): New attributes. |
90 |
|
91 |
* Makefile (DAC_SUFFIX): Changed to ".dae". |
92 |
(DAEM_SUFFIX): New. |
93 |
|
94 |
|
95 |
2005-09-24 Wakaba <wakaba@suika.fam.cx> |
96 |
|
97 |
* ManakaiNode.dis: Use "disPerl:H" instead |
98 |
of "disPerl:Q" for hash keys. |
99 |
(NodeStem): Property value "mn:treeID" |
100 |
has changed to scalar reference. |
101 |
|
102 |
2005-09-24 Wakaba <wakaba@suika.fam.cx> |
103 |
|
104 |
* ManakaiNode.dis (mn:node, mn:nodeID, mn:treeID): New |
105 |
properties. |
106 |
(mn:stemName, mn:refName): New properties. |
107 |
|
108 |
* Makefile (.discore-all.pm): New rule to create dis-related |
109 |
Perl module files at once. |
110 |
|
111 |
* DIS.dis (PERL_HASH_KEY_ALREADY_DEFINED_ERR): New error code. |
112 |
(hashKeyName, hashKeyScope, anotherURI): New error parameters. |
113 |
|
114 |
* ManakaiNode.dis, DIS.dis, PerlCode.dis: Use "disPerl:H" instead |
115 |
of "disPerl:Q" for hash keys. |
116 |
|
117 |
2005-09-23 Wakaba <wakaba@suika.fam.cx> |
118 |
|
119 |
* DIS.dis (DISParser.new): New method. |
120 |
(hasFeature): Removed. ManakaiDISAnyResource now |
121 |
extends DOMFeature:ManakaiHasFeatureByGetFeature. |
122 |
(readProperties): Support for property value data |
123 |
types DISLang:MemberRef and dx:XCRef added. |
124 |
(ManakaiDISExceptionTarget): It is now an alias |
125 |
for dx:ManakaiDefaultExceptionHandler. |
126 |
|
127 |
2005-09-22 Wakaba <wakaba@suika.fam.cx> |
128 |
|
129 |
* Makefile: DAC_SUFFIX changed to ".dad". |
130 |
|
131 |
* DIS.dis (Util:): Added for DIS|ForEmpty and DIS|ForLatest. |
132 |
(disIsNullable): Reimplemented. |
133 |
|
134 |
2005-09-21 Wakaba <wakaba@suika.fam.cx> |
135 |
|
136 |
* DIS.dis (addNamespaceBinding): New method. |
137 |
|
138 |
2005-09-20 Wakaba <wakaba@suika.fam.cx> |
139 |
|
140 |
* DIS.dis: Use valueRef and nodeIDRef where possible so |
141 |
that dad file can share text data if possible. |
142 |
For resources, {subOf} and {supOf} is now optional. |
143 |
(sourceNodeIDRef): New attribute. |
144 |
|
145 |
2005-09-19 Wakaba <wakaba@suika.fam.cx> |
146 |
|
147 |
* DIS.dis: Parameter "databaseArg" added to various |
148 |
methods to support objects that have no associated |
149 |
database. |
150 |
(getNamespaceBindingList, getDefaultNamespaceURIRef): New |
151 |
methods. |
152 |
(NO_RDF_TYPE_ERR): New error type. |
153 |
(loadResource): Throws NO_RDF_TYPE_ERR if no rdf:type |
154 |
attribute specified for a resource definition. |
155 |
|
156 |
2005-09-16 Wakaba <wakaba@suika.fam.cx> |
157 |
|
158 |
* DIS.dis (DISResourceProp): Methods reimplemented to |
159 |
support DIS/Value values. |
160 |
|
161 |
2005-09-15 Wakaba <wakaba@suika.fam.cx> |
162 |
|
163 |
* DIS.dis (readProperties): New methods. Emploies DIS/Value |
164 |
classes for internal data structure. |
165 |
|
166 |
2005-09-14 Wakaba <wakaba@suika.fam.cx> |
167 |
|
168 |
* DIS.dis: Now references DIS/Value.dis. |
169 |
(DISAnyResource): New interface separeted from DISModule. |
170 |
DISFor and DISResource. |
171 |
|
172 |
2005-09-13 Wakaba <wakaba@suika.fam.cx> |
173 |
|
174 |
* DIS.dis: Perl-related methods are moved to a separate |
175 |
module "DIS/Perl.dis". |
176 |
|
177 |
2005-09-08 Wakaba <wakaba@suika.fam.cx> |
178 |
|
179 |
* Makefile: Renewaled. |
180 |
|
181 |
* ManakaiNode.dis (free): New method. |
182 |
|
183 |
2005-09-07 Wakaba <wakaba@suika.fam.cx> |
184 |
|
185 |
* DIS.dis: Interfaces added. |
186 |
(free): New method. |
187 |
|
188 |
* PerlCode.dis: Interfaces added. |
189 |
|
190 |
2005-09-06 Wakaba <wakaba@suika.fam.cx> |
191 |
|
192 |
* DIS.dis (plName): Use AppName attribute, if any, |
193 |
for ManakaiDOM:ConstGroup resources. |
194 |
|
195 |
2005-09-05 Wakaba <wakaba@suika.fam.cx> |
196 |
|
197 |
* DIS.dis (plGeneratePerlModuleFile): Don't generate code for |
198 |
the same class or variable twice whose alias is defined |
199 |
in the same module. |
200 |
|
201 |
2005-09-04 Wakaba <wakaba@suika.fam.cx> |
202 |
|
203 |
* PerlCode.dis (ManakaiPerlSub.IntClone): Copies pc:localName |
204 |
and pc:prortotype properties. |
205 |
|
206 |
* DIS.dis (plAdditionalISAPackages): New attribute. |
207 |
|
208 |
2005-09-01 Wakaba <wakaba@suika.fam.cx> |
209 |
|
210 |
* DIS.dis (plCodeFragment): The ManakaiDOM:boolean datatype |
211 |
supported. |
212 |
|
213 |
2005-08-31 Wakaba <wakaba@suika.fam.cx> |
214 |
|
215 |
* DIS.dis (uris): New attribute. |
216 |
|
217 |
2005-08-30 Wakaba <wakaba@suika.fam.cx> |
218 |
|
219 |
* DIS.dis (plFilePathStem): New attribute. |
220 |
|
221 |
2005-08-29 Wakaba <wakaba@suika.fam.cx> |
222 |
|
223 |
* DIS.dis (plFileNameStem): New attribute. |
224 |
|
225 |
2005-08-28 Wakaba <wakaba@suika.fam.cx> |
226 |
|
227 |
* DIS.dis (plCodeFragment): Type ManakaiDOM:InCase supported. |
228 |
|
229 |
2005-08-26 Wakaba <wakaba@suika.fam.cx> |
230 |
|
231 |
* DIS.dis: Typo fixed for replacing namespace URI and local name |
232 |
in reflecting code. |
233 |
(mvLocalName, mvNamespaceURI): Use "localName" and "namespaceURI" |
234 |
attribute values as their default. |
235 |
(mvPrefix, qnameValuePrefix): New attributes. |
236 |
|
237 |
* ManakaiNode.dis: Tests whether "defined" rather than true or not |
238 |
in "while" conditions. |
239 |
|
240 |
2005-08-15 Wakaba <wakaba@suika.fam.cx> |
241 |
|
242 |
* ManakaiNode.dis (Util:): Now Perl package name for interfaces |
243 |
is defined. |
244 |
|
245 |
* DIS.dis (mediaTypeURI): Returns $defaultMediaType |
246 |
parameter value if dis:ContentType attribute is missing. |
247 |
|
248 |
* ManakaiNode.dis (importTree): Use "isa" function |
249 |
to check whether a object is an instance of the manakai |
250 |
node model. |
251 |
(NodeStem, NodeRef): New lightweight variant |
252 |
of ManakaiDOM:ManakaiDOMNodeObject |
253 |
and ManakaiDOM:ManakaiDOMNodeReference. |
254 |
|
255 |
2005-05-29 Wakaba <wakaba@suika.fam.cx> |
256 |
|
257 |
* DIS.dis (plGeneratePerlModuleFile): Bug fixed so that |
258 |
even if DOMMetaImpl:provideFeature has child nodes but |
259 |
they are not DOMMetaImpl:providedThrough a ImplFeature |
260 |
statement is generated. |
261 |
(plCodeFragment): Bug fixed so that dis:SetProp works correctly. |
262 |
|
263 |
2005-05-26 Wakaba <wakaba@suika.fam.cx> |
264 |
|
265 |
* Makefile: Rules for DISDoc module added. |
266 |
|
267 |
2005-05-23 Wakaba <wakaba@suika.fam.cx> |
268 |
|
269 |
* DIS.dis (ManakaiDISResourceDefinition, ManakaiDISForDefinition, |
270 |
ManakaiDISModuleDefinition): "getFeature" method added. |
271 |
|
272 |
2005-03-06 Wakaba <wakaba@suika.fam.cx> |
273 |
|
274 |
* DIS.dis (Require): Loads PerlCode module. |
275 |
|
276 |
2005-03-05 Wakaba <wakaba@suika.fam.cx> |
277 |
|
278 |
* PerlCode.dis: Operator overloading is implemented. |
279 |
|
280 |
2005-03-04 Wakaba <wakaba@suika.fam.cx> |
281 |
|
282 |
* ManakaiNode.dis: Checks type, to support SuikaWikiConfig21 |
283 |
module's binding properties. |
284 |
|
285 |
2005-03-03 Wakaba <wakaba@suika.fam.cx> |
286 |
|
287 |
* PerlCode.dis: New module. |
288 |
|
289 |
2005-02-26 Wakaba <wakaba@suika.fam.cx> |
290 |
|
291 |
* DIS.dis (DISModuleResolver): New interface. |
292 |
|
293 |
2005-02-21 Wakaba <wakaba@suika.fam.cx> |
294 |
|
295 |
* DIS.dis: New module. |
296 |
|
297 |
* ManakaiNode.dis: New "subnode0" property category introduced. |
298 |
|
299 |
2005-02-17 Wakaba <wakaba@suika.fam.cx> |
300 |
|
301 |
* ManakaiNode.dis: New module. |
302 |
|
303 |
2005-01-05 Wakaba <wakaba@suika.fam.cx> |
304 |
|
305 |
* Error.pm (___rule_def[p]): Don't output anything if not exists |
306 |
that parameter. |
307 |
|
308 |
2004-09-30 Wakaba <wakaba@suika.fam.cx> |
309 |
|
310 |
* Error.pm (___rule_def): "p" added; now "t" is obsolete. |
311 |
|
312 |
2004-04-02 Wakaba <wakaba@suika.fam.cx> |
313 |
|
314 |
* Error.pm (report): Error depth fixed. |
315 |
(___rule_def:t): New parameters empty and undef introduced. |
316 |
|
317 |
2004-01-17 Wakaba <wakaba@suika.fam.cx> |
318 |
|
319 |
* Error.pm: Some fixes w.r.t. Error::Depth. |
320 |
|
321 |
2003-12-06 Wakaba <wakaba@suika.fam.cx> |
322 |
|
323 |
* Error.pm (___error_def): Renamed from ___errors. |
324 |
|
325 |
2003-12-01 Wakaba <wakaba@suika.fam.cx> |
326 |
|
327 |
* Error.pm (___get_error_def): Now support inherit. (It was not work.) |
328 |
|
329 |
2003-11-15 Wakaba <wakaba@suika.fam.cx> |
330 |
|
331 |
* Error.pm: Use Message::Util::Formatter::Text to construct error messages. |
332 |
|
333 |
2003-11-13 Wakaba <wakaba@suika.fam.cx> |
334 |
|
335 |
* Formatter: New directory. |
336 |
|
337 |
2003-11-12 Wakaba <wakaba@suika.fam.cx> |
338 |
|
339 |
* Error.pm: Rewritten. |
340 |
|
341 |
2003-10-25 Wakaba <wakaba@suika.fam.cx>
|
342 |
|
343 |
* Formatter.pm (replace): Allow '%foo () ;'.
|
344 |
|
345 |
2003-09-17 Wakaba <wakaba@suika.fam.cx>
|
346 |
|
347 |
* HostPermit.pm: New module.
|
348 |
|
349 |
2003-08-05 Wakaba <wakaba@suika.fam.cx>
|
350 |
|
351 |
* Error.pm (_default_error_handler): Syntax fix.
|
352 |
|
353 |
* Error/: New directory.
|
354 |
|
355 |
2003-07-29 Wakaba <wakaba@suika.fam.cx>
|
356 |
|
357 |
* Error.pm: New module.
|
358 |
|
359 |
2003-05-10 Wakaba <w@offweb.ddo.jp>
|
360 |
|
361 |
* Formatter.pm (replace): Bug fix of pattern.
|
362 |
|
363 |
2003-04-29 Wakaba <w@offweb.ddo.jp>
|
364 |
|
365 |
* Formatter.pm (replace): {...} block is supported.
|
366 |
(Message::Util::Formatter::_returned): New package. It is very very tiny
|
367 |
subset of SuikaWiki::Markup::XML.
|
368 |
(replace): Return structured string, not bare string. This function is
|
369 |
useful to make tree (such as XML's) from formatting template (and its nested
|
370 |
parameters).
|
371 |
|
372 |
2003-03-28 Wakaba <w@offweb.ddo.jp>
|
373 |
|
374 |
* Formatter.pm (replace): Treat oo of "str"oo of attr value as option and parse attr value if 'p' option is specified.
|
375 |
(replace): Replace '-' to '_' in attr name.
|
376 |
|
377 |
2003-01-26 Wakaba <w@cube.wakaba.ssm>
|
378 |
|
379 |
* Formatter.pm (replace): Trim attribute name/value pair.
|
380 |
|
381 |
2003-01-04 Wakaba <w@suika.fam.cx>
|
382 |
|
383 |
* Formatter.pm (replace): Don't split by ',' in quoted-strings.
|
384 |
|
385 |
2002-12-15 Wakaba <w@suika.fam.cx>
|
386 |
|
387 |
* Formatter.pm (%char;): Removed.
|
388 |
|
389 |
2002-12-05 Wakaba <w@suika.fam.cx>
|
390 |
|
391 |
* Formatter.pm (%FMT2TXT): New (internal) initial format rule,
|
392 |
"-bare_text".
|
393 |
(replace): "Replace" non-%-text with "-bare_text" rule.
|
394 |
(pod): Methods and initial rules are documented.
|
395 |
|
396 |
2002-12-04 Wakaba <w@suika.fam.cx>
|
397 |
|
398 |
* Formatter.pm (replace): Accept ")" in quoted-string.
|
399 |
|
400 |
2002-11-13 Wakaba <w@suika.fam.cx>
|
401 |
|
402 |
* ChangeLog: New file.
|
403 |
* Formatter.pm: New module.
|