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

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.47

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24