-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathChangeLog
183 lines (128 loc) · 5.88 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
*** VERSION: Version 1.2.1 released
2004-10-10 Steve Ball <[email protected]>
* date-time.xsl (get-month-number): Fixed bug #1043193
* test/test.xml, test/compare.test.xsl, doc/build.xml: Added comparison module.
*** VERSION: Version 1.2 released
2004-10-08 Steve Ball <[email protected]>
* math.xsl: Added math:ordinal, math:ordinal-as-word, math:number-as-word.
* date-time.xsl: Added dt:calculate-last-day-of-month (patch #1015758).
* date-time.xsl: Added dt:get-xsd-datetime-* templates.
2004-08-11 Steve Ball <[email protected]>
* string.xsl (str:substring-after-at, str:substring-before-at): Fixed bug where 'chars' parameter was misnamed.
2004-05-06 Steve Ball <[email protected]>
* date-time.xsl (dt:format-date-time): Added %Q and %q to give A.M./P.M. indicator with periods.
2004-02-06 Steve Ball <[email protected]>
* date-time.xsl (dt:format-date-time): INCOMPATIBLE CHANGE.
Added %P for uppercase am/pm indicator, changed %p to give lowercase am/pm indicator.
Added %e to give day-of-month without leading zero, %i for hour without leading zero, %n for month without leading zero.
2003-03-10 Steve Ball <[email protected]>
* string.xsl (str:subst): Added disable-output-escaping parameter.
* markup.xsl: Added disable-output-escaping to internal DTD.
2003-01-30 Steve Ball <[email protected]>
* math.xsl: Added math:cvt-hex-decimal template.
2003-01-13 Reinout van Rees <[email protected]>
* markup.xsl:
markup:cdata-section missed the '!' in the <![CDATA[. BTW, the testfile
doesn't contain a test for this template. But the magic of testing for
<![CDATA[ is a bit too deep for me.
2002-08-02 Steve Ball <steve@localhost>
* node.xsl: Added node:copy template.
2002-06-25 Steve Ball <steve@localhost>
* string.xsl: Changed substring-after-chars parameter to 'chars' to match function synposis.
2002-06-23 Steve Ball <steve@localhost>
* stdlib.xsl, svg.xsl: Added SVG module.
2002-06-18 Steve Ball <steve@localhost>
* string.xsl: Added str:justify template to string module.
2002-02-28 balls <balls@xml>
* doc/example.html, doc/makehtml.xsl, doc/markup.html,
doc/node.html, doc/stdlib.html, doc/string.html,
doc/test/test.html, doc/uri.html, test/math.test.xsl,
test/test.xml, test/test.xsl, ANNOUNCE, ChangeLog, doc/ChangeLog,
doc/allxsl2jref.xsl, doc/date-time.html,
doc/docbook-extensions.html, math.xsl, stdlib.xsl:
Added math module.
2002-01-16 Reinout van Rees <[email protected]>
* test/string.test.xsl: small error fixed
2002-01-11 injektilo <injektilo@xml>
* test/uri.test.xsl, uri.xsl, ChangeLog:
Added 'document' parameter to resolve-uri for full compliance with RFC2396.
2002-01-11 Jason Diamond <[email protected]>
* uri.xsl, test/uri.test.xsl:
Added 'document' parameter to resolve-uri. This optionally
specifies the current document URI in case it's
different than the current base URI.
2002-01-08 Jason Diamond <[email protected]>
* uri.xsl, test/uri.test.xsl:
Fixed bug in resolve-uri where it was normalizing absolute
paths. All tests from RFC2396 now pass.
2002-01-08 Jason Diamond <[email protected]>
* uri.xsl:
Removed dependancy on string module by writing URI-specific
helper templates.
2002-01-07 Steve Ball <[email protected]>
* VERSION: Version 1.1 released.
2002-01-05 Jason Diamond <[email protected]>
* date-time.xsl, test/date-time.test.xsl:
Implemented the %I and %p codes in format-date-time
courtesy of Hans Stoop <[email protected]>.
2002-01-05 Steve Ball <[email protected]>
* markup.xsl, test/markup.test.xsl
Added new markup module.
2002-01-05 Jason Diamond <[email protected]>
* test/gentest.test.xsl, test/results.xsl, test/results.css:
Tests results now use an XML format that can be styled for
viewing in a browser.
2002-01-04 Jason Diamond <[email protected]>
* string.xsl, test/string.test.xsl:
Added substring-before-last template.
* uri.xsl, test/uri.test.xsl:
Added resolve-uri template.
2001-12-16 Steve Ball <[email protected]>
* node.xsl:
Applied patch #447412 to handle all node types.
2001-12-14 Reinout van Rees <[email protected]>
* string.xsl:
Added improved unicode upper/lowercase handling.
Added to-camelcase template for converting strings into one
UpperCamelCase or lowerCamelCase word.
2001-12-14 Steve Ball <[email protected]>
* string.xsl:
Renamed variables. Some XSLT processors don't cope
with QNames for variable names.
2001-11-03 Steve Ball <[email protected]>
* VERSION: Version 1.0 released.
2001-11-03 Steve Ball <[email protected]>
* Added doc/allxsl2jref.xsl, doc/makehtml.xsl,
doc/build.xml. These automate building the documentation
set.
2001-11-01 Steve Ball <Steve [email protected]>
* Added string-match, character-first to string.xsl
2001-10-29 Leo Monus <[email protected]>
* Added substring-after-at, insert-at, backward
to string.xsl.
2001-??-?? Steve Ball <[email protected]>
* VERSION: Version 0.3 released.
2001-05-09 Steve Ball <[email protected]>
* XML Namespace root changed from
http://xsltsl.sourceforge.net to
http://xsltsl.org
* Added test/gentest.xsl to generate test.xsl
2001-??-?? Steve Ball <[email protected]>
* VERSION: Version 0.2 released.
2001-04-13 Jason Diamond <[email protected]>
* Added uri.xsl
* Added uri.test.xsl
2001-04-07 Steve Ball <[email protected]>
* string.xsl, test/string.test.xsl
Added str:substring-before-first, 'all' parameter to capitalise.
capitalise by default capitalises all words in a string.
* Changed documentation namespace URI to http://xsltsl.sourceforge.net/xsl/documentation/1.0
since new elements have been added.
* Added documentation for DocBook extensions.
* Added example stylesheet module.
* Added node.xsl
2001-04-04 Steve Ball <[email protected]>
* VERSION: Version 0.1 released.
2002-02-21 Steve Ball <[email protected]>
* math.xsl, test/math.xsl, stdlib.xsl, test/test.xml
Added math module.