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