1 |
2005-09-22 Wakaba <wakaba@suika.fam.cx> |
2 |
|
3 |
* DIS.dis (Util:): Added for DIS|ForEmpty and DIS|ForLatest. |
4 |
(disIsNullable): Reimplemented. |
5 |
|
6 |
2005-09-21 Wakaba <wakaba@suika.fam.cx> |
7 |
|
8 |
* DIS.dis (addNamespaceBinding): New method. |
9 |
|
10 |
2005-09-20 Wakaba <wakaba@suika.fam.cx> |
11 |
|
12 |
* DIS.dis: Use valueRef and nodeIDRef where possible so |
13 |
that dad file can share text data if possible. |
14 |
For resources, {subOf} and {supOf} is now optional. |
15 |
(sourceNodeIDRef): New attribute. |
16 |
|
17 |
2005-09-19 Wakaba <wakaba@suika.fam.cx> |
18 |
|
19 |
* DIS.dis: Parameter "databaseArg" added to various |
20 |
methods to support objects that have no associated |
21 |
database. |
22 |
(getNamespaceBindingList, getDefaultNamespaceURIRef): New |
23 |
methods. |
24 |
(NO_RDF_TYPE_ERR): New error type. |
25 |
(loadResource): Throws NO_RDF_TYPE_ERR if no rdf:type |
26 |
attribute specified for a resource definition. |
27 |
|
28 |
2005-09-16 Wakaba <wakaba@suika.fam.cx> |
29 |
|
30 |
* DIS.dis (DISResourceProp): Methods reimplemented to |
31 |
support DIS/Value values. |
32 |
|
33 |
2005-09-15 Wakaba <wakaba@suika.fam.cx> |
34 |
|
35 |
* DIS.dis (readProperties): New methods. Emploies DIS/Value |
36 |
classes for internal data structure. |
37 |
|
38 |
2005-09-14 Wakaba <wakaba@suika.fam.cx> |
39 |
|
40 |
* DIS.dis: Now references DIS/Value.dis. |
41 |
(DISAnyResource): New interface separeted from DISModule. |
42 |
DISFor and DISResource. |
43 |
|
44 |
2005-09-13 Wakaba <wakaba@suika.fam.cx> |
45 |
|
46 |
* DIS.dis: Perl-related methods are moved to a separate |
47 |
module "DIS/Perl.dis". |
48 |
|
49 |
2005-09-08 Wakaba <wakaba@suika.fam.cx> |
50 |
|
51 |
* Makefile: Renewaled. |
52 |
|
53 |
* ManakaiNode.dis (free): New method. |
54 |
|
55 |
2005-09-07 Wakaba <wakaba@suika.fam.cx> |
56 |
|
57 |
* DIS.dis: Interfaces added. |
58 |
(free): New method. |
59 |
|
60 |
* PerlCode.dis: Interfaces added. |
61 |
|
62 |
2005-09-06 Wakaba <wakaba@suika.fam.cx> |
63 |
|
64 |
* DIS.dis (plName): Use AppName attribute, if any, |
65 |
for ManakaiDOM:ConstGroup resources. |
66 |
|
67 |
2005-09-05 Wakaba <wakaba@suika.fam.cx> |
68 |
|
69 |
* DIS.dis (plGeneratePerlModuleFile): Don't generate code for |
70 |
the same class or variable twice whose alias is defined |
71 |
in the same module. |
72 |
|
73 |
2005-09-04 Wakaba <wakaba@suika.fam.cx> |
74 |
|
75 |
* PerlCode.dis (ManakaiPerlSub.IntClone): Copies pc:localName |
76 |
and pc:prortotype properties. |
77 |
|
78 |
* DIS.dis (plAdditionalISAPackages): New attribute. |
79 |
|
80 |
2005-09-01 Wakaba <wakaba@suika.fam.cx> |
81 |
|
82 |
* DIS.dis (plCodeFragment): The ManakaiDOM:boolean datatype |
83 |
supported. |
84 |
|
85 |
2005-08-31 Wakaba <wakaba@suika.fam.cx> |
86 |
|
87 |
* DIS.dis (uris): New attribute. |
88 |
|
89 |
2005-08-30 Wakaba <wakaba@suika.fam.cx> |
90 |
|
91 |
* DIS.dis (plFilePathStem): New attribute. |
92 |
|
93 |
2005-08-29 Wakaba <wakaba@suika.fam.cx> |
94 |
|
95 |
* DIS.dis (plFileNameStem): New attribute. |
96 |
|
97 |
2005-08-28 Wakaba <wakaba@suika.fam.cx> |
98 |
|
99 |
* DIS.dis (plCodeFragment): Type ManakaiDOM:InCase supported. |
100 |
|
101 |
2005-08-26 Wakaba <wakaba@suika.fam.cx> |
102 |
|
103 |
* DIS.dis: Typo fixed for replacing namespace URI and local name |
104 |
in reflecting code. |
105 |
(mvLocalName, mvNamespaceURI): Use "localName" and "namespaceURI" |
106 |
attribute values as their default. |
107 |
(mvPrefix, qnameValuePrefix): New attributes. |
108 |
|
109 |
* ManakaiNode.dis: Tests whether "defined" rather than true or not |
110 |
in "while" conditions. |
111 |
|
112 |
2005-08-15 Wakaba <wakaba@suika.fam.cx> |
113 |
|
114 |
* ManakaiNode.dis (Util:): Now Perl package name for interfaces |
115 |
is defined. |
116 |
|
117 |
* DIS.dis (mediaTypeURI): Returns $defaultMediaType |
118 |
parameter value if dis:ContentType attribute is missing. |
119 |
|
120 |
* ManakaiNode.dis (importTree): Use "isa" function |
121 |
to check whether a object is an instance of the manakai |
122 |
node model. |
123 |
(NodeStem, NodeRef): New lightweight variant |
124 |
of ManakaiDOM:ManakaiDOMNodeObject |
125 |
and ManakaiDOM:ManakaiDOMNodeReference. |
126 |
|
127 |
2005-05-29 Wakaba <wakaba@suika.fam.cx> |
128 |
|
129 |
* DIS.dis (plGeneratePerlModuleFile): Bug fixed so that |
130 |
even if DOMMetaImpl:provideFeature has child nodes but |
131 |
they are not DOMMetaImpl:providedThrough a ImplFeature |
132 |
statement is generated. |
133 |
(plCodeFragment): Bug fixed so that dis:SetProp works correctly. |
134 |
|
135 |
2005-05-26 Wakaba <wakaba@suika.fam.cx> |
136 |
|
137 |
* Makefile: Rules for DISDoc module added. |
138 |
|
139 |
2005-05-23 Wakaba <wakaba@suika.fam.cx> |
140 |
|
141 |
* DIS.dis (ManakaiDISResourceDefinition, ManakaiDISForDefinition, |
142 |
ManakaiDISModuleDefinition): "getFeature" method added. |
143 |
|
144 |
2005-03-06 Wakaba <wakaba@suika.fam.cx> |
145 |
|
146 |
* DIS.dis (Require): Loads PerlCode module. |
147 |
|
148 |
2005-03-05 Wakaba <wakaba@suika.fam.cx> |
149 |
|
150 |
* PerlCode.dis: Operator overloading is implemented. |
151 |
|
152 |
2005-03-04 Wakaba <wakaba@suika.fam.cx> |
153 |
|
154 |
* ManakaiNode.dis: Checks type, to support SuikaWikiConfig21 |
155 |
module's binding properties. |
156 |
|
157 |
2005-03-03 Wakaba <wakaba@suika.fam.cx> |
158 |
|
159 |
* PerlCode.dis: New module. |
160 |
|
161 |
2005-02-26 Wakaba <wakaba@suika.fam.cx> |
162 |
|
163 |
* DIS.dis (DISModuleResolver): New interface. |
164 |
|
165 |
2005-02-21 Wakaba <wakaba@suika.fam.cx> |
166 |
|
167 |
* DIS.dis: New module. |
168 |
|
169 |
* ManakaiNode.dis: New "subnode0" property category introduced. |
170 |
|
171 |
2005-02-17 Wakaba <wakaba@suika.fam.cx> |
172 |
|
173 |
* ManakaiNode.dis: New module. |
174 |
|
175 |
2005-01-05 Wakaba <wakaba@suika.fam.cx> |
176 |
|
177 |
* Error.pm (___rule_def[p]): Don't output anything if not exists |
178 |
that parameter. |
179 |
|
180 |
2004-09-30 Wakaba <wakaba@suika.fam.cx> |
181 |
|
182 |
* Error.pm (___rule_def): "p" added; now "t" is obsolete. |
183 |
|
184 |
2004-04-02 Wakaba <wakaba@suika.fam.cx> |
185 |
|
186 |
* Error.pm (report): Error depth fixed. |
187 |
(___rule_def:t): New parameters empty and undef introduced. |
188 |
|
189 |
2004-01-17 Wakaba <wakaba@suika.fam.cx> |
190 |
|
191 |
* Error.pm: Some fixes w.r.t. Error::Depth. |
192 |
|
193 |
2003-12-06 Wakaba <wakaba@suika.fam.cx> |
194 |
|
195 |
* Error.pm (___error_def): Renamed from ___errors. |
196 |
|
197 |
2003-12-01 Wakaba <wakaba@suika.fam.cx> |
198 |
|
199 |
* Error.pm (___get_error_def): Now support inherit. (It was not work.) |
200 |
|
201 |
2003-11-15 Wakaba <wakaba@suika.fam.cx> |
202 |
|
203 |
* Error.pm: Use Message::Util::Formatter::Text to construct error messages. |
204 |
|
205 |
2003-11-13 Wakaba <wakaba@suika.fam.cx> |
206 |
|
207 |
* Formatter: New directory. |
208 |
|
209 |
2003-11-12 Wakaba <wakaba@suika.fam.cx> |
210 |
|
211 |
* Error.pm: Rewritten. |
212 |
|
213 |
2003-10-25 Wakaba <wakaba@suika.fam.cx>
|
214 |
|
215 |
* Formatter.pm (replace): Allow '%foo () ;'.
|
216 |
|
217 |
2003-09-17 Wakaba <wakaba@suika.fam.cx>
|
218 |
|
219 |
* HostPermit.pm: New module.
|
220 |
|
221 |
2003-08-05 Wakaba <wakaba@suika.fam.cx>
|
222 |
|
223 |
* Error.pm (_default_error_handler): Syntax fix.
|
224 |
|
225 |
* Error/: New directory.
|
226 |
|
227 |
2003-07-29 Wakaba <wakaba@suika.fam.cx>
|
228 |
|
229 |
* Error.pm: New module.
|
230 |
|
231 |
2003-05-10 Wakaba <w@offweb.ddo.jp>
|
232 |
|
233 |
* Formatter.pm (replace): Bug fix of pattern.
|
234 |
|
235 |
2003-04-29 Wakaba <w@offweb.ddo.jp>
|
236 |
|
237 |
* Formatter.pm (replace): {...} block is supported.
|
238 |
(Message::Util::Formatter::_returned): New package. It is very very tiny
|
239 |
subset of SuikaWiki::Markup::XML.
|
240 |
(replace): Return structured string, not bare string. This function is
|
241 |
useful to make tree (such as XML's) from formatting template (and its nested
|
242 |
parameters).
|
243 |
|
244 |
2003-03-28 Wakaba <w@offweb.ddo.jp>
|
245 |
|
246 |
* Formatter.pm (replace): Treat oo of "str"oo of attr value as option and parse attr value if 'p' option is specified.
|
247 |
(replace): Replace '-' to '_' in attr name.
|
248 |
|
249 |
2003-01-26 Wakaba <w@cube.wakaba.ssm>
|
250 |
|
251 |
* Formatter.pm (replace): Trim attribute name/value pair.
|
252 |
|
253 |
2003-01-04 Wakaba <w@suika.fam.cx>
|
254 |
|
255 |
* Formatter.pm (replace): Don't split by ',' in quoted-strings.
|
256 |
|
257 |
2002-12-15 Wakaba <w@suika.fam.cx>
|
258 |
|
259 |
* Formatter.pm (%char;): Removed.
|
260 |
|
261 |
2002-12-05 Wakaba <w@suika.fam.cx>
|
262 |
|
263 |
* Formatter.pm (%FMT2TXT): New (internal) initial format rule,
|
264 |
"-bare_text".
|
265 |
(replace): "Replace" non-%-text with "-bare_text" rule.
|
266 |
(pod): Methods and initial rules are documented.
|
267 |
|
268 |
2002-12-04 Wakaba <w@suika.fam.cx>
|
269 |
|
270 |
* Formatter.pm (replace): Accept ")" in quoted-string.
|
271 |
|
272 |
2002-11-13 Wakaba <w@suika.fam.cx>
|
273 |
|
274 |
* ChangeLog: New file.
|
275 |
* Formatter.pm: New module.
|