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> |
129 |
|
|
130 |
|
* DIS.dis (Require): Loads PerlCode module. |
131 |
|
|
132 |
|
2005-03-05 Wakaba <wakaba@suika.fam.cx> |
133 |
|
|
134 |
|
* PerlCode.dis: Operator overloading is implemented. |
135 |
|
|
136 |
|
2005-03-04 Wakaba <wakaba@suika.fam.cx> |
137 |
|
|
138 |
|
* ManakaiNode.dis: Checks type, to support SuikaWikiConfig21 |
139 |
|
module's binding properties. |
140 |
|
|
141 |
|
2005-03-03 Wakaba <wakaba@suika.fam.cx> |
142 |
|
|
143 |
|
* PerlCode.dis: New module. |
144 |
|
|
145 |
|
2005-02-26 Wakaba <wakaba@suika.fam.cx> |
146 |
|
|
147 |
|
* DIS.dis (DISModuleResolver): New interface. |
148 |
|
|
149 |
|
2005-02-21 Wakaba <wakaba@suika.fam.cx> |
150 |
|
|
151 |
|
* DIS.dis: New module. |
152 |
|
|
153 |
|
* ManakaiNode.dis: New "subnode0" property category introduced. |
154 |
|
|
155 |
|
2005-02-17 Wakaba <wakaba@suika.fam.cx> |
156 |
|
|
157 |
|
* ManakaiNode.dis: New module. |
158 |
|
|
159 |
|
2005-01-05 Wakaba <wakaba@suika.fam.cx> |
160 |
|
|
161 |
|
* Error.pm (___rule_def[p]): Don't output anything if not exists |
162 |
|
that parameter. |
163 |
|
|
164 |
|
2004-09-30 Wakaba <wakaba@suika.fam.cx> |
165 |
|
|
166 |
|
* Error.pm (___rule_def): "p" added; now "t" is obsolete. |
167 |
|
|
168 |
|
2004-04-02 Wakaba <wakaba@suika.fam.cx> |
169 |
|
|
170 |
|
* Error.pm (report): Error depth fixed. |
171 |
|
(___rule_def:t): New parameters empty and undef introduced. |
172 |
|
|
173 |
|
2004-01-17 Wakaba <wakaba@suika.fam.cx> |
174 |
|
|
175 |
|
* Error.pm: Some fixes w.r.t. Error::Depth. |
176 |
|
|
177 |
|
2003-12-06 Wakaba <wakaba@suika.fam.cx> |
178 |
|
|
179 |
|
* Error.pm (___error_def): Renamed from ___errors. |
180 |
|
|
181 |
|
2003-12-01 Wakaba <wakaba@suika.fam.cx> |
182 |
|
|
183 |
|
* Error.pm (___get_error_def): Now support inherit. (It was not work.) |
184 |
|
|
185 |
|
2003-11-15 Wakaba <wakaba@suika.fam.cx> |
186 |
|
|
187 |
|
* Error.pm: Use Message::Util::Formatter::Text to construct error messages. |
188 |
|
|
189 |
|
2003-11-13 Wakaba <wakaba@suika.fam.cx> |
190 |
|
|
191 |
|
* Formatter: New directory. |
192 |
|
|
193 |
|
2003-11-12 Wakaba <wakaba@suika.fam.cx> |
194 |
|
|
195 |
|
* Error.pm: Rewritten. |
196 |
|
|
197 |
|
2003-10-25 Wakaba <wakaba@suika.fam.cx> |
198 |
|
|
199 |
|
* Formatter.pm (replace): Allow '%foo () ;'. |
200 |
|
|
201 |
|
2003-09-17 Wakaba <wakaba@suika.fam.cx> |
202 |
|
|
203 |
|
* HostPermit.pm: New module. |
204 |
|
|
205 |
|
2003-08-05 Wakaba <wakaba@suika.fam.cx> |
206 |
|
|
207 |
|
* Error.pm (_default_error_handler): Syntax fix. |
208 |
|
|
209 |
|
* Error/: New directory. |
210 |
|
|
211 |
2003-07-29 Wakaba <wakaba@suika.fam.cx> |
2003-07-29 Wakaba <wakaba@suika.fam.cx> |
212 |
|
|
213 |
* Error.pm: New module. |
* Error.pm: New module. |