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