1 |
|
2005-09-27 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* ManakaiNode.dis (ManakaiNodeStem->new): Don't set "TreeCore:*" |
4 |
|
properties. |
5 |
|
(generateUniqueID): Use "tag:" URI. |
6 |
|
|
7 |
|
* DIS.dis (targetNamespaceURI): New attribute. |
8 |
|
(ManakaiDISModuleLite): Extends dx:ManakaiDefaultErrorHandler. |
9 |
|
(ManakaiDISModuleLite->AUTOLOAD): Don't load module |
10 |
|
if method name is "DESTROY". |
11 |
|
|
12 |
|
2005-09-27 Wakaba <wakaba@suika.fam.cx> |
13 |
|
|
14 |
|
* ManakaiNode.dis (ManakaiNodeStem): Use per-class |
15 |
|
variable for searching noderel properties instead |
16 |
|
of per-node properties. |
17 |
|
|
18 |
|
2005-09-26 Wakaba <wakaba@suika.fam.cx> |
19 |
|
|
20 |
|
* ManakaiNode.dis (new): New "className" parameter added. |
21 |
|
(mn:NodeRefRole): New role. |
22 |
|
(mn:type): New property. |
23 |
|
(mn:subnode0, mn:subnode1, mn:subnode2, mn:irefnode0, |
24 |
|
mn:origin0, mn:anydata1, mn:anydata2, mn:noderef): New properties. |
25 |
|
|
26 |
|
* Makefile: Rules to make "DIS/DISDump" is separeted |
27 |
|
from "DIS/DISDoc". |
28 |
|
|
29 |
|
* DIS.dis (getFor): Loads database module if unread |
30 |
|
"for" is referenced. |
31 |
|
(addResourceList, getResourceList): New method. |
32 |
|
(ManakaiDISModuleLite): New class. |
33 |
|
|
34 |
|
2005-09-25 Wakaba <wakaba@suika.fam.cx> |
35 |
|
|
36 |
|
* DIS.dis (RESOURCE_NOT_DEFINED_ERR): New error code. |
37 |
|
(getResource): New "dae" and "daem" database format support. |
38 |
|
(DISResourceList): New type. |
39 |
|
(uriRef, ownerModuleURI, ownerModuleURIRef): New attributes. |
40 |
|
(addChildResource, addDynamicChildResource): New methods. |
41 |
|
(getChildResourceList, getDynamicChildResourceList): New method. |
42 |
|
(getChildResourceListByType): New method. |
43 |
|
(parentResource, dynamicParentResource): New attributes. |
44 |
|
|
45 |
|
* Makefile (DAC_SUFFIX): Changed to ".dae". |
46 |
|
(DAEM_SUFFIX): New. |
47 |
|
|
48 |
|
2005-09-24 Wakaba <wakaba@suika.fam.cx> |
49 |
|
|
50 |
|
* ManakaiNode.dis (NodeStem): Property value "mn:treeID" |
51 |
|
has changed to scalar reference. |
52 |
|
|
53 |
|
2005-09-24 Wakaba <wakaba@suika.fam.cx> |
54 |
|
|
55 |
|
* ManakaiNode.dis (mn:node, mn:nodeID, mn:treeID): New |
56 |
|
properties. |
57 |
|
(mn:stemName, mn:refName): New properties. |
58 |
|
|
59 |
|
* Makefile (.discore-all.pm): New rule to create dis-related |
60 |
|
Perl module files at once. |
61 |
|
|
62 |
|
* DIS.dis (PERL_HASH_KEY_ALREADY_DEFINED_ERR): New error code. |
63 |
|
(hashKeyName, hashKeyScope, anotherURI): New error parameters. |
64 |
|
|
65 |
|
* ManakaiNode.dis, DIS.dis, PerlCode.dis: Use "disPerl:H" instead |
66 |
|
of "disPerl:Q" for hash keys. |
67 |
|
|
68 |
|
2005-09-23 Wakaba <wakaba@suika.fam.cx> |
69 |
|
|
70 |
|
* DIS.dis (DISParser.new): New method. |
71 |
|
(hasFeature): Removed. ManakaiDISAnyResource now |
72 |
|
extends DOMFeature:ManakaiHasFeatureByGetFeature. |
73 |
|
(readProperties): Support for property value data |
74 |
|
types DISLang:MemberRef and dx:XCRef added. |
75 |
|
(ManakaiDISExceptionTarget): It is now an alias |
76 |
|
for dx:ManakaiDefaultExceptionHandler. |
77 |
|
|
78 |
|
2005-09-22 Wakaba <wakaba@suika.fam.cx> |
79 |
|
|
80 |
|
* Makefile: DAC_SUFFIX changed to ".dad". |
81 |
|
|
82 |
|
* DIS.dis (Util:): Added for DIS|ForEmpty and DIS|ForLatest. |
83 |
|
(disIsNullable): Reimplemented. |
84 |
|
|
85 |
|
2005-09-21 Wakaba <wakaba@suika.fam.cx> |
86 |
|
|
87 |
|
* DIS.dis (addNamespaceBinding): New method. |
88 |
|
|
89 |
|
2005-09-20 Wakaba <wakaba@suika.fam.cx> |
90 |
|
|
91 |
|
* DIS.dis: Use valueRef and nodeIDRef where possible so |
92 |
|
that dad file can share text data if possible. |
93 |
|
For resources, {subOf} and {supOf} is now optional. |
94 |
|
(sourceNodeIDRef): New attribute. |
95 |
|
|
96 |
|
2005-09-19 Wakaba <wakaba@suika.fam.cx> |
97 |
|
|
98 |
|
* DIS.dis: Parameter "databaseArg" added to various |
99 |
|
methods to support objects that have no associated |
100 |
|
database. |
101 |
|
(getNamespaceBindingList, getDefaultNamespaceURIRef): New |
102 |
|
methods. |
103 |
|
(NO_RDF_TYPE_ERR): New error type. |
104 |
|
(loadResource): Throws NO_RDF_TYPE_ERR if no rdf:type |
105 |
|
attribute specified for a resource definition. |
106 |
|
|
107 |
|
2005-09-16 Wakaba <wakaba@suika.fam.cx> |
108 |
|
|
109 |
|
* DIS.dis (DISResourceProp): Methods reimplemented to |
110 |
|
support DIS/Value values. |
111 |
|
|
112 |
|
2005-09-15 Wakaba <wakaba@suika.fam.cx> |
113 |
|
|
114 |
|
* DIS.dis (readProperties): New methods. Emploies DIS/Value |
115 |
|
classes for internal data structure. |
116 |
|
|
117 |
|
2005-09-14 Wakaba <wakaba@suika.fam.cx> |
118 |
|
|
119 |
|
* DIS.dis: Now references DIS/Value.dis. |
120 |
|
(DISAnyResource): New interface separeted from DISModule. |
121 |
|
DISFor and DISResource. |
122 |
|
|
123 |
|
2005-09-13 Wakaba <wakaba@suika.fam.cx> |
124 |
|
|
125 |
|
* DIS.dis: Perl-related methods are moved to a separate |
126 |
|
module "DIS/Perl.dis". |
127 |
|
|
128 |
|
2005-09-08 Wakaba <wakaba@suika.fam.cx> |
129 |
|
|
130 |
|
* Makefile: Renewaled. |
131 |
|
|
132 |
|
* ManakaiNode.dis (free): New method. |
133 |
|
|
134 |
|
2005-09-07 Wakaba <wakaba@suika.fam.cx> |
135 |
|
|
136 |
|
* DIS.dis: Interfaces added. |
137 |
|
(free): New method. |
138 |
|
|
139 |
|
* PerlCode.dis: Interfaces added. |
140 |
|
|
141 |
|
2005-09-06 Wakaba <wakaba@suika.fam.cx> |
142 |
|
|
143 |
|
* DIS.dis (plName): Use AppName attribute, if any, |
144 |
|
for ManakaiDOM:ConstGroup resources. |
145 |
|
|
146 |
|
2005-09-05 Wakaba <wakaba@suika.fam.cx> |
147 |
|
|
148 |
|
* DIS.dis (plGeneratePerlModuleFile): Don't generate code for |
149 |
|
the same class or variable twice whose alias is defined |
150 |
|
in the same module. |
151 |
|
|
152 |
|
2005-09-04 Wakaba <wakaba@suika.fam.cx> |
153 |
|
|
154 |
|
* PerlCode.dis (ManakaiPerlSub.IntClone): Copies pc:localName |
155 |
|
and pc:prortotype properties. |
156 |
|
|
157 |
|
* DIS.dis (plAdditionalISAPackages): New attribute. |
158 |
|
|
159 |
|
2005-09-01 Wakaba <wakaba@suika.fam.cx> |
160 |
|
|
161 |
|
* DIS.dis (plCodeFragment): The ManakaiDOM:boolean datatype |
162 |
|
supported. |
163 |
|
|
164 |
|
2005-08-31 Wakaba <wakaba@suika.fam.cx> |
165 |
|
|
166 |
|
* DIS.dis (uris): New attribute. |
167 |
|
|
168 |
|
2005-08-30 Wakaba <wakaba@suika.fam.cx> |
169 |
|
|
170 |
|
* DIS.dis (plFilePathStem): New attribute. |
171 |
|
|
172 |
|
2005-08-29 Wakaba <wakaba@suika.fam.cx> |
173 |
|
|
174 |
|
* DIS.dis (plFileNameStem): New attribute. |
175 |
|
|
176 |
|
2005-08-28 Wakaba <wakaba@suika.fam.cx> |
177 |
|
|
178 |
|
* DIS.dis (plCodeFragment): Type ManakaiDOM:InCase supported. |
179 |
|
|
180 |
|
2005-08-26 Wakaba <wakaba@suika.fam.cx> |
181 |
|
|
182 |
|
* DIS.dis: Typo fixed for replacing namespace URI and local name |
183 |
|
in reflecting code. |
184 |
|
(mvLocalName, mvNamespaceURI): Use "localName" and "namespaceURI" |
185 |
|
attribute values as their default. |
186 |
|
(mvPrefix, qnameValuePrefix): New attributes. |
187 |
|
|
188 |
|
* ManakaiNode.dis: Tests whether "defined" rather than true or not |
189 |
|
in "while" conditions. |
190 |
|
|
191 |
|
2005-08-15 Wakaba <wakaba@suika.fam.cx> |
192 |
|
|
193 |
|
* ManakaiNode.dis (Util:): Now Perl package name for interfaces |
194 |
|
is defined. |
195 |
|
|
196 |
|
* DIS.dis (mediaTypeURI): Returns $defaultMediaType |
197 |
|
parameter value if dis:ContentType attribute is missing. |
198 |
|
|
199 |
|
* ManakaiNode.dis (importTree): Use "isa" function |
200 |
|
to check whether a object is an instance of the manakai |
201 |
|
node model. |
202 |
|
(NodeStem, NodeRef): New lightweight variant |
203 |
|
of ManakaiDOM:ManakaiDOMNodeObject |
204 |
|
and ManakaiDOM:ManakaiDOMNodeReference. |
205 |
|
|
206 |
|
2005-05-29 Wakaba <wakaba@suika.fam.cx> |
207 |
|
|
208 |
|
* DIS.dis (plGeneratePerlModuleFile): Bug fixed so that |
209 |
|
even if DOMMetaImpl:provideFeature has child nodes but |
210 |
|
they are not DOMMetaImpl:providedThrough a ImplFeature |
211 |
|
statement is generated. |
212 |
|
(plCodeFragment): Bug fixed so that dis:SetProp works correctly. |
213 |
|
|
214 |
|
2005-05-26 Wakaba <wakaba@suika.fam.cx> |
215 |
|
|
216 |
|
* Makefile: Rules for DISDoc module added. |
217 |
|
|
218 |
|
2005-05-23 Wakaba <wakaba@suika.fam.cx> |
219 |
|
|
220 |
|
* DIS.dis (ManakaiDISResourceDefinition, ManakaiDISForDefinition, |
221 |
|
ManakaiDISModuleDefinition): "getFeature" method added. |
222 |
|
|
223 |
|
2005-03-06 Wakaba <wakaba@suika.fam.cx> |
224 |
|
|
225 |
|
* DIS.dis (Require): Loads PerlCode module. |
226 |
|
|
227 |
|
2005-03-05 Wakaba <wakaba@suika.fam.cx> |
228 |
|
|
229 |
|
* PerlCode.dis: Operator overloading is implemented. |
230 |
|
|
231 |
|
2005-03-04 Wakaba <wakaba@suika.fam.cx> |
232 |
|
|
233 |
|
* ManakaiNode.dis: Checks type, to support SuikaWikiConfig21 |
234 |
|
module's binding properties. |
235 |
|
|
236 |
|
2005-03-03 Wakaba <wakaba@suika.fam.cx> |
237 |
|
|
238 |
|
* PerlCode.dis: New module. |
239 |
|
|
240 |
|
2005-02-26 Wakaba <wakaba@suika.fam.cx> |
241 |
|
|
242 |
|
* DIS.dis (DISModuleResolver): New interface. |
243 |
|
|
244 |
|
2005-02-21 Wakaba <wakaba@suika.fam.cx> |
245 |
|
|
246 |
|
* DIS.dis: New module. |
247 |
|
|
248 |
|
* ManakaiNode.dis: New "subnode0" property category introduced. |
249 |
|
|
250 |
|
2005-02-17 Wakaba <wakaba@suika.fam.cx> |
251 |
|
|
252 |
|
* ManakaiNode.dis: New module. |
253 |
|
|
254 |
|
2005-01-05 Wakaba <wakaba@suika.fam.cx> |
255 |
|
|
256 |
|
* Error.pm (___rule_def[p]): Don't output anything if not exists |
257 |
|
that parameter. |
258 |
|
|
259 |
|
2004-09-30 Wakaba <wakaba@suika.fam.cx> |
260 |
|
|
261 |
|
* Error.pm (___rule_def): "p" added; now "t" is obsolete. |
262 |
|
|
263 |
|
2004-04-02 Wakaba <wakaba@suika.fam.cx> |
264 |
|
|
265 |
|
* Error.pm (report): Error depth fixed. |
266 |
|
(___rule_def:t): New parameters empty and undef introduced. |
267 |
|
|
268 |
|
2004-01-17 Wakaba <wakaba@suika.fam.cx> |
269 |
|
|
270 |
|
* Error.pm: Some fixes w.r.t. Error::Depth. |
271 |
|
|
272 |
|
2003-12-06 Wakaba <wakaba@suika.fam.cx> |
273 |
|
|
274 |
|
* Error.pm (___error_def): Renamed from ___errors. |
275 |
|
|
276 |
|
2003-12-01 Wakaba <wakaba@suika.fam.cx> |
277 |
|
|
278 |
|
* Error.pm (___get_error_def): Now support inherit. (It was not work.) |
279 |
|
|
280 |
|
2003-11-15 Wakaba <wakaba@suika.fam.cx> |
281 |
|
|
282 |
|
* Error.pm: Use Message::Util::Formatter::Text to construct error messages. |
283 |
|
|
284 |
|
2003-11-13 Wakaba <wakaba@suika.fam.cx> |
285 |
|
|
286 |
|
* Formatter: New directory. |
287 |
|
|
288 |
|
2003-11-12 Wakaba <wakaba@suika.fam.cx> |
289 |
|
|
290 |
|
* Error.pm: Rewritten. |
291 |
|
|
292 |
|
2003-10-25 Wakaba <wakaba@suika.fam.cx> |
293 |
|
|
294 |
|
* Formatter.pm (replace): Allow '%foo () ;'. |
295 |
|
|
296 |
2003-09-17 Wakaba <wakaba@suika.fam.cx> |
2003-09-17 Wakaba <wakaba@suika.fam.cx> |
297 |
|
|
298 |
* HostPermit.pm: New module. |
* HostPermit.pm: New module. |