/[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.47 - (show annotations) (download)
Mon Sep 26 14:37:36 2005 UTC (19 years, 2 months ago) by wakaba
Branch: MAIN
Changes since 1.46: +16 -0 lines
++ manakai/lib/Message/Markup/ChangeLog	26 Sep 2005 14:25:44 -0000
2005-09-26  Wakaba  <wakaba@suika.fam.cx>

	* SuikaWikiConfig21.dis: New mn:* properties added.
	(swcfg21:parent): Abbrevation added.

++ manakai/lib/Message/Util/ChangeLog	26 Sep 2005 14:32:24 -0000
2005-09-26  Wakaba  <wakaba@suika.fam.cx>

	* ManakaiNode.dis (new): New "className" parameter added.
	(mn:NodeRefRole): New role.
	(mn:type): New property.
	(mn:subnode0, mn:subnode1, mn:subnode2, mn:irefnode0,
	mn:origin0, mn:anydata1, mn:anydata2, mn:noderef): New properties.

	* Makefile: Rules to make "DIS/DISDump" is separeted
	from "DIS/DISDoc".

	* DIS.dis (getFor): Loads database module if unread
	"for" is referenced.
	(addResourceList, getResourceList): New method.
	(ManakaiDISModuleLite): New class.

++ manakai/lib/Message/Util/DIS/ChangeLog	26 Sep 2005 14:36:46 -0000
2005-09-26  Wakaba  <wakaba@suika.fam.cx>

	* DISDump.dis: Removes reference to DISDoc module.
	(DIS:DISDump10): Requires "XML" version "3.0" and
	"XMLVersion" version "1.1".
	(ManakaiDISImplementationDISDump): No longer extends
	the "ManakaiDISImplementationDISDoc" class.

	* Perl.dis (plLoadDISDatabaseModule): Support
	for loading "for"s and modules.
	(plCodeFragment): New "mn:NodeRefRole" role support added.

++ manakai/lib/Message/DOM/ChangeLog	26 Sep 2005 14:24:56 -0000
2005-09-26  Wakaba  <wakaba@suika.fam.cx>

	* DOMCore.dis, DOMXML.dis: New mn:* properties added.

++ manakai/lib/manakai/ChangeLog	26 Sep 2005 14:37:23 -0000
2005-09-26  Wakaba  <wakaba@suika.fam.cx>

	* DISPerl.dis (DISPerl:Regexp): New type.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24