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

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.53

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24