1 |
|
2005-09-24 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* ManakaiNode.dis (mn:node, mn:nodeID, mn:treeID): New |
4 |
|
properties. |
5 |
|
(mn:stemName, mn:refName): New properties. |
6 |
|
|
7 |
|
* Makefile (.discore-all.pm): New rule to create dis-related |
8 |
|
Perl module files at once. |
9 |
|
|
10 |
|
* DIS.dis (PERL_HASH_KEY_ALREADY_DEFINED_ERR): New error code. |
11 |
|
(hashKeyName, hashKeyScope, anotherURI): New error parameters. |
12 |
|
|
13 |
|
* ManakaiNode.dis, DIS.dis, PerlCode.dis: Use "disPerl:H" instead |
14 |
|
of "disPerl:Q" for hash keys. |
15 |
|
|
16 |
|
2005-09-23 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
18 |
|
* DIS.dis (DISParser.new): New method. |
19 |
|
(hasFeature): Removed. ManakaiDISAnyResource now |
20 |
|
extends DOMFeature:ManakaiHasFeatureByGetFeature. |
21 |
|
(readProperties): Support for property value data |
22 |
|
types DISLang:MemberRef and dx:XCRef added. |
23 |
|
(ManakaiDISExceptionTarget): It is now an alias |
24 |
|
for dx:ManakaiDefaultExceptionHandler. |
25 |
|
|
26 |
|
2005-09-22 Wakaba <wakaba@suika.fam.cx> |
27 |
|
|
28 |
|
* Makefile: DAC_SUFFIX changed to ".dad". |
29 |
|
|
30 |
|
* DIS.dis (Util:): Added for DIS|ForEmpty and DIS|ForLatest. |
31 |
|
(disIsNullable): Reimplemented. |
32 |
|
|
33 |
|
2005-09-21 Wakaba <wakaba@suika.fam.cx> |
34 |
|
|
35 |
|
* DIS.dis (addNamespaceBinding): New method. |
36 |
|
|
37 |
|
2005-09-20 Wakaba <wakaba@suika.fam.cx> |
38 |
|
|
39 |
|
* DIS.dis: Use valueRef and nodeIDRef where possible so |
40 |
|
that dad file can share text data if possible. |
41 |
|
For resources, {subOf} and {supOf} is now optional. |
42 |
|
(sourceNodeIDRef): New attribute. |
43 |
|
|
44 |
|
2005-09-19 Wakaba <wakaba@suika.fam.cx> |
45 |
|
|
46 |
|
* DIS.dis: Parameter "databaseArg" added to various |
47 |
|
methods to support objects that have no associated |
48 |
|
database. |
49 |
|
(getNamespaceBindingList, getDefaultNamespaceURIRef): New |
50 |
|
methods. |
51 |
|
(NO_RDF_TYPE_ERR): New error type. |
52 |
|
(loadResource): Throws NO_RDF_TYPE_ERR if no rdf:type |
53 |
|
attribute specified for a resource definition. |
54 |
|
|
55 |
|
2005-09-16 Wakaba <wakaba@suika.fam.cx> |
56 |
|
|
57 |
|
* DIS.dis (DISResourceProp): Methods reimplemented to |
58 |
|
support DIS/Value values. |
59 |
|
|
60 |
|
2005-09-15 Wakaba <wakaba@suika.fam.cx> |
61 |
|
|
62 |
|
* DIS.dis (readProperties): New methods. Emploies DIS/Value |
63 |
|
classes for internal data structure. |
64 |
|
|
65 |
|
2005-09-14 Wakaba <wakaba@suika.fam.cx> |
66 |
|
|
67 |
|
* DIS.dis: Now references DIS/Value.dis. |
68 |
|
(DISAnyResource): New interface separeted from DISModule. |
69 |
|
DISFor and DISResource. |
70 |
|
|
71 |
|
2005-09-13 Wakaba <wakaba@suika.fam.cx> |
72 |
|
|
73 |
|
* DIS.dis: Perl-related methods are moved to a separate |
74 |
|
module "DIS/Perl.dis". |
75 |
|
|
76 |
2005-09-08 Wakaba <wakaba@suika.fam.cx> |
2005-09-08 Wakaba <wakaba@suika.fam.cx> |
77 |
|
|
78 |
* Makefile: Renewaled. |
* Makefile: Renewaled. |