/[suikacvs]/messaging/manakai/lib/Message/Util/ChangeLog
Suika

Contents of /messaging/manakai/lib/Message/Util/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.48 - (hide annotations) (download)
Tue Sep 27 05:30:40 2005 UTC (19 years, 2 months ago) by wakaba
Branch: MAIN
Changes since 1.47: +6 -0 lines
++ manakai/lib/Message/Util/ChangeLog	27 Sep 2005 05:29:27 -0000
2005-09-27  Wakaba  <wakaba@suika.fam.cx>

	* ManakaiNode.dis (ManakaiNodeStem): Use per-class
	variable for searching noderel properties instead
	of per-node properties.

++ manakai/lib/Message/DOM/ChangeLog	27 Sep 2005 05:27:35 -0000
2005-09-27  Wakaba  <wakaba@suika.fam.cx>

	* DOMCore.dis (DOMCore:nodeProp): New property.

++ manakai/lib/manakai/ChangeLog	27 Sep 2005 05:30:27 -0000
2005-09-27  Wakaba  <wakaba@suika.fam.cx>

	* XML.dis (dxm:nodeTypeName): New property.

1 wakaba 1.48 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 wakaba 1.47 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 wakaba 1.46 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 wakaba 1.44 2005-09-24 Wakaba <wakaba@suika.fam.cx>
38    
39 wakaba 1.45 * 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 wakaba 1.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 wakaba 1.43 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 wakaba 1.41 2005-09-22 Wakaba <wakaba@suika.fam.cx>
68    
69 wakaba 1.42 * Makefile: DAC_SUFFIX changed to ".dad".
70    
71 wakaba 1.41 * 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 wakaba 1.40 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 wakaba 1.39 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 wakaba 1.38 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 wakaba 1.37 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 wakaba 1.36 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 wakaba 1.35 2005-09-01 Wakaba <wakaba@suika.fam.cx>
149    
150     * DIS.dis (plCodeFragment): The ManakaiDOM:boolean datatype
151     supported.
152    
153 wakaba 1.34 2005-08-31 Wakaba <wakaba@suika.fam.cx>
154    
155     * DIS.dis (uris): New attribute.
156    
157 wakaba 1.33 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 wakaba 1.31 2005-08-15 Wakaba <wakaba@suika.fam.cx>
181    
182 wakaba 1.32 * ManakaiNode.dis (Util:): Now Perl package name for interfaces
183     is defined.
184    
185 wakaba 1.31 * 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 wakaba 1.32 (NodeStem, NodeRef): New lightweight variant
192     of ManakaiDOM:ManakaiDOMNodeObject
193     and ManakaiDOM:ManakaiDOMNodeReference.
194 wakaba 1.31
195 wakaba 1.30 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 wakaba 1.29 2005-05-26 Wakaba <wakaba@suika.fam.cx>
204    
205     * Makefile: Rules for DISDoc module added.
206    
207 wakaba 1.28 2005-05-23 Wakaba <wakaba@suika.fam.cx>
208    
209     * DIS.dis (ManakaiDISResourceDefinition, ManakaiDISForDefinition,
210     ManakaiDISModuleDefinition): "getFeature" method added.
211    
212 wakaba 1.27 2005-03-06 Wakaba <wakaba@suika.fam.cx>
213    
214     * DIS.dis (Require): Loads PerlCode module.
215    
216 wakaba 1.26 2005-03-05 Wakaba <wakaba@suika.fam.cx>
217    
218     * PerlCode.dis: Operator overloading is implemented.
219    
220 wakaba 1.25 2005-03-04 Wakaba <wakaba@suika.fam.cx>
221    
222     * ManakaiNode.dis: Checks type, to support SuikaWikiConfig21
223     module's binding properties.
224    
225 wakaba 1.24 2005-03-03 Wakaba <wakaba@suika.fam.cx>
226    
227     * PerlCode.dis: New module.
228    
229 wakaba 1.23 2005-02-26 Wakaba <wakaba@suika.fam.cx>
230    
231     * DIS.dis (DISModuleResolver): New interface.
232    
233 wakaba 1.22 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 wakaba 1.21 2005-02-17 Wakaba <wakaba@suika.fam.cx>
240    
241     * ManakaiNode.dis: New module.
242    
243 wakaba 1.20 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 wakaba 1.19 2004-09-30 Wakaba <wakaba@suika.fam.cx>
249    
250     * Error.pm (___rule_def): "p" added; now "t" is obsolete.
251    
252 wakaba 1.18 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 wakaba 1.17 2004-01-17 Wakaba <wakaba@suika.fam.cx>
258    
259     * Error.pm: Some fixes w.r.t. Error::Depth.
260    
261 wakaba 1.16 2003-12-06 Wakaba <wakaba@suika.fam.cx>
262    
263     * Error.pm (___error_def): Renamed from ___errors.
264    
265 wakaba 1.15 2003-12-01 Wakaba <wakaba@suika.fam.cx>
266    
267     * Error.pm (___get_error_def): Now support inherit. (It was not work.)
268    
269 wakaba 1.14 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 wakaba 1.13 2003-10-25 Wakaba <wakaba@suika.fam.cx>
282    
283     * Formatter.pm (replace): Allow '%foo () ;'.
284    
285 wakaba 1.12 2003-09-17 Wakaba <wakaba@suika.fam.cx>
286    
287     * HostPermit.pm: New module.
288    
289 wakaba 1.11 2003-08-05 Wakaba <wakaba@suika.fam.cx>
290    
291     * Error.pm (_default_error_handler): Syntax fix.
292    
293     * Error/: New directory.
294    
295 wakaba 1.10 2003-07-29 Wakaba <wakaba@suika.fam.cx>
296    
297     * Error.pm: New module.
298    
299 wakaba 1.9 2003-05-10 Wakaba <w@offweb.ddo.jp>
300    
301     * Formatter.pm (replace): Bug fix of pattern.
302    
303 wakaba 1.8 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 wakaba 1.7 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 w 1.6 2003-01-26 Wakaba <w@cube.wakaba.ssm>
318    
319     * Formatter.pm (replace): Trim attribute name/value pair.
320    
321 w 1.5 2003-01-04 Wakaba <w@suika.fam.cx>
322    
323     * Formatter.pm (replace): Don't split by ',' in quoted-strings.
324    
325 wakaba 1.4 2002-12-15 Wakaba <w@suika.fam.cx>
326    
327     * Formatter.pm (%char;): Removed.
328    
329 wakaba 1.3 2002-12-05 Wakaba <w@suika.fam.cx>
330    
331     * Formatter.pm (%FMT2TXT): New (internal) initial format rule,
332     "-bare_text".
333     (replace): "Replace" non-%-text with "-bare_text" rule.
334     (pod): Methods and initial rules are documented.
335    
336 wakaba 1.2 2002-12-04 Wakaba <w@suika.fam.cx>
337    
338     * Formatter.pm (replace): Accept ")" in quoted-string.
339    
340 wakaba 1.1 2002-11-13 Wakaba <w@suika.fam.cx>
341    
342     * ChangeLog: New file.
343     * Formatter.pm: New module.

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24