/[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.25 by wakaba, Fri Mar 4 12:18:52 2005 UTC revision 1.55 by wakaba, Thu Oct 6 10:53:36 2005 UTC
# Line 1  Line 1 
1    2005-10-06  Wakaba  <wakaba@suika.fam.cx>
2    
3            * DIS.dis (getAnyResourceURIList, getModuleURIList): New methods.
4    
5    2005-10-02  Wakaba  <wakaba@suika.fam.cx>
6    
7            * DIS.dis (getAnyResource): New method.
8            (isTypeURI): Now it is a method of "DIS:DISAnyResource" interface.
9            (getPropertyResource, getPropertyResourceList): Now
10            they uses "getAnyResource" method.
11            (getPropertyModuleList): Removed.
12    
13    2005-09-30  Wakaba  <wakaba@suika.fam.cx>
14    
15            * DIS.dis (readProperties): Saves property name to values.
16            (getPropertyModuleList): New method.
17    
18    2005-09-29  Wakaba  <wakaba@suika.fam.cx>
19    
20            * DIS.dis: Shares local name, namespace URI and for URI
21            if possible.
22    
23            * PerlCode.dis (stringify): Sorts "require" statements by module
24            name.
25    
26    2005-09-28  Wakaba  <wakaba@suika.fam.cx>
27    
28            * PerlCode.dis (perlLiteral): Sorts output by hash key.
29            
30            * ManakaiNode.dis (new): Sets "mn:groveReferenceCounter"
31            property.
32            (getNewReference): Increments "mn:groveReferenceCounter"
33            property.
34            (ManakaiDOM:ManakaiDOMNodeObject, ManakaiNodeStem): Don't
35            check "defined" to allow "undef" value in "while" condition.
36            (mn:isGroveReferenced): New code.
37            (changeTreeID): New "groveRC" parameter added.
38            (importTree, changeTreeID): Updates "mn:groveReferenceCounter"
39            properties.
40            (destroy): Uses "mn:isGroveReferenced" instead of "isExternallyReferred".
41            (mn:groveReferenceCounter): New property.
42    
43    2005-09-28  Wakaba  <wakaba@suika.fam.cx>
44    
45            * DIS.dis: Use "tag:" URI for internal URIs.
46    
47    2005-09-27  Wakaba  <wakaba@suika.fam.cx>
48    
49            * ManakaiNode.dis (ManakaiNodeStem->new): Don't set "TreeCore:*"
50            properties.
51            (generateUniqueID): Use "tag:" URI.
52    
53            * DIS.dis (targetNamespaceURI): New attribute.
54            (ManakaiDISModuleLite): Extends dx:ManakaiDefaultErrorHandler.
55            (ManakaiDISModuleLite->AUTOLOAD): Don't load module
56            if method name is "DESTROY".
57    
58    2005-09-27  Wakaba  <wakaba@suika.fam.cx>
59    
60            * ManakaiNode.dis (ManakaiNodeStem): Use per-class
61            variable for searching noderel properties instead
62            of per-node properties.
63    
64    2005-09-26  Wakaba  <wakaba@suika.fam.cx>
65    
66            * ManakaiNode.dis (new): New "className" parameter added.
67            (mn:NodeRefRole): New role.
68            (mn:type): New property.
69            (mn:subnode0, mn:subnode1, mn:subnode2, mn:irefnode0,
70            mn:origin0, mn:anydata1, mn:anydata2, mn:noderef): New properties.
71    
72            * Makefile: Rules to make "DIS/DISDump" is separeted
73            from "DIS/DISDoc".
74    
75            * DIS.dis (getFor): Loads database module if unread
76            "for" is referenced.
77            (addResourceList, getResourceList): New method.
78            (ManakaiDISModuleLite): New class.
79    
80    2005-09-25  Wakaba  <wakaba@suika.fam.cx>
81    
82            * DIS.dis (RESOURCE_NOT_DEFINED_ERR): New error code.
83            (getResource): New "dae" and "daem" database format support.
84            (DISResourceList): New type.
85            (uriRef, ownerModuleURI, ownerModuleURIRef): New attributes.
86            (addChildResource, addDynamicChildResource): New methods.
87            (getChildResourceList, getDynamicChildResourceList): New method.
88            (getChildResourceListByType): New method.
89            (parentResource, dynamicParentResource): New attributes.
90    
91            * Makefile (DAC_SUFFIX): Changed to ".dae".
92            (DAEM_SUFFIX): New.
93    
94    
95    2005-09-24  Wakaba  <wakaba@suika.fam.cx>
96    
97            * ManakaiNode.dis: Use "disPerl:H" instead
98            of "disPerl:Q" for hash keys.
99            (NodeStem): Property value "mn:treeID"
100            has changed to scalar reference.
101    
102    2005-09-24  Wakaba  <wakaba@suika.fam.cx>
103    
104            * ManakaiNode.dis (mn:node, mn:nodeID, mn:treeID): New
105            properties.
106            (mn:stemName, mn:refName): New properties.
107    
108            * Makefile (.discore-all.pm): New rule to create dis-related
109            Perl module files at once.
110    
111            * DIS.dis (PERL_HASH_KEY_ALREADY_DEFINED_ERR): New error code.
112            (hashKeyName, hashKeyScope, anotherURI): New error parameters.
113    
114            * ManakaiNode.dis, DIS.dis, PerlCode.dis: Use "disPerl:H" instead
115            of "disPerl:Q" for hash keys.
116    
117    2005-09-23  Wakaba  <wakaba@suika.fam.cx>
118    
119            * DIS.dis (DISParser.new): New method.
120            (hasFeature): Removed.  ManakaiDISAnyResource now
121            extends DOMFeature:ManakaiHasFeatureByGetFeature.
122            (readProperties): Support for property value data
123            types DISLang:MemberRef and dx:XCRef added.
124            (ManakaiDISExceptionTarget): It is now an alias
125            for dx:ManakaiDefaultExceptionHandler.
126    
127    2005-09-22  Wakaba  <wakaba@suika.fam.cx>
128    
129            * Makefile: DAC_SUFFIX changed to ".dad".
130    
131            * DIS.dis (Util:): Added for DIS|ForEmpty and DIS|ForLatest.
132            (disIsNullable): Reimplemented.
133    
134    2005-09-21  Wakaba  <wakaba@suika.fam.cx>
135    
136            * DIS.dis (addNamespaceBinding): New method.
137    
138    2005-09-20  Wakaba  <wakaba@suika.fam.cx>
139    
140            * DIS.dis: Use valueRef and nodeIDRef where possible so
141            that dad file can share text data if possible.
142            For resources, {subOf} and {supOf} is now optional.
143            (sourceNodeIDRef): New attribute.
144    
145    2005-09-19  Wakaba  <wakaba@suika.fam.cx>
146    
147            * DIS.dis: Parameter "databaseArg" added to various
148            methods to support objects that have no associated
149            database.
150            (getNamespaceBindingList, getDefaultNamespaceURIRef): New
151            methods.
152            (NO_RDF_TYPE_ERR): New error type.
153            (loadResource): Throws NO_RDF_TYPE_ERR if no rdf:type
154            attribute specified for a resource definition.
155    
156    2005-09-16  Wakaba  <wakaba@suika.fam.cx>
157    
158            * DIS.dis (DISResourceProp): Methods reimplemented to
159            support DIS/Value values.
160    
161    2005-09-15  Wakaba  <wakaba@suika.fam.cx>
162    
163            * DIS.dis (readProperties): New methods.  Emploies DIS/Value
164            classes for internal data structure.
165    
166    2005-09-14  Wakaba  <wakaba@suika.fam.cx>
167    
168            * DIS.dis: Now references DIS/Value.dis.
169            (DISAnyResource): New interface separeted from DISModule.
170            DISFor and DISResource.
171    
172    2005-09-13  Wakaba  <wakaba@suika.fam.cx>
173    
174            * DIS.dis: Perl-related methods are moved to a separate
175            module "DIS/Perl.dis".
176    
177    2005-09-08  Wakaba  <wakaba@suika.fam.cx>
178    
179            * Makefile: Renewaled.
180    
181            * ManakaiNode.dis (free): New method.
182    
183    2005-09-07  Wakaba  <wakaba@suika.fam.cx>
184    
185            * DIS.dis: Interfaces added.
186            (free): New method.
187    
188            * PerlCode.dis: Interfaces added.
189    
190    2005-09-06  Wakaba  <wakaba@suika.fam.cx>
191    
192            * DIS.dis (plName): Use AppName attribute, if any,
193            for ManakaiDOM:ConstGroup resources.
194    
195    2005-09-05  Wakaba  <wakaba@suika.fam.cx>
196    
197            * DIS.dis (plGeneratePerlModuleFile): Don't generate code for
198            the same class or variable twice whose alias is defined
199            in the same module.
200    
201    2005-09-04  Wakaba  <wakaba@suika.fam.cx>
202    
203            * PerlCode.dis (ManakaiPerlSub.IntClone): Copies pc:localName
204            and pc:prortotype properties.
205    
206            * DIS.dis (plAdditionalISAPackages): New attribute.
207    
208    2005-09-01  Wakaba  <wakaba@suika.fam.cx>
209    
210            * DIS.dis (plCodeFragment): The ManakaiDOM:boolean datatype
211            supported.
212    
213    2005-08-31  Wakaba  <wakaba@suika.fam.cx>
214    
215            * DIS.dis (uris): New attribute.
216    
217    2005-08-30  Wakaba  <wakaba@suika.fam.cx>
218    
219            * DIS.dis (plFilePathStem): New attribute.
220    
221    2005-08-29  Wakaba  <wakaba@suika.fam.cx>
222    
223            * DIS.dis (plFileNameStem): New attribute.
224    
225    2005-08-28  Wakaba  <wakaba@suika.fam.cx>
226    
227            * DIS.dis (plCodeFragment): Type ManakaiDOM:InCase supported.
228    
229    2005-08-26  Wakaba  <wakaba@suika.fam.cx>
230    
231            * DIS.dis: Typo fixed for replacing namespace URI and local name
232            in reflecting code.
233            (mvLocalName, mvNamespaceURI): Use "localName" and "namespaceURI"
234            attribute values as their default.
235            (mvPrefix, qnameValuePrefix): New attributes.
236    
237            * ManakaiNode.dis: Tests whether "defined" rather than true or not
238            in "while" conditions.
239    
240    2005-08-15  Wakaba  <wakaba@suika.fam.cx>
241    
242            * ManakaiNode.dis (Util:): Now Perl package name for interfaces
243            is defined.
244    
245            * DIS.dis (mediaTypeURI): Returns $defaultMediaType
246            parameter value if dis:ContentType attribute is missing.
247    
248            * ManakaiNode.dis (importTree): Use "isa" function
249            to check whether a object is an instance of the manakai
250            node model.
251            (NodeStem, NodeRef): New lightweight variant
252            of ManakaiDOM:ManakaiDOMNodeObject
253            and ManakaiDOM:ManakaiDOMNodeReference.
254    
255    2005-05-29  Wakaba  <wakaba@suika.fam.cx>
256    
257            * DIS.dis (plGeneratePerlModuleFile): Bug fixed so that
258            even if DOMMetaImpl:provideFeature has child nodes but
259            they are not DOMMetaImpl:providedThrough a ImplFeature
260            statement is generated.
261            (plCodeFragment): Bug fixed so that dis:SetProp works correctly.
262    
263    2005-05-26  Wakaba  <wakaba@suika.fam.cx>
264    
265            * Makefile: Rules for DISDoc module added.
266    
267    2005-05-23  Wakaba  <wakaba@suika.fam.cx>
268    
269            * DIS.dis (ManakaiDISResourceDefinition, ManakaiDISForDefinition,
270            ManakaiDISModuleDefinition): "getFeature" method added.
271    
272    2005-03-06  Wakaba  <wakaba@suika.fam.cx>
273    
274            * DIS.dis (Require): Loads PerlCode module.
275    
276    2005-03-05  Wakaba  <wakaba@suika.fam.cx>
277    
278            * PerlCode.dis: Operator overloading is implemented.
279    
280  2005-03-04  Wakaba  <wakaba@suika.fam.cx>  2005-03-04  Wakaba  <wakaba@suika.fam.cx>
281    
282          * ManakaiNode.dis: Checks type, to support SuikaWikiConfig21          * ManakaiNode.dis: Checks type, to support SuikaWikiConfig21

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.55

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24