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