/[suikacvs]/messaging/manakai/t/ChangeLog
Suika

Contents of /messaging/manakai/t/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.62 - (show annotations) (download)
Sat Jun 16 15:27:45 2007 UTC (17 years, 5 months ago) by wakaba
Branch: MAIN
Changes since 1.61: +4 -0 lines
++ manakai/t/ChangeLog	16 Jun 2007 15:27:38 -0000
	* DOM-Node.t: Tests for |prefix| and |text_content| are added.

2007-06-16  Wakaba  <wakaba@suika.fam.cx>

++ manakai/lib/Message/DOM/ChangeLog	16 Jun 2007 15:27:12 -0000
	* DOMConfiguration.pm: New module.

	* Attr.pm (trivial accessor for read-write attributes): Throw
	an exception if the node is read-only.  Delete the property
	if undef is specified.
	(prefix): Implemented.

	* DOMElement.pm (trivial accessor for read-write attributes): Throw
        an exception if the node is read-only.  Delete the property
        if undef is specified.
        (prefix): Implemented.
	(text_content, manakai_append_text): Old implementations are removed.

	* DOMCharacterData.pm (text_content): Implemented.

	* DOMDocument.pm (____new): Initialize the strict-document-children
	parameter by true.
	(text_content): Reimplemented.
	(dom_config): New.

	* DOMException.pm (READ_ONLY_NODE_ERR): New subtype.

	* DocumentType.pm (text_content): Implemented.

	* ElementTypeDefinition.pm (text_content): Implemented.

	* Node.pm (___report_error): New method.
	(text_content): Implemented.
	(manakai_append_text): Copied from |DOMElement.pm|.

	* Notation.pm (text_content): Implemented.

	* ProcessingInstruction.pm (text_content): Implemented.

	* Text.pm (is_element_content_whitespace): Alpha version.

2007-06-16  Wakaba  <wakaba@suika.fam.cx>

1 2007-06-16 Wakaba <wakaba@suika.fam.cx>
2
3 * DOM-Node.t: Tests for |prefix| and |text_content| are added.
4
5 2007-06-16 Wakaba <wakaba@suika.fam.cx>
6
7 * DOM-NodeList.t: Tests for tied arrays and empty node lists
8 are added.
9
10 2007-06-16 Wakaba <wakaba@suika.fam.cx>
11
12 * DOM-NodeList.t: New test.
13
14 2007-06-16 Wakaba <wakaba@suika.fam.cx>
15
16 * util-error.t: Tests for new methods are added.
17 (___error_def): Amended for new naming convention.
18
19 * util-error-text-formatter.t (___error_def): Amended
20 for new naming convention.
21
22 2007-06-16 Wakaba <wakaba@suika.fam.cx>
23
24 * DOM-Node.t: Test data added.
25
26 2007-06-15 Wakaba <wakaba@suika.fam.cx>
27
28 * DOM-Node.t: New test.
29
30 2007-06-15 Wakaba <wakaba@suika.fam.cx>
31
32 * DOM-Document.t: New test.
33
34 2007-06-14 Wakaba <wakaba@suika.fam.cx>
35
36 * DOM-DOMImplementation.t: Tests for |create_document|
37 and |create_document_type| are added.
38
39 2007-06-13 Wakaba <wakaba@suika.fam.cx>
40
41 * DOM-DOMImplementation.t: New test.
42
43 2007-05-26 Wakaba <wakaba@suika.fam.cx>
44
45 * IMT-InternetMediaType.t: Tests for |add_parameter| are added.
46
47 2007-05-26 Wakaba <wakaba@suika.fam.cx>
48
49 * IMT-InternetMediaType.t: New test.
50
51 2006-12-29 Wakaba <wakaba@suika.fam.cx>
52
53 * .cvsignore: New auto-generated Perl test files
54 are added.
55
56 2006-12-02 Wakaba <wakaba@suika.fam.cx>
57
58 * Makefile (dom-DOMString.t): New test.
59
60 2006-08-15 Wakaba <wakaba@suika.fam.cx>
61
62 * Makefile (util-dis-Value.t): New test.
63
64 2006-05-13 Wakaba <wakaba@suika.fam.cx>
65
66 * Makefile (dom-XDP.t): New test.
67
68 2006-05-04 Wakaba <wakaba@suika.fam.cx>
69
70 * Makefile (markup-SuikaWiki.t): New test.
71
72 2006-04-30 Wakaba <wakaba@suika.fam.cx>
73
74 * Makefile (dom-Traversal.t): New test.
75
76 2006-04-29 Wakaba <wakaba@suika.fam.cx>
77
78 * Makefile (markup-Atom.t): New test.
79 (test-module-markup): New rule.
80 (test-module-all): The |test-module-markup| is added to the list
81 of rules.
82
83 2006-04-16 Wakaba <wakaba@suika.fam.cx>
84
85 * Makefile (dom-CharacterData.t): New test.
86
87 2006-04-02 Wakaba <wakaba@suika.fam.cx>
88
89 * Makefile (dom-TreeStore.t): New test.
90
91 2006-04-02 Wakaba <wakaba@suika.fam.cx>
92
93 * Makefile: Tests |dom-Tree.t| and |dom-DOMXML.t| are
94 removed. Tests |dom-Document.t| and |dom-Element.t| are added.
95
96 2006-04-01 Wakaba <wakaba@suika.fam.cx>
97
98 * Makefile (util-dis-DPG.t): New test.
99
100 2006-03-18 Wakaba <wakaba@suika.fam.cx>
101
102 * Makefile (dom-XML.t): New test.
103
104 2006-03-17 Wakaba <wakaba@suika.fam.cx>
105
106 * Makefile (dom-TreeCore.t): New test.
107
108 2006-03-12 Wakaba <wakaba@suika.fam.cx>
109
110 * Makefile: Creates |../lib/Message/Util/DIS/Test.pm|
111 before try to create test scripts.
112
113 2006-03-11 Wakaba <wakaba@suika.fam.cx>
114
115 * Makefile (charset-Encode.t): New test.
116
117 2006-03-01 Wakaba <wakaba@suika.fam.cx>
118
119 * Makefile (util-Generic.t): New test.
120
121 2006-02-26 Wakaba <wakaba@suika.fam.cx>
122
123 * Makefile (distclean): New rule.
124
125 2006-02-26 Wakaba <wakaba@suika.fam.cx>
126
127 * Makefile: Revised for new |daf| database format.
128
129 2006-02-18 Wakaba <wakaba@suika.fam.cx>
130
131 * Makefile (util-dis.t): New test.
132
133 2006-02-18 Wakaba <wakaba@suika.fam.cx>
134
135 * Makefile (dom-ls.t): New test.
136
137 2006-01-29 Wakaba <wakaba@suika.fam.cx>
138
139 * Makefile (dom-genericls.t): Generates from |feature.dae|.
140
141 2006-01-29 Wakaba <wakaba@suika.fam.cx>
142
143 * Makefile (dom-xml.t): New test.
144
145 2006-01-24 Wakaba <wakaba@suika.fam.cx>
146
147 * Makefile (util-mntest.t): Calls |mndebug.pl| subroutines.
148
149 2006-01-23 Wakaba <wakaba@suika.fam.cx>
150
151 * .cvsignore: New generated test files added.
152
153 2006-01-23 Wakaba <wakaba@suika.fam.cx>
154
155 * Makefile: |util-mntest.t| added.
156
157 2006-01-21 Wakaba <wakaba@suika.fam.cx>
158
159 * Makefile: |dom-xmlparser.t| added.
160
161 2006-01-07 Wakaba <wakaba@suika.fam.cx>
162
163 * dom-mdom.t: Removed (obsolete).
164
165 * util-formatter-base.t: Test result synced with
166 current implementation.
167
168 * Makefile: |dom-core.t| and |dom-xdoctype.t| added.
169
170 2005-11-21 Wakaba <wakaba@suika.fam.cx>
171
172 * Makefile, .cvsignore: |dom-tree.t| added.
173
174 2005-11-20 Wakaba <wakaba@suika.fam.cx>
175
176 * .cvsignore: |util-dis-dnlite.t| added.
177
178 * Makefile: Rules for |util-dis-dnlite.t| added.
179
180 2005-11-16 Wakaba <wakaba@suika.fam.cx>
181
182 * Makefile: Rules to make |dom-mdomls2003.t| and |util-perlcode.t|
183 added.
184
185 2005-11-15 Wakaba <wakaba@suika.fam.cx>
186
187 * Makefile: Rules to make |dom-feature.t| and |dom-genericls.t|
188 added.
189
190 2005-10-06 Wakaba <wakaba@suika.fam.cx>
191
192 * Makefile: Updated for new version of "domts2perl.pl".
193
194 2005-01-06 Wakaba <wakaba@suika.fam.cx>
195
196 * Makefile (clean): New.
197
198 2005-01-05 Wakaba <wakaba@suika.fam.cx>
199
200 * dom-mdom.t: Use DOMMain in favor of obsolete ManakaiDOM module.
201
202 2004-11-20 Wakaba <wakaba@suika.fam.cx>
203
204 * util-qname-filter.t: New test.
205
206 * util-qname-general.t: Tests modified for new version of the module.
207
208 2004-09-09 Wakaba <wakaba@suika.fam.cx>
209
210 * dom-mdom.t: New test.
211
212 2004-04-02 Wakaba <wakaba@suika.fam.cx>
213
214 * util-error.t: New tests added.
215
216 2004-02-22 Wakaba <wakaba@suika.fam.cx>
217
218 * markup-xml-qname.t: Don't load obsolete XML module.
219 * markup-xml-qname.t: Some new tests for EMPTY_PFX added.
220
221 2004-01-17 Wakaba <wakaba@suika.fam.cx>
222
223 * util-formatter-boolean.t: New test.
224
225 2003-12-25 Wakaba <wakaba@suika.fam.cx>
226
227 * util-error.t: Output message verbosely if $^W.
228
229 2003-12-14 Wakaba <wakaba@suika.fam.cx>
230
231 * markup-xml-parser.t: New test.
232
233 2003-12-13 Wakaba <wakaba@suika.fam.cx>
234
235 * util-error-textparser.t: Rewritten.
236
237 2003-12-06 Wakaba <wakaba@suika.fam.cx>
238
239 * markup-xml-qname.t: "" -> DEFAULT_PFX.
240
241 * util-formatter-node.t, util-formatter-text.t, util-error.t: Changed to new syntax.
242
243 2003-12-05 Wakaba <wakaba@suika.fam.cx>
244
245 * markup-xml-nodetree.t: New test for construct_xml_node ().
246
247 2003-11-22 Wakaba <wakaba@suika.fam.cx>
248
249 * util-formatter-node.t, util-formatter-text.t: New test for boolean attribute.
250
251 2003-11-16 Wakaba <wakaba@suika.fam.cx>
252
253 * util-formatter-node.t: New test.
254
255 * mime-eword.t: Don't test with Japanese string if Japanese encoder/decoder not found.
256
257 2003-11-15 Wakaba <wakaba@suika.fam.cx>
258
259 * util-formatter-text.t: New test.
260
261 * util-error.t: New test.
262
263 * markup-xml--ns.t: Tests Message::Markup::XML::Node (instead of Message::Markup::XML).
264
265 * util-formatter-base.t: New subtest for flag support.
266
267 * markup-swcfg20-node.t: New test (Moved from SuikaWiki).
268
269 * markup-swcfg20-parser.t: New test (Moved from SuikaWiki).
270
271 2003-11-13 Wakaba <wakaba@suika.fam.cx>
272
273 * util-formatter-base.t: New test.
274
275 2003-11-09 Wakaba <wakaba@suika.fam.cx>
276
277 * markup-xml-node.t: New test for 'xml:' special prefix.
278
279 2003-11-01 Wakaba <wakaba@suika.fam.cx>
280
281 * markup-xml-node.t: New test.
282
283 * markup-xml-qname.t (gen_pfx): Added one-char prefix test.
284
285 2003-09-17 Wakaba <wakaba@suika.fam.cx>
286
287 * markup-xml-validator-model.t: New file.
288
289 * util-hostpermit.t: New test.
290
291 2003-08-05 Wakaba <wakaba@suika.fam.cx>
292
293 * error.pl: Removed.
294 * util-error-textparser.t: New script.
295 * test.pl: Removed.
296
297 2003-08-05 Wakaba <wakaba@suika.fam.cx>
298
299 * error.pl: New script.
300 * test.pl: New script.
301 * ChangeLog: New file.
302

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24