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