1 |
|
2005-09-27 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* ManakaiNode.dis (ManakaiNodeStem): Use per-class |
4 |
|
variable for searching noderel properties instead |
5 |
|
of per-node properties. |
6 |
|
|
7 |
|
2005-09-26 Wakaba <wakaba@suika.fam.cx> |
8 |
|
|
9 |
|
* ManakaiNode.dis (new): New "className" parameter added. |
10 |
|
(mn:NodeRefRole): New role. |
11 |
|
(mn:type): New property. |
12 |
|
(mn:subnode0, mn:subnode1, mn:subnode2, mn:irefnode0, |
13 |
|
mn:origin0, mn:anydata1, mn:anydata2, mn:noderef): New properties. |
14 |
|
|
15 |
|
* Makefile: Rules to make "DIS/DISDump" is separeted |
16 |
|
from "DIS/DISDoc". |
17 |
|
|
18 |
|
* DIS.dis (getFor): Loads database module if unread |
19 |
|
"for" is referenced. |
20 |
|
(addResourceList, getResourceList): New method. |
21 |
|
(ManakaiDISModuleLite): New class. |
22 |
|
|
23 |
|
2005-09-25 Wakaba <wakaba@suika.fam.cx> |
24 |
|
|
25 |
|
* DIS.dis (RESOURCE_NOT_DEFINED_ERR): New error code. |
26 |
|
(getResource): New "dae" and "daem" database format support. |
27 |
|
(DISResourceList): New type. |
28 |
|
(uriRef, ownerModuleURI, ownerModuleURIRef): New attributes. |
29 |
|
(addChildResource, addDynamicChildResource): New methods. |
30 |
|
(getChildResourceList, getDynamicChildResourceList): New method. |
31 |
|
(getChildResourceListByType): New method. |
32 |
|
(parentResource, dynamicParentResource): New attributes. |
33 |
|
|
34 |
|
* Makefile (DAC_SUFFIX): Changed to ".dae". |
35 |
|
(DAEM_SUFFIX): New. |
36 |
|
|
37 |
|
2005-09-24 Wakaba <wakaba@suika.fam.cx> |
38 |
|
|
39 |
|
* ManakaiNode.dis (NodeStem): Property value "mn:treeID" |
40 |
|
has changed to scalar reference. |
41 |
|
|
42 |
|
2005-09-24 Wakaba <wakaba@suika.fam.cx> |
43 |
|
|
44 |
|
* ManakaiNode.dis (mn:node, mn:nodeID, mn:treeID): New |
45 |
|
properties. |
46 |
|
(mn:stemName, mn:refName): New properties. |
47 |
|
|
48 |
|
* Makefile (.discore-all.pm): New rule to create dis-related |
49 |
|
Perl module files at once. |
50 |
|
|
51 |
|
* DIS.dis (PERL_HASH_KEY_ALREADY_DEFINED_ERR): New error code. |
52 |
|
(hashKeyName, hashKeyScope, anotherURI): New error parameters. |
53 |
|
|
54 |
|
* ManakaiNode.dis, DIS.dis, PerlCode.dis: Use "disPerl:H" instead |
55 |
|
of "disPerl:Q" for hash keys. |
56 |
|
|
57 |
|
2005-09-23 Wakaba <wakaba@suika.fam.cx> |
58 |
|
|
59 |
|
* DIS.dis (DISParser.new): New method. |
60 |
|
(hasFeature): Removed. ManakaiDISAnyResource now |
61 |
|
extends DOMFeature:ManakaiHasFeatureByGetFeature. |
62 |
|
(readProperties): Support for property value data |
63 |
|
types DISLang:MemberRef and dx:XCRef added. |
64 |
|
(ManakaiDISExceptionTarget): It is now an alias |
65 |
|
for dx:ManakaiDefaultExceptionHandler. |
66 |
|
|
67 |
|
2005-09-22 Wakaba <wakaba@suika.fam.cx> |
68 |
|
|
69 |
|
* Makefile: DAC_SUFFIX changed to ".dad". |
70 |
|
|
71 |
|
* DIS.dis (Util:): Added for DIS|ForEmpty and DIS|ForLatest. |
72 |
|
(disIsNullable): Reimplemented. |
73 |
|
|
74 |
|
2005-09-21 Wakaba <wakaba@suika.fam.cx> |
75 |
|
|
76 |
|
* DIS.dis (addNamespaceBinding): New method. |
77 |
|
|
78 |
|
2005-09-20 Wakaba <wakaba@suika.fam.cx> |
79 |
|
|
80 |
|
* DIS.dis: Use valueRef and nodeIDRef where possible so |
81 |
|
that dad file can share text data if possible. |
82 |
|
For resources, {subOf} and {supOf} is now optional. |
83 |
|
(sourceNodeIDRef): New attribute. |
84 |
|
|
85 |
|
2005-09-19 Wakaba <wakaba@suika.fam.cx> |
86 |
|
|
87 |
|
* DIS.dis: Parameter "databaseArg" added to various |
88 |
|
methods to support objects that have no associated |
89 |
|
database. |
90 |
|
(getNamespaceBindingList, getDefaultNamespaceURIRef): New |
91 |
|
methods. |
92 |
|
(NO_RDF_TYPE_ERR): New error type. |
93 |
|
(loadResource): Throws NO_RDF_TYPE_ERR if no rdf:type |
94 |
|
attribute specified for a resource definition. |
95 |
|
|
96 |
2005-09-16 Wakaba <wakaba@suika.fam.cx> |
2005-09-16 Wakaba <wakaba@suika.fam.cx> |
97 |
|
|
98 |
* DIS.dis (DISResourceProp): Methods reimplemented to |
* DIS.dis (DISResourceProp): Methods reimplemented to |