/[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.1 by wakaba, Wed Nov 13 08:25:04 2002 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>
232    
233            * PerlCode.dis: Operator overloading is implemented.
234    
235    2005-03-04  Wakaba  <wakaba@suika.fam.cx>
236    
237            * ManakaiNode.dis: Checks type, to support SuikaWikiConfig21
238            module's binding properties.
239    
240    2005-03-03  Wakaba  <wakaba@suika.fam.cx>
241    
242            * PerlCode.dis: New module.
243    
244    2005-02-26  Wakaba  <wakaba@suika.fam.cx>
245    
246            * DIS.dis (DISModuleResolver): New interface.
247    
248    2005-02-21  Wakaba  <wakaba@suika.fam.cx>
249    
250            * DIS.dis: New module.
251    
252            * ManakaiNode.dis: New "subnode0" property category introduced.
253    
254    2005-02-17  Wakaba  <wakaba@suika.fam.cx>
255    
256            * ManakaiNode.dis: New module.
257    
258    2005-01-05  Wakaba  <wakaba@suika.fam.cx>
259    
260            * Error.pm (___rule_def[p]): Don't output anything if not exists
261            that parameter.
262    
263    2004-09-30  Wakaba  <wakaba@suika.fam.cx>
264    
265            * Error.pm (___rule_def): "p" added; now "t" is obsolete.
266    
267    2004-04-02  Wakaba  <wakaba@suika.fam.cx>
268    
269            * Error.pm (report): Error depth fixed.
270            (___rule_def:t): New parameters empty and undef introduced.
271    
272    2004-01-17  Wakaba  <wakaba@suika.fam.cx>
273    
274            * Error.pm: Some fixes w.r.t. Error::Depth.
275    
276    2003-12-06  Wakaba  <wakaba@suika.fam.cx>
277    
278            * Error.pm (___error_def): Renamed from ___errors.
279    
280    2003-12-01  Wakaba  <wakaba@suika.fam.cx>
281    
282            * Error.pm (___get_error_def): Now support inherit. (It was not work.)
283    
284    2003-11-15  Wakaba  <wakaba@suika.fam.cx>
285    
286            * Error.pm: Use Message::Util::Formatter::Text to construct error messages.
287    
288    2003-11-13  Wakaba  <wakaba@suika.fam.cx>
289    
290            * Formatter: New directory.
291    
292    2003-11-12  Wakaba  <wakaba@suika.fam.cx>
293    
294            * Error.pm: Rewritten.
295    
296    2003-10-25  Wakaba  <wakaba@suika.fam.cx>
297    
298            * Formatter.pm (replace): Allow '%foo () ;'.
299    
300    2003-09-17  Wakaba  <wakaba@suika.fam.cx>
301    
302            * HostPermit.pm: New module.
303    
304    2003-08-05  Wakaba  <wakaba@suika.fam.cx>
305    
306            * Error.pm (_default_error_handler): Syntax fix.
307    
308            * Error/: New directory.
309    
310    2003-07-29  Wakaba  <wakaba@suika.fam.cx>
311    
312            * Error.pm: New module.
313    
314    2003-05-10  Wakaba  <w@offweb.ddo.jp>
315    
316            * Formatter.pm (replace): Bug fix of pattern.
317    
318    2003-04-29  Wakaba  <w@offweb.ddo.jp>
319    
320            * Formatter.pm (replace): {...} block is supported.
321            (Message::Util::Formatter::_returned): New package.  It is very very tiny
322            subset of SuikaWiki::Markup::XML.
323            (replace): Return structured string, not bare string.  This function is
324            useful to make tree (such as XML's) from formatting template (and its nested
325            parameters).
326    
327    2003-03-28  Wakaba  <w@offweb.ddo.jp>
328    
329            * Formatter.pm (replace): Treat oo of "str"oo of attr value as option and parse attr value if 'p' option is specified.
330            (replace): Replace '-' to '_' in attr name.
331    
332    2003-01-26  Wakaba  <w@cube.wakaba.ssm>
333    
334            * Formatter.pm (replace): Trim attribute name/value pair.
335    
336    2003-01-04  Wakaba  <w@suika.fam.cx>
337    
338            * Formatter.pm (replace): Don't split by ',' in quoted-strings.
339    
340    2002-12-15  Wakaba  <w@suika.fam.cx>
341    
342            * Formatter.pm (%char;): Removed.
343    
344    2002-12-05  Wakaba  <w@suika.fam.cx>
345    
346            * Formatter.pm (%FMT2TXT): New (internal) initial format rule,
347            "-bare_text".
348            (replace): "Replace" non-%-text with "-bare_text" rule.
349            (pod): Methods and initial rules are documented.
350    
351    2002-12-04  Wakaba  <w@suika.fam.cx>
352    
353            * Formatter.pm (replace): Accept ")" in quoted-string.
354    
355  2002-11-13  Wakaba <w@suika.fam.cx>  2002-11-13  Wakaba <w@suika.fam.cx>
356    
357          * ChangeLog: New file.          * ChangeLog: New file.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24