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

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24