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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.24 by wakaba, Thu Mar 3 06:26:13 2005 UTC revision 1.51 by wakaba, Thu Sep 29 09:14:57 2005 UTC
# Line 1  Line 1 
1    2005-09-28  Wakaba  <wakaba@suika.fam.cx>
2    
3            * 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            * DIS.dis: Use "tag:" URI for internal URIs.
21    
22    2005-09-27  Wakaba  <wakaba@suika.fam.cx>
23    
24            * 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            * ManakaiNode.dis (ManakaiNodeStem): Use per-class
36            variable for searching noderel properties instead
37            of per-node properties.
38    
39    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    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    2005-09-24  Wakaba  <wakaba@suika.fam.cx>
70    
71            * 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            * 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    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    2005-09-22  Wakaba  <wakaba@suika.fam.cx>
100    
101            * Makefile: DAC_SUFFIX changed to ".dad".
102    
103            * 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    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    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    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    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    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    2005-09-01  Wakaba  <wakaba@suika.fam.cx>
181    
182            * DIS.dis (plCodeFragment): The ManakaiDOM:boolean datatype
183            supported.
184    
185    2005-08-31  Wakaba  <wakaba@suika.fam.cx>
186    
187            * DIS.dis (uris): New attribute.
188    
189    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    2005-08-15  Wakaba  <wakaba@suika.fam.cx>
213    
214            * ManakaiNode.dis (Util:): Now Perl package name for interfaces
215            is defined.
216    
217            * 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            (NodeStem, NodeRef): New lightweight variant
224            of ManakaiDOM:ManakaiDOMNodeObject
225            and ManakaiDOM:ManakaiDOMNodeReference.
226    
227    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    2005-05-26  Wakaba  <wakaba@suika.fam.cx>
236    
237            * Makefile: Rules for DISDoc module added.
238    
239    2005-05-23  Wakaba  <wakaba@suika.fam.cx>
240    
241            * DIS.dis (ManakaiDISResourceDefinition, ManakaiDISForDefinition,
242            ManakaiDISModuleDefinition): "getFeature" method added.
243    
244    2005-03-06  Wakaba  <wakaba@suika.fam.cx>
245    
246            * DIS.dis (Require): Loads PerlCode module.
247    
248    2005-03-05  Wakaba  <wakaba@suika.fam.cx>
249    
250            * PerlCode.dis: Operator overloading is implemented.
251    
252    2005-03-04  Wakaba  <wakaba@suika.fam.cx>
253    
254            * ManakaiNode.dis: Checks type, to support SuikaWikiConfig21
255            module's binding properties.
256    
257  2005-03-03  Wakaba  <wakaba@suika.fam.cx>  2005-03-03  Wakaba  <wakaba@suika.fam.cx>
258    
259          * PerlCode.dis: New module.          * PerlCode.dis: New module.

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.51

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24