/[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.6 by w, Sun Jan 26 01:35:40 2003 UTC revision 1.48 by wakaba, Tue Sep 27 05:30:40 2005 UTC
# Line 1  Line 1 
1    2005-09-27  Wakaba  <wakaba@suika.fam.cx>
2    
3            * ManakaiNode.dis (ManakaiNodeStem): Use per-class
4            variable for searching noderel properties instead
5            of per-node properties.
6    
7    2005-09-26  Wakaba  <wakaba@suika.fam.cx>
8    
9            * ManakaiNode.dis (new): New "className" parameter added.
10            (mn:NodeRefRole): New role.
11            (mn:type): New property.
12            (mn:subnode0, mn:subnode1, mn:subnode2, mn:irefnode0,
13            mn:origin0, mn:anydata1, mn:anydata2, mn:noderef): New properties.
14    
15            * Makefile: Rules to make "DIS/DISDump" is separeted
16            from "DIS/DISDoc".
17    
18            * DIS.dis (getFor): Loads database module if unread
19            "for" is referenced.
20            (addResourceList, getResourceList): New method.
21            (ManakaiDISModuleLite): New class.
22    
23    2005-09-25  Wakaba  <wakaba@suika.fam.cx>
24    
25            * DIS.dis (RESOURCE_NOT_DEFINED_ERR): New error code.
26            (getResource): New "dae" and "daem" database format support.
27            (DISResourceList): New type.
28            (uriRef, ownerModuleURI, ownerModuleURIRef): New attributes.
29            (addChildResource, addDynamicChildResource): New methods.
30            (getChildResourceList, getDynamicChildResourceList): New method.
31            (getChildResourceListByType): New method.
32            (parentResource, dynamicParentResource): New attributes.
33    
34            * Makefile (DAC_SUFFIX): Changed to ".dae".
35            (DAEM_SUFFIX): New.
36    
37    2005-09-24  Wakaba  <wakaba@suika.fam.cx>
38    
39            * ManakaiNode.dis (NodeStem): Property value "mn:treeID"
40            has changed to scalar reference.
41    
42    2005-09-24  Wakaba  <wakaba@suika.fam.cx>
43    
44            * ManakaiNode.dis (mn:node, mn:nodeID, mn:treeID): New
45            properties.
46            (mn:stemName, mn:refName): New properties.
47    
48            * Makefile (.discore-all.pm): New rule to create dis-related
49            Perl module files at once.
50    
51            * DIS.dis (PERL_HASH_KEY_ALREADY_DEFINED_ERR): New error code.
52            (hashKeyName, hashKeyScope, anotherURI): New error parameters.
53    
54            * ManakaiNode.dis, DIS.dis, PerlCode.dis: Use "disPerl:H" instead
55            of "disPerl:Q" for hash keys.
56    
57    2005-09-23  Wakaba  <wakaba@suika.fam.cx>
58    
59            * DIS.dis (DISParser.new): New method.
60            (hasFeature): Removed.  ManakaiDISAnyResource now
61            extends DOMFeature:ManakaiHasFeatureByGetFeature.
62            (readProperties): Support for property value data
63            types DISLang:MemberRef and dx:XCRef added.
64            (ManakaiDISExceptionTarget): It is now an alias
65            for dx:ManakaiDefaultExceptionHandler.
66    
67    2005-09-22  Wakaba  <wakaba@suika.fam.cx>
68    
69            * Makefile: DAC_SUFFIX changed to ".dad".
70    
71            * DIS.dis (Util:): Added for DIS|ForEmpty and DIS|ForLatest.
72            (disIsNullable): Reimplemented.
73    
74    2005-09-21  Wakaba  <wakaba@suika.fam.cx>
75    
76            * DIS.dis (addNamespaceBinding): New method.
77    
78    2005-09-20  Wakaba  <wakaba@suika.fam.cx>
79    
80            * DIS.dis: Use valueRef and nodeIDRef where possible so
81            that dad file can share text data if possible.
82            For resources, {subOf} and {supOf} is now optional.
83            (sourceNodeIDRef): New attribute.
84    
85    2005-09-19  Wakaba  <wakaba@suika.fam.cx>
86    
87            * DIS.dis: Parameter "databaseArg" added to various
88            methods to support objects that have no associated
89            database.
90            (getNamespaceBindingList, getDefaultNamespaceURIRef): New
91            methods.
92            (NO_RDF_TYPE_ERR): New error type.
93            (loadResource): Throws NO_RDF_TYPE_ERR if no rdf:type
94            attribute specified for a resource definition.
95    
96    2005-09-16  Wakaba  <wakaba@suika.fam.cx>
97    
98            * DIS.dis (DISResourceProp): Methods reimplemented to
99            support DIS/Value values.
100    
101    2005-09-15  Wakaba  <wakaba@suika.fam.cx>
102    
103            * DIS.dis (readProperties): New methods.  Emploies DIS/Value
104            classes for internal data structure.
105    
106    2005-09-14  Wakaba  <wakaba@suika.fam.cx>
107    
108            * DIS.dis: Now references DIS/Value.dis.
109            (DISAnyResource): New interface separeted from DISModule.
110            DISFor and DISResource.
111    
112    2005-09-13  Wakaba  <wakaba@suika.fam.cx>
113    
114            * DIS.dis: Perl-related methods are moved to a separate
115            module "DIS/Perl.dis".
116    
117    2005-09-08  Wakaba  <wakaba@suika.fam.cx>
118    
119            * Makefile: Renewaled.
120    
121            * ManakaiNode.dis (free): New method.
122    
123    2005-09-07  Wakaba  <wakaba@suika.fam.cx>
124    
125            * DIS.dis: Interfaces added.
126            (free): New method.
127    
128            * PerlCode.dis: Interfaces added.
129    
130    2005-09-06  Wakaba  <wakaba@suika.fam.cx>
131    
132            * DIS.dis (plName): Use AppName attribute, if any,
133            for ManakaiDOM:ConstGroup resources.
134    
135    2005-09-05  Wakaba  <wakaba@suika.fam.cx>
136    
137            * DIS.dis (plGeneratePerlModuleFile): Don't generate code for
138            the same class or variable twice whose alias is defined
139            in the same module.
140    
141    2005-09-04  Wakaba  <wakaba@suika.fam.cx>
142    
143            * PerlCode.dis (ManakaiPerlSub.IntClone): Copies pc:localName
144            and pc:prortotype properties.
145    
146            * DIS.dis (plAdditionalISAPackages): New attribute.
147    
148    2005-09-01  Wakaba  <wakaba@suika.fam.cx>
149    
150            * DIS.dis (plCodeFragment): The ManakaiDOM:boolean datatype
151            supported.
152    
153    2005-08-31  Wakaba  <wakaba@suika.fam.cx>
154    
155            * DIS.dis (uris): New attribute.
156    
157    2005-08-30  Wakaba  <wakaba@suika.fam.cx>
158    
159            * DIS.dis (plFilePathStem): New attribute.
160    
161    2005-08-29  Wakaba  <wakaba@suika.fam.cx>
162    
163            * DIS.dis (plFileNameStem): New attribute.
164    
165    2005-08-28  Wakaba  <wakaba@suika.fam.cx>
166    
167            * DIS.dis (plCodeFragment): Type ManakaiDOM:InCase supported.
168    
169    2005-08-26  Wakaba  <wakaba@suika.fam.cx>
170    
171            * DIS.dis: Typo fixed for replacing namespace URI and local name
172            in reflecting code.
173            (mvLocalName, mvNamespaceURI): Use "localName" and "namespaceURI"
174            attribute values as their default.
175            (mvPrefix, qnameValuePrefix): New attributes.
176    
177            * ManakaiNode.dis: Tests whether "defined" rather than true or not
178            in "while" conditions.
179    
180    2005-08-15  Wakaba  <wakaba@suika.fam.cx>
181    
182            * ManakaiNode.dis (Util:): Now Perl package name for interfaces
183            is defined.
184    
185            * DIS.dis (mediaTypeURI): Returns $defaultMediaType
186            parameter value if dis:ContentType attribute is missing.
187    
188            * ManakaiNode.dis (importTree): Use "isa" function
189            to check whether a object is an instance of the manakai
190            node model.
191            (NodeStem, NodeRef): New lightweight variant
192            of ManakaiDOM:ManakaiDOMNodeObject
193            and ManakaiDOM:ManakaiDOMNodeReference.
194    
195    2005-05-29  Wakaba  <wakaba@suika.fam.cx>
196    
197            * DIS.dis (plGeneratePerlModuleFile): Bug fixed so that
198            even if DOMMetaImpl:provideFeature has child nodes but
199            they are not DOMMetaImpl:providedThrough a ImplFeature
200            statement is generated.
201            (plCodeFragment): Bug fixed so that dis:SetProp works correctly.
202    
203    2005-05-26  Wakaba  <wakaba@suika.fam.cx>
204    
205            * Makefile: Rules for DISDoc module added.
206    
207    2005-05-23  Wakaba  <wakaba@suika.fam.cx>
208    
209            * DIS.dis (ManakaiDISResourceDefinition, ManakaiDISForDefinition,
210            ManakaiDISModuleDefinition): "getFeature" method added.
211    
212    2005-03-06  Wakaba  <wakaba@suika.fam.cx>
213    
214            * DIS.dis (Require): Loads PerlCode module.
215    
216    2005-03-05  Wakaba  <wakaba@suika.fam.cx>
217    
218            * PerlCode.dis: Operator overloading is implemented.
219    
220    2005-03-04  Wakaba  <wakaba@suika.fam.cx>
221    
222            * ManakaiNode.dis: Checks type, to support SuikaWikiConfig21
223            module's binding properties.
224    
225    2005-03-03  Wakaba  <wakaba@suika.fam.cx>
226    
227            * PerlCode.dis: New module.
228    
229    2005-02-26  Wakaba  <wakaba@suika.fam.cx>
230    
231            * DIS.dis (DISModuleResolver): New interface.
232    
233    2005-02-21  Wakaba  <wakaba@suika.fam.cx>
234    
235            * DIS.dis: New module.
236    
237            * ManakaiNode.dis: New "subnode0" property category introduced.
238    
239    2005-02-17  Wakaba  <wakaba@suika.fam.cx>
240    
241            * ManakaiNode.dis: New module.
242    
243    2005-01-05  Wakaba  <wakaba@suika.fam.cx>
244    
245            * Error.pm (___rule_def[p]): Don't output anything if not exists
246            that parameter.
247    
248    2004-09-30  Wakaba  <wakaba@suika.fam.cx>
249    
250            * Error.pm (___rule_def): "p" added; now "t" is obsolete.
251    
252    2004-04-02  Wakaba  <wakaba@suika.fam.cx>
253    
254            * Error.pm (report): Error depth fixed.
255            (___rule_def:t): New parameters empty and undef introduced.
256    
257    2004-01-17  Wakaba  <wakaba@suika.fam.cx>
258    
259            * Error.pm: Some fixes w.r.t. Error::Depth.
260    
261    2003-12-06  Wakaba  <wakaba@suika.fam.cx>
262    
263            * Error.pm (___error_def): Renamed from ___errors.
264    
265    2003-12-01  Wakaba  <wakaba@suika.fam.cx>
266    
267            * Error.pm (___get_error_def): Now support inherit. (It was not work.)
268    
269    2003-11-15  Wakaba  <wakaba@suika.fam.cx>
270    
271            * Error.pm: Use Message::Util::Formatter::Text to construct error messages.
272    
273    2003-11-13  Wakaba  <wakaba@suika.fam.cx>
274    
275            * Formatter: New directory.
276    
277    2003-11-12  Wakaba  <wakaba@suika.fam.cx>
278    
279            * Error.pm: Rewritten.
280    
281    2003-10-25  Wakaba  <wakaba@suika.fam.cx>
282    
283            * Formatter.pm (replace): Allow '%foo () ;'.
284    
285    2003-09-17  Wakaba  <wakaba@suika.fam.cx>
286    
287            * HostPermit.pm: New module.
288    
289    2003-08-05  Wakaba  <wakaba@suika.fam.cx>
290    
291            * Error.pm (_default_error_handler): Syntax fix.
292    
293            * Error/: New directory.
294    
295    2003-07-29  Wakaba  <wakaba@suika.fam.cx>
296    
297            * Error.pm: New module.
298    
299    2003-05-10  Wakaba  <w@offweb.ddo.jp>
300    
301            * Formatter.pm (replace): Bug fix of pattern.
302    
303    2003-04-29  Wakaba  <w@offweb.ddo.jp>
304    
305            * Formatter.pm (replace): {...} block is supported.
306            (Message::Util::Formatter::_returned): New package.  It is very very tiny
307            subset of SuikaWiki::Markup::XML.
308            (replace): Return structured string, not bare string.  This function is
309            useful to make tree (such as XML's) from formatting template (and its nested
310            parameters).
311    
312    2003-03-28  Wakaba  <w@offweb.ddo.jp>
313    
314            * Formatter.pm (replace): Treat oo of "str"oo of attr value as option and parse attr value if 'p' option is specified.
315            (replace): Replace '-' to '_' in attr name.
316    
317  2003-01-26  Wakaba  <w@cube.wakaba.ssm>  2003-01-26  Wakaba  <w@cube.wakaba.ssm>
318    
319          * Formatter.pm (replace): Trim attribute name/value pair.          * Formatter.pm (replace): Trim attribute name/value pair.

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.48

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24