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