Parent Directory | Revision Log
Links to HEAD: | (view) (download) (annotate) |
Links to HEAD: | (view) (download) (annotate) |
Sticky Tag: |
++ manakai/t/ChangeLog 19 Jul 2007 15:16:15 -0000 2007-07-19 Wakaba <wakaba@suika.fam.cx> * DOM-Attr.t: New tests for |DeclaredValueType|, |specified|, |schemaTypeInfo|, and |isId| are added. * DOM-Element.t: New tests for |schemaTypeInfo| are added. * DOM-Entity.t: New tests for |xmlVersion| are added. * DOM-ProcessingInstruction.t: New tests for |node_value|, |data|, and |text_content| are added. ++ manakai/lib/Message/DOM/ChangeLog 19 Jul 2007 15:14:20 -0000 2007-07-19 Wakaba <wakaba@suika.fam.cx> * Attr.pm (DeclaredValueType): Added. * ProcessingInstruction.pm (data): Accept |undef| as a valid input, for |text_content| (maybe) allows it. * TypeInfo.pm (type_namespace): The implementation was wrong.
++ manakai/t/ChangeLog 14 Jul 2007 16:32:13 -0000 2007-07-15 Wakaba <wakaba@suika.fam.cx> * DOM-TreeWalker.t, DOM-SerialWalker.t: New test scripts. * DOM-DOMImplementation.t: Tests for |Traversal| feature are added. * DOM-Node.t: Tests for |Traversal| feature are added. ++ manakai/lib/Message/DOM/ChangeLog 14 Jul 2007 16:31:23 -0000 2007-07-15 Wakaba <wakaba@suika.fam.cx> * TreeWalker.pm, SerialWalker.pm: New Perl modules. * Text.pm (whole_text): Parameter index number has been changed to support new |NodeFilter| Perl binding definition. 2007-07-14 Wakaba <wakaba@suika.fam.cx> * AttributeDefinition.pm, DOMElement.pm, DocumentType.pm, ElementTypeDefinition.pm, Entity.pm, EntityReference.pm, Notation.pm, ProcessingInstruction.pm (AUTOLOAD): Don't croak even if an attempt is made to modify a read-only attribute. * DOMConfiguration.pm (can_set_parameter, set_parameter): Don't allow to set the value to a string other than <http://www.w3.org/TR/REC-xml> (XML 1.0 DTD). * DOMDocument.pm (Message::IF::DocumentTraversal): New interface. (create_tree_walker, manakai_create_serial_walker): References and prototypes are added. * DOMException.pm (NULLPO_ERR): New error type:-). * DOMImplementation.pm ($HasFeature): Feature |Traversal|, version |2.0|, is added.
++ manakai/t/ChangeLog 8 Jul 2007 13:03:58 -0000 * DOM-Element.t: Tests for |attributes| are added. * DOM-Entity.t: Tests for |is_externally_declared| and |input_encoding| are added. * DOM-Node.t: Test data for |tag_name| and |get_feature| are added. 2007-07-08 Wakaba <wakaba@suika.fam.cx> ++ manakai/lib/Message/DOM/ChangeLog 8 Jul 2007 13:02:01 -0000 * Attr.pm (value, node_value): Now it is defined as |text_content| itself. * AttributeDefinition.pm, ElementTypeDefinition.pm, Node.pm (AUTOLOAD): Unused block is removed. * CDATASection.pm, DocumentFragment.pm (AUTOLOAD): Removed. Unused. * DocumentType.pm (internal_subset): Implemented. * Entity.pm (is_externally_declared, input_encoding, xml_version): Implemented. * ProcessingInstruction.pm (target, data): Implemented. 2007-07-08 Wakaba <wakaba@suika.fam.cx>
++ manakai/t/ChangeLog 8 Jul 2007 05:42:31 -0000 2007-07-08 Wakaba <wakaba@suika.fam.cx> * DOM-Document.t, DOM-Node.t, DOM-NodeList.t: Some tests are modified so that no |WRONG_DOCUMENT_ERR| is raised. * DOM-Node.t: Tests for |remove_child| are added. ++ manakai/lib/Message/DOM/ChangeLog 8 Jul 2007 05:41:27 -0000 2007-07-08 Wakaba <wakaba@suika.fam.cx> * Attr.pm, AttributeDefinition.pm, DOMCharacterData.pm, DOMDocument.pm, DocumentType.pm, ElementTypeDefinition.pm, Node.pm, Notation.pm, ProcessingInstruction.pm (append_child, insert_before, replace_child): Implemented. * DOMException.pm (HIERARCHY_REQUEST_ERR, NOT_FOUND_ERR): Implemented. * Node.pm (remove_child): Implemented.
++ manakai/t/ChangeLog 7 Jul 2007 11:11:27 -0000 * DOM-Element.t: New tests for |create_element| and |create_element_ns| are added. * DOM-EntityReference.t: New tests for |create_entity_reference| are added. * DOM-Node.t: Test data for |is_element_content_whitespace| are added. 2007-07-07 Wakaba <wakaba@suika.fam.cx> ++ manakai/lib/Message/DOM/ChangeLog 7 Jul 2007 11:10:33 -0000 * CDATASection.pm (is_element_content_whitespace): New. * DOMElement.pm (has_attribute): Alpha version. (create_element, create_element_ns): Implemented. * DocumentType.pm (get_general_entity_node): Alpha version. * EntityReference.pm (create_entity_reference): Implemented. * ProcessingInstruction.pm (create_processing_instruction): Implemented. 2007-07-07 Wakaba <wakaba@suika.fam.cx>
++ manakai/lib/Message/DOM/ChangeLog 26 Jun 2007 14:10:39 -0000 2007-06-26 Wakaba <wakaba@suika.fam.cx> * DOMElement.pm (clone_node): Alpha version. It did not work at all. 2007-06-24 Wakaba <wakaba@suika.fam.cx> * ProcessingInstruction.pm (data): Now it is a read-write attribute.
++ manakai/t/ChangeLog 17 Jun 2007 13:37:22 -0000 2007-06-17 Wakaba <wakaba@suika.fam.cx> * DOM-Attr.t, DOM-AttributeDefinition.t, DOM-DocumentType.t, DOM-Element.t, DOM-Entity.t, DOM-EntityReference.t, DOM-Notation.t, DOM-ProcessingInstruction.t: New. * DOM-Document.t, DOM-Node.t: Tests for newly-implemented attributes and methods are added. * Makefile (test-module-dom-old): Renamed from |test-module-dom|. (test-module-dom): New. ++ manakai/lib/Message/DOM/ChangeLog 17 Jun 2007 13:34:54 -0000 2007-06-17 Wakaba <wakaba@suika.fam.cx> * Attr.pm (____new): Initialize |specified| as 1. (base_uri, manakai_attribute_type, specified): Implemented. (prefix): Don't check read-only flag unless |strict_error_checking|. (value): Call |text_content| for now. * AttributeDefinition.pm (DeclaredValueType, DefaultValueType): Added. (declared_type, default_type): Implemented. * CharacterData.pm (____new): Allow a scalar reference as an input for the |data| attribute. (base_uri, manakai_append_text): Implemented. * DOMConfiguration.pm (set_parameter): Resetting implemented. * DOMDocument.pm (____new): Set default values to configuration parameter whose default is true. (document_uri, input_encoding): Implemented. (all_declarations_processed, manakai_is_html): Implemented. (base_uri, manakai_append_text, manakai_entity_base_uri, strict_error_checking, xml_encoding, xml_version, xml_standalone): Implemented. * DOMElement.pm (manakai_base_uri, base_uri): Implemented. (get_attribute, get_attribute_node): Alpha version. (set_attribute_node, set_attribute_node_ns): Implemented. (set_attribute_ns): Accept non-ARRAY qualified name. * DOMException.pm (___error_def): |WRONG_DOCUMENT_ERR|, |NOT_SUPPORTED_ERR|, and |INUSE_ATTRIBUTE_ERR| are added. * DocumentType.pm (public_id, system_id): Implemented. (base_uri, declaration_base_uri, manakai_declaration_base_uri, manakai_append_text): Implemented. (element_types, general_entities, notations, set_element_type_definition_node, set_general_entity_node, set_notation_node): Alpha version. * ElementTypeDefinition.pm (manakai_append_text): Implemented. (attribute_definitions, set_attribute_definition_node): Alpha version. * Entity.pm (has_replacement_tree, public_id, system_id, manakai_declaration_base_uri, manakai_entity_base_uri, manakai_entity_uri): Implemented. * EntityReference.pm (manakai_expanded, manakai_external): Implemented. (base_uri, manakai_entity_base_uri): Implemented. * Node.pm (base_uri): Implemented. (text_content): Don't check read-only or not unless |strict_error_checking|. (manakai_append_text): Implemented. (get_feature): Alpha. (manakai_set_read_only): Implemented. * Notation.pm (public_id, system_id, manakai_append_text, manakai_declaration_base_uri): Implemented. * ProcessingInstruction.pm (manakai_base_uri, base_uri, manakai_append_text): Implemented.
++ 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>
++ manakai/t/ChangeLog 16 Jun 2007 08:01:18 -0000 * DOM-NodeList.t: New test. 2007-06-16 Wakaba <wakaba@suika.fam.cx> ++ manakai/lib/Message/DOM/ChangeLog 16 Jun 2007 08:05:30 -0000 * Attr.pm, AttributeDefinition.pm, DocumentFragment.pm, DocumentType.pm, Entity.pm, EntityReference.pm (____new): Initialize |child_nodes| by an empty list. * Node.pm, DOMCharacterData.pm, ElementTypeDefinition.pm, Notation.pm, ProcessingInstruction.pm (child_nodes): Implemetned. * DOMDocument.pm (AUTOLOAD): Typo fixed. * Node.pm (==, !=): Implemented. (manakai_read_only): Implemented. (is_same_node): Implemented. (is_equal_node): Alpha version. (manakai_set_read_only): Alpha version. (child_nodes, first_child, last_child, previous_sibling): Duplicate definitions are removed. 2007-06-16 Wakaba <wakaba@suika.fam.cx>
++ manakai/t/ChangeLog 15 Jun 2007 14:31:27 -0000 2007-06-15 Wakaba <wakaba@suika.fam.cx> * DOM-Node.t: New test. 2007-06-15 Wakaba <wakaba@suika.fam.cx> * DOM-Document.t: New test. ++ manakai/lib/Message/DOM/ChangeLog 15 Jun 2007 14:32:37 -0000 2007-06-15 Wakaba <wakaba@suika.fam.cx> * ProcessingInstruction.pm, EntityReference.pm, CDATASection, DocumentFragment.pm, DOMDocument.pm, Entity.pm, ElementTypeDefinition.pm, AttributeDefinition.pm, DocumentType.pm, DOMElement.pm, Attr.pm, CharacterData.pm, Text.pm, Comment.pm (node_name, node_value, node_type): Implemented.
++ manakai/t/ChangeLog 14 Jun 2007 13:09:37 -0000 2007-06-14 Wakaba <wakaba@suika.fam.cx> * DOM-DOMImplementation.t: Tests for |create_document| and |create_document_type| are added. ++ manakai/lib/Message/DOM/ChangeLog 14 Jun 2007 13:09:13 -0000 2007-06-14 Wakaba <wakaba@suika.fam.cx> * Notation.pm, Entity.pm, EntityReference.pm, ProcessingInstruction.pm, CDATASection.pm, DocumentFragment.pm, ElementTypeDefinition.pm, AttributeDefinition.pm: New modules. * DOMDocument.pm (@ISA): 'Message::IF::DocumentXDoctype' added. (create_attribute_definition, create_element_type_definition, create_document_type_definition, create_cdata_section, create_processing_instruction, create_entity_reference, create_general_entity, create_notation): Prototypes added. * DOMImplementation.pm (create_document_type): Prototype added. * DocumentType.pm (@ISA), 'Message::IF::DocumentTypeDefinition' and 'Message::IF::DocumentTypeDeclaration' added. (create_document_type, create_document_type_definition): New methods.
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.
admin@suikawiki.org | ViewVC Help |
Powered by ViewVC 1.1.24 |