/[suikacvs]/messaging/manakai/lib/Message/Util/ChangeLog
Suika

Contents of /messaging/manakai/lib/Message/Util/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.52 - (hide annotations) (download)
Thu Sep 29 15:18:09 2005 UTC (19 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.51: +8 -0 lines
++ manakai/lib/Message/Util/ChangeLog	29 Sep 2005 14:43:39 -0000
2005-09-29  Wakaba  <wakaba@suika.fam.cx>

	* DIS.dis: Shares local name, namespace URI and for URI
	if possible.

	* PerlCode.dis (stringify): Sorts "require" statements by module
	name.

++ manakai/lib/Message/Util/DIS/ChangeLog	29 Sep 2005 14:44:23 -0000
2005-09-29  Wakaba  <wakaba@suika.fam.cx>

	* DNLite.dis: Shares element type expanded URI where possible.

	* Value.dis: Shares data type URI where possible.

++ manakai/lib/manakai/ChangeLog	29 Sep 2005 14:45:10 -0000
2005-09-29  Wakaba  <wakaba@suika.fam.cx>

	* DISPerl.dis (DISPerl:HashStringRef, DISPerl:StringRef): New.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24