1 |
wakaba |
1.40 |
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 |
wakaba |
1.39 |
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 |
wakaba |
1.38 |
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 |
wakaba |
1.37 |
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 |
wakaba |
1.36 |
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 |
wakaba |
1.35 |
2005-09-01 Wakaba <wakaba@suika.fam.cx> |
72 |
|
|
|
73 |
|
|
* DIS.dis (plCodeFragment): The ManakaiDOM:boolean datatype |
74 |
|
|
supported. |
75 |
|
|
|
76 |
wakaba |
1.34 |
2005-08-31 Wakaba <wakaba@suika.fam.cx> |
77 |
|
|
|
78 |
|
|
* DIS.dis (uris): New attribute. |
79 |
|
|
|
80 |
wakaba |
1.33 |
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 |
wakaba |
1.31 |
2005-08-15 Wakaba <wakaba@suika.fam.cx> |
104 |
|
|
|
105 |
wakaba |
1.32 |
* ManakaiNode.dis (Util:): Now Perl package name for interfaces |
106 |
|
|
is defined. |
107 |
|
|
|
108 |
wakaba |
1.31 |
* 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 |
wakaba |
1.32 |
(NodeStem, NodeRef): New lightweight variant |
115 |
|
|
of ManakaiDOM:ManakaiDOMNodeObject |
116 |
|
|
and ManakaiDOM:ManakaiDOMNodeReference. |
117 |
wakaba |
1.31 |
|
118 |
wakaba |
1.30 |
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 |
wakaba |
1.29 |
2005-05-26 Wakaba <wakaba@suika.fam.cx> |
127 |
|
|
|
128 |
|
|
* Makefile: Rules for DISDoc module added. |
129 |
|
|
|
130 |
wakaba |
1.28 |
2005-05-23 Wakaba <wakaba@suika.fam.cx> |
131 |
|
|
|
132 |
|
|
* DIS.dis (ManakaiDISResourceDefinition, ManakaiDISForDefinition, |
133 |
|
|
ManakaiDISModuleDefinition): "getFeature" method added. |
134 |
|
|
|
135 |
wakaba |
1.27 |
2005-03-06 Wakaba <wakaba@suika.fam.cx> |
136 |
|
|
|
137 |
|
|
* DIS.dis (Require): Loads PerlCode module. |
138 |
|
|
|
139 |
wakaba |
1.26 |
2005-03-05 Wakaba <wakaba@suika.fam.cx> |
140 |
|
|
|
141 |
|
|
* PerlCode.dis: Operator overloading is implemented. |
142 |
|
|
|
143 |
wakaba |
1.25 |
2005-03-04 Wakaba <wakaba@suika.fam.cx> |
144 |
|
|
|
145 |
|
|
* ManakaiNode.dis: Checks type, to support SuikaWikiConfig21 |
146 |
|
|
module's binding properties. |
147 |
|
|
|
148 |
wakaba |
1.24 |
2005-03-03 Wakaba <wakaba@suika.fam.cx> |
149 |
|
|
|
150 |
|
|
* PerlCode.dis: New module. |
151 |
|
|
|
152 |
wakaba |
1.23 |
2005-02-26 Wakaba <wakaba@suika.fam.cx> |
153 |
|
|
|
154 |
|
|
* DIS.dis (DISModuleResolver): New interface. |
155 |
|
|
|
156 |
wakaba |
1.22 |
2005-02-21 Wakaba <wakaba@suika.fam.cx> |
157 |
|
|
|
158 |
|
|
* DIS.dis: New module. |
159 |
|
|
|
160 |
|
|
* ManakaiNode.dis: New "subnode0" property category introduced. |
161 |
|
|
|
162 |
wakaba |
1.21 |
2005-02-17 Wakaba <wakaba@suika.fam.cx> |
163 |
|
|
|
164 |
|
|
* ManakaiNode.dis: New module. |
165 |
|
|
|
166 |
wakaba |
1.20 |
2005-01-05 Wakaba <wakaba@suika.fam.cx> |
167 |
|
|
|
168 |
|
|
* Error.pm (___rule_def[p]): Don't output anything if not exists |
169 |
|
|
that parameter. |
170 |
|
|
|
171 |
wakaba |
1.19 |
2004-09-30 Wakaba <wakaba@suika.fam.cx> |
172 |
|
|
|
173 |
|
|
* Error.pm (___rule_def): "p" added; now "t" is obsolete. |
174 |
|
|
|
175 |
wakaba |
1.18 |
2004-04-02 Wakaba <wakaba@suika.fam.cx> |
176 |
|
|
|
177 |
|
|
* Error.pm (report): Error depth fixed. |
178 |
|
|
(___rule_def:t): New parameters empty and undef introduced. |
179 |
|
|
|
180 |
wakaba |
1.17 |
2004-01-17 Wakaba <wakaba@suika.fam.cx> |
181 |
|
|
|
182 |
|
|
* Error.pm: Some fixes w.r.t. Error::Depth. |
183 |
|
|
|
184 |
wakaba |
1.16 |
2003-12-06 Wakaba <wakaba@suika.fam.cx> |
185 |
|
|
|
186 |
|
|
* Error.pm (___error_def): Renamed from ___errors. |
187 |
|
|
|
188 |
wakaba |
1.15 |
2003-12-01 Wakaba <wakaba@suika.fam.cx> |
189 |
|
|
|
190 |
|
|
* Error.pm (___get_error_def): Now support inherit. (It was not work.) |
191 |
|
|
|
192 |
wakaba |
1.14 |
2003-11-15 Wakaba <wakaba@suika.fam.cx> |
193 |
|
|
|
194 |
|
|
* Error.pm: Use Message::Util::Formatter::Text to construct error messages. |
195 |
|
|
|
196 |
|
|
2003-11-13 Wakaba <wakaba@suika.fam.cx> |
197 |
|
|
|
198 |
|
|
* Formatter: New directory. |
199 |
|
|
|
200 |
|
|
2003-11-12 Wakaba <wakaba@suika.fam.cx> |
201 |
|
|
|
202 |
|
|
* Error.pm: Rewritten. |
203 |
|
|
|
204 |
wakaba |
1.13 |
2003-10-25 Wakaba <wakaba@suika.fam.cx>
|
205 |
|
|
|
206 |
|
|
* Formatter.pm (replace): Allow '%foo () ;'.
|
207 |
|
|
|
208 |
wakaba |
1.12 |
2003-09-17 Wakaba <wakaba@suika.fam.cx>
|
209 |
|
|
|
210 |
|
|
* HostPermit.pm: New module.
|
211 |
|
|
|
212 |
wakaba |
1.11 |
2003-08-05 Wakaba <wakaba@suika.fam.cx>
|
213 |
|
|
|
214 |
|
|
* Error.pm (_default_error_handler): Syntax fix.
|
215 |
|
|
|
216 |
|
|
* Error/: New directory.
|
217 |
|
|
|
218 |
wakaba |
1.10 |
2003-07-29 Wakaba <wakaba@suika.fam.cx>
|
219 |
|
|
|
220 |
|
|
* Error.pm: New module.
|
221 |
|
|
|
222 |
wakaba |
1.9 |
2003-05-10 Wakaba <w@offweb.ddo.jp>
|
223 |
|
|
|
224 |
|
|
* Formatter.pm (replace): Bug fix of pattern.
|
225 |
|
|
|
226 |
wakaba |
1.8 |
2003-04-29 Wakaba <w@offweb.ddo.jp>
|
227 |
|
|
|
228 |
|
|
* Formatter.pm (replace): {...} block is supported.
|
229 |
|
|
(Message::Util::Formatter::_returned): New package. It is very very tiny
|
230 |
|
|
subset of SuikaWiki::Markup::XML.
|
231 |
|
|
(replace): Return structured string, not bare string. This function is
|
232 |
|
|
useful to make tree (such as XML's) from formatting template (and its nested
|
233 |
|
|
parameters).
|
234 |
|
|
|
235 |
wakaba |
1.7 |
2003-03-28 Wakaba <w@offweb.ddo.jp>
|
236 |
|
|
|
237 |
|
|
* Formatter.pm (replace): Treat oo of "str"oo of attr value as option and parse attr value if 'p' option is specified.
|
238 |
|
|
(replace): Replace '-' to '_' in attr name.
|
239 |
|
|
|
240 |
w |
1.6 |
2003-01-26 Wakaba <w@cube.wakaba.ssm>
|
241 |
|
|
|
242 |
|
|
* Formatter.pm (replace): Trim attribute name/value pair.
|
243 |
|
|
|
244 |
w |
1.5 |
2003-01-04 Wakaba <w@suika.fam.cx>
|
245 |
|
|
|
246 |
|
|
* Formatter.pm (replace): Don't split by ',' in quoted-strings.
|
247 |
|
|
|
248 |
wakaba |
1.4 |
2002-12-15 Wakaba <w@suika.fam.cx>
|
249 |
|
|
|
250 |
|
|
* Formatter.pm (%char;): Removed.
|
251 |
|
|
|
252 |
wakaba |
1.3 |
2002-12-05 Wakaba <w@suika.fam.cx>
|
253 |
|
|
|
254 |
|
|
* Formatter.pm (%FMT2TXT): New (internal) initial format rule,
|
255 |
|
|
"-bare_text".
|
256 |
|
|
(replace): "Replace" non-%-text with "-bare_text" rule.
|
257 |
|
|
(pod): Methods and initial rules are documented.
|
258 |
|
|
|
259 |
wakaba |
1.2 |
2002-12-04 Wakaba <w@suika.fam.cx>
|
260 |
|
|
|
261 |
|
|
* Formatter.pm (replace): Accept ")" in quoted-string.
|
262 |
|
|
|
263 |
wakaba |
1.1 |
2002-11-13 Wakaba <w@suika.fam.cx>
|
264 |
|
|
|
265 |
|
|
* ChangeLog: New file.
|
266 |
|
|
* Formatter.pm: New module.
|