| 1 |
|
2006-02-26 Wakaba <wakaba@suika.fam.cx> |
| 2 |
|
|
| 3 |
|
* PerlCode.dis (PerlStringLiteral.stringify): If some character |
| 4 |
|
are escaped, the string should have been quoted by |QUOTATION MARK|. |
| 5 |
|
|
| 6 |
|
* Makefile (.discore-all.pm): The parameter for |DIS/DPG.dis| |
| 7 |
|
module was misplaced. |
| 8 |
|
(distclean): New rule. |
| 9 |
|
(clean): Cleans subdirectories, too. |
| 10 |
|
|
| 11 |
|
2006-02-26 Wakaba <wakaba@suika.fam.cx> |
| 12 |
|
|
| 13 |
|
* ManakaiNodeTest.dis (Require): Missing reference |
| 14 |
|
to the |DISlib:Test| module is added. |
| 15 |
|
|
| 16 |
|
* Makefile: Revised for new |daf| database format. |
| 17 |
|
|
| 18 |
|
* DIS.dis (elementTypeMatch, isSubsetOfURI): The |srinfo| |
| 19 |
|
parameter is added. |
| 20 |
|
(getFor, getModule): Set reference rather than string |
| 21 |
|
itself to the |{for}| property. |
| 22 |
|
(loadResource): Passes |srinfo| parameter |
| 23 |
|
to |isSubsetOfURI|-calling methods. |
| 24 |
|
(mergeAsAlias): The |srinfo| parameter is added. |
| 25 |
|
|
| 26 |
|
2006-02-26 Wakaba <wakaba@suika.fam.cx> |
| 27 |
|
|
| 28 |
|
* PerlCode.dis (Require): Missing reference to the |DISlib:DISMarkup| |
| 29 |
|
module is added. |
| 30 |
|
|
| 31 |
|
2006-02-25 Wakaba <wakaba@suika.fam.cx> |
| 32 |
|
|
| 33 |
|
* DIS.dis (lookupNamespacePrefix): Resolves prefix by |
| 34 |
|
namespace resolver if available. |
| 35 |
|
(disNamespaceResolver): New attribute. |
| 36 |
|
(loadModule): Sets |revision| attribute of the created module. |
| 37 |
|
(ownerModuleRef): Setter is added. |
| 38 |
|
(addTypeURI): Set |ownerModule| attribute if possible. |
| 39 |
|
(ManakaiDISModuleLite): The class no longer inherits |DISAnyResource| |
| 40 |
|
class and |ManakaiDefaultExceptionHandler| class. |
| 41 |
|
(mergeAsAlias): New |noEqualityCheck| parameter is added. |
| 42 |
|
|
| 43 |
|
* Makefile: New variables for |DAF| are added. |
| 44 |
|
|
| 45 |
|
2006-02-24 Wakaba <wakaba@suika.fam.cx> |
| 46 |
|
|
| 47 |
|
* DIS.dis (loadModule): Adds name URIs of |Require|d |
| 48 |
|
modules to the list of such modules. |
| 49 |
|
(DIS:forURI): New property. |
| 50 |
|
(getReferringModuleURIList, addReferringModuleURI): New methods. |
| 51 |
|
(DIS:referringModule): New property. |
| 52 |
|
|
| 53 |
|
2006-02-24 Wakaba <wakaba@suika.fam.cx> |
| 54 |
|
|
| 55 |
|
* DIS.dis (loadResource): URI registration by |addResourceList| |
| 56 |
|
was incorrect for aliases. |
| 57 |
|
(unloadResource): It did not support resources with |
| 58 |
|
no e.g. |{subOf}| hash. |
| 59 |
|
(addResourceURI): New method. |
| 60 |
|
(getResourceURIList): New method. |
| 61 |
|
|
| 62 |
|
2006-02-23 Wakaba <wakaba@suika.fam.cx> |
| 63 |
|
|
| 64 |
|
* DIS.dis (loadResource, loadFor, loadModule): New |srinfo| |
| 65 |
|
parameter is added. Restores super-resource information |
| 66 |
|
from |srinfo| if available. |
| 67 |
|
(unloadModule): New method. |
| 68 |
|
(getModuleResourceList): New method. |
| 69 |
|
(addResourceList): Adds all alias names to the list. |
| 70 |
|
(addForResource): New method analog to |addResourceList|. |
| 71 |
|
(getForResourceList): New method analog to |getResourceList|. |
| 72 |
|
(dx:Interface.getErrorInterfaceResource): New method |
| 73 |
|
implementation. |
| 74 |
|
|
| 75 |
|
2006-02-22 Wakaba <wakaba@suika.fam.cx> |
| 76 |
|
|
| 77 |
|
* PerlCode.dis (PCVariable.stringify): The |hashKey| |
| 78 |
|
attribute was not reflected to the stringified representation. |
| 79 |
|
|
| 80 |
|
* DIS.dis (getErrorInterfaceResource): New method. |
| 81 |
|
(getErrorCodeResource): New method. |
| 82 |
|
|
| 83 |
|
2006-02-20 Wakaba <wakaba@suika.fam.cx> |
| 84 |
|
|
| 85 |
|
* DIS.dis (MUErrorHandler): Missing |For| specification is added. |
| 86 |
|
|
| 87 |
|
2006-02-20 Wakaba <wakaba@suika.fam.cx> |
| 88 |
|
|
| 89 |
|
* DIS.dis (getMethodForType): Bug fixed. |
| 90 |
|
|
| 91 |
|
2006-02-20 Wakaba <wakaba@suika.fam.cx> |
| 92 |
|
|
| 93 |
|
* DIS.dis (isPropertyElement): The |DISCore:resourceType| |
| 94 |
|
element type is now recognized as a property. In addition, |
| 95 |
|
element types that are a |DISSource:Property| are |
| 96 |
|
properties. |
| 97 |
|
(DIS:AnyMethod, DIS:Method, DIS:Attribute): New types. |
| 98 |
|
(DIS:targetType): New property. |
| 99 |
|
(DISModule, DISFor, DISResource, DISDatabase): These |
| 100 |
|
classes no longer inherits |ManakaiDISExceptionTarget|. |
| 101 |
|
(DISDatabase.loadResource): Reads |DISCore:resourceType| property |
| 102 |
|
as well as |rdf:type| property. |
| 103 |
|
(DISAnyResource.MUErrorHandler, DISDatabase.MUErrorHandler): New |
| 104 |
|
methods. |
| 105 |
|
(DISDatabase.domConfig): New attribute. |
| 106 |
|
(error-handler): New configuration parameter. |
| 107 |
|
(getMethodForType): New code fragment. |
| 108 |
|
(DIS:more-than-one-methods-for-a-type): New error. |
| 109 |
|
(ManakaiDISExceptionTarget): Removed. |
| 110 |
|
|
| 111 |
|
2006-02-19 Wakaba <wakaba@suika.fam.cx> |
| 112 |
|
|
| 113 |
|
* DIS.dis (composeSubsetURI): New code fragment. |
| 114 |
|
(getResource, getModule, getFor, loadResource): Old |rdf:type| settking |
| 115 |
|
code is removed. |
| 116 |
|
(isSubsetOfURI): Old compatibility code removed. |
| 117 |
|
(addTypeURI): Bugs fixed. |
| 118 |
|
|
| 119 |
|
2006-02-19 Wakaba <wakaba@suika.fam.cx> |
| 120 |
|
|
| 121 |
|
* DIS.dis (getResource, getFor, getModule): Set |DIS:typeURI| |
| 122 |
|
property on creation of an object. |
| 123 |
|
(isAnonymous): Setter is added. |
| 124 |
|
(isTypeURI): Redefined using |typeResource| and |isSubsetOfURI|. |
| 125 |
|
(getTypeURIList): New method. |
| 126 |
|
(typeResource): New attribute. |
| 127 |
|
(addTypeURI): New method. |
| 128 |
|
(DISModule.isAnonymous, DISFor.isAnonymous): Removed. Now |for|s |
| 129 |
|
and modules as well as normal resources can be anonymous. |
| 130 |
|
(getSuperResourceURIList): New method. |
| 131 |
|
|
| 132 |
|
2006-02-18 Wakaba <wakaba@suika.fam.cx> |
| 133 |
|
|
| 134 |
|
* DIS.dis (revision): New attribute. |
| 135 |
|
|
| 136 |
|
2006-02-09 Wakaba <wakaba@suika.fam.cx> |
| 137 |
|
|
| 138 |
|
* PerlCode.dis (PerlStringLiteral.stringify): |pc:preserve-line-break| |
| 139 |
|
configuration parameter support is added. |
| 140 |
|
(pc:preserve-line-break): New configuration option. |
| 141 |
|
|
| 142 |
|
* DIS.dis (readProperties): |DISCore:UString| lextype support added. |
| 143 |
|
|
| 144 |
2006-02-08 Wakaba <wakaba@suika.fam.cx> |
2006-02-08 Wakaba <wakaba@suika.fam.cx> |
| 145 |
|
|
| 146 |
* PerlCode.dis (PCReference.stringify): Reference operator |\| |
* PerlCode.dis (PCReference.stringify): Reference operator |\| |