2005-09-23 Wakaba * DIS.dis (DISParser.new): New method. (hasFeature): Removed. ManakaiDISAnyResource now extends DOMFeature:ManakaiHasFeatureByGetFeature. (readProperties): Support for property value data types DISLang:MemberRef and dx:XCRef added. (ManakaiDISExceptionTarget): It is now an alias for dx:ManakaiDefaultExceptionHandler. 2005-09-22 Wakaba * Makefile: DAC_SUFFIX changed to ".dad". * DIS.dis (Util:): Added for DIS|ForEmpty and DIS|ForLatest. (disIsNullable): Reimplemented. 2005-09-21 Wakaba * DIS.dis (addNamespaceBinding): New method. 2005-09-20 Wakaba * DIS.dis: Use valueRef and nodeIDRef where possible so that dad file can share text data if possible. For resources, {subOf} and {supOf} is now optional. (sourceNodeIDRef): New attribute. 2005-09-19 Wakaba * DIS.dis: Parameter "databaseArg" added to various methods to support objects that have no associated database. (getNamespaceBindingList, getDefaultNamespaceURIRef): New methods. (NO_RDF_TYPE_ERR): New error type. (loadResource): Throws NO_RDF_TYPE_ERR if no rdf:type attribute specified for a resource definition. 2005-09-16 Wakaba * DIS.dis (DISResourceProp): Methods reimplemented to support DIS/Value values. 2005-09-15 Wakaba * DIS.dis (readProperties): New methods. Emploies DIS/Value classes for internal data structure. 2005-09-14 Wakaba * DIS.dis: Now references DIS/Value.dis. (DISAnyResource): New interface separeted from DISModule. DISFor and DISResource. 2005-09-13 Wakaba * DIS.dis: Perl-related methods are moved to a separate module "DIS/Perl.dis". 2005-09-08 Wakaba * Makefile: Renewaled. * ManakaiNode.dis (free): New method. 2005-09-07 Wakaba * DIS.dis: Interfaces added. (free): New method. * PerlCode.dis: Interfaces added. 2005-09-06 Wakaba * DIS.dis (plName): Use AppName attribute, if any, for ManakaiDOM:ConstGroup resources. 2005-09-05 Wakaba * DIS.dis (plGeneratePerlModuleFile): Don't generate code for the same class or variable twice whose alias is defined in the same module. 2005-09-04 Wakaba * PerlCode.dis (ManakaiPerlSub.IntClone): Copies pc:localName and pc:prortotype properties. * DIS.dis (plAdditionalISAPackages): New attribute. 2005-09-01 Wakaba * DIS.dis (plCodeFragment): The ManakaiDOM:boolean datatype supported. 2005-08-31 Wakaba * DIS.dis (uris): New attribute. 2005-08-30 Wakaba * DIS.dis (plFilePathStem): New attribute. 2005-08-29 Wakaba * DIS.dis (plFileNameStem): New attribute. 2005-08-28 Wakaba * DIS.dis (plCodeFragment): Type ManakaiDOM:InCase supported. 2005-08-26 Wakaba * DIS.dis: Typo fixed for replacing namespace URI and local name in reflecting code. (mvLocalName, mvNamespaceURI): Use "localName" and "namespaceURI" attribute values as their default. (mvPrefix, qnameValuePrefix): New attributes. * ManakaiNode.dis: Tests whether "defined" rather than true or not in "while" conditions. 2005-08-15 Wakaba * ManakaiNode.dis (Util:): Now Perl package name for interfaces is defined. * DIS.dis (mediaTypeURI): Returns $defaultMediaType parameter value if dis:ContentType attribute is missing. * ManakaiNode.dis (importTree): Use "isa" function to check whether a object is an instance of the manakai node model. (NodeStem, NodeRef): New lightweight variant of ManakaiDOM:ManakaiDOMNodeObject and ManakaiDOM:ManakaiDOMNodeReference. 2005-05-29 Wakaba * DIS.dis (plGeneratePerlModuleFile): Bug fixed so that even if DOMMetaImpl:provideFeature has child nodes but they are not DOMMetaImpl:providedThrough a ImplFeature statement is generated. (plCodeFragment): Bug fixed so that dis:SetProp works correctly. 2005-05-26 Wakaba * Makefile: Rules for DISDoc module added. 2005-05-23 Wakaba * DIS.dis (ManakaiDISResourceDefinition, ManakaiDISForDefinition, ManakaiDISModuleDefinition): "getFeature" method added. 2005-03-06 Wakaba * DIS.dis (Require): Loads PerlCode module. 2005-03-05 Wakaba * PerlCode.dis: Operator overloading is implemented. 2005-03-04 Wakaba * ManakaiNode.dis: Checks type, to support SuikaWikiConfig21 module's binding properties. 2005-03-03 Wakaba * PerlCode.dis: New module. 2005-02-26 Wakaba * DIS.dis (DISModuleResolver): New interface. 2005-02-21 Wakaba * DIS.dis: New module. * ManakaiNode.dis: New "subnode0" property category introduced. 2005-02-17 Wakaba * ManakaiNode.dis: New module. 2005-01-05 Wakaba * Error.pm (___rule_def[p]): Don't output anything if not exists that parameter. 2004-09-30 Wakaba * Error.pm (___rule_def): "p" added; now "t" is obsolete. 2004-04-02 Wakaba * Error.pm (report): Error depth fixed. (___rule_def:t): New parameters empty and undef introduced. 2004-01-17 Wakaba * Error.pm: Some fixes w.r.t. Error::Depth. 2003-12-06 Wakaba * Error.pm (___error_def): Renamed from ___errors. 2003-12-01 Wakaba * Error.pm (___get_error_def): Now support inherit. (It was not work.) 2003-11-15 Wakaba * Error.pm: Use Message::Util::Formatter::Text to construct error messages. 2003-11-13 Wakaba * Formatter: New directory. 2003-11-12 Wakaba * Error.pm: Rewritten. 2003-10-25 Wakaba * Formatter.pm (replace): Allow '%foo () ;'. 2003-09-17 Wakaba * HostPermit.pm: New module. 2003-08-05 Wakaba * Error.pm (_default_error_handler): Syntax fix. * Error/: New directory. 2003-07-29 Wakaba * Error.pm: New module. 2003-05-10 Wakaba * Formatter.pm (replace): Bug fix of pattern. 2003-04-29 Wakaba * Formatter.pm (replace): {...} block is supported. (Message::Util::Formatter::_returned): New package. It is very very tiny subset of SuikaWiki::Markup::XML. (replace): Return structured string, not bare string. This function is useful to make tree (such as XML's) from formatting template (and its nested parameters). 2003-03-28 Wakaba * Formatter.pm (replace): Treat oo of "str"oo of attr value as option and parse attr value if 'p' option is specified. (replace): Replace '-' to '_' in attr name. 2003-01-26 Wakaba * Formatter.pm (replace): Trim attribute name/value pair. 2003-01-04 Wakaba * Formatter.pm (replace): Don't split by ',' in quoted-strings. 2002-12-15 Wakaba * Formatter.pm (%char;): Removed. 2002-12-05 Wakaba * Formatter.pm (%FMT2TXT): New (internal) initial format rule, "-bare_text". (replace): "Replace" non-%-text with "-bare_text" rule. (pod): Methods and initial rules are documented. 2002-12-04 Wakaba * Formatter.pm (replace): Accept ")" in quoted-string. 2002-11-13 Wakaba * ChangeLog: New file. * Formatter.pm: New module.