1 |
|
2005-09-20 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* DIS.dis: Use valueRef and nodeIDRef where possible so |
4 |
|
that dad file can share text data if possible. |
5 |
|
For resources, {subOf} and {supOf} is now optional. |
6 |
|
(sourceNodeIDRef): New attribute. |
7 |
|
|
8 |
|
2005-09-19 Wakaba <wakaba@suika.fam.cx> |
9 |
|
|
10 |
|
* DIS.dis: Parameter "databaseArg" added to various |
11 |
|
methods to support objects that have no associated |
12 |
|
database. |
13 |
|
(getNamespaceBindingList, getDefaultNamespaceURIRef): New |
14 |
|
methods. |
15 |
|
(NO_RDF_TYPE_ERR): New error type. |
16 |
|
(loadResource): Throws NO_RDF_TYPE_ERR if no rdf:type |
17 |
|
attribute specified for a resource definition. |
18 |
|
|
19 |
|
2005-09-16 Wakaba <wakaba@suika.fam.cx> |
20 |
|
|
21 |
|
* DIS.dis (DISResourceProp): Methods reimplemented to |
22 |
|
support DIS/Value values. |
23 |
|
|
24 |
|
2005-09-15 Wakaba <wakaba@suika.fam.cx> |
25 |
|
|
26 |
|
* DIS.dis (readProperties): New methods. Emploies DIS/Value |
27 |
|
classes for internal data structure. |
28 |
|
|
29 |
|
2005-09-14 Wakaba <wakaba@suika.fam.cx> |
30 |
|
|
31 |
|
* DIS.dis: Now references DIS/Value.dis. |
32 |
|
(DISAnyResource): New interface separeted from DISModule. |
33 |
|
DISFor and DISResource. |
34 |
|
|
35 |
|
2005-09-13 Wakaba <wakaba@suika.fam.cx> |
36 |
|
|
37 |
|
* DIS.dis: Perl-related methods are moved to a separate |
38 |
|
module "DIS/Perl.dis". |
39 |
|
|
40 |
|
2005-09-08 Wakaba <wakaba@suika.fam.cx> |
41 |
|
|
42 |
|
* Makefile: Renewaled. |
43 |
|
|
44 |
|
* ManakaiNode.dis (free): New method. |
45 |
|
|
46 |
|
2005-09-07 Wakaba <wakaba@suika.fam.cx> |
47 |
|
|
48 |
|
* DIS.dis: Interfaces added. |
49 |
|
(free): New method. |
50 |
|
|
51 |
|
* PerlCode.dis: Interfaces added. |
52 |
|
|
53 |
|
2005-09-06 Wakaba <wakaba@suika.fam.cx> |
54 |
|
|
55 |
|
* DIS.dis (plName): Use AppName attribute, if any, |
56 |
|
for ManakaiDOM:ConstGroup resources. |
57 |
|
|
58 |
|
2005-09-05 Wakaba <wakaba@suika.fam.cx> |
59 |
|
|
60 |
|
* DIS.dis (plGeneratePerlModuleFile): Don't generate code for |
61 |
|
the same class or variable twice whose alias is defined |
62 |
|
in the same module. |
63 |
|
|
64 |
|
2005-09-04 Wakaba <wakaba@suika.fam.cx> |
65 |
|
|
66 |
|
* PerlCode.dis (ManakaiPerlSub.IntClone): Copies pc:localName |
67 |
|
and pc:prortotype properties. |
68 |
|
|
69 |
|
* DIS.dis (plAdditionalISAPackages): New attribute. |
70 |
|
|
71 |
|
2005-09-01 Wakaba <wakaba@suika.fam.cx> |
72 |
|
|
73 |
|
* DIS.dis (plCodeFragment): The ManakaiDOM:boolean datatype |
74 |
|
supported. |
75 |
|
|
76 |
|
2005-08-31 Wakaba <wakaba@suika.fam.cx> |
77 |
|
|
78 |
|
* DIS.dis (uris): New attribute. |
79 |
|
|
80 |
|
2005-08-30 Wakaba <wakaba@suika.fam.cx> |
81 |
|
|
82 |
|
* DIS.dis (plFilePathStem): New attribute. |
83 |
|
|
84 |
|
2005-08-29 Wakaba <wakaba@suika.fam.cx> |
85 |
|
|
86 |
|
* DIS.dis (plFileNameStem): New attribute. |
87 |
|
|
88 |
|
2005-08-28 Wakaba <wakaba@suika.fam.cx> |
89 |
|
|
90 |
|
* DIS.dis (plCodeFragment): Type ManakaiDOM:InCase supported. |
91 |
|
|
92 |
|
2005-08-26 Wakaba <wakaba@suika.fam.cx> |
93 |
|
|
94 |
|
* DIS.dis: Typo fixed for replacing namespace URI and local name |
95 |
|
in reflecting code. |
96 |
|
(mvLocalName, mvNamespaceURI): Use "localName" and "namespaceURI" |
97 |
|
attribute values as their default. |
98 |
|
(mvPrefix, qnameValuePrefix): New attributes. |
99 |
|
|
100 |
|
* ManakaiNode.dis: Tests whether "defined" rather than true or not |
101 |
|
in "while" conditions. |
102 |
|
|
103 |
|
2005-08-15 Wakaba <wakaba@suika.fam.cx> |
104 |
|
|
105 |
|
* ManakaiNode.dis (Util:): Now Perl package name for interfaces |
106 |
|
is defined. |
107 |
|
|
108 |
|
* DIS.dis (mediaTypeURI): Returns $defaultMediaType |
109 |
|
parameter value if dis:ContentType attribute is missing. |
110 |
|
|
111 |
|
* ManakaiNode.dis (importTree): Use "isa" function |
112 |
|
to check whether a object is an instance of the manakai |
113 |
|
node model. |
114 |
|
(NodeStem, NodeRef): New lightweight variant |
115 |
|
of ManakaiDOM:ManakaiDOMNodeObject |
116 |
|
and ManakaiDOM:ManakaiDOMNodeReference. |
117 |
|
|
118 |
|
2005-05-29 Wakaba <wakaba@suika.fam.cx> |
119 |
|
|
120 |
|
* DIS.dis (plGeneratePerlModuleFile): Bug fixed so that |
121 |
|
even if DOMMetaImpl:provideFeature has child nodes but |
122 |
|
they are not DOMMetaImpl:providedThrough a ImplFeature |
123 |
|
statement is generated. |
124 |
|
(plCodeFragment): Bug fixed so that dis:SetProp works correctly. |
125 |
|
|
126 |
|
2005-05-26 Wakaba <wakaba@suika.fam.cx> |
127 |
|
|
128 |
|
* Makefile: Rules for DISDoc module added. |
129 |
|
|
130 |
|
2005-05-23 Wakaba <wakaba@suika.fam.cx> |
131 |
|
|
132 |
|
* DIS.dis (ManakaiDISResourceDefinition, ManakaiDISForDefinition, |
133 |
|
ManakaiDISModuleDefinition): "getFeature" method added. |
134 |
|
|
135 |
2005-03-06 Wakaba <wakaba@suika.fam.cx> |
2005-03-06 Wakaba <wakaba@suika.fam.cx> |
136 |
|
|
137 |
* DIS.dis (Require): Loads PerlCode module. |
* DIS.dis (Require): Loads PerlCode module. |