1 |
wakaba |
1.25 |
2005-03-04 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
|
3 |
|
|
* ManakaiNode.dis: Checks type, to support SuikaWikiConfig21 |
4 |
|
|
module's binding properties. |
5 |
|
|
|
6 |
wakaba |
1.24 |
2005-03-03 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
|
8 |
|
|
* PerlCode.dis: New module. |
9 |
|
|
|
10 |
wakaba |
1.23 |
2005-02-26 Wakaba <wakaba@suika.fam.cx> |
11 |
|
|
|
12 |
|
|
* DIS.dis (DISModuleResolver): New interface. |
13 |
|
|
|
14 |
wakaba |
1.22 |
2005-02-21 Wakaba <wakaba@suika.fam.cx> |
15 |
|
|
|
16 |
|
|
* DIS.dis: New module. |
17 |
|
|
|
18 |
|
|
* ManakaiNode.dis: New "subnode0" property category introduced. |
19 |
|
|
|
20 |
wakaba |
1.21 |
2005-02-17 Wakaba <wakaba@suika.fam.cx> |
21 |
|
|
|
22 |
|
|
* ManakaiNode.dis: New module. |
23 |
|
|
|
24 |
wakaba |
1.20 |
2005-01-05 Wakaba <wakaba@suika.fam.cx> |
25 |
|
|
|
26 |
|
|
* Error.pm (___rule_def[p]): Don't output anything if not exists |
27 |
|
|
that parameter. |
28 |
|
|
|
29 |
wakaba |
1.19 |
2004-09-30 Wakaba <wakaba@suika.fam.cx> |
30 |
|
|
|
31 |
|
|
* Error.pm (___rule_def): "p" added; now "t" is obsolete. |
32 |
|
|
|
33 |
wakaba |
1.18 |
2004-04-02 Wakaba <wakaba@suika.fam.cx> |
34 |
|
|
|
35 |
|
|
* Error.pm (report): Error depth fixed. |
36 |
|
|
(___rule_def:t): New parameters empty and undef introduced. |
37 |
|
|
|
38 |
wakaba |
1.17 |
2004-01-17 Wakaba <wakaba@suika.fam.cx> |
39 |
|
|
|
40 |
|
|
* Error.pm: Some fixes w.r.t. Error::Depth. |
41 |
|
|
|
42 |
wakaba |
1.16 |
2003-12-06 Wakaba <wakaba@suika.fam.cx> |
43 |
|
|
|
44 |
|
|
* Error.pm (___error_def): Renamed from ___errors. |
45 |
|
|
|
46 |
wakaba |
1.15 |
2003-12-01 Wakaba <wakaba@suika.fam.cx> |
47 |
|
|
|
48 |
|
|
* Error.pm (___get_error_def): Now support inherit. (It was not work.) |
49 |
|
|
|
50 |
wakaba |
1.14 |
2003-11-15 Wakaba <wakaba@suika.fam.cx> |
51 |
|
|
|
52 |
|
|
* Error.pm: Use Message::Util::Formatter::Text to construct error messages. |
53 |
|
|
|
54 |
|
|
2003-11-13 Wakaba <wakaba@suika.fam.cx> |
55 |
|
|
|
56 |
|
|
* Formatter: New directory. |
57 |
|
|
|
58 |
|
|
2003-11-12 Wakaba <wakaba@suika.fam.cx> |
59 |
|
|
|
60 |
|
|
* Error.pm: Rewritten. |
61 |
|
|
|
62 |
wakaba |
1.13 |
2003-10-25 Wakaba <wakaba@suika.fam.cx>
|
63 |
|
|
|
64 |
|
|
* Formatter.pm (replace): Allow '%foo () ;'.
|
65 |
|
|
|
66 |
wakaba |
1.12 |
2003-09-17 Wakaba <wakaba@suika.fam.cx>
|
67 |
|
|
|
68 |
|
|
* HostPermit.pm: New module.
|
69 |
|
|
|
70 |
wakaba |
1.11 |
2003-08-05 Wakaba <wakaba@suika.fam.cx>
|
71 |
|
|
|
72 |
|
|
* Error.pm (_default_error_handler): Syntax fix.
|
73 |
|
|
|
74 |
|
|
* Error/: New directory.
|
75 |
|
|
|
76 |
wakaba |
1.10 |
2003-07-29 Wakaba <wakaba@suika.fam.cx>
|
77 |
|
|
|
78 |
|
|
* Error.pm: New module.
|
79 |
|
|
|
80 |
wakaba |
1.9 |
2003-05-10 Wakaba <w@offweb.ddo.jp>
|
81 |
|
|
|
82 |
|
|
* Formatter.pm (replace): Bug fix of pattern.
|
83 |
|
|
|
84 |
wakaba |
1.8 |
2003-04-29 Wakaba <w@offweb.ddo.jp>
|
85 |
|
|
|
86 |
|
|
* Formatter.pm (replace): {...} block is supported.
|
87 |
|
|
(Message::Util::Formatter::_returned): New package. It is very very tiny
|
88 |
|
|
subset of SuikaWiki::Markup::XML.
|
89 |
|
|
(replace): Return structured string, not bare string. This function is
|
90 |
|
|
useful to make tree (such as XML's) from formatting template (and its nested
|
91 |
|
|
parameters).
|
92 |
|
|
|
93 |
wakaba |
1.7 |
2003-03-28 Wakaba <w@offweb.ddo.jp>
|
94 |
|
|
|
95 |
|
|
* Formatter.pm (replace): Treat oo of "str"oo of attr value as option and parse attr value if 'p' option is specified.
|
96 |
|
|
(replace): Replace '-' to '_' in attr name.
|
97 |
|
|
|
98 |
w |
1.6 |
2003-01-26 Wakaba <w@cube.wakaba.ssm>
|
99 |
|
|
|
100 |
|
|
* Formatter.pm (replace): Trim attribute name/value pair.
|
101 |
|
|
|
102 |
w |
1.5 |
2003-01-04 Wakaba <w@suika.fam.cx>
|
103 |
|
|
|
104 |
|
|
* Formatter.pm (replace): Don't split by ',' in quoted-strings.
|
105 |
|
|
|
106 |
wakaba |
1.4 |
2002-12-15 Wakaba <w@suika.fam.cx>
|
107 |
|
|
|
108 |
|
|
* Formatter.pm (%char;): Removed.
|
109 |
|
|
|
110 |
wakaba |
1.3 |
2002-12-05 Wakaba <w@suika.fam.cx>
|
111 |
|
|
|
112 |
|
|
* Formatter.pm (%FMT2TXT): New (internal) initial format rule,
|
113 |
|
|
"-bare_text".
|
114 |
|
|
(replace): "Replace" non-%-text with "-bare_text" rule.
|
115 |
|
|
(pod): Methods and initial rules are documented.
|
116 |
|
|
|
117 |
wakaba |
1.2 |
2002-12-04 Wakaba <w@suika.fam.cx>
|
118 |
|
|
|
119 |
|
|
* Formatter.pm (replace): Accept ")" in quoted-string.
|
120 |
|
|
|
121 |
wakaba |
1.1 |
2002-11-13 Wakaba <w@suika.fam.cx>
|
122 |
|
|
|
123 |
|
|
* ChangeLog: New file.
|
124 |
|
|
* Formatter.pm: New module.
|