1 |
|
2005-09-26 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* ManakaiNode.dis (new): New "className" parameter added. |
4 |
|
(mn:NodeRefRole): New role. |
5 |
|
(mn:type): New property. |
6 |
|
(mn:subnode0, mn:subnode1, mn:subnode2, mn:irefnode0, |
7 |
|
mn:origin0, mn:anydata1, mn:anydata2, mn:noderef): New properties. |
8 |
|
|
9 |
|
* Makefile: Rules to make "DIS/DISDump" is separeted |
10 |
|
from "DIS/DISDoc". |
11 |
|
|
12 |
|
* DIS.dis (getFor): Loads database module if unread |
13 |
|
"for" is referenced. |
14 |
|
(addResourceList, getResourceList): New method. |
15 |
|
(ManakaiDISModuleLite): New class. |
16 |
|
|
17 |
|
2005-09-25 Wakaba <wakaba@suika.fam.cx> |
18 |
|
|
19 |
|
* DIS.dis (RESOURCE_NOT_DEFINED_ERR): New error code. |
20 |
|
(getResource): New "dae" and "daem" database format support. |
21 |
|
(DISResourceList): New type. |
22 |
|
(uriRef, ownerModuleURI, ownerModuleURIRef): New attributes. |
23 |
|
(addChildResource, addDynamicChildResource): New methods. |
24 |
|
(getChildResourceList, getDynamicChildResourceList): New method. |
25 |
|
(getChildResourceListByType): New method. |
26 |
|
(parentResource, dynamicParentResource): New attributes. |
27 |
|
|
28 |
|
* Makefile (DAC_SUFFIX): Changed to ".dae". |
29 |
|
(DAEM_SUFFIX): New. |
30 |
|
|
31 |
|
2005-09-24 Wakaba <wakaba@suika.fam.cx> |
32 |
|
|
33 |
|
* ManakaiNode.dis (NodeStem): Property value "mn:treeID" |
34 |
|
has changed to scalar reference. |
35 |
|
|
36 |
|
2005-09-24 Wakaba <wakaba@suika.fam.cx> |
37 |
|
|
38 |
|
* ManakaiNode.dis (mn:node, mn:nodeID, mn:treeID): New |
39 |
|
properties. |
40 |
|
(mn:stemName, mn:refName): New properties. |
41 |
|
|
42 |
|
* Makefile (.discore-all.pm): New rule to create dis-related |
43 |
|
Perl module files at once. |
44 |
|
|
45 |
|
* DIS.dis (PERL_HASH_KEY_ALREADY_DEFINED_ERR): New error code. |
46 |
|
(hashKeyName, hashKeyScope, anotherURI): New error parameters. |
47 |
|
|
48 |
|
* ManakaiNode.dis, DIS.dis, PerlCode.dis: Use "disPerl:H" instead |
49 |
|
of "disPerl:Q" for hash keys. |
50 |
|
|
51 |
|
2005-09-23 Wakaba <wakaba@suika.fam.cx> |
52 |
|
|
53 |
|
* DIS.dis (DISParser.new): New method. |
54 |
|
(hasFeature): Removed. ManakaiDISAnyResource now |
55 |
|
extends DOMFeature:ManakaiHasFeatureByGetFeature. |
56 |
|
(readProperties): Support for property value data |
57 |
|
types DISLang:MemberRef and dx:XCRef added. |
58 |
|
(ManakaiDISExceptionTarget): It is now an alias |
59 |
|
for dx:ManakaiDefaultExceptionHandler. |
60 |
|
|
61 |
|
2005-09-22 Wakaba <wakaba@suika.fam.cx> |
62 |
|
|
63 |
|
* Makefile: DAC_SUFFIX changed to ".dad". |
64 |
|
|
65 |
|
* DIS.dis (Util:): Added for DIS|ForEmpty and DIS|ForLatest. |
66 |
|
(disIsNullable): Reimplemented. |
67 |
|
|
68 |
|
2005-09-21 Wakaba <wakaba@suika.fam.cx> |
69 |
|
|
70 |
|
* DIS.dis (addNamespaceBinding): New method. |
71 |
|
|
72 |
|
2005-09-20 Wakaba <wakaba@suika.fam.cx> |
73 |
|
|
74 |
|
* DIS.dis: Use valueRef and nodeIDRef where possible so |
75 |
|
that dad file can share text data if possible. |
76 |
|
For resources, {subOf} and {supOf} is now optional. |
77 |
|
(sourceNodeIDRef): New attribute. |
78 |
|
|
79 |
|
2005-09-19 Wakaba <wakaba@suika.fam.cx> |
80 |
|
|
81 |
|
* DIS.dis: Parameter "databaseArg" added to various |
82 |
|
methods to support objects that have no associated |
83 |
|
database. |
84 |
|
(getNamespaceBindingList, getDefaultNamespaceURIRef): New |
85 |
|
methods. |
86 |
|
(NO_RDF_TYPE_ERR): New error type. |
87 |
|
(loadResource): Throws NO_RDF_TYPE_ERR if no rdf:type |
88 |
|
attribute specified for a resource definition. |
89 |
|
|
90 |
|
2005-09-16 Wakaba <wakaba@suika.fam.cx> |
91 |
|
|
92 |
|
* DIS.dis (DISResourceProp): Methods reimplemented to |
93 |
|
support DIS/Value values. |
94 |
|
|
95 |
|
2005-09-15 Wakaba <wakaba@suika.fam.cx> |
96 |
|
|
97 |
|
* DIS.dis (readProperties): New methods. Emploies DIS/Value |
98 |
|
classes for internal data structure. |
99 |
|
|
100 |
|
2005-09-14 Wakaba <wakaba@suika.fam.cx> |
101 |
|
|
102 |
|
* DIS.dis: Now references DIS/Value.dis. |
103 |
|
(DISAnyResource): New interface separeted from DISModule. |
104 |
|
DISFor and DISResource. |
105 |
|
|
106 |
|
2005-09-13 Wakaba <wakaba@suika.fam.cx> |
107 |
|
|
108 |
|
* DIS.dis: Perl-related methods are moved to a separate |
109 |
|
module "DIS/Perl.dis". |
110 |
|
|
111 |
|
2005-09-08 Wakaba <wakaba@suika.fam.cx> |
112 |
|
|
113 |
|
* Makefile: Renewaled. |
114 |
|
|
115 |
|
* ManakaiNode.dis (free): New method. |
116 |
|
|
117 |
|
2005-09-07 Wakaba <wakaba@suika.fam.cx> |
118 |
|
|
119 |
|
* DIS.dis: Interfaces added. |
120 |
|
(free): New method. |
121 |
|
|
122 |
|
* PerlCode.dis: Interfaces added. |
123 |
|
|
124 |
|
2005-09-06 Wakaba <wakaba@suika.fam.cx> |
125 |
|
|
126 |
|
* DIS.dis (plName): Use AppName attribute, if any, |
127 |
|
for ManakaiDOM:ConstGroup resources. |
128 |
|
|
129 |
|
2005-09-05 Wakaba <wakaba@suika.fam.cx> |
130 |
|
|
131 |
|
* DIS.dis (plGeneratePerlModuleFile): Don't generate code for |
132 |
|
the same class or variable twice whose alias is defined |
133 |
|
in the same module. |
134 |
|
|
135 |
|
2005-09-04 Wakaba <wakaba@suika.fam.cx> |
136 |
|
|
137 |
|
* PerlCode.dis (ManakaiPerlSub.IntClone): Copies pc:localName |
138 |
|
and pc:prortotype properties. |
139 |
|
|
140 |
|
* DIS.dis (plAdditionalISAPackages): New attribute. |
141 |
|
|
142 |
|
2005-09-01 Wakaba <wakaba@suika.fam.cx> |
143 |
|
|
144 |
|
* DIS.dis (plCodeFragment): The ManakaiDOM:boolean datatype |
145 |
|
supported. |
146 |
|
|
147 |
|
2005-08-31 Wakaba <wakaba@suika.fam.cx> |
148 |
|
|
149 |
|
* DIS.dis (uris): New attribute. |
150 |
|
|
151 |
2005-08-30 Wakaba <wakaba@suika.fam.cx> |
2005-08-30 Wakaba <wakaba@suika.fam.cx> |
152 |
|
|
153 |
* DIS.dis (plFilePathStem): New attribute. |
* DIS.dis (plFilePathStem): New attribute. |