1 |
wakaba |
1.50 |
2005-09-28 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
|
3 |
wakaba |
1.51 |
* PerlCode.dis (perlLiteral): Sorts output by hash key. |
4 |
|
|
|
5 |
|
|
* ManakaiNode.dis (new): Sets "mn:groveReferenceCounter" |
6 |
|
|
property. |
7 |
|
|
(getNewReference): Increments "mn:groveReferenceCounter" |
8 |
|
|
property. |
9 |
|
|
(ManakaiDOM:ManakaiDOMNodeObject, ManakaiNodeStem): Don't |
10 |
|
|
check "defined" to allow "undef" value in "while" condition. |
11 |
|
|
(mn:isGroveReferenced): New code. |
12 |
|
|
(changeTreeID): New "groveRC" parameter added. |
13 |
|
|
(importTree, changeTreeID): Updates "mn:groveReferenceCounter" |
14 |
|
|
properties. |
15 |
|
|
(destroy): Uses "mn:isGroveReferenced" instead of "isExternallyReferred". |
16 |
|
|
(mn:groveReferenceCounter): New property. |
17 |
|
|
|
18 |
|
|
2005-09-28 Wakaba <wakaba@suika.fam.cx> |
19 |
|
|
|
20 |
wakaba |
1.50 |
* DIS.dis: Use "tag:" URI for internal URIs. |
21 |
|
|
|
22 |
wakaba |
1.48 |
2005-09-27 Wakaba <wakaba@suika.fam.cx> |
23 |
|
|
|
24 |
wakaba |
1.49 |
* ManakaiNode.dis (ManakaiNodeStem->new): Don't set "TreeCore:*" |
25 |
|
|
properties. |
26 |
|
|
(generateUniqueID): Use "tag:" URI. |
27 |
|
|
|
28 |
|
|
* DIS.dis (targetNamespaceURI): New attribute. |
29 |
|
|
(ManakaiDISModuleLite): Extends dx:ManakaiDefaultErrorHandler. |
30 |
|
|
(ManakaiDISModuleLite->AUTOLOAD): Don't load module |
31 |
|
|
if method name is "DESTROY". |
32 |
|
|
|
33 |
|
|
2005-09-27 Wakaba <wakaba@suika.fam.cx> |
34 |
|
|
|
35 |
wakaba |
1.48 |
* ManakaiNode.dis (ManakaiNodeStem): Use per-class |
36 |
|
|
variable for searching noderel properties instead |
37 |
|
|
of per-node properties. |
38 |
|
|
|
39 |
wakaba |
1.47 |
2005-09-26 Wakaba <wakaba@suika.fam.cx> |
40 |
|
|
|
41 |
|
|
* ManakaiNode.dis (new): New "className" parameter added. |
42 |
|
|
(mn:NodeRefRole): New role. |
43 |
|
|
(mn:type): New property. |
44 |
|
|
(mn:subnode0, mn:subnode1, mn:subnode2, mn:irefnode0, |
45 |
|
|
mn:origin0, mn:anydata1, mn:anydata2, mn:noderef): New properties. |
46 |
|
|
|
47 |
|
|
* Makefile: Rules to make "DIS/DISDump" is separeted |
48 |
|
|
from "DIS/DISDoc". |
49 |
|
|
|
50 |
|
|
* DIS.dis (getFor): Loads database module if unread |
51 |
|
|
"for" is referenced. |
52 |
|
|
(addResourceList, getResourceList): New method. |
53 |
|
|
(ManakaiDISModuleLite): New class. |
54 |
|
|
|
55 |
wakaba |
1.46 |
2005-09-25 Wakaba <wakaba@suika.fam.cx> |
56 |
|
|
|
57 |
|
|
* DIS.dis (RESOURCE_NOT_DEFINED_ERR): New error code. |
58 |
|
|
(getResource): New "dae" and "daem" database format support. |
59 |
|
|
(DISResourceList): New type. |
60 |
|
|
(uriRef, ownerModuleURI, ownerModuleURIRef): New attributes. |
61 |
|
|
(addChildResource, addDynamicChildResource): New methods. |
62 |
|
|
(getChildResourceList, getDynamicChildResourceList): New method. |
63 |
|
|
(getChildResourceListByType): New method. |
64 |
|
|
(parentResource, dynamicParentResource): New attributes. |
65 |
|
|
|
66 |
|
|
* Makefile (DAC_SUFFIX): Changed to ".dae". |
67 |
|
|
(DAEM_SUFFIX): New. |
68 |
|
|
|
69 |
wakaba |
1.44 |
2005-09-24 Wakaba <wakaba@suika.fam.cx> |
70 |
|
|
|
71 |
wakaba |
1.45 |
* ManakaiNode.dis (NodeStem): Property value "mn:treeID" |
72 |
|
|
has changed to scalar reference. |
73 |
|
|
|
74 |
|
|
2005-09-24 Wakaba <wakaba@suika.fam.cx> |
75 |
|
|
|
76 |
wakaba |
1.44 |
* ManakaiNode.dis (mn:node, mn:nodeID, mn:treeID): New |
77 |
|
|
properties. |
78 |
|
|
(mn:stemName, mn:refName): New properties. |
79 |
|
|
|
80 |
|
|
* Makefile (.discore-all.pm): New rule to create dis-related |
81 |
|
|
Perl module files at once. |
82 |
|
|
|
83 |
|
|
* DIS.dis (PERL_HASH_KEY_ALREADY_DEFINED_ERR): New error code. |
84 |
|
|
(hashKeyName, hashKeyScope, anotherURI): New error parameters. |
85 |
|
|
|
86 |
|
|
* ManakaiNode.dis, DIS.dis, PerlCode.dis: Use "disPerl:H" instead |
87 |
|
|
of "disPerl:Q" for hash keys. |
88 |
|
|
|
89 |
wakaba |
1.43 |
2005-09-23 Wakaba <wakaba@suika.fam.cx> |
90 |
|
|
|
91 |
|
|
* DIS.dis (DISParser.new): New method. |
92 |
|
|
(hasFeature): Removed. ManakaiDISAnyResource now |
93 |
|
|
extends DOMFeature:ManakaiHasFeatureByGetFeature. |
94 |
|
|
(readProperties): Support for property value data |
95 |
|
|
types DISLang:MemberRef and dx:XCRef added. |
96 |
|
|
(ManakaiDISExceptionTarget): It is now an alias |
97 |
|
|
for dx:ManakaiDefaultExceptionHandler. |
98 |
|
|
|
99 |
wakaba |
1.41 |
2005-09-22 Wakaba <wakaba@suika.fam.cx> |
100 |
|
|
|
101 |
wakaba |
1.42 |
* Makefile: DAC_SUFFIX changed to ".dad". |
102 |
|
|
|
103 |
wakaba |
1.41 |
* DIS.dis (Util:): Added for DIS|ForEmpty and DIS|ForLatest. |
104 |
|
|
(disIsNullable): Reimplemented. |
105 |
|
|
|
106 |
|
|
2005-09-21 Wakaba <wakaba@suika.fam.cx> |
107 |
|
|
|
108 |
|
|
* DIS.dis (addNamespaceBinding): New method. |
109 |
|
|
|
110 |
wakaba |
1.40 |
2005-09-20 Wakaba <wakaba@suika.fam.cx> |
111 |
|
|
|
112 |
|
|
* DIS.dis: Use valueRef and nodeIDRef where possible so |
113 |
|
|
that dad file can share text data if possible. |
114 |
|
|
For resources, {subOf} and {supOf} is now optional. |
115 |
|
|
(sourceNodeIDRef): New attribute. |
116 |
|
|
|
117 |
wakaba |
1.39 |
2005-09-19 Wakaba <wakaba@suika.fam.cx> |
118 |
|
|
|
119 |
|
|
* DIS.dis: Parameter "databaseArg" added to various |
120 |
|
|
methods to support objects that have no associated |
121 |
|
|
database. |
122 |
|
|
(getNamespaceBindingList, getDefaultNamespaceURIRef): New |
123 |
|
|
methods. |
124 |
|
|
(NO_RDF_TYPE_ERR): New error type. |
125 |
|
|
(loadResource): Throws NO_RDF_TYPE_ERR if no rdf:type |
126 |
|
|
attribute specified for a resource definition. |
127 |
|
|
|
128 |
wakaba |
1.38 |
2005-09-16 Wakaba <wakaba@suika.fam.cx> |
129 |
|
|
|
130 |
|
|
* DIS.dis (DISResourceProp): Methods reimplemented to |
131 |
|
|
support DIS/Value values. |
132 |
|
|
|
133 |
|
|
2005-09-15 Wakaba <wakaba@suika.fam.cx> |
134 |
|
|
|
135 |
|
|
* DIS.dis (readProperties): New methods. Emploies DIS/Value |
136 |
|
|
classes for internal data structure. |
137 |
|
|
|
138 |
|
|
2005-09-14 Wakaba <wakaba@suika.fam.cx> |
139 |
|
|
|
140 |
|
|
* DIS.dis: Now references DIS/Value.dis. |
141 |
|
|
(DISAnyResource): New interface separeted from DISModule. |
142 |
|
|
DISFor and DISResource. |
143 |
|
|
|
144 |
|
|
2005-09-13 Wakaba <wakaba@suika.fam.cx> |
145 |
|
|
|
146 |
|
|
* DIS.dis: Perl-related methods are moved to a separate |
147 |
|
|
module "DIS/Perl.dis". |
148 |
|
|
|
149 |
wakaba |
1.37 |
2005-09-08 Wakaba <wakaba@suika.fam.cx> |
150 |
|
|
|
151 |
|
|
* Makefile: Renewaled. |
152 |
|
|
|
153 |
|
|
* ManakaiNode.dis (free): New method. |
154 |
|
|
|
155 |
|
|
2005-09-07 Wakaba <wakaba@suika.fam.cx> |
156 |
|
|
|
157 |
|
|
* DIS.dis: Interfaces added. |
158 |
|
|
(free): New method. |
159 |
|
|
|
160 |
|
|
* PerlCode.dis: Interfaces added. |
161 |
|
|
|
162 |
|
|
2005-09-06 Wakaba <wakaba@suika.fam.cx> |
163 |
|
|
|
164 |
|
|
* DIS.dis (plName): Use AppName attribute, if any, |
165 |
|
|
for ManakaiDOM:ConstGroup resources. |
166 |
|
|
|
167 |
|
|
2005-09-05 Wakaba <wakaba@suika.fam.cx> |
168 |
|
|
|
169 |
|
|
* DIS.dis (plGeneratePerlModuleFile): Don't generate code for |
170 |
|
|
the same class or variable twice whose alias is defined |
171 |
|
|
in the same module. |
172 |
|
|
|
173 |
wakaba |
1.36 |
2005-09-04 Wakaba <wakaba@suika.fam.cx> |
174 |
|
|
|
175 |
|
|
* PerlCode.dis (ManakaiPerlSub.IntClone): Copies pc:localName |
176 |
|
|
and pc:prortotype properties. |
177 |
|
|
|
178 |
|
|
* DIS.dis (plAdditionalISAPackages): New attribute. |
179 |
|
|
|
180 |
wakaba |
1.35 |
2005-09-01 Wakaba <wakaba@suika.fam.cx> |
181 |
|
|
|
182 |
|
|
* DIS.dis (plCodeFragment): The ManakaiDOM:boolean datatype |
183 |
|
|
supported. |
184 |
|
|
|
185 |
wakaba |
1.34 |
2005-08-31 Wakaba <wakaba@suika.fam.cx> |
186 |
|
|
|
187 |
|
|
* DIS.dis (uris): New attribute. |
188 |
|
|
|
189 |
wakaba |
1.33 |
2005-08-30 Wakaba <wakaba@suika.fam.cx> |
190 |
|
|
|
191 |
|
|
* DIS.dis (plFilePathStem): New attribute. |
192 |
|
|
|
193 |
|
|
2005-08-29 Wakaba <wakaba@suika.fam.cx> |
194 |
|
|
|
195 |
|
|
* DIS.dis (plFileNameStem): New attribute. |
196 |
|
|
|
197 |
|
|
2005-08-28 Wakaba <wakaba@suika.fam.cx> |
198 |
|
|
|
199 |
|
|
* DIS.dis (plCodeFragment): Type ManakaiDOM:InCase supported. |
200 |
|
|
|
201 |
|
|
2005-08-26 Wakaba <wakaba@suika.fam.cx> |
202 |
|
|
|
203 |
|
|
* DIS.dis: Typo fixed for replacing namespace URI and local name |
204 |
|
|
in reflecting code. |
205 |
|
|
(mvLocalName, mvNamespaceURI): Use "localName" and "namespaceURI" |
206 |
|
|
attribute values as their default. |
207 |
|
|
(mvPrefix, qnameValuePrefix): New attributes. |
208 |
|
|
|
209 |
|
|
* ManakaiNode.dis: Tests whether "defined" rather than true or not |
210 |
|
|
in "while" conditions. |
211 |
|
|
|
212 |
wakaba |
1.31 |
2005-08-15 Wakaba <wakaba@suika.fam.cx> |
213 |
|
|
|
214 |
wakaba |
1.32 |
* ManakaiNode.dis (Util:): Now Perl package name for interfaces |
215 |
|
|
is defined. |
216 |
|
|
|
217 |
wakaba |
1.31 |
* DIS.dis (mediaTypeURI): Returns $defaultMediaType |
218 |
|
|
parameter value if dis:ContentType attribute is missing. |
219 |
|
|
|
220 |
|
|
* ManakaiNode.dis (importTree): Use "isa" function |
221 |
|
|
to check whether a object is an instance of the manakai |
222 |
|
|
node model. |
223 |
wakaba |
1.32 |
(NodeStem, NodeRef): New lightweight variant |
224 |
|
|
of ManakaiDOM:ManakaiDOMNodeObject |
225 |
|
|
and ManakaiDOM:ManakaiDOMNodeReference. |
226 |
wakaba |
1.31 |
|
227 |
wakaba |
1.30 |
2005-05-29 Wakaba <wakaba@suika.fam.cx> |
228 |
|
|
|
229 |
|
|
* DIS.dis (plGeneratePerlModuleFile): Bug fixed so that |
230 |
|
|
even if DOMMetaImpl:provideFeature has child nodes but |
231 |
|
|
they are not DOMMetaImpl:providedThrough a ImplFeature |
232 |
|
|
statement is generated. |
233 |
|
|
(plCodeFragment): Bug fixed so that dis:SetProp works correctly. |
234 |
|
|
|
235 |
wakaba |
1.29 |
2005-05-26 Wakaba <wakaba@suika.fam.cx> |
236 |
|
|
|
237 |
|
|
* Makefile: Rules for DISDoc module added. |
238 |
|
|
|
239 |
wakaba |
1.28 |
2005-05-23 Wakaba <wakaba@suika.fam.cx> |
240 |
|
|
|
241 |
|
|
* DIS.dis (ManakaiDISResourceDefinition, ManakaiDISForDefinition, |
242 |
|
|
ManakaiDISModuleDefinition): "getFeature" method added. |
243 |
|
|
|
244 |
wakaba |
1.27 |
2005-03-06 Wakaba <wakaba@suika.fam.cx> |
245 |
|
|
|
246 |
|
|
* DIS.dis (Require): Loads PerlCode module. |
247 |
|
|
|
248 |
wakaba |
1.26 |
2005-03-05 Wakaba <wakaba@suika.fam.cx> |
249 |
|
|
|
250 |
|
|
* PerlCode.dis: Operator overloading is implemented. |
251 |
|
|
|
252 |
wakaba |
1.25 |
2005-03-04 Wakaba <wakaba@suika.fam.cx> |
253 |
|
|
|
254 |
|
|
* ManakaiNode.dis: Checks type, to support SuikaWikiConfig21 |
255 |
|
|
module's binding properties. |
256 |
|
|
|
257 |
wakaba |
1.24 |
2005-03-03 Wakaba <wakaba@suika.fam.cx> |
258 |
|
|
|
259 |
|
|
* PerlCode.dis: New module. |
260 |
|
|
|
261 |
wakaba |
1.23 |
2005-02-26 Wakaba <wakaba@suika.fam.cx> |
262 |
|
|
|
263 |
|
|
* DIS.dis (DISModuleResolver): New interface. |
264 |
|
|
|
265 |
wakaba |
1.22 |
2005-02-21 Wakaba <wakaba@suika.fam.cx> |
266 |
|
|
|
267 |
|
|
* DIS.dis: New module. |
268 |
|
|
|
269 |
|
|
* ManakaiNode.dis: New "subnode0" property category introduced. |
270 |
|
|
|
271 |
wakaba |
1.21 |
2005-02-17 Wakaba <wakaba@suika.fam.cx> |
272 |
|
|
|
273 |
|
|
* ManakaiNode.dis: New module. |
274 |
|
|
|
275 |
wakaba |
1.20 |
2005-01-05 Wakaba <wakaba@suika.fam.cx> |
276 |
|
|
|
277 |
|
|
* Error.pm (___rule_def[p]): Don't output anything if not exists |
278 |
|
|
that parameter. |
279 |
|
|
|
280 |
wakaba |
1.19 |
2004-09-30 Wakaba <wakaba@suika.fam.cx> |
281 |
|
|
|
282 |
|
|
* Error.pm (___rule_def): "p" added; now "t" is obsolete. |
283 |
|
|
|
284 |
wakaba |
1.18 |
2004-04-02 Wakaba <wakaba@suika.fam.cx> |
285 |
|
|
|
286 |
|
|
* Error.pm (report): Error depth fixed. |
287 |
|
|
(___rule_def:t): New parameters empty and undef introduced. |
288 |
|
|
|
289 |
wakaba |
1.17 |
2004-01-17 Wakaba <wakaba@suika.fam.cx> |
290 |
|
|
|
291 |
|
|
* Error.pm: Some fixes w.r.t. Error::Depth. |
292 |
|
|
|
293 |
wakaba |
1.16 |
2003-12-06 Wakaba <wakaba@suika.fam.cx> |
294 |
|
|
|
295 |
|
|
* Error.pm (___error_def): Renamed from ___errors. |
296 |
|
|
|
297 |
wakaba |
1.15 |
2003-12-01 Wakaba <wakaba@suika.fam.cx> |
298 |
|
|
|
299 |
|
|
* Error.pm (___get_error_def): Now support inherit. (It was not work.) |
300 |
|
|
|
301 |
wakaba |
1.14 |
2003-11-15 Wakaba <wakaba@suika.fam.cx> |
302 |
|
|
|
303 |
|
|
* Error.pm: Use Message::Util::Formatter::Text to construct error messages. |
304 |
|
|
|
305 |
|
|
2003-11-13 Wakaba <wakaba@suika.fam.cx> |
306 |
|
|
|
307 |
|
|
* Formatter: New directory. |
308 |
|
|
|
309 |
|
|
2003-11-12 Wakaba <wakaba@suika.fam.cx> |
310 |
|
|
|
311 |
|
|
* Error.pm: Rewritten. |
312 |
|
|
|
313 |
wakaba |
1.13 |
2003-10-25 Wakaba <wakaba@suika.fam.cx>
|
314 |
|
|
|
315 |
|
|
* Formatter.pm (replace): Allow '%foo () ;'.
|
316 |
|
|
|
317 |
wakaba |
1.12 |
2003-09-17 Wakaba <wakaba@suika.fam.cx>
|
318 |
|
|
|
319 |
|
|
* HostPermit.pm: New module.
|
320 |
|
|
|
321 |
wakaba |
1.11 |
2003-08-05 Wakaba <wakaba@suika.fam.cx>
|
322 |
|
|
|
323 |
|
|
* Error.pm (_default_error_handler): Syntax fix.
|
324 |
|
|
|
325 |
|
|
* Error/: New directory.
|
326 |
|
|
|
327 |
wakaba |
1.10 |
2003-07-29 Wakaba <wakaba@suika.fam.cx>
|
328 |
|
|
|
329 |
|
|
* Error.pm: New module.
|
330 |
|
|
|
331 |
wakaba |
1.9 |
2003-05-10 Wakaba <w@offweb.ddo.jp>
|
332 |
|
|
|
333 |
|
|
* Formatter.pm (replace): Bug fix of pattern.
|
334 |
|
|
|
335 |
wakaba |
1.8 |
2003-04-29 Wakaba <w@offweb.ddo.jp>
|
336 |
|
|
|
337 |
|
|
* Formatter.pm (replace): {...} block is supported.
|
338 |
|
|
(Message::Util::Formatter::_returned): New package. It is very very tiny
|
339 |
|
|
subset of SuikaWiki::Markup::XML.
|
340 |
|
|
(replace): Return structured string, not bare string. This function is
|
341 |
|
|
useful to make tree (such as XML's) from formatting template (and its nested
|
342 |
|
|
parameters).
|
343 |
|
|
|
344 |
wakaba |
1.7 |
2003-03-28 Wakaba <w@offweb.ddo.jp>
|
345 |
|
|
|
346 |
|
|
* Formatter.pm (replace): Treat oo of "str"oo of attr value as option and parse attr value if 'p' option is specified.
|
347 |
|
|
(replace): Replace '-' to '_' in attr name.
|
348 |
|
|
|
349 |
w |
1.6 |
2003-01-26 Wakaba <w@cube.wakaba.ssm>
|
350 |
|
|
|
351 |
|
|
* Formatter.pm (replace): Trim attribute name/value pair.
|
352 |
|
|
|
353 |
w |
1.5 |
2003-01-04 Wakaba <w@suika.fam.cx>
|
354 |
|
|
|
355 |
|
|
* Formatter.pm (replace): Don't split by ',' in quoted-strings.
|
356 |
|
|
|
357 |
wakaba |
1.4 |
2002-12-15 Wakaba <w@suika.fam.cx>
|
358 |
|
|
|
359 |
|
|
* Formatter.pm (%char;): Removed.
|
360 |
|
|
|
361 |
wakaba |
1.3 |
2002-12-05 Wakaba <w@suika.fam.cx>
|
362 |
|
|
|
363 |
|
|
* Formatter.pm (%FMT2TXT): New (internal) initial format rule,
|
364 |
|
|
"-bare_text".
|
365 |
|
|
(replace): "Replace" non-%-text with "-bare_text" rule.
|
366 |
|
|
(pod): Methods and initial rules are documented.
|
367 |
|
|
|
368 |
wakaba |
1.2 |
2002-12-04 Wakaba <w@suika.fam.cx>
|
369 |
|
|
|
370 |
|
|
* Formatter.pm (replace): Accept ")" in quoted-string.
|
371 |
|
|
|
372 |
wakaba |
1.1 |
2002-11-13 Wakaba <w@suika.fam.cx>
|
373 |
|
|
|
374 |
|
|
* ChangeLog: New file.
|
375 |
|
|
* Formatter.pm: New module.
|