1 |
|
2005-05-23 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* DIS.dis (ManakaiDISResourceDefinition, ManakaiDISForDefinition, |
4 |
|
ManakaiDISModuleDefinition): "getFeature" method added. |
5 |
|
|
6 |
|
2005-03-06 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* DIS.dis (Require): Loads PerlCode module. |
9 |
|
|
10 |
|
2005-03-05 Wakaba <wakaba@suika.fam.cx> |
11 |
|
|
12 |
|
* PerlCode.dis: Operator overloading is implemented. |
13 |
|
|
14 |
|
2005-03-04 Wakaba <wakaba@suika.fam.cx> |
15 |
|
|
16 |
|
* ManakaiNode.dis: Checks type, to support SuikaWikiConfig21 |
17 |
|
module's binding properties. |
18 |
|
|
19 |
|
2005-03-03 Wakaba <wakaba@suika.fam.cx> |
20 |
|
|
21 |
|
* PerlCode.dis: New module. |
22 |
|
|
23 |
|
2005-02-26 Wakaba <wakaba@suika.fam.cx> |
24 |
|
|
25 |
|
* DIS.dis (DISModuleResolver): New interface. |
26 |
|
|
27 |
|
2005-02-21 Wakaba <wakaba@suika.fam.cx> |
28 |
|
|
29 |
|
* DIS.dis: New module. |
30 |
|
|
31 |
|
* ManakaiNode.dis: New "subnode0" property category introduced. |
32 |
|
|
33 |
|
2005-02-17 Wakaba <wakaba@suika.fam.cx> |
34 |
|
|
35 |
|
* ManakaiNode.dis: New module. |
36 |
|
|
37 |
|
2005-01-05 Wakaba <wakaba@suika.fam.cx> |
38 |
|
|
39 |
|
* Error.pm (___rule_def[p]): Don't output anything if not exists |
40 |
|
that parameter. |
41 |
|
|
42 |
|
2004-09-30 Wakaba <wakaba@suika.fam.cx> |
43 |
|
|
44 |
|
* Error.pm (___rule_def): "p" added; now "t" is obsolete. |
45 |
|
|
46 |
|
2004-04-02 Wakaba <wakaba@suika.fam.cx> |
47 |
|
|
48 |
|
* Error.pm (report): Error depth fixed. |
49 |
|
(___rule_def:t): New parameters empty and undef introduced. |
50 |
|
|
51 |
|
2004-01-17 Wakaba <wakaba@suika.fam.cx> |
52 |
|
|
53 |
|
* Error.pm: Some fixes w.r.t. Error::Depth. |
54 |
|
|
55 |
|
2003-12-06 Wakaba <wakaba@suika.fam.cx> |
56 |
|
|
57 |
|
* Error.pm (___error_def): Renamed from ___errors. |
58 |
|
|
59 |
|
2003-12-01 Wakaba <wakaba@suika.fam.cx> |
60 |
|
|
61 |
|
* Error.pm (___get_error_def): Now support inherit. (It was not work.) |
62 |
|
|
63 |
|
2003-11-15 Wakaba <wakaba@suika.fam.cx> |
64 |
|
|
65 |
|
* Error.pm: Use Message::Util::Formatter::Text to construct error messages. |
66 |
|
|
67 |
|
2003-11-13 Wakaba <wakaba@suika.fam.cx> |
68 |
|
|
69 |
|
* Formatter: New directory. |
70 |
|
|
71 |
|
2003-11-12 Wakaba <wakaba@suika.fam.cx> |
72 |
|
|
73 |
|
* Error.pm: Rewritten. |
74 |
|
|
75 |
|
2003-10-25 Wakaba <wakaba@suika.fam.cx> |
76 |
|
|
77 |
|
* Formatter.pm (replace): Allow '%foo () ;'. |
78 |
|
|
79 |
|
2003-09-17 Wakaba <wakaba@suika.fam.cx> |
80 |
|
|
81 |
|
* HostPermit.pm: New module. |
82 |
|
|
83 |
|
2003-08-05 Wakaba <wakaba@suika.fam.cx> |
84 |
|
|
85 |
|
* Error.pm (_default_error_handler): Syntax fix. |
86 |
|
|
87 |
|
* Error/: New directory. |
88 |
|
|
89 |
|
2003-07-29 Wakaba <wakaba@suika.fam.cx> |
90 |
|
|
91 |
|
* Error.pm: New module. |
92 |
|
|
93 |
|
2003-05-10 Wakaba <w@offweb.ddo.jp> |
94 |
|
|
95 |
|
* Formatter.pm (replace): Bug fix of pattern. |
96 |
|
|
97 |
|
2003-04-29 Wakaba <w@offweb.ddo.jp> |
98 |
|
|
99 |
|
* Formatter.pm (replace): {...} block is supported. |
100 |
|
(Message::Util::Formatter::_returned): New package. It is very very tiny |
101 |
|
subset of SuikaWiki::Markup::XML. |
102 |
|
(replace): Return structured string, not bare string. This function is |
103 |
|
useful to make tree (such as XML's) from formatting template (and its nested |
104 |
|
parameters). |
105 |
|
|
106 |
2003-03-28 Wakaba <w@offweb.ddo.jp> |
2003-03-28 Wakaba <w@offweb.ddo.jp> |
107 |
|
|
108 |
* Formatter.pm (replace): Treat oo of "str"oo of attr value as option and parse attr value if 'p' option is specified. |
* Formatter.pm (replace): Treat oo of "str"oo of attr value as option and parse attr value if 'p' option is specified. |