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