1 |
|
2006-03-24 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Grove.dis (getNodeRefPropValue, setNodeRefPropValue): New codes. |
4 |
|
|
5 |
|
2006-03-21 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* Grove.dis (get++NodeStemPropValue, orSetNodeStemPropValue): New |
8 |
|
codes. |
9 |
|
|
10 |
|
2006-03-19 Wakaba <wakaba@suika.fam.cx> |
11 |
|
|
12 |
|
* Grove.dis (createNodeRefFromID): Encloses variables by |{}|. |
13 |
|
(getNodeID, getNodeStem): New codes. |
14 |
|
(collectGarbage): A bug is fiexed. |
15 |
|
(getNodeStemPropValueRef, setNodeStemProp0Node, |
16 |
|
deleteNodeStemPropValue, nodeIDMatch): New codes. |
17 |
|
|
18 |
|
2006-03-17 Wakaba <wakaba@suika.fam.cx> |
19 |
|
|
20 |
|
* Grove.dis (createNodeStem): Set the reference |
21 |
|
to the |mg:nodeClass| property. |
22 |
|
(createNodeRefFromID): New code. |
23 |
|
(getNodeStemPropValue, setNodeStemPropValue, getNodeStemProp0Node): |
24 |
|
New codes. |
25 |
|
|
26 |
|
2006-03-17 Wakaba <wakaba@suika.fam.cx> |
27 |
|
|
28 |
|
* Grove.dis: New module. |
29 |
|
|
30 |
|
2006-03-15 Wakaba <wakaba@suika.fam.cx> |
31 |
|
|
32 |
|
* DIS.dis (getMethodForType): Parameter |$resource| |
33 |
|
is changed to |$type_resource|. |
34 |
|
(getDOMConfigurationParameterName): New method. |
35 |
|
|
36 |
|
2006-03-12 Wakaba <wakaba@suika.fam.cx> |
37 |
|
|
38 |
|
* DIS.dis (loadResource): Support for the |dis:aliasChild| |
39 |
|
property has been removed. |
40 |
|
|
41 |
|
2006-03-12 Wakaba <wakaba@suika.fam.cx> |
42 |
|
|
43 |
|
* DIS.dis (loadResource): Sets the |srinfo| parameter |
44 |
|
of the |addTypeURI| method call. |
45 |
|
(addTypeURI): The |srinfo| parameter is added. Sets |
46 |
|
the |srinfo| parameter of the |isSubsetOfURI| and |mergeAsAlias| |
47 |
|
method calls. |
48 |
|
|
49 |
|
2006-03-11 Wakaba <wakaba@suika.fam.cx> |
50 |
|
|
51 |
|
* DIS.dis (loadResource): Don't set |isDefined| |
52 |
|
flag for aliases. |
53 |
|
|
54 |
|
2006-03-10 Wakaba <wakaba@suika.fam.cx> |
55 |
|
|
56 |
|
* PerlCode.dis (stringify): Inserts new line after |COMMA|s |
57 |
|
in lists (hash literals and array literals --- "lists" theirselves |
58 |
|
are excluded since they are usually not so long). |
59 |
|
|
60 |
|
* DIS.dis (loadResource): Don't throw error |
61 |
|
if an alias is alreadt defined for same URI. Registers |
62 |
|
aliases from |srinfo| to the database. By these |
63 |
|
fixes aliases defined in another module from the canonical |
64 |
|
resource name's module can live even after the canonical's |
65 |
|
module is updated. |
66 |
|
|
67 |
|
2006-03-08 Wakaba <wakaba@suika.fam.cx> |
68 |
|
|
69 |
|
* ManakaiNode.dis (destroy): Don't cause |uninitialized value |
70 |
|
as SCALAR reference| error even if the node is disposed |
71 |
|
and it no longer has tree id. |
72 |
|
|
73 |
|
2006-03-05 Wakaba <wakaba@suika.fam.cx> |
74 |
|
|
75 |
|
* DIS.dis (mvOwnerElementResource): Allows an attribute |
76 |
|
with no owner element. |
77 |
|
|
78 |
|
2006-02-26 Wakaba <wakaba@suika.fam.cx> |
79 |
|
|
80 |
|
* PerlCode.dis (PerlStringLiteral.stringify): If some character |
81 |
|
are escaped, the string should have been quoted by |QUOTATION MARK|. |
82 |
|
|
83 |
|
* Makefile (.discore-all.pm): The parameter for |DIS/DPG.dis| |
84 |
|
module was misplaced. |
85 |
|
(distclean): New rule. |
86 |
|
(clean): Cleans subdirectories, too. |
87 |
|
|
88 |
|
2006-02-26 Wakaba <wakaba@suika.fam.cx> |
89 |
|
|
90 |
|
* ManakaiNodeTest.dis (Require): Missing reference |
91 |
|
to the |DISlib:Test| module is added. |
92 |
|
|
93 |
|
* Makefile: Revised for new |daf| database format. |
94 |
|
|
95 |
|
* DIS.dis (elementTypeMatch, isSubsetOfURI): The |srinfo| |
96 |
|
parameter is added. |
97 |
|
(getFor, getModule): Set reference rather than string |
98 |
|
itself to the |{for}| property. |
99 |
|
(loadResource): Passes |srinfo| parameter |
100 |
|
to |isSubsetOfURI|-calling methods. |
101 |
|
(mergeAsAlias): The |srinfo| parameter is added. |
102 |
|
|
103 |
|
2006-02-26 Wakaba <wakaba@suika.fam.cx> |
104 |
|
|
105 |
|
* PerlCode.dis (Require): Missing reference to the |DISlib:DISMarkup| |
106 |
|
module is added. |
107 |
|
|
108 |
|
2006-02-25 Wakaba <wakaba@suika.fam.cx> |
109 |
|
|
110 |
|
* DIS.dis (lookupNamespacePrefix): Resolves prefix by |
111 |
|
namespace resolver if available. |
112 |
|
(disNamespaceResolver): New attribute. |
113 |
|
(loadModule): Sets |revision| attribute of the created module. |
114 |
|
(ownerModuleRef): Setter is added. |
115 |
|
(addTypeURI): Set |ownerModule| attribute if possible. |
116 |
|
(ManakaiDISModuleLite): The class no longer inherits |DISAnyResource| |
117 |
|
class and |ManakaiDefaultExceptionHandler| class. |
118 |
|
(mergeAsAlias): New |noEqualityCheck| parameter is added. |
119 |
|
|
120 |
|
* Makefile: New variables for |DAF| are added. |
121 |
|
|
122 |
2006-02-24 Wakaba <wakaba@suika.fam.cx> |
2006-02-24 Wakaba <wakaba@suika.fam.cx> |
123 |
|
|
124 |
* DIS.dis (loadModule): Adds name URIs of |Require|d |
* DIS.dis (loadModule): Adds name URIs of |Require|d |