1 |
|
2005-10-02 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* DIS.dis (getAnyResource): New method. |
4 |
|
(isTypeURI): Now it is a method of "DIS:DISAnyResource" interface. |
5 |
|
(getPropertyResource, getPropertyResourceList): Now |
6 |
|
they uses "getAnyResource" method. |
7 |
|
(getPropertyModuleList): Removed. |
8 |
|
|
9 |
|
2005-09-30 Wakaba <wakaba@suika.fam.cx> |
10 |
|
|
11 |
|
* DIS.dis (readProperties): Saves property name to values. |
12 |
|
(getPropertyModuleList): New method. |
13 |
|
|
14 |
|
2005-09-29 Wakaba <wakaba@suika.fam.cx> |
15 |
|
|
16 |
|
* DIS.dis: Shares local name, namespace URI and for URI |
17 |
|
if possible. |
18 |
|
|
19 |
|
* PerlCode.dis (stringify): Sorts "require" statements by module |
20 |
|
name. |
21 |
|
|
22 |
|
2005-09-28 Wakaba <wakaba@suika.fam.cx> |
23 |
|
|
24 |
|
* PerlCode.dis (perlLiteral): Sorts output by hash key. |
25 |
|
|
26 |
|
* ManakaiNode.dis (new): Sets "mn:groveReferenceCounter" |
27 |
|
property. |
28 |
|
(getNewReference): Increments "mn:groveReferenceCounter" |
29 |
|
property. |
30 |
|
(ManakaiDOM:ManakaiDOMNodeObject, ManakaiNodeStem): Don't |
31 |
|
check "defined" to allow "undef" value in "while" condition. |
32 |
|
(mn:isGroveReferenced): New code. |
33 |
|
(changeTreeID): New "groveRC" parameter added. |
34 |
|
(importTree, changeTreeID): Updates "mn:groveReferenceCounter" |
35 |
|
properties. |
36 |
|
(destroy): Uses "mn:isGroveReferenced" instead of "isExternallyReferred". |
37 |
|
(mn:groveReferenceCounter): New property. |
38 |
|
|
39 |
|
2005-09-28 Wakaba <wakaba@suika.fam.cx> |
40 |
|
|
41 |
|
* DIS.dis: Use "tag:" URI for internal URIs. |
42 |
|
|
43 |
|
2005-09-27 Wakaba <wakaba@suika.fam.cx> |
44 |
|
|
45 |
|
* ManakaiNode.dis (ManakaiNodeStem->new): Don't set "TreeCore:*" |
46 |
|
properties. |
47 |
|
(generateUniqueID): Use "tag:" URI. |
48 |
|
|
49 |
|
* DIS.dis (targetNamespaceURI): New attribute. |
50 |
|
(ManakaiDISModuleLite): Extends dx:ManakaiDefaultErrorHandler. |
51 |
|
(ManakaiDISModuleLite->AUTOLOAD): Don't load module |
52 |
|
if method name is "DESTROY". |
53 |
|
|
54 |
|
2005-09-27 Wakaba <wakaba@suika.fam.cx> |
55 |
|
|
56 |
|
* ManakaiNode.dis (ManakaiNodeStem): Use per-class |
57 |
|
variable for searching noderel properties instead |
58 |
|
of per-node properties. |
59 |
|
|
60 |
|
2005-09-26 Wakaba <wakaba@suika.fam.cx> |
61 |
|
|
62 |
|
* ManakaiNode.dis (new): New "className" parameter added. |
63 |
|
(mn:NodeRefRole): New role. |
64 |
|
(mn:type): New property. |
65 |
|
(mn:subnode0, mn:subnode1, mn:subnode2, mn:irefnode0, |
66 |
|
mn:origin0, mn:anydata1, mn:anydata2, mn:noderef): New properties. |
67 |
|
|
68 |
|
* Makefile: Rules to make "DIS/DISDump" is separeted |
69 |
|
from "DIS/DISDoc". |
70 |
|
|
71 |
|
* DIS.dis (getFor): Loads database module if unread |
72 |
|
"for" is referenced. |
73 |
|
(addResourceList, getResourceList): New method. |
74 |
|
(ManakaiDISModuleLite): New class. |
75 |
|
|
76 |
|
2005-09-25 Wakaba <wakaba@suika.fam.cx> |
77 |
|
|
78 |
|
* DIS.dis (RESOURCE_NOT_DEFINED_ERR): New error code. |
79 |
|
(getResource): New "dae" and "daem" database format support. |
80 |
|
(DISResourceList): New type. |
81 |
|
(uriRef, ownerModuleURI, ownerModuleURIRef): New attributes. |
82 |
|
(addChildResource, addDynamicChildResource): New methods. |
83 |
|
(getChildResourceList, getDynamicChildResourceList): New method. |
84 |
|
(getChildResourceListByType): New method. |
85 |
|
(parentResource, dynamicParentResource): New attributes. |
86 |
|
|
87 |
|
* Makefile (DAC_SUFFIX): Changed to ".dae". |
88 |
|
(DAEM_SUFFIX): New. |
89 |
|
|
90 |
|
|
91 |
|
2005-09-24 Wakaba <wakaba@suika.fam.cx> |
92 |
|
|
93 |
|
* ManakaiNode.dis: Use "disPerl:H" instead |
94 |
|
of "disPerl:Q" for hash keys. |
95 |
|
(NodeStem): Property value "mn:treeID" |
96 |
|
has changed to scalar reference. |
97 |
|
|
98 |
|
2005-09-24 Wakaba <wakaba@suika.fam.cx> |
99 |
|
|
100 |
|
* ManakaiNode.dis (mn:node, mn:nodeID, mn:treeID): New |
101 |
|
properties. |
102 |
|
(mn:stemName, mn:refName): New properties. |
103 |
|
|
104 |
|
* Makefile (.discore-all.pm): New rule to create dis-related |
105 |
|
Perl module files at once. |
106 |
|
|
107 |
|
* DIS.dis (PERL_HASH_KEY_ALREADY_DEFINED_ERR): New error code. |
108 |
|
(hashKeyName, hashKeyScope, anotherURI): New error parameters. |
109 |
|
|
110 |
|
* ManakaiNode.dis, DIS.dis, PerlCode.dis: Use "disPerl:H" instead |
111 |
|
of "disPerl:Q" for hash keys. |
112 |
|
|
113 |
|
2005-09-23 Wakaba <wakaba@suika.fam.cx> |
114 |
|
|
115 |
|
* DIS.dis (DISParser.new): New method. |
116 |
|
(hasFeature): Removed. ManakaiDISAnyResource now |
117 |
|
extends DOMFeature:ManakaiHasFeatureByGetFeature. |
118 |
|
(readProperties): Support for property value data |
119 |
|
types DISLang:MemberRef and dx:XCRef added. |
120 |
|
(ManakaiDISExceptionTarget): It is now an alias |
121 |
|
for dx:ManakaiDefaultExceptionHandler. |
122 |
|
|
123 |
|
2005-09-22 Wakaba <wakaba@suika.fam.cx> |
124 |
|
|
125 |
|
* Makefile: DAC_SUFFIX changed to ".dad". |
126 |
|
|
127 |
|
* DIS.dis (Util:): Added for DIS|ForEmpty and DIS|ForLatest. |
128 |
|
(disIsNullable): Reimplemented. |
129 |
|
|
130 |
|
2005-09-21 Wakaba <wakaba@suika.fam.cx> |
131 |
|
|
132 |
|
* DIS.dis (addNamespaceBinding): New method. |
133 |
|
|
134 |
|
2005-09-20 Wakaba <wakaba@suika.fam.cx> |
135 |
|
|
136 |
|
* DIS.dis: Use valueRef and nodeIDRef where possible so |
137 |
|
that dad file can share text data if possible. |
138 |
|
For resources, {subOf} and {supOf} is now optional. |
139 |
|
(sourceNodeIDRef): New attribute. |
140 |
|
|
141 |
|
2005-09-19 Wakaba <wakaba@suika.fam.cx> |
142 |
|
|
143 |
|
* DIS.dis: Parameter "databaseArg" added to various |
144 |
|
methods to support objects that have no associated |
145 |
|
database. |
146 |
|
(getNamespaceBindingList, getDefaultNamespaceURIRef): New |
147 |
|
methods. |
148 |
|
(NO_RDF_TYPE_ERR): New error type. |
149 |
|
(loadResource): Throws NO_RDF_TYPE_ERR if no rdf:type |
150 |
|
attribute specified for a resource definition. |
151 |
|
|
152 |
|
2005-09-16 Wakaba <wakaba@suika.fam.cx> |
153 |
|
|
154 |
|
* DIS.dis (DISResourceProp): Methods reimplemented to |
155 |
|
support DIS/Value values. |
156 |
|
|
157 |
|
2005-09-15 Wakaba <wakaba@suika.fam.cx> |
158 |
|
|
159 |
|
* DIS.dis (readProperties): New methods. Emploies DIS/Value |
160 |
|
classes for internal data structure. |
161 |
|
|
162 |
|
2005-09-14 Wakaba <wakaba@suika.fam.cx> |
163 |
|
|
164 |
|
* DIS.dis: Now references DIS/Value.dis. |
165 |
|
(DISAnyResource): New interface separeted from DISModule. |
166 |
|
DISFor and DISResource. |
167 |
|
|
168 |
|
2005-09-13 Wakaba <wakaba@suika.fam.cx> |
169 |
|
|
170 |
|
* DIS.dis: Perl-related methods are moved to a separate |
171 |
|
module "DIS/Perl.dis". |
172 |
|
|
173 |
|
2005-09-08 Wakaba <wakaba@suika.fam.cx> |
174 |
|
|
175 |
|
* Makefile: Renewaled. |
176 |
|
|
177 |
|
* ManakaiNode.dis (free): New method. |
178 |
|
|
179 |
|
2005-09-07 Wakaba <wakaba@suika.fam.cx> |
180 |
|
|
181 |
|
* DIS.dis: Interfaces added. |
182 |
|
(free): New method. |
183 |
|
|
184 |
|
* PerlCode.dis: Interfaces added. |
185 |
|
|
186 |
|
2005-09-06 Wakaba <wakaba@suika.fam.cx> |
187 |
|
|
188 |
|
* DIS.dis (plName): Use AppName attribute, if any, |
189 |
|
for ManakaiDOM:ConstGroup resources. |
190 |
|
|
191 |
|
2005-09-05 Wakaba <wakaba@suika.fam.cx> |
192 |
|
|
193 |
|
* DIS.dis (plGeneratePerlModuleFile): Don't generate code for |
194 |
|
the same class or variable twice whose alias is defined |
195 |
|
in the same module. |
196 |
|
|
197 |
|
2005-09-04 Wakaba <wakaba@suika.fam.cx> |
198 |
|
|
199 |
|
* PerlCode.dis (ManakaiPerlSub.IntClone): Copies pc:localName |
200 |
|
and pc:prortotype properties. |
201 |
|
|
202 |
|
* DIS.dis (plAdditionalISAPackages): New attribute. |
203 |
|
|
204 |
|
2005-09-01 Wakaba <wakaba@suika.fam.cx> |
205 |
|
|
206 |
|
* DIS.dis (plCodeFragment): The ManakaiDOM:boolean datatype |
207 |
|
supported. |
208 |
|
|
209 |
2005-08-31 Wakaba <wakaba@suika.fam.cx> |
2005-08-31 Wakaba <wakaba@suika.fam.cx> |
210 |
|
|
211 |
* DIS.dis (uris): New attribute. |
* DIS.dis (uris): New attribute. |