1 |
2006-03-05 Wakaba <wakaba@suika.fam.cx> |
2 |
|
3 |
* DIS.dis (mvOwnerElementResource): Allows an attribute |
4 |
with no owner element. |
5 |
|
6 |
2006-02-26 Wakaba <wakaba@suika.fam.cx> |
7 |
|
8 |
* PerlCode.dis (PerlStringLiteral.stringify): If some character |
9 |
are escaped, the string should have been quoted by |QUOTATION MARK|. |
10 |
|
11 |
* Makefile (.discore-all.pm): The parameter for |DIS/DPG.dis| |
12 |
module was misplaced. |
13 |
(distclean): New rule. |
14 |
(clean): Cleans subdirectories, too. |
15 |
|
16 |
2006-02-26 Wakaba <wakaba@suika.fam.cx> |
17 |
|
18 |
* ManakaiNodeTest.dis (Require): Missing reference |
19 |
to the |DISlib:Test| module is added. |
20 |
|
21 |
* Makefile: Revised for new |daf| database format. |
22 |
|
23 |
* DIS.dis (elementTypeMatch, isSubsetOfURI): The |srinfo| |
24 |
parameter is added. |
25 |
(getFor, getModule): Set reference rather than string |
26 |
itself to the |{for}| property. |
27 |
(loadResource): Passes |srinfo| parameter |
28 |
to |isSubsetOfURI|-calling methods. |
29 |
(mergeAsAlias): The |srinfo| parameter is added. |
30 |
|
31 |
2006-02-26 Wakaba <wakaba@suika.fam.cx> |
32 |
|
33 |
* PerlCode.dis (Require): Missing reference to the |DISlib:DISMarkup| |
34 |
module is added. |
35 |
|
36 |
2006-02-25 Wakaba <wakaba@suika.fam.cx> |
37 |
|
38 |
* DIS.dis (lookupNamespacePrefix): Resolves prefix by |
39 |
namespace resolver if available. |
40 |
(disNamespaceResolver): New attribute. |
41 |
(loadModule): Sets |revision| attribute of the created module. |
42 |
(ownerModuleRef): Setter is added. |
43 |
(addTypeURI): Set |ownerModule| attribute if possible. |
44 |
(ManakaiDISModuleLite): The class no longer inherits |DISAnyResource| |
45 |
class and |ManakaiDefaultExceptionHandler| class. |
46 |
(mergeAsAlias): New |noEqualityCheck| parameter is added. |
47 |
|
48 |
* Makefile: New variables for |DAF| are added. |
49 |
|
50 |
2006-02-24 Wakaba <wakaba@suika.fam.cx> |
51 |
|
52 |
* DIS.dis (loadModule): Adds name URIs of |Require|d |
53 |
modules to the list of such modules. |
54 |
(DIS:forURI): New property. |
55 |
(getReferringModuleURIList, addReferringModuleURI): New methods. |
56 |
(DIS:referringModule): New property. |
57 |
|
58 |
2006-02-24 Wakaba <wakaba@suika.fam.cx> |
59 |
|
60 |
* DIS.dis (loadResource): URI registration by |addResourceList| |
61 |
was incorrect for aliases. |
62 |
(unloadResource): It did not support resources with |
63 |
no e.g. |{subOf}| hash. |
64 |
(addResourceURI): New method. |
65 |
(getResourceURIList): New method. |
66 |
|
67 |
2006-02-23 Wakaba <wakaba@suika.fam.cx> |
68 |
|
69 |
* DIS.dis (loadResource, loadFor, loadModule): New |srinfo| |
70 |
parameter is added. Restores super-resource information |
71 |
from |srinfo| if available. |
72 |
(unloadModule): New method. |
73 |
(getModuleResourceList): New method. |
74 |
(addResourceList): Adds all alias names to the list. |
75 |
(addForResource): New method analog to |addResourceList|. |
76 |
(getForResourceList): New method analog to |getResourceList|. |
77 |
(dx:Interface.getErrorInterfaceResource): New method |
78 |
implementation. |
79 |
|
80 |
2006-02-22 Wakaba <wakaba@suika.fam.cx> |
81 |
|
82 |
* PerlCode.dis (PCVariable.stringify): The |hashKey| |
83 |
attribute was not reflected to the stringified representation. |
84 |
|
85 |
* DIS.dis (getErrorInterfaceResource): New method. |
86 |
(getErrorCodeResource): New method. |
87 |
|
88 |
2006-02-20 Wakaba <wakaba@suika.fam.cx> |
89 |
|
90 |
* DIS.dis (MUErrorHandler): Missing |For| specification is added. |
91 |
|
92 |
2006-02-20 Wakaba <wakaba@suika.fam.cx> |
93 |
|
94 |
* DIS.dis (getMethodForType): Bug fixed. |
95 |
|
96 |
2006-02-20 Wakaba <wakaba@suika.fam.cx> |
97 |
|
98 |
* DIS.dis (isPropertyElement): The |DISCore:resourceType| |
99 |
element type is now recognized as a property. In addition, |
100 |
element types that are a |DISSource:Property| are |
101 |
properties. |
102 |
(DIS:AnyMethod, DIS:Method, DIS:Attribute): New types. |
103 |
(DIS:targetType): New property. |
104 |
(DISModule, DISFor, DISResource, DISDatabase): These |
105 |
classes no longer inherits |ManakaiDISExceptionTarget|. |
106 |
(DISDatabase.loadResource): Reads |DISCore:resourceType| property |
107 |
as well as |rdf:type| property. |
108 |
(DISAnyResource.MUErrorHandler, DISDatabase.MUErrorHandler): New |
109 |
methods. |
110 |
(DISDatabase.domConfig): New attribute. |
111 |
(error-handler): New configuration parameter. |
112 |
(getMethodForType): New code fragment. |
113 |
(DIS:more-than-one-methods-for-a-type): New error. |
114 |
(ManakaiDISExceptionTarget): Removed. |
115 |
|
116 |
2006-02-19 Wakaba <wakaba@suika.fam.cx> |
117 |
|
118 |
* DIS.dis (composeSubsetURI): New code fragment. |
119 |
(getResource, getModule, getFor, loadResource): Old |rdf:type| settking |
120 |
code is removed. |
121 |
(isSubsetOfURI): Old compatibility code removed. |
122 |
(addTypeURI): Bugs fixed. |
123 |
|
124 |
2006-02-19 Wakaba <wakaba@suika.fam.cx> |
125 |
|
126 |
* DIS.dis (getResource, getFor, getModule): Set |DIS:typeURI| |
127 |
property on creation of an object. |
128 |
(isAnonymous): Setter is added. |
129 |
(isTypeURI): Redefined using |typeResource| and |isSubsetOfURI|. |
130 |
(getTypeURIList): New method. |
131 |
(typeResource): New attribute. |
132 |
(addTypeURI): New method. |
133 |
(DISModule.isAnonymous, DISFor.isAnonymous): Removed. Now |for|s |
134 |
and modules as well as normal resources can be anonymous. |
135 |
(getSuperResourceURIList): New method. |
136 |
|
137 |
2006-02-18 Wakaba <wakaba@suika.fam.cx> |
138 |
|
139 |
* DIS.dis (revision): New attribute. |
140 |
|
141 |
2006-02-09 Wakaba <wakaba@suika.fam.cx> |
142 |
|
143 |
* PerlCode.dis (PerlStringLiteral.stringify): |pc:preserve-line-break| |
144 |
configuration parameter support is added. |
145 |
(pc:preserve-line-break): New configuration option. |
146 |
|
147 |
* DIS.dis (readProperties): |DISCore:UString| lextype support added. |
148 |
|
149 |
2006-02-08 Wakaba <wakaba@suika.fam.cx> |
150 |
|
151 |
* PerlCode.dis (PCReference.stringify): Reference operator |\| |
152 |
was missing. |
153 |
|
154 |
2006-02-08 Wakaba <wakaba@suika.fam.cx> |
155 |
|
156 |
* PerlCode.dis (getNameListAttrR): Non-|pc:|-namespace elements |
157 |
and their descendants were ignored. |
158 |
(getNameListAttrRM): New variant derived from |getNameListAttrR|, |
159 |
for |getUsePerlModuleNameList| and |getUseCharClassNameList|. |
160 |
(getUsePerlModuleNameList, getUseCharClassNameList): Don't |
161 |
include |pc:package| and their descendants to the target. |
162 |
(PerlFile.stringify): Outputs |use| statements |
163 |
for Perl modules and character classes not part of any package, |
164 |
if any. |
165 |
|
166 |
* DIS.dis: |lang:tdterr|'s |DVNSValue| convertion is supported. |
167 |
|
168 |
2006-02-06 Wakaba <wakaba@suika.fam.cx> |
169 |
|
170 |
* DIS.dis (loadModule): Loads a "daem" submodule file |
171 |
if exists. |
172 |
|
173 |
2006-01-30 Wakaba <wakaba@suika.fam.cx> |
174 |
|
175 |
* Makefile: Typo fixed. |
176 |
|
177 |
2006-01-29 Wakaba <wakaba@suika.fam.cx> |
178 |
|
179 |
* Makefile: Updated to be consist with |../DOM/Makefile|. |
180 |
|
181 |
* DIS.dis (parse): Parameter |input|'s type is |
182 |
changed from |DOMLS:LSInput| to |DISPerl:HASH| to |
183 |
remove dependency on |MDOM:DOMLS| module. |
184 |
|
185 |
2006-01-29 Wakaba <wakaba@suika.fam.cx> |
186 |
|
187 |
* PerlCode.dis (skipLines): Its code was incorrect. |
188 |
(createPCLiteral): Creates a |undef| keyword node |
189 |
for an |undef| value. Tests added. |
190 |
|
191 |
2006-01-25 Wakaba <wakaba@suika.fam.cx> |
192 |
|
193 |
* ManakaiNodeTest.dis: Tests for |mn:subnode2| hash-hash added. |
194 |
|
195 |
2006-01-24 Wakaba <wakaba@suika.fam.cx> |
196 |
|
197 |
* ManakaiNodeTest.dis: Tests added. |
198 |
|
199 |
2006-01-23 Wakaba <wakaba@suika.fam.cx> |
200 |
|
201 |
* .cvsignore: |ManakaiNodeTest.pm| added. |
202 |
|
203 |
2006-01-23 Wakaba <wakaba@suika.fam.cx> |
204 |
|
205 |
* ManakaiNodeTest.dis: New module. |
206 |
|
207 |
* Makefile: |ManakaiNodeTest.dis| added. |
208 |
|
209 |
2006-01-22 Wakaba <wakaba@suika.fam.cx> |
210 |
|
211 |
* PerlCode.dis: Fixed not |getAttributeNS| to cause |
212 |
uninitialized value warnings. |
213 |
|
214 |
2006-01-19 Wakaba <wakaba@suika.fam.cx> |
215 |
|
216 |
* PerlCode.dis (PCPackage.stringify): Appends a string |
217 |
representation of non-|pc:*| element children for |
218 |
the stringified value. |
219 |
|
220 |
2006-01-07 Wakaba <wakaba@suika.fam.cx> |
221 |
|
222 |
* Makefile: |../DOM/XDoctype.dis| added. |
223 |
|
224 |
2005-12-27 Wakaba <wakaba@suika.fam.cx> |
225 |
|
226 |
* PerlCode.dis (PCReference): New interface. |
227 |
|
228 |
2005-12-24 Wakaba <wakaba@suika.fam.cx> |
229 |
|
230 |
* PerlCode.dis (PerlSub.clearPerlName): New method. |
231 |
(PCDocument.createPCLiteral): Adopts |PerlCode| node |
232 |
if it is a foreign one. |
233 |
|
234 |
* DIS.dis (underscoreNameToCamelCaseName): A |HYPHEN-MINUS| |
235 |
character is replaced to |UNDERLINE| character. |
236 |
|
237 |
2005-12-21 Wakaba <wakaba@suika.fam.cx> |
238 |
|
239 |
* Makefile: |dpg.dae| rule merged into |discore.dae| rule. |
240 |
|
241 |
2005-12-20 Wakaba <wakaba@suika.fam.cx> |
242 |
|
243 |
* DIS.dis: DPG format support added. |
244 |
|
245 |
2005-12-18 Wakaba <wakaba@suika.fam.cx> |
246 |
|
247 |
* PerlCode.dis (PCDocument.createPerlSub): New method. |
248 |
|
249 |
* Makefile: Rules to make |DIS/DPG.pm| added. |
250 |
|
251 |
2005-12-18 Wakaba <wakaba@suika.fam.cx> |
252 |
|
253 |
* PerlCode.dis (PCExpression.stringify): More operators supported. |
254 |
(PCDocument.createPCStatement): New method. |
255 |
|
256 |
2005-12-17 Wakaba <wakaba@suika.fam.cx> |
257 |
|
258 |
* PerlCode.dis (PCWhen): New interface. |
259 |
|
260 |
2005-12-16 Wakaba <wakaba@suika.fam.cx> |
261 |
|
262 |
* PerlCode.dis (PCNumberLiteral, PCDereference, PCApply): New interfaces. |
263 |
(arrayRefLiteral, hashRefLiteral): Typos in element type names fixed. |
264 |
(PCExpression.stringify): Outputs children other than expression. |
265 |
Inserts space before and after operators if desired. |
266 |
|
267 |
2005-12-15 Wakaba <wakaba@suika.fam.cx> |
268 |
|
269 |
* PerlCode.dis (PCCondition, PCBlock): New interface. |
270 |
(ManakaiPCBlock): Renamed as |ManakaiPerlCodeBlock| to |
271 |
distingulish new |ManakaiPCBlock| class implementing new |PCBlock| |
272 |
interface. |
273 |
|
274 |
2005-12-14 Wakaba <wakaba@suika.fam.cx> |
275 |
|
276 |
* PerlCode.dis (PCExpression, PCChoose, PCWhen, PCOtherwise): New |
277 |
interfaces and element types. |
278 |
(getChildElementByType): New code. |
279 |
(PCFunctionCall): New interface and element type. |
280 |
|
281 |
2005-11-24 Wakaba <wakaba@suika.fam.cx> |
282 |
|
283 |
* DIS.dis (stringify): Returns |DIS:uri| error parameter if available. |
284 |
|
285 |
2005-11-23 Wakaba <wakaba@suika.fam.cx> |
286 |
|
287 |
* Error.pm (new): Sets |-stacktrace_| property if debug |
288 |
or verbose mode. |
289 |
(stringify): Appends longer trace if debug or verbose mode. |
290 |
($VERBOSE): New flag. |
291 |
|
292 |
* DIS.dis: Bugs on error depth fixed. |
293 |
|
294 |
2005-11-23 Wakaba <wakaba@suika.fam.cx> |
295 |
|
296 |
* DIS.dis (text): New attribute implementation. |
297 |
|
298 |
* ManakaiNode.dis (destroyNodeStem): New method. |
299 |
|
300 |
2005-11-20 Wakaba <wakaba@suika.fam.cx> |
301 |
|
302 |
* Makefile: |../DOM/Tree.dis| added. |
303 |
|
304 |
2005-11-17 Wakaba <wakaba@suika.fam.cx> |
305 |
|
306 |
* Makefile: |Formatter/Muf2003.dis| added to file list. |
307 |
|
308 |
* DIS.dis (DISModuleLite): Typo in |ISA| property fixed. |
309 |
|
310 |
2005-11-16 Wakaba <wakaba@suika.fam.cx> |
311 |
|
312 |
* .cvsignore: New file. |
313 |
|
314 |
2005-11-16 Wakaba <wakaba@suika.fam.cx> |
315 |
|
316 |
* PerlCode.dis: A test code added. Typos in |ISA| |
317 |
properties fixed. |
318 |
(PerlSub.stringify): Generates prototype specification |
319 |
even if |prototype| attribute value's length is zero |
320 |
in case the |pc:prototype| attribute /is/ found. |
321 |
|
322 |
2005-11-15 Wakaba <wakaba@suika.fam.cx> |
323 |
|
324 |
* Makefile: Missing rule to make |Message/DOM/core.dae| added. |
325 |
|
326 |
2005-11-15 Wakaba <wakaba@suika.fam.cx> |
327 |
|
328 |
* Makefile: Rules to make |DIS/Test.pm| added. |DIS/common.dis| rules |
329 |
added. |
330 |
|
331 |
* DIS.dis (DIS:): Removed (moved to |DIS/common.dis|). |
332 |
|
333 |
2005-11-13 Wakaba <wakaba@suika.fam.cx> |
334 |
|
335 |
* PerlCode.dis (PCList, PCArrayRefLiteral, PCHashRefLiteral): |
336 |
New interfaces. |
337 |
(createPCLiteral, appendNewPCLiteral): New methods. |
338 |
(PCDocument): New interface. |
339 |
(factory methods): Namespace URI and local name of document |
340 |
element arguments added to |createDocument| to obtain |
341 |
an instance of |PCDocument|. |
342 |
|
343 |
2005-10-16 Wakaba <wakaba@suika.fam.cx> |
344 |
|
345 |
* PerlCode.dis (pc:line): New configuration parameter. |
346 |
(stringify): Don't output "#line" directive |
347 |
unless "pc:line" parameter is set to "true". |
348 |
(pc:split-resolver): New configuration parameter. |
349 |
|
350 |
2005-10-14 Wakaba <wakaba@suika.fam.cx> |
351 |
|
352 |
* ManakaiNode.dis (anydata0): New property type. |
353 |
|
354 |
* PerlCode.dis (stringify): Prints node id if file name |
355 |
is not available. |
356 |
(perlLiteral): Prints as is if the value is blessed |
357 |
with "manakai::code" package. |
358 |
|
359 |
2005-10-13 Wakaba <wakaba@suika.fam.cx> |
360 |
|
361 |
* PerlCode.dis (CDATADOMString): Changed to use code |
362 |
fragment defined in DOMCore module directly. |
363 |
|
364 |
2005-10-12 Wakaba <wakaba@suika.fam.cx> |
365 |
|
366 |
* PerlCode.dis (ForClassCompat): Removed. |
367 |
|
368 |
* ManakaiNode.dis (ManakaiDOMNodeObject, ManakaiDOMNodeReference): |
369 |
Removed. |
370 |
(newNode): New method. |
371 |
(generateUniqueID): Algorithm has changed to save random |
372 |
string generation time. |
373 |
|
374 |
* DIS.dis (AUTOLOAD): "$Error::Level" fixed to "$Error::Depth". |
375 |
|
376 |
2005-10-11 Wakaba <wakaba@suika.fam.cx> |
377 |
|
378 |
* PerlCode.dis (IfClsDef, IFClsETDef): New version of classes based |
379 |
on DOMCore and element type definitions added. |
380 |
(localName): Renamed to "pcLocalName" to avoid |
381 |
conflict with "Node.localName" attribute. |
382 |
|
383 |
2005-10-10 Wakaba <wakaba@suika.fam.cx> |
384 |
|
385 |
* DIS.dis (Require): Unused reference to "PerlCode.dis" removed. |
386 |
|
387 |
* Makefile: Rules to make "PerlCode.pm" separated |
388 |
from ones for "DIS.pm". |
389 |
|
390 |
* ManakaiNode.dis (mn:unsetXRefNode): "$referent" |
391 |
parameter is replaced with "$referrer->{$propName}". |
392 |
|
393 |
* PerlCode.dis (Require): References "DOMCore.dis". |
394 |
(DefaultFor): Changed to "ManakaiDOM:ManakaiDOMLatest". |
395 |
(Util: for ManakaiDOM:ManakaiDOM): New. |
396 |
|
397 |
2005-10-09 Wakaba <wakaba@suika.fam.cx> |
398 |
|
399 |
* ManakaiNode.dis: New "mn:xrefnode0" property type has |
400 |
been introduced and methods are fixed to support it. |
401 |
(mn:setXRefNode, mn:unsetXRefNode): New codes. |
402 |
|
403 |
* DIS.dis (loadResource): Skips a root resource definition |
404 |
if it is an alias and it has "dis:Name" attribute and |
405 |
referenced canonical definition is already read. (Note |
406 |
that similar case that the resource definition has "dis:QName" |
407 |
attribute is already fixed in the same way.) |
408 |
|
409 |
2005-10-08 Wakaba <wakaba@suika.fam.cx> |
410 |
|
411 |
* DIS.dis (readProperties): Recognizes hexdecimal |
412 |
in "DISCore:Integer" (prefixed by "0x"). |
413 |
|
414 |
2005-10-08 Wakaba <wakaba@suika.fam.cx> |
415 |
|
416 |
* PerlCode.dis (getExceptionInterfacePackageNameList, |
417 |
addExceptionInterfacePackageName): New methods. |
418 |
(ToString): Sorts hash keys where they result in |
419 |
the order of statements in result code. |
420 |
|
421 |
* Error.pm ($DEBUG): New option variable. |
422 |
(___get_error_def): Calls "___error_def" method in second or later "@ISA" |
423 |
package even if elder package has "___error_def" method. |
424 |
|
425 |
* DIS.dis: Now constant values are only defined |
426 |
in interfaces. |
427 |
(DIS:NO_EXCEPTION_CLASS_ERR): New exception subcode. |
428 |
|
429 |
2005-10-06 Wakaba <wakaba@suika.fam.cx> |
430 |
|
431 |
* DIS.dis (getAnyResourceURIList, getModuleURIList): New methods. |
432 |
|
433 |
2005-10-02 Wakaba <wakaba@suika.fam.cx> |
434 |
|
435 |
* DIS.dis (getAnyResource): New method. |
436 |
(isTypeURI): Now it is a method of "DIS:DISAnyResource" interface. |
437 |
(getPropertyResource, getPropertyResourceList): Now |
438 |
they uses "getAnyResource" method. |
439 |
(getPropertyModuleList): Removed. |
440 |
|
441 |
2005-09-30 Wakaba <wakaba@suika.fam.cx> |
442 |
|
443 |
* DIS.dis (readProperties): Saves property name to values. |
444 |
(getPropertyModuleList): New method. |
445 |
|
446 |
2005-09-29 Wakaba <wakaba@suika.fam.cx> |
447 |
|
448 |
* DIS.dis: Shares local name, namespace URI and for URI |
449 |
if possible. |
450 |
|
451 |
* PerlCode.dis (stringify): Sorts "require" statements by module |
452 |
name. |
453 |
|
454 |
2005-09-28 Wakaba <wakaba@suika.fam.cx> |
455 |
|
456 |
* PerlCode.dis (perlLiteral): Sorts output by hash key. |
457 |
|
458 |
* ManakaiNode.dis (new): Sets "mn:groveReferenceCounter" |
459 |
property. |
460 |
(getNewReference): Increments "mn:groveReferenceCounter" |
461 |
property. |
462 |
(ManakaiDOM:ManakaiDOMNodeObject, ManakaiNodeStem): Don't |
463 |
check "defined" to allow "undef" value in "while" condition. |
464 |
(mn:isGroveReferenced): New code. |
465 |
(changeTreeID): New "groveRC" parameter added. |
466 |
(importTree, changeTreeID): Updates "mn:groveReferenceCounter" |
467 |
properties. |
468 |
(destroy): Uses "mn:isGroveReferenced" instead of "isExternallyReferred". |
469 |
(mn:groveReferenceCounter): New property. |
470 |
|
471 |
2005-09-28 Wakaba <wakaba@suika.fam.cx> |
472 |
|
473 |
* DIS.dis: Use "tag:" URI for internal URIs. |
474 |
|
475 |
2005-09-27 Wakaba <wakaba@suika.fam.cx> |
476 |
|
477 |
* ManakaiNode.dis (ManakaiNodeStem->new): Don't set "TreeCore:*" |
478 |
properties. |
479 |
(generateUniqueID): Use "tag:" URI. |
480 |
|
481 |
* DIS.dis (targetNamespaceURI): New attribute. |
482 |
(ManakaiDISModuleLite): Extends dx:ManakaiDefaultErrorHandler. |
483 |
(ManakaiDISModuleLite->AUTOLOAD): Don't load module |
484 |
if method name is "DESTROY". |
485 |
|
486 |
2005-09-27 Wakaba <wakaba@suika.fam.cx> |
487 |
|
488 |
* ManakaiNode.dis (ManakaiNodeStem): Use per-class |
489 |
variable for searching noderel properties instead |
490 |
of per-node properties. |
491 |
|
492 |
2005-09-26 Wakaba <wakaba@suika.fam.cx> |
493 |
|
494 |
* ManakaiNode.dis (new): New "className" parameter added. |
495 |
(mn:NodeRefRole): New role. |
496 |
(mn:type): New property. |
497 |
(mn:subnode0, mn:subnode1, mn:subnode2, mn:irefnode0, |
498 |
mn:origin0, mn:anydata1, mn:anydata2, mn:noderef): New properties. |
499 |
|
500 |
* Makefile: Rules to make "DIS/DISDump" is separeted |
501 |
from "DIS/DISDoc". |
502 |
|
503 |
* DIS.dis (getFor): Loads database module if unread |
504 |
"for" is referenced. |
505 |
(addResourceList, getResourceList): New method. |
506 |
(ManakaiDISModuleLite): New class. |
507 |
|
508 |
2005-09-25 Wakaba <wakaba@suika.fam.cx> |
509 |
|
510 |
* DIS.dis (RESOURCE_NOT_DEFINED_ERR): New error code. |
511 |
(getResource): New "dae" and "daem" database format support. |
512 |
(DISResourceList): New type. |
513 |
(uriRef, ownerModuleURI, ownerModuleURIRef): New attributes. |
514 |
(addChildResource, addDynamicChildResource): New methods. |
515 |
(getChildResourceList, getDynamicChildResourceList): New method. |
516 |
(getChildResourceListByType): New method. |
517 |
(parentResource, dynamicParentResource): New attributes. |
518 |
|
519 |
* Makefile (DAC_SUFFIX): Changed to ".dae". |
520 |
(DAEM_SUFFIX): New. |
521 |
|
522 |
|
523 |
2005-09-24 Wakaba <wakaba@suika.fam.cx> |
524 |
|
525 |
* ManakaiNode.dis: Use "disPerl:H" instead |
526 |
of "disPerl:Q" for hash keys. |
527 |
(NodeStem): Property value "mn:treeID" |
528 |
has changed to scalar reference. |
529 |
|
530 |
2005-09-24 Wakaba <wakaba@suika.fam.cx> |
531 |
|
532 |
* ManakaiNode.dis (mn:node, mn:nodeID, mn:treeID): New |
533 |
properties. |
534 |
(mn:stemName, mn:refName): New properties. |
535 |
|
536 |
* Makefile (.discore-all.pm): New rule to create dis-related |
537 |
Perl module files at once. |
538 |
|
539 |
* DIS.dis (PERL_HASH_KEY_ALREADY_DEFINED_ERR): New error code. |
540 |
(hashKeyName, hashKeyScope, anotherURI): New error parameters. |
541 |
|
542 |
* ManakaiNode.dis, DIS.dis, PerlCode.dis: Use "disPerl:H" instead |
543 |
of "disPerl:Q" for hash keys. |
544 |
|
545 |
2005-09-23 Wakaba <wakaba@suika.fam.cx> |
546 |
|
547 |
* DIS.dis (DISParser.new): New method. |
548 |
(hasFeature): Removed. ManakaiDISAnyResource now |
549 |
extends DOMFeature:ManakaiHasFeatureByGetFeature. |
550 |
(readProperties): Support for property value data |
551 |
types DISLang:MemberRef and dx:XCRef added. |
552 |
(ManakaiDISExceptionTarget): It is now an alias |
553 |
for dx:ManakaiDefaultExceptionHandler. |
554 |
|
555 |
2005-09-22 Wakaba <wakaba@suika.fam.cx> |
556 |
|
557 |
* Makefile: DAC_SUFFIX changed to ".dad". |
558 |
|
559 |
* DIS.dis (Util:): Added for DIS|ForEmpty and DIS|ForLatest. |
560 |
(disIsNullable): Reimplemented. |
561 |
|
562 |
2005-09-21 Wakaba <wakaba@suika.fam.cx> |
563 |
|
564 |
* DIS.dis (addNamespaceBinding): New method. |
565 |
|
566 |
2005-09-20 Wakaba <wakaba@suika.fam.cx> |
567 |
|
568 |
* DIS.dis: Use valueRef and nodeIDRef where possible so |
569 |
that dad file can share text data if possible. |
570 |
For resources, {subOf} and {supOf} is now optional. |
571 |
(sourceNodeIDRef): New attribute. |
572 |
|
573 |
2005-09-19 Wakaba <wakaba@suika.fam.cx> |
574 |
|
575 |
* DIS.dis: Parameter "databaseArg" added to various |
576 |
methods to support objects that have no associated |
577 |
database. |
578 |
(getNamespaceBindingList, getDefaultNamespaceURIRef): New |
579 |
methods. |
580 |
(NO_RDF_TYPE_ERR): New error type. |
581 |
(loadResource): Throws NO_RDF_TYPE_ERR if no rdf:type |
582 |
attribute specified for a resource definition. |
583 |
|
584 |
2005-09-16 Wakaba <wakaba@suika.fam.cx> |
585 |
|
586 |
* DIS.dis (DISResourceProp): Methods reimplemented to |
587 |
support DIS/Value values. |
588 |
|
589 |
2005-09-15 Wakaba <wakaba@suika.fam.cx> |
590 |
|
591 |
* DIS.dis (readProperties): New methods. Emploies DIS/Value |
592 |
classes for internal data structure. |
593 |
|
594 |
2005-09-14 Wakaba <wakaba@suika.fam.cx> |
595 |
|
596 |
* DIS.dis: Now references DIS/Value.dis. |
597 |
(DISAnyResource): New interface separeted from DISModule. |
598 |
DISFor and DISResource. |
599 |
|
600 |
2005-09-13 Wakaba <wakaba@suika.fam.cx> |
601 |
|
602 |
* DIS.dis: Perl-related methods are moved to a separate |
603 |
module "DIS/Perl.dis". |
604 |
|
605 |
2005-09-08 Wakaba <wakaba@suika.fam.cx> |
606 |
|
607 |
* Makefile: Renewaled. |
608 |
|
609 |
* ManakaiNode.dis (free): New method. |
610 |
|
611 |
2005-09-07 Wakaba <wakaba@suika.fam.cx> |
612 |
|
613 |
* DIS.dis: Interfaces added. |
614 |
(free): New method. |
615 |
|
616 |
* PerlCode.dis: Interfaces added. |
617 |
|
618 |
2005-09-06 Wakaba <wakaba@suika.fam.cx> |
619 |
|
620 |
* DIS.dis (plName): Use AppName attribute, if any, |
621 |
for ManakaiDOM:ConstGroup resources. |
622 |
|
623 |
2005-09-05 Wakaba <wakaba@suika.fam.cx> |
624 |
|
625 |
* DIS.dis (plGeneratePerlModuleFile): Don't generate code for |
626 |
the same class or variable twice whose alias is defined |
627 |
in the same module. |
628 |
|
629 |
2005-09-04 Wakaba <wakaba@suika.fam.cx> |
630 |
|
631 |
* PerlCode.dis (ManakaiPerlSub.IntClone): Copies pc:localName |
632 |
and pc:prortotype properties. |
633 |
|
634 |
* DIS.dis (plAdditionalISAPackages): New attribute. |
635 |
|
636 |
2005-09-01 Wakaba <wakaba@suika.fam.cx> |
637 |
|
638 |
* DIS.dis (plCodeFragment): The ManakaiDOM:boolean datatype |
639 |
supported. |
640 |
|
641 |
2005-08-31 Wakaba <wakaba@suika.fam.cx> |
642 |
|
643 |
* DIS.dis (uris): New attribute. |
644 |
|
645 |
2005-08-30 Wakaba <wakaba@suika.fam.cx> |
646 |
|
647 |
* DIS.dis (plFilePathStem): New attribute. |
648 |
|
649 |
2005-08-29 Wakaba <wakaba@suika.fam.cx> |
650 |
|
651 |
* DIS.dis (plFileNameStem): New attribute. |
652 |
|
653 |
2005-08-28 Wakaba <wakaba@suika.fam.cx> |
654 |
|
655 |
* DIS.dis (plCodeFragment): Type ManakaiDOM:InCase supported. |
656 |
|
657 |
2005-08-26 Wakaba <wakaba@suika.fam.cx> |
658 |
|
659 |
* DIS.dis: Typo fixed for replacing namespace URI and local name |
660 |
in reflecting code. |
661 |
(mvLocalName, mvNamespaceURI): Use "localName" and "namespaceURI" |
662 |
attribute values as their default. |
663 |
(mvPrefix, qnameValuePrefix): New attributes. |
664 |
|
665 |
* ManakaiNode.dis: Tests whether "defined" rather than true or not |
666 |
in "while" conditions. |
667 |
|
668 |
2005-08-15 Wakaba <wakaba@suika.fam.cx> |
669 |
|
670 |
* ManakaiNode.dis (Util:): Now Perl package name for interfaces |
671 |
is defined. |
672 |
|
673 |
* DIS.dis (mediaTypeURI): Returns $defaultMediaType |
674 |
parameter value if dis:ContentType attribute is missing. |
675 |
|
676 |
* ManakaiNode.dis (importTree): Use "isa" function |
677 |
to check whether a object is an instance of the manakai |
678 |
node model. |
679 |
(NodeStem, NodeRef): New lightweight variant |
680 |
of ManakaiDOM:ManakaiDOMNodeObject |
681 |
and ManakaiDOM:ManakaiDOMNodeReference. |
682 |
|
683 |
2005-05-29 Wakaba <wakaba@suika.fam.cx> |
684 |
|
685 |
* DIS.dis (plGeneratePerlModuleFile): Bug fixed so that |
686 |
even if DOMMetaImpl:provideFeature has child nodes but |
687 |
they are not DOMMetaImpl:providedThrough a ImplFeature |
688 |
statement is generated. |
689 |
(plCodeFragment): Bug fixed so that dis:SetProp works correctly. |
690 |
|
691 |
2005-05-26 Wakaba <wakaba@suika.fam.cx> |
692 |
|
693 |
* Makefile: Rules for DISDoc module added. |
694 |
|
695 |
2005-05-23 Wakaba <wakaba@suika.fam.cx> |
696 |
|
697 |
* DIS.dis (ManakaiDISResourceDefinition, ManakaiDISForDefinition, |
698 |
ManakaiDISModuleDefinition): "getFeature" method added. |
699 |
|
700 |
2005-03-06 Wakaba <wakaba@suika.fam.cx> |
701 |
|
702 |
* DIS.dis (Require): Loads PerlCode module. |
703 |
|
704 |
2005-03-05 Wakaba <wakaba@suika.fam.cx> |
705 |
|
706 |
* PerlCode.dis: Operator overloading is implemented. |
707 |
|
708 |
2005-03-04 Wakaba <wakaba@suika.fam.cx> |
709 |
|
710 |
* ManakaiNode.dis: Checks type, to support SuikaWikiConfig21 |
711 |
module's binding properties. |
712 |
|
713 |
2005-03-03 Wakaba <wakaba@suika.fam.cx> |
714 |
|
715 |
* PerlCode.dis: New module. |
716 |
|
717 |
2005-02-26 Wakaba <wakaba@suika.fam.cx> |
718 |
|
719 |
* DIS.dis (DISModuleResolver): New interface. |
720 |
|
721 |
2005-02-21 Wakaba <wakaba@suika.fam.cx> |
722 |
|
723 |
* DIS.dis: New module. |
724 |
|
725 |
* ManakaiNode.dis: New "subnode0" property category introduced. |
726 |
|
727 |
2005-02-17 Wakaba <wakaba@suika.fam.cx> |
728 |
|
729 |
* ManakaiNode.dis: New module. |
730 |
|
731 |
2005-01-05 Wakaba <wakaba@suika.fam.cx> |
732 |
|
733 |
* Error.pm (___rule_def[p]): Don't output anything if not exists |
734 |
that parameter. |
735 |
|
736 |
2004-09-30 Wakaba <wakaba@suika.fam.cx> |
737 |
|
738 |
* Error.pm (___rule_def): "p" added; now "t" is obsolete. |
739 |
|
740 |
2004-04-02 Wakaba <wakaba@suika.fam.cx> |
741 |
|
742 |
* Error.pm (report): Error depth fixed. |
743 |
(___rule_def:t): New parameters empty and undef introduced. |
744 |
|
745 |
2004-01-17 Wakaba <wakaba@suika.fam.cx> |
746 |
|
747 |
* Error.pm: Some fixes w.r.t. Error::Depth. |
748 |
|
749 |
2003-12-06 Wakaba <wakaba@suika.fam.cx> |
750 |
|
751 |
* Error.pm (___error_def): Renamed from ___errors. |
752 |
|
753 |
2003-12-01 Wakaba <wakaba@suika.fam.cx> |
754 |
|
755 |
* Error.pm (___get_error_def): Now support inherit. (It was not work.) |
756 |
|
757 |
2003-11-15 Wakaba <wakaba@suika.fam.cx> |
758 |
|
759 |
* Error.pm: Use Message::Util::Formatter::Text to construct error messages. |
760 |
|
761 |
2003-11-13 Wakaba <wakaba@suika.fam.cx> |
762 |
|
763 |
* Formatter: New directory. |
764 |
|
765 |
2003-11-12 Wakaba <wakaba@suika.fam.cx> |
766 |
|
767 |
* Error.pm: Rewritten. |
768 |
|
769 |
2003-10-25 Wakaba <wakaba@suika.fam.cx>
|
770 |
|
771 |
* Formatter.pm (replace): Allow '%foo () ;'.
|
772 |
|
773 |
2003-09-17 Wakaba <wakaba@suika.fam.cx>
|
774 |
|
775 |
* HostPermit.pm: New module.
|
776 |
|
777 |
2003-08-05 Wakaba <wakaba@suika.fam.cx>
|
778 |
|
779 |
* Error.pm (_default_error_handler): Syntax fix.
|
780 |
|
781 |
* Error/: New directory.
|
782 |
|
783 |
2003-07-29 Wakaba <wakaba@suika.fam.cx>
|
784 |
|
785 |
* Error.pm: New module.
|
786 |
|
787 |
2003-05-10 Wakaba <w@offweb.ddo.jp>
|
788 |
|
789 |
* Formatter.pm (replace): Bug fix of pattern.
|
790 |
|
791 |
2003-04-29 Wakaba <w@offweb.ddo.jp>
|
792 |
|
793 |
* Formatter.pm (replace): {...} block is supported.
|
794 |
(Message::Util::Formatter::_returned): New package. It is very very tiny
|
795 |
subset of SuikaWiki::Markup::XML.
|
796 |
(replace): Return structured string, not bare string. This function is
|
797 |
useful to make tree (such as XML's) from formatting template (and its nested
|
798 |
parameters).
|
799 |
|
800 |
2003-03-28 Wakaba <w@offweb.ddo.jp>
|
801 |
|
802 |
* Formatter.pm (replace): Treat oo of "str"oo of attr value as option and parse attr value if 'p' option is specified.
|
803 |
(replace): Replace '-' to '_' in attr name.
|
804 |
|
805 |
2003-01-26 Wakaba <w@cube.wakaba.ssm>
|
806 |
|
807 |
* Formatter.pm (replace): Trim attribute name/value pair.
|
808 |
|
809 |
2003-01-04 Wakaba <w@suika.fam.cx>
|
810 |
|
811 |
* Formatter.pm (replace): Don't split by ',' in quoted-strings.
|
812 |
|
813 |
2002-12-15 Wakaba <w@suika.fam.cx>
|
814 |
|
815 |
* Formatter.pm (%char;): Removed.
|
816 |
|
817 |
2002-12-05 Wakaba <w@suika.fam.cx>
|
818 |
|
819 |
* Formatter.pm (%FMT2TXT): New (internal) initial format rule,
|
820 |
"-bare_text".
|
821 |
(replace): "Replace" non-%-text with "-bare_text" rule.
|
822 |
(pod): Methods and initial rules are documented.
|
823 |
|
824 |
2002-12-04 Wakaba <w@suika.fam.cx>
|
825 |
|
826 |
* Formatter.pm (replace): Accept ")" in quoted-string.
|
827 |
|
828 |
2002-11-13 Wakaba <w@suika.fam.cx>
|
829 |
|
830 |
* ChangeLog: New file.
|
831 |
* Formatter.pm: New module.
|