1 |
|
2005-09-24 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* ManakaiNode.dis (NodeStem): Property value "mn:treeID" |
4 |
|
has changed to scalar reference. |
5 |
|
|
6 |
|
2005-09-24 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* ManakaiNode.dis (mn:node, mn:nodeID, mn:treeID): New |
9 |
|
properties. |
10 |
|
(mn:stemName, mn:refName): New properties. |
11 |
|
|
12 |
|
* Makefile (.discore-all.pm): New rule to create dis-related |
13 |
|
Perl module files at once. |
14 |
|
|
15 |
|
* DIS.dis (PERL_HASH_KEY_ALREADY_DEFINED_ERR): New error code. |
16 |
|
(hashKeyName, hashKeyScope, anotherURI): New error parameters. |
17 |
|
|
18 |
|
* ManakaiNode.dis, DIS.dis, PerlCode.dis: Use "disPerl:H" instead |
19 |
|
of "disPerl:Q" for hash keys. |
20 |
|
|
21 |
|
2005-09-23 Wakaba <wakaba@suika.fam.cx> |
22 |
|
|
23 |
|
* DIS.dis (DISParser.new): New method. |
24 |
|
(hasFeature): Removed. ManakaiDISAnyResource now |
25 |
|
extends DOMFeature:ManakaiHasFeatureByGetFeature. |
26 |
|
(readProperties): Support for property value data |
27 |
|
types DISLang:MemberRef and dx:XCRef added. |
28 |
|
(ManakaiDISExceptionTarget): It is now an alias |
29 |
|
for dx:ManakaiDefaultExceptionHandler. |
30 |
|
|
31 |
|
2005-09-22 Wakaba <wakaba@suika.fam.cx> |
32 |
|
|
33 |
|
* Makefile: DAC_SUFFIX changed to ".dad". |
34 |
|
|
35 |
|
* DIS.dis (Util:): Added for DIS|ForEmpty and DIS|ForLatest. |
36 |
|
(disIsNullable): Reimplemented. |
37 |
|
|
38 |
|
2005-09-21 Wakaba <wakaba@suika.fam.cx> |
39 |
|
|
40 |
|
* DIS.dis (addNamespaceBinding): New method. |
41 |
|
|
42 |
|
2005-09-20 Wakaba <wakaba@suika.fam.cx> |
43 |
|
|
44 |
|
* DIS.dis: Use valueRef and nodeIDRef where possible so |
45 |
|
that dad file can share text data if possible. |
46 |
|
For resources, {subOf} and {supOf} is now optional. |
47 |
|
(sourceNodeIDRef): New attribute. |
48 |
|
|
49 |
|
2005-09-19 Wakaba <wakaba@suika.fam.cx> |
50 |
|
|
51 |
|
* DIS.dis: Parameter "databaseArg" added to various |
52 |
|
methods to support objects that have no associated |
53 |
|
database. |
54 |
|
(getNamespaceBindingList, getDefaultNamespaceURIRef): New |
55 |
|
methods. |
56 |
|
(NO_RDF_TYPE_ERR): New error type. |
57 |
|
(loadResource): Throws NO_RDF_TYPE_ERR if no rdf:type |
58 |
|
attribute specified for a resource definition. |
59 |
|
|
60 |
|
2005-09-16 Wakaba <wakaba@suika.fam.cx> |
61 |
|
|
62 |
|
* DIS.dis (DISResourceProp): Methods reimplemented to |
63 |
|
support DIS/Value values. |
64 |
|
|
65 |
|
2005-09-15 Wakaba <wakaba@suika.fam.cx> |
66 |
|
|
67 |
|
* DIS.dis (readProperties): New methods. Emploies DIS/Value |
68 |
|
classes for internal data structure. |
69 |
|
|
70 |
|
2005-09-14 Wakaba <wakaba@suika.fam.cx> |
71 |
|
|
72 |
|
* DIS.dis: Now references DIS/Value.dis. |
73 |
|
(DISAnyResource): New interface separeted from DISModule. |
74 |
|
DISFor and DISResource. |
75 |
|
|
76 |
|
2005-09-13 Wakaba <wakaba@suika.fam.cx> |
77 |
|
|
78 |
|
* DIS.dis: Perl-related methods are moved to a separate |
79 |
|
module "DIS/Perl.dis". |
80 |
|
|
81 |
|
2005-09-08 Wakaba <wakaba@suika.fam.cx> |
82 |
|
|
83 |
|
* Makefile: Renewaled. |
84 |
|
|
85 |
|
* ManakaiNode.dis (free): New method. |
86 |
|
|
87 |
|
2005-09-07 Wakaba <wakaba@suika.fam.cx> |
88 |
|
|
89 |
|
* DIS.dis: Interfaces added. |
90 |
|
(free): New method. |
91 |
|
|
92 |
|
* PerlCode.dis: Interfaces added. |
93 |
|
|
94 |
|
2005-09-06 Wakaba <wakaba@suika.fam.cx> |
95 |
|
|
96 |
|
* DIS.dis (plName): Use AppName attribute, if any, |
97 |
|
for ManakaiDOM:ConstGroup resources. |
98 |
|
|
99 |
|
2005-09-05 Wakaba <wakaba@suika.fam.cx> |
100 |
|
|
101 |
|
* DIS.dis (plGeneratePerlModuleFile): Don't generate code for |
102 |
|
the same class or variable twice whose alias is defined |
103 |
|
in the same module. |
104 |
|
|
105 |
|
2005-09-04 Wakaba <wakaba@suika.fam.cx> |
106 |
|
|
107 |
|
* PerlCode.dis (ManakaiPerlSub.IntClone): Copies pc:localName |
108 |
|
and pc:prortotype properties. |
109 |
|
|
110 |
|
* DIS.dis (plAdditionalISAPackages): New attribute. |
111 |
|
|
112 |
|
2005-09-01 Wakaba <wakaba@suika.fam.cx> |
113 |
|
|
114 |
|
* DIS.dis (plCodeFragment): The ManakaiDOM:boolean datatype |
115 |
|
supported. |
116 |
|
|
117 |
|
2005-08-31 Wakaba <wakaba@suika.fam.cx> |
118 |
|
|
119 |
|
* DIS.dis (uris): New attribute. |
120 |
|
|
121 |
|
2005-08-30 Wakaba <wakaba@suika.fam.cx> |
122 |
|
|
123 |
|
* DIS.dis (plFilePathStem): New attribute. |
124 |
|
|
125 |
|
2005-08-29 Wakaba <wakaba@suika.fam.cx> |
126 |
|
|
127 |
|
* DIS.dis (plFileNameStem): New attribute. |
128 |
|
|
129 |
|
2005-08-28 Wakaba <wakaba@suika.fam.cx> |
130 |
|
|
131 |
|
* DIS.dis (plCodeFragment): Type ManakaiDOM:InCase supported. |
132 |
|
|
133 |
|
2005-08-26 Wakaba <wakaba@suika.fam.cx> |
134 |
|
|
135 |
|
* DIS.dis: Typo fixed for replacing namespace URI and local name |
136 |
|
in reflecting code. |
137 |
|
(mvLocalName, mvNamespaceURI): Use "localName" and "namespaceURI" |
138 |
|
attribute values as their default. |
139 |
|
(mvPrefix, qnameValuePrefix): New attributes. |
140 |
|
|
141 |
|
* ManakaiNode.dis: Tests whether "defined" rather than true or not |
142 |
|
in "while" conditions. |
143 |
|
|
144 |
|
2005-08-15 Wakaba <wakaba@suika.fam.cx> |
145 |
|
|
146 |
|
* ManakaiNode.dis (Util:): Now Perl package name for interfaces |
147 |
|
is defined. |
148 |
|
|
149 |
|
* DIS.dis (mediaTypeURI): Returns $defaultMediaType |
150 |
|
parameter value if dis:ContentType attribute is missing. |
151 |
|
|
152 |
|
* ManakaiNode.dis (importTree): Use "isa" function |
153 |
|
to check whether a object is an instance of the manakai |
154 |
|
node model. |
155 |
|
(NodeStem, NodeRef): New lightweight variant |
156 |
|
of ManakaiDOM:ManakaiDOMNodeObject |
157 |
|
and ManakaiDOM:ManakaiDOMNodeReference. |
158 |
|
|
159 |
|
2005-05-29 Wakaba <wakaba@suika.fam.cx> |
160 |
|
|
161 |
|
* DIS.dis (plGeneratePerlModuleFile): Bug fixed so that |
162 |
|
even if DOMMetaImpl:provideFeature has child nodes but |
163 |
|
they are not DOMMetaImpl:providedThrough a ImplFeature |
164 |
|
statement is generated. |
165 |
|
(plCodeFragment): Bug fixed so that dis:SetProp works correctly. |
166 |
|
|
167 |
|
2005-05-26 Wakaba <wakaba@suika.fam.cx> |
168 |
|
|
169 |
|
* Makefile: Rules for DISDoc module added. |
170 |
|
|
171 |
|
2005-05-23 Wakaba <wakaba@suika.fam.cx> |
172 |
|
|
173 |
|
* DIS.dis (ManakaiDISResourceDefinition, ManakaiDISForDefinition, |
174 |
|
ManakaiDISModuleDefinition): "getFeature" method added. |
175 |
|
|
176 |
|
2005-03-06 Wakaba <wakaba@suika.fam.cx> |
177 |
|
|
178 |
|
* DIS.dis (Require): Loads PerlCode module. |
179 |
|
|
180 |
|
2005-03-05 Wakaba <wakaba@suika.fam.cx> |
181 |
|
|
182 |
|
* PerlCode.dis: Operator overloading is implemented. |
183 |
|
|
184 |
|
2005-03-04 Wakaba <wakaba@suika.fam.cx> |
185 |
|
|
186 |
|
* ManakaiNode.dis: Checks type, to support SuikaWikiConfig21 |
187 |
|
module's binding properties. |
188 |
|
|
189 |
2005-03-03 Wakaba <wakaba@suika.fam.cx> |
2005-03-03 Wakaba <wakaba@suika.fam.cx> |
190 |
|
|
191 |
* PerlCode.dis: New module. |
* PerlCode.dis: New module. |