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