/[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.92 by wakaba, Thu Feb 9 10:23:19 2006 UTC revision 1.102 by wakaba, Sun Feb 26 06:42:56 2006 UTC
# Line 1  Line 1 
1    2006-02-26  Wakaba  <wakaba@suika.fam.cx>
2    
3            * ManakaiNodeTest.dis (Require): Missing reference
4            to the |DISlib:Test| module is added.
5    
6            * Makefile: Revised for new |daf| database format.
7    
8            * DIS.dis (elementTypeMatch, isSubsetOfURI): The |srinfo|
9            parameter is added.
10            (getFor, getModule): Set reference rather than string
11            itself to the |{for}| property.
12            (loadResource): Passes |srinfo| parameter
13            to |isSubsetOfURI|-calling methods.
14            (mergeAsAlias): The |srinfo| parameter is added.
15    
16    2006-02-26  Wakaba  <wakaba@suika.fam.cx>
17    
18            * PerlCode.dis (Require): Missing reference to the |DISlib:DISMarkup|
19            module is added.
20    
21    2006-02-25  Wakaba  <wakaba@suika.fam.cx>
22    
23            * DIS.dis (lookupNamespacePrefix): Resolves prefix by
24            namespace resolver if available.
25            (disNamespaceResolver): New attribute.
26            (loadModule): Sets |revision| attribute of the created module.
27            (ownerModuleRef): Setter is added.
28            (addTypeURI): Set |ownerModule| attribute if possible.
29            (ManakaiDISModuleLite): The class no longer inherits |DISAnyResource|
30            class and |ManakaiDefaultExceptionHandler| class.
31            (mergeAsAlias): New |noEqualityCheck| parameter is added.
32    
33            * Makefile: New variables for |DAF| are added.
34    
35    2006-02-24  Wakaba  <wakaba@suika.fam.cx>
36    
37            * DIS.dis (loadModule): Adds name URIs of |Require|d
38            modules to the list of such modules.
39            (DIS:forURI): New property.
40            (getReferringModuleURIList, addReferringModuleURI): New methods.
41            (DIS:referringModule): New property.
42    
43    2006-02-24  Wakaba  <wakaba@suika.fam.cx>
44    
45            * DIS.dis (loadResource): URI registration by |addResourceList|
46            was incorrect for aliases.
47            (unloadResource): It did not support resources with
48            no e.g. |{subOf}| hash.
49            (addResourceURI): New method.
50            (getResourceURIList): New method.
51    
52    2006-02-23  Wakaba  <wakaba@suika.fam.cx>
53    
54            * DIS.dis (loadResource, loadFor, loadModule): New |srinfo|
55            parameter is added.  Restores super-resource information
56            from |srinfo| if available.
57            (unloadModule): New method.
58            (getModuleResourceList): New method.
59            (addResourceList): Adds all alias names to the list.
60            (addForResource): New method analog to |addResourceList|.
61            (getForResourceList): New method analog to |getResourceList|.
62            (dx:Interface.getErrorInterfaceResource): New method
63            implementation.
64    
65    2006-02-22  Wakaba  <wakaba@suika.fam.cx>
66    
67            * PerlCode.dis (PCVariable.stringify): The |hashKey|
68            attribute was not reflected to the stringified representation.
69    
70            * DIS.dis (getErrorInterfaceResource): New method.
71            (getErrorCodeResource): New method.
72    
73    2006-02-20  Wakaba  <wakaba@suika.fam.cx>
74    
75            * DIS.dis (MUErrorHandler): Missing |For| specification is added.
76    
77    2006-02-20  Wakaba  <wakaba@suika.fam.cx>
78    
79            * DIS.dis (getMethodForType): Bug fixed.
80    
81    2006-02-20  Wakaba  <wakaba@suika.fam.cx>
82    
83            * DIS.dis (isPropertyElement): The |DISCore:resourceType|
84            element type is now recognized as a property.  In addition,
85            element types that are a |DISSource:Property| are
86            properties.
87            (DIS:AnyMethod, DIS:Method, DIS:Attribute): New types.
88            (DIS:targetType): New property.
89            (DISModule, DISFor, DISResource, DISDatabase): These
90            classes no longer inherits |ManakaiDISExceptionTarget|.
91            (DISDatabase.loadResource): Reads |DISCore:resourceType| property
92            as well as |rdf:type| property.
93            (DISAnyResource.MUErrorHandler, DISDatabase.MUErrorHandler): New
94            methods.
95            (DISDatabase.domConfig): New attribute.
96            (error-handler): New configuration parameter.
97            (getMethodForType): New code fragment.
98            (DIS:more-than-one-methods-for-a-type): New error.
99            (ManakaiDISExceptionTarget): Removed.
100    
101    2006-02-19  Wakaba  <wakaba@suika.fam.cx>
102    
103            * DIS.dis (composeSubsetURI): New code fragment.
104            (getResource, getModule, getFor, loadResource): Old |rdf:type| settking
105            code is removed.
106            (isSubsetOfURI): Old compatibility code removed.
107            (addTypeURI): Bugs fixed.
108    
109    2006-02-19  Wakaba  <wakaba@suika.fam.cx>
110    
111            * DIS.dis (getResource, getFor, getModule): Set |DIS:typeURI|
112            property on creation of an object.
113            (isAnonymous): Setter is added.
114            (isTypeURI): Redefined using |typeResource| and |isSubsetOfURI|.
115            (getTypeURIList): New method.
116            (typeResource): New attribute.
117            (addTypeURI): New method.
118            (DISModule.isAnonymous, DISFor.isAnonymous): Removed.  Now |for|s
119            and modules as well as normal resources can be anonymous.
120            (getSuperResourceURIList): New method.
121    
122    2006-02-18  Wakaba  <wakaba@suika.fam.cx>
123    
124            * DIS.dis (revision): New attribute.
125    
126  2006-02-09  Wakaba  <wakaba@suika.fam.cx>  2006-02-09  Wakaba  <wakaba@suika.fam.cx>
127    
128          * PerlCode.dis (PerlStringLiteral.stringify): |pc:preserve-line-break|          * PerlCode.dis (PerlStringLiteral.stringify): |pc:preserve-line-break|

Legend:
Removed from v.1.92  
changed lines
  Added in v.1.102

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24