1 |
|
2006-02-23 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* DIS.dis (loadResource, loadFor, loadModule): New |srinfo| |
4 |
|
parameter is added. Restores super-resource information |
5 |
|
from |srinfo| if available. |
6 |
|
(unloadModule): New method. |
7 |
|
(getModuleResourceList): New method. |
8 |
|
(addResourceList): Adds all alias names to the list. |
9 |
|
(addForResource): New method analog to |addResourceList|. |
10 |
|
(getForResourceList): New method analog to |getResourceList|. |
11 |
|
(dx:Interface.getErrorInterfaceResource): New method |
12 |
|
implementation. |
13 |
|
|
14 |
|
2006-02-22 Wakaba <wakaba@suika.fam.cx> |
15 |
|
|
16 |
|
* PerlCode.dis (PCVariable.stringify): The |hashKey| |
17 |
|
attribute was not reflected to the stringified representation. |
18 |
|
|
19 |
|
* DIS.dis (getErrorInterfaceResource): New method. |
20 |
|
(getErrorCodeResource): New method. |
21 |
|
|
22 |
|
2006-02-20 Wakaba <wakaba@suika.fam.cx> |
23 |
|
|
24 |
|
* DIS.dis (MUErrorHandler): Missing |For| specification is added. |
25 |
|
|
26 |
|
2006-02-20 Wakaba <wakaba@suika.fam.cx> |
27 |
|
|
28 |
|
* DIS.dis (getMethodForType): Bug fixed. |
29 |
|
|
30 |
|
2006-02-20 Wakaba <wakaba@suika.fam.cx> |
31 |
|
|
32 |
|
* DIS.dis (isPropertyElement): The |DISCore:resourceType| |
33 |
|
element type is now recognized as a property. In addition, |
34 |
|
element types that are a |DISSource:Property| are |
35 |
|
properties. |
36 |
|
(DIS:AnyMethod, DIS:Method, DIS:Attribute): New types. |
37 |
|
(DIS:targetType): New property. |
38 |
|
(DISModule, DISFor, DISResource, DISDatabase): These |
39 |
|
classes no longer inherits |ManakaiDISExceptionTarget|. |
40 |
|
(DISDatabase.loadResource): Reads |DISCore:resourceType| property |
41 |
|
as well as |rdf:type| property. |
42 |
|
(DISAnyResource.MUErrorHandler, DISDatabase.MUErrorHandler): New |
43 |
|
methods. |
44 |
|
(DISDatabase.domConfig): New attribute. |
45 |
|
(error-handler): New configuration parameter. |
46 |
|
(getMethodForType): New code fragment. |
47 |
|
(DIS:more-than-one-methods-for-a-type): New error. |
48 |
|
(ManakaiDISExceptionTarget): Removed. |
49 |
|
|
50 |
|
2006-02-19 Wakaba <wakaba@suika.fam.cx> |
51 |
|
|
52 |
|
* DIS.dis (composeSubsetURI): New code fragment. |
53 |
|
(getResource, getModule, getFor, loadResource): Old |rdf:type| settking |
54 |
|
code is removed. |
55 |
|
(isSubsetOfURI): Old compatibility code removed. |
56 |
|
(addTypeURI): Bugs fixed. |
57 |
|
|
58 |
|
2006-02-19 Wakaba <wakaba@suika.fam.cx> |
59 |
|
|
60 |
|
* DIS.dis (getResource, getFor, getModule): Set |DIS:typeURI| |
61 |
|
property on creation of an object. |
62 |
|
(isAnonymous): Setter is added. |
63 |
|
(isTypeURI): Redefined using |typeResource| and |isSubsetOfURI|. |
64 |
|
(getTypeURIList): New method. |
65 |
|
(typeResource): New attribute. |
66 |
|
(addTypeURI): New method. |
67 |
|
(DISModule.isAnonymous, DISFor.isAnonymous): Removed. Now |for|s |
68 |
|
and modules as well as normal resources can be anonymous. |
69 |
|
(getSuperResourceURIList): New method. |
70 |
|
|
71 |
|
2006-02-18 Wakaba <wakaba@suika.fam.cx> |
72 |
|
|
73 |
|
* DIS.dis (revision): New attribute. |
74 |
|
|
75 |
|
2006-02-09 Wakaba <wakaba@suika.fam.cx> |
76 |
|
|
77 |
|
* PerlCode.dis (PerlStringLiteral.stringify): |pc:preserve-line-break| |
78 |
|
configuration parameter support is added. |
79 |
|
(pc:preserve-line-break): New configuration option. |
80 |
|
|
81 |
|
* DIS.dis (readProperties): |DISCore:UString| lextype support added. |
82 |
|
|
83 |
|
2006-02-08 Wakaba <wakaba@suika.fam.cx> |
84 |
|
|
85 |
|
* PerlCode.dis (PCReference.stringify): Reference operator |\| |
86 |
|
was missing. |
87 |
|
|
88 |
2006-02-08 Wakaba <wakaba@suika.fam.cx> |
2006-02-08 Wakaba <wakaba@suika.fam.cx> |
89 |
|
|
90 |
* PerlCode.dis (getNameListAttrR): Non-|pc:|-namespace elements |
* PerlCode.dis (getNameListAttrR): Non-|pc:|-namespace elements |