1 |
|
2006-02-26 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* PerlCode.dis (PerlStringLiteral.stringify): If some character |
4 |
|
are escaped, the string should have been quoted by |QUOTATION MARK|. |
5 |
|
|
6 |
|
* Makefile (.discore-all.pm): The parameter for |DIS/DPG.dis| |
7 |
|
module was misplaced. |
8 |
|
(distclean): New rule. |
9 |
|
(clean): Cleans subdirectories, too. |
10 |
|
|
11 |
|
2006-02-26 Wakaba <wakaba@suika.fam.cx> |
12 |
|
|
13 |
|
* ManakaiNodeTest.dis (Require): Missing reference |
14 |
|
to the |DISlib:Test| module is added. |
15 |
|
|
16 |
|
* Makefile: Revised for new |daf| database format. |
17 |
|
|
18 |
|
* DIS.dis (elementTypeMatch, isSubsetOfURI): The |srinfo| |
19 |
|
parameter is added. |
20 |
|
(getFor, getModule): Set reference rather than string |
21 |
|
itself to the |{for}| property. |
22 |
|
(loadResource): Passes |srinfo| parameter |
23 |
|
to |isSubsetOfURI|-calling methods. |
24 |
|
(mergeAsAlias): The |srinfo| parameter is added. |
25 |
|
|
26 |
|
2006-02-26 Wakaba <wakaba@suika.fam.cx> |
27 |
|
|
28 |
|
* PerlCode.dis (Require): Missing reference to the |DISlib:DISMarkup| |
29 |
|
module is added. |
30 |
|
|
31 |
|
2006-02-25 Wakaba <wakaba@suika.fam.cx> |
32 |
|
|
33 |
|
* DIS.dis (lookupNamespacePrefix): Resolves prefix by |
34 |
|
namespace resolver if available. |
35 |
|
(disNamespaceResolver): New attribute. |
36 |
|
(loadModule): Sets |revision| attribute of the created module. |
37 |
|
(ownerModuleRef): Setter is added. |
38 |
|
(addTypeURI): Set |ownerModule| attribute if possible. |
39 |
|
(ManakaiDISModuleLite): The class no longer inherits |DISAnyResource| |
40 |
|
class and |ManakaiDefaultExceptionHandler| class. |
41 |
|
(mergeAsAlias): New |noEqualityCheck| parameter is added. |
42 |
|
|
43 |
|
* Makefile: New variables for |DAF| are added. |
44 |
|
|
45 |
|
2006-02-24 Wakaba <wakaba@suika.fam.cx> |
46 |
|
|
47 |
|
* DIS.dis (loadModule): Adds name URIs of |Require|d |
48 |
|
modules to the list of such modules. |
49 |
|
(DIS:forURI): New property. |
50 |
|
(getReferringModuleURIList, addReferringModuleURI): New methods. |
51 |
|
(DIS:referringModule): New property. |
52 |
|
|
53 |
|
2006-02-24 Wakaba <wakaba@suika.fam.cx> |
54 |
|
|
55 |
|
* DIS.dis (loadResource): URI registration by |addResourceList| |
56 |
|
was incorrect for aliases. |
57 |
|
(unloadResource): It did not support resources with |
58 |
|
no e.g. |{subOf}| hash. |
59 |
|
(addResourceURI): New method. |
60 |
|
(getResourceURIList): New method. |
61 |
|
|
62 |
|
2006-02-23 Wakaba <wakaba@suika.fam.cx> |
63 |
|
|
64 |
|
* DIS.dis (loadResource, loadFor, loadModule): New |srinfo| |
65 |
|
parameter is added. Restores super-resource information |
66 |
|
from |srinfo| if available. |
67 |
|
(unloadModule): New method. |
68 |
|
(getModuleResourceList): New method. |
69 |
|
(addResourceList): Adds all alias names to the list. |
70 |
|
(addForResource): New method analog to |addResourceList|. |
71 |
|
(getForResourceList): New method analog to |getResourceList|. |
72 |
|
(dx:Interface.getErrorInterfaceResource): New method |
73 |
|
implementation. |
74 |
|
|
75 |
|
2006-02-22 Wakaba <wakaba@suika.fam.cx> |
76 |
|
|
77 |
|
* PerlCode.dis (PCVariable.stringify): The |hashKey| |
78 |
|
attribute was not reflected to the stringified representation. |
79 |
|
|
80 |
|
* DIS.dis (getErrorInterfaceResource): New method. |
81 |
|
(getErrorCodeResource): New method. |
82 |
|
|
83 |
|
2006-02-20 Wakaba <wakaba@suika.fam.cx> |
84 |
|
|
85 |
|
* DIS.dis (MUErrorHandler): Missing |For| specification is added. |
86 |
|
|
87 |
|
2006-02-20 Wakaba <wakaba@suika.fam.cx> |
88 |
|
|
89 |
|
* DIS.dis (getMethodForType): Bug fixed. |
90 |
|
|
91 |
|
2006-02-20 Wakaba <wakaba@suika.fam.cx> |
92 |
|
|
93 |
|
* DIS.dis (isPropertyElement): The |DISCore:resourceType| |
94 |
|
element type is now recognized as a property. In addition, |
95 |
|
element types that are a |DISSource:Property| are |
96 |
|
properties. |
97 |
|
(DIS:AnyMethod, DIS:Method, DIS:Attribute): New types. |
98 |
|
(DIS:targetType): New property. |
99 |
|
(DISModule, DISFor, DISResource, DISDatabase): These |
100 |
|
classes no longer inherits |ManakaiDISExceptionTarget|. |
101 |
|
(DISDatabase.loadResource): Reads |DISCore:resourceType| property |
102 |
|
as well as |rdf:type| property. |
103 |
|
(DISAnyResource.MUErrorHandler, DISDatabase.MUErrorHandler): New |
104 |
|
methods. |
105 |
|
(DISDatabase.domConfig): New attribute. |
106 |
|
(error-handler): New configuration parameter. |
107 |
|
(getMethodForType): New code fragment. |
108 |
|
(DIS:more-than-one-methods-for-a-type): New error. |
109 |
|
(ManakaiDISExceptionTarget): Removed. |
110 |
|
|
111 |
|
2006-02-19 Wakaba <wakaba@suika.fam.cx> |
112 |
|
|
113 |
|
* DIS.dis (composeSubsetURI): New code fragment. |
114 |
|
(getResource, getModule, getFor, loadResource): Old |rdf:type| settking |
115 |
|
code is removed. |
116 |
|
(isSubsetOfURI): Old compatibility code removed. |
117 |
|
(addTypeURI): Bugs fixed. |
118 |
|
|
119 |
|
2006-02-19 Wakaba <wakaba@suika.fam.cx> |
120 |
|
|
121 |
|
* DIS.dis (getResource, getFor, getModule): Set |DIS:typeURI| |
122 |
|
property on creation of an object. |
123 |
|
(isAnonymous): Setter is added. |
124 |
|
(isTypeURI): Redefined using |typeResource| and |isSubsetOfURI|. |
125 |
|
(getTypeURIList): New method. |
126 |
|
(typeResource): New attribute. |
127 |
|
(addTypeURI): New method. |
128 |
|
(DISModule.isAnonymous, DISFor.isAnonymous): Removed. Now |for|s |
129 |
|
and modules as well as normal resources can be anonymous. |
130 |
|
(getSuperResourceURIList): New method. |
131 |
|
|
132 |
|
2006-02-18 Wakaba <wakaba@suika.fam.cx> |
133 |
|
|
134 |
|
* DIS.dis (revision): New attribute. |
135 |
|
|
136 |
|
2006-02-09 Wakaba <wakaba@suika.fam.cx> |
137 |
|
|
138 |
|
* PerlCode.dis (PerlStringLiteral.stringify): |pc:preserve-line-break| |
139 |
|
configuration parameter support is added. |
140 |
|
(pc:preserve-line-break): New configuration option. |
141 |
|
|
142 |
|
* DIS.dis (readProperties): |DISCore:UString| lextype support added. |
143 |
|
|
144 |
|
2006-02-08 Wakaba <wakaba@suika.fam.cx> |
145 |
|
|
146 |
|
* PerlCode.dis (PCReference.stringify): Reference operator |\| |
147 |
|
was missing. |
148 |
|
|
149 |
|
2006-02-08 Wakaba <wakaba@suika.fam.cx> |
150 |
|
|
151 |
|
* PerlCode.dis (getNameListAttrR): Non-|pc:|-namespace elements |
152 |
|
and their descendants were ignored. |
153 |
|
(getNameListAttrRM): New variant derived from |getNameListAttrR|, |
154 |
|
for |getUsePerlModuleNameList| and |getUseCharClassNameList|. |
155 |
|
(getUsePerlModuleNameList, getUseCharClassNameList): Don't |
156 |
|
include |pc:package| and their descendants to the target. |
157 |
|
(PerlFile.stringify): Outputs |use| statements |
158 |
|
for Perl modules and character classes not part of any package, |
159 |
|
if any. |
160 |
|
|
161 |
|
* DIS.dis: |lang:tdterr|'s |DVNSValue| convertion is supported. |
162 |
|
|
163 |
|
2006-02-06 Wakaba <wakaba@suika.fam.cx> |
164 |
|
|
165 |
|
* DIS.dis (loadModule): Loads a "daem" submodule file |
166 |
|
if exists. |
167 |
|
|
168 |
|
2006-01-30 Wakaba <wakaba@suika.fam.cx> |
169 |
|
|
170 |
|
* Makefile: Typo fixed. |
171 |
|
|
172 |
|
2006-01-29 Wakaba <wakaba@suika.fam.cx> |
173 |
|
|
174 |
|
* Makefile: Updated to be consist with |../DOM/Makefile|. |
175 |
|
|
176 |
|
* DIS.dis (parse): Parameter |input|'s type is |
177 |
|
changed from |DOMLS:LSInput| to |DISPerl:HASH| to |
178 |
|
remove dependency on |MDOM:DOMLS| module. |
179 |
|
|
180 |
|
2006-01-29 Wakaba <wakaba@suika.fam.cx> |
181 |
|
|
182 |
|
* PerlCode.dis (skipLines): Its code was incorrect. |
183 |
|
(createPCLiteral): Creates a |undef| keyword node |
184 |
|
for an |undef| value. Tests added. |
185 |
|
|
186 |
|
2006-01-25 Wakaba <wakaba@suika.fam.cx> |
187 |
|
|
188 |
|
* ManakaiNodeTest.dis: Tests for |mn:subnode2| hash-hash added. |
189 |
|
|
190 |
|
2006-01-24 Wakaba <wakaba@suika.fam.cx> |
191 |
|
|
192 |
|
* ManakaiNodeTest.dis: Tests added. |
193 |
|
|
194 |
|
2006-01-23 Wakaba <wakaba@suika.fam.cx> |
195 |
|
|
196 |
|
* .cvsignore: |ManakaiNodeTest.pm| added. |
197 |
|
|
198 |
|
2006-01-23 Wakaba <wakaba@suika.fam.cx> |
199 |
|
|
200 |
|
* ManakaiNodeTest.dis: New module. |
201 |
|
|
202 |
|
* Makefile: |ManakaiNodeTest.dis| added. |
203 |
|
|
204 |
|
2006-01-22 Wakaba <wakaba@suika.fam.cx> |
205 |
|
|
206 |
|
* PerlCode.dis: Fixed not |getAttributeNS| to cause |
207 |
|
uninitialized value warnings. |
208 |
|
|
209 |
|
2006-01-19 Wakaba <wakaba@suika.fam.cx> |
210 |
|
|
211 |
|
* PerlCode.dis (PCPackage.stringify): Appends a string |
212 |
|
representation of non-|pc:*| element children for |
213 |
|
the stringified value. |
214 |
|
|
215 |
|
2006-01-07 Wakaba <wakaba@suika.fam.cx> |
216 |
|
|
217 |
|
* Makefile: |../DOM/XDoctype.dis| added. |
218 |
|
|
219 |
|
2005-12-27 Wakaba <wakaba@suika.fam.cx> |
220 |
|
|
221 |
|
* PerlCode.dis (PCReference): New interface. |
222 |
|
|
223 |
|
2005-12-24 Wakaba <wakaba@suika.fam.cx> |
224 |
|
|
225 |
|
* PerlCode.dis (PerlSub.clearPerlName): New method. |
226 |
|
(PCDocument.createPCLiteral): Adopts |PerlCode| node |
227 |
|
if it is a foreign one. |
228 |
|
|
229 |
|
* DIS.dis (underscoreNameToCamelCaseName): A |HYPHEN-MINUS| |
230 |
|
character is replaced to |UNDERLINE| character. |
231 |
|
|
232 |
|
2005-12-21 Wakaba <wakaba@suika.fam.cx> |
233 |
|
|
234 |
|
* Makefile: |dpg.dae| rule merged into |discore.dae| rule. |
235 |
|
|
236 |
|
2005-12-20 Wakaba <wakaba@suika.fam.cx> |
237 |
|
|
238 |
|
* DIS.dis: DPG format support added. |
239 |
|
|
240 |
|
2005-12-18 Wakaba <wakaba@suika.fam.cx> |
241 |
|
|
242 |
|
* PerlCode.dis (PCDocument.createPerlSub): New method. |
243 |
|
|
244 |
|
* Makefile: Rules to make |DIS/DPG.pm| added. |
245 |
|
|
246 |
|
2005-12-18 Wakaba <wakaba@suika.fam.cx> |
247 |
|
|
248 |
|
* PerlCode.dis (PCExpression.stringify): More operators supported. |
249 |
|
(PCDocument.createPCStatement): New method. |
250 |
|
|
251 |
|
2005-12-17 Wakaba <wakaba@suika.fam.cx> |
252 |
|
|
253 |
|
* PerlCode.dis (PCWhen): New interface. |
254 |
|
|
255 |
|
2005-12-16 Wakaba <wakaba@suika.fam.cx> |
256 |
|
|
257 |
|
* PerlCode.dis (PCNumberLiteral, PCDereference, PCApply): New interfaces. |
258 |
|
(arrayRefLiteral, hashRefLiteral): Typos in element type names fixed. |
259 |
|
(PCExpression.stringify): Outputs children other than expression. |
260 |
|
Inserts space before and after operators if desired. |
261 |
|
|
262 |
|
2005-12-15 Wakaba <wakaba@suika.fam.cx> |
263 |
|
|
264 |
|
* PerlCode.dis (PCCondition, PCBlock): New interface. |
265 |
|
(ManakaiPCBlock): Renamed as |ManakaiPerlCodeBlock| to |
266 |
|
distingulish new |ManakaiPCBlock| class implementing new |PCBlock| |
267 |
|
interface. |
268 |
|
|
269 |
|
2005-12-14 Wakaba <wakaba@suika.fam.cx> |
270 |
|
|
271 |
|
* PerlCode.dis (PCExpression, PCChoose, PCWhen, PCOtherwise): New |
272 |
|
interfaces and element types. |
273 |
|
(getChildElementByType): New code. |
274 |
|
(PCFunctionCall): New interface and element type. |
275 |
|
|
276 |
|
2005-11-24 Wakaba <wakaba@suika.fam.cx> |
277 |
|
|
278 |
|
* DIS.dis (stringify): Returns |DIS:uri| error parameter if available. |
279 |
|
|
280 |
|
2005-11-23 Wakaba <wakaba@suika.fam.cx> |
281 |
|
|
282 |
|
* Error.pm (new): Sets |-stacktrace_| property if debug |
283 |
|
or verbose mode. |
284 |
|
(stringify): Appends longer trace if debug or verbose mode. |
285 |
|
($VERBOSE): New flag. |
286 |
|
|
287 |
|
* DIS.dis: Bugs on error depth fixed. |
288 |
|
|
289 |
|
2005-11-23 Wakaba <wakaba@suika.fam.cx> |
290 |
|
|
291 |
|
* DIS.dis (text): New attribute implementation. |
292 |
|
|
293 |
|
* ManakaiNode.dis (destroyNodeStem): New method. |
294 |
|
|
295 |
|
2005-11-20 Wakaba <wakaba@suika.fam.cx> |
296 |
|
|
297 |
|
* Makefile: |../DOM/Tree.dis| added. |
298 |
|
|
299 |
|
2005-11-17 Wakaba <wakaba@suika.fam.cx> |
300 |
|
|
301 |
|
* Makefile: |Formatter/Muf2003.dis| added to file list. |
302 |
|
|
303 |
|
* DIS.dis (DISModuleLite): Typo in |ISA| property fixed. |
304 |
|
|
305 |
|
2005-11-16 Wakaba <wakaba@suika.fam.cx> |
306 |
|
|
307 |
|
* .cvsignore: New file. |
308 |
|
|
309 |
|
2005-11-16 Wakaba <wakaba@suika.fam.cx> |
310 |
|
|
311 |
|
* PerlCode.dis: A test code added. Typos in |ISA| |
312 |
|
properties fixed. |
313 |
|
(PerlSub.stringify): Generates prototype specification |
314 |
|
even if |prototype| attribute value's length is zero |
315 |
|
in case the |pc:prototype| attribute /is/ found. |
316 |
|
|
317 |
|
2005-11-15 Wakaba <wakaba@suika.fam.cx> |
318 |
|
|
319 |
|
* Makefile: Missing rule to make |Message/DOM/core.dae| added. |
320 |
|
|
321 |
|
2005-11-15 Wakaba <wakaba@suika.fam.cx> |
322 |
|
|
323 |
|
* Makefile: Rules to make |DIS/Test.pm| added. |DIS/common.dis| rules |
324 |
|
added. |
325 |
|
|
326 |
|
* DIS.dis (DIS:): Removed (moved to |DIS/common.dis|). |
327 |
|
|
328 |
|
2005-11-13 Wakaba <wakaba@suika.fam.cx> |
329 |
|
|
330 |
|
* PerlCode.dis (PCList, PCArrayRefLiteral, PCHashRefLiteral): |
331 |
|
New interfaces. |
332 |
|
(createPCLiteral, appendNewPCLiteral): New methods. |
333 |
|
(PCDocument): New interface. |
334 |
|
(factory methods): Namespace URI and local name of document |
335 |
|
element arguments added to |createDocument| to obtain |
336 |
|
an instance of |PCDocument|. |
337 |
|
|
338 |
|
2005-10-16 Wakaba <wakaba@suika.fam.cx> |
339 |
|
|
340 |
|
* PerlCode.dis (pc:line): New configuration parameter. |
341 |
|
(stringify): Don't output "#line" directive |
342 |
|
unless "pc:line" parameter is set to "true". |
343 |
|
(pc:split-resolver): New configuration parameter. |
344 |
|
|
345 |
|
2005-10-14 Wakaba <wakaba@suika.fam.cx> |
346 |
|
|
347 |
|
* ManakaiNode.dis (anydata0): New property type. |
348 |
|
|
349 |
|
* PerlCode.dis (stringify): Prints node id if file name |
350 |
|
is not available. |
351 |
|
(perlLiteral): Prints as is if the value is blessed |
352 |
|
with "manakai::code" package. |
353 |
|
|
354 |
|
2005-10-13 Wakaba <wakaba@suika.fam.cx> |
355 |
|
|
356 |
|
* PerlCode.dis (CDATADOMString): Changed to use code |
357 |
|
fragment defined in DOMCore module directly. |
358 |
|
|
359 |
|
2005-10-12 Wakaba <wakaba@suika.fam.cx> |
360 |
|
|
361 |
|
* PerlCode.dis (ForClassCompat): Removed. |
362 |
|
|
363 |
|
* ManakaiNode.dis (ManakaiDOMNodeObject, ManakaiDOMNodeReference): |
364 |
|
Removed. |
365 |
|
(newNode): New method. |
366 |
|
(generateUniqueID): Algorithm has changed to save random |
367 |
|
string generation time. |
368 |
|
|
369 |
|
* DIS.dis (AUTOLOAD): "$Error::Level" fixed to "$Error::Depth". |
370 |
|
|
371 |
|
2005-10-11 Wakaba <wakaba@suika.fam.cx> |
372 |
|
|
373 |
|
* PerlCode.dis (IfClsDef, IFClsETDef): New version of classes based |
374 |
|
on DOMCore and element type definitions added. |
375 |
|
(localName): Renamed to "pcLocalName" to avoid |
376 |
|
conflict with "Node.localName" attribute. |
377 |
|
|
378 |
|
2005-10-10 Wakaba <wakaba@suika.fam.cx> |
379 |
|
|
380 |
|
* DIS.dis (Require): Unused reference to "PerlCode.dis" removed. |
381 |
|
|
382 |
|
* Makefile: Rules to make "PerlCode.pm" separated |
383 |
|
from ones for "DIS.pm". |
384 |
|
|
385 |
|
* ManakaiNode.dis (mn:unsetXRefNode): "$referent" |
386 |
|
parameter is replaced with "$referrer->{$propName}". |
387 |
|
|
388 |
|
* PerlCode.dis (Require): References "DOMCore.dis". |
389 |
|
(DefaultFor): Changed to "ManakaiDOM:ManakaiDOMLatest". |
390 |
|
(Util: for ManakaiDOM:ManakaiDOM): New. |
391 |
|
|
392 |
|
2005-10-09 Wakaba <wakaba@suika.fam.cx> |
393 |
|
|
394 |
|
* ManakaiNode.dis: New "mn:xrefnode0" property type has |
395 |
|
been introduced and methods are fixed to support it. |
396 |
|
(mn:setXRefNode, mn:unsetXRefNode): New codes. |
397 |
|
|
398 |
|
* DIS.dis (loadResource): Skips a root resource definition |
399 |
|
if it is an alias and it has "dis:Name" attribute and |
400 |
|
referenced canonical definition is already read. (Note |
401 |
|
that similar case that the resource definition has "dis:QName" |
402 |
|
attribute is already fixed in the same way.) |
403 |
|
|
404 |
|
2005-10-08 Wakaba <wakaba@suika.fam.cx> |
405 |
|
|
406 |
|
* DIS.dis (readProperties): Recognizes hexdecimal |
407 |
|
in "DISCore:Integer" (prefixed by "0x"). |
408 |
|
|
409 |
|
2005-10-08 Wakaba <wakaba@suika.fam.cx> |
410 |
|
|
411 |
|
* PerlCode.dis (getExceptionInterfacePackageNameList, |
412 |
|
addExceptionInterfacePackageName): New methods. |
413 |
|
(ToString): Sorts hash keys where they result in |
414 |
|
the order of statements in result code. |
415 |
|
|
416 |
|
* Error.pm ($DEBUG): New option variable. |
417 |
|
(___get_error_def): Calls "___error_def" method in second or later "@ISA" |
418 |
|
package even if elder package has "___error_def" method. |
419 |
|
|
420 |
|
* DIS.dis: Now constant values are only defined |
421 |
|
in interfaces. |
422 |
|
(DIS:NO_EXCEPTION_CLASS_ERR): New exception subcode. |
423 |
|
|
424 |
|
2005-10-06 Wakaba <wakaba@suika.fam.cx> |
425 |
|
|
426 |
|
* DIS.dis (getAnyResourceURIList, getModuleURIList): New methods. |
427 |
|
|
428 |
|
2005-10-02 Wakaba <wakaba@suika.fam.cx> |
429 |
|
|
430 |
|
* DIS.dis (getAnyResource): New method. |
431 |
|
(isTypeURI): Now it is a method of "DIS:DISAnyResource" interface. |
432 |
|
(getPropertyResource, getPropertyResourceList): Now |
433 |
|
they uses "getAnyResource" method. |
434 |
|
(getPropertyModuleList): Removed. |
435 |
|
|
436 |
|
2005-09-30 Wakaba <wakaba@suika.fam.cx> |
437 |
|
|
438 |
|
* DIS.dis (readProperties): Saves property name to values. |
439 |
|
(getPropertyModuleList): New method. |
440 |
|
|
441 |
|
2005-09-29 Wakaba <wakaba@suika.fam.cx> |
442 |
|
|
443 |
|
* DIS.dis: Shares local name, namespace URI and for URI |
444 |
|
if possible. |
445 |
|
|
446 |
|
* PerlCode.dis (stringify): Sorts "require" statements by module |
447 |
|
name. |
448 |
|
|
449 |
|
2005-09-28 Wakaba <wakaba@suika.fam.cx> |
450 |
|
|
451 |
|
* PerlCode.dis (perlLiteral): Sorts output by hash key. |
452 |
|
|
453 |
|
* ManakaiNode.dis (new): Sets "mn:groveReferenceCounter" |
454 |
|
property. |
455 |
|
(getNewReference): Increments "mn:groveReferenceCounter" |
456 |
|
property. |
457 |
|
(ManakaiDOM:ManakaiDOMNodeObject, ManakaiNodeStem): Don't |
458 |
|
check "defined" to allow "undef" value in "while" condition. |
459 |
|
(mn:isGroveReferenced): New code. |
460 |
|
(changeTreeID): New "groveRC" parameter added. |
461 |
|
(importTree, changeTreeID): Updates "mn:groveReferenceCounter" |
462 |
|
properties. |
463 |
|
(destroy): Uses "mn:isGroveReferenced" instead of "isExternallyReferred". |
464 |
|
(mn:groveReferenceCounter): New property. |
465 |
|
|
466 |
|
2005-09-28 Wakaba <wakaba@suika.fam.cx> |
467 |
|
|
468 |
|
* DIS.dis: Use "tag:" URI for internal URIs. |
469 |
|
|
470 |
|
2005-09-27 Wakaba <wakaba@suika.fam.cx> |
471 |
|
|
472 |
|
* ManakaiNode.dis (ManakaiNodeStem->new): Don't set "TreeCore:*" |
473 |
|
properties. |
474 |
|
(generateUniqueID): Use "tag:" URI. |
475 |
|
|
476 |
|
* DIS.dis (targetNamespaceURI): New attribute. |
477 |
|
(ManakaiDISModuleLite): Extends dx:ManakaiDefaultErrorHandler. |
478 |
|
(ManakaiDISModuleLite->AUTOLOAD): Don't load module |
479 |
|
if method name is "DESTROY". |
480 |
|
|
481 |
|
2005-09-27 Wakaba <wakaba@suika.fam.cx> |
482 |
|
|
483 |
|
* ManakaiNode.dis (ManakaiNodeStem): Use per-class |
484 |
|
variable for searching noderel properties instead |
485 |
|
of per-node properties. |
486 |
|
|
487 |
|
2005-09-26 Wakaba <wakaba@suika.fam.cx> |
488 |
|
|
489 |
|
* ManakaiNode.dis (new): New "className" parameter added. |
490 |
|
(mn:NodeRefRole): New role. |
491 |
|
(mn:type): New property. |
492 |
|
(mn:subnode0, mn:subnode1, mn:subnode2, mn:irefnode0, |
493 |
|
mn:origin0, mn:anydata1, mn:anydata2, mn:noderef): New properties. |
494 |
|
|
495 |
|
* Makefile: Rules to make "DIS/DISDump" is separeted |
496 |
|
from "DIS/DISDoc". |
497 |
|
|
498 |
|
* DIS.dis (getFor): Loads database module if unread |
499 |
|
"for" is referenced. |
500 |
|
(addResourceList, getResourceList): New method. |
501 |
|
(ManakaiDISModuleLite): New class. |
502 |
|
|
503 |
|
2005-09-25 Wakaba <wakaba@suika.fam.cx> |
504 |
|
|
505 |
|
* DIS.dis (RESOURCE_NOT_DEFINED_ERR): New error code. |
506 |
|
(getResource): New "dae" and "daem" database format support. |
507 |
|
(DISResourceList): New type. |
508 |
|
(uriRef, ownerModuleURI, ownerModuleURIRef): New attributes. |
509 |
|
(addChildResource, addDynamicChildResource): New methods. |
510 |
|
(getChildResourceList, getDynamicChildResourceList): New method. |
511 |
|
(getChildResourceListByType): New method. |
512 |
|
(parentResource, dynamicParentResource): New attributes. |
513 |
|
|
514 |
|
* Makefile (DAC_SUFFIX): Changed to ".dae". |
515 |
|
(DAEM_SUFFIX): New. |
516 |
|
|
517 |
|
|
518 |
|
2005-09-24 Wakaba <wakaba@suika.fam.cx> |
519 |
|
|
520 |
|
* ManakaiNode.dis: Use "disPerl:H" instead |
521 |
|
of "disPerl:Q" for hash keys. |
522 |
|
(NodeStem): Property value "mn:treeID" |
523 |
|
has changed to scalar reference. |
524 |
|
|
525 |
|
2005-09-24 Wakaba <wakaba@suika.fam.cx> |
526 |
|
|
527 |
|
* ManakaiNode.dis (mn:node, mn:nodeID, mn:treeID): New |
528 |
|
properties. |
529 |
|
(mn:stemName, mn:refName): New properties. |
530 |
|
|
531 |
|
* Makefile (.discore-all.pm): New rule to create dis-related |
532 |
|
Perl module files at once. |
533 |
|
|
534 |
|
* DIS.dis (PERL_HASH_KEY_ALREADY_DEFINED_ERR): New error code. |
535 |
|
(hashKeyName, hashKeyScope, anotherURI): New error parameters. |
536 |
|
|
537 |
|
* ManakaiNode.dis, DIS.dis, PerlCode.dis: Use "disPerl:H" instead |
538 |
|
of "disPerl:Q" for hash keys. |
539 |
|
|
540 |
|
2005-09-23 Wakaba <wakaba@suika.fam.cx> |
541 |
|
|
542 |
|
* DIS.dis (DISParser.new): New method. |
543 |
|
(hasFeature): Removed. ManakaiDISAnyResource now |
544 |
|
extends DOMFeature:ManakaiHasFeatureByGetFeature. |
545 |
|
(readProperties): Support for property value data |
546 |
|
types DISLang:MemberRef and dx:XCRef added. |
547 |
|
(ManakaiDISExceptionTarget): It is now an alias |
548 |
|
for dx:ManakaiDefaultExceptionHandler. |
549 |
|
|
550 |
2005-09-22 Wakaba <wakaba@suika.fam.cx> |
2005-09-22 Wakaba <wakaba@suika.fam.cx> |
551 |
|
|
552 |
|
* Makefile: DAC_SUFFIX changed to ".dad". |
553 |
|
|
554 |
* DIS.dis (Util:): Added for DIS|ForEmpty and DIS|ForLatest. |
* DIS.dis (Util:): Added for DIS|ForEmpty and DIS|ForLatest. |
555 |
(disIsNullable): Reimplemented. |
(disIsNullable): Reimplemented. |
556 |
|
|