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