File: ChangeLog

package info (click to toggle)
docbook-website 2.5.0.0-8.1
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 1,436 kB
  • sloc: xml: 1,341; lisp: 412; java: 77; makefile: 39; sh: 22; javascript: 8
file content (273 lines) | stat: -rw-r--r-- 10,197 bytes parent folder | download | duplicates (5)
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
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
2003-06-22  Norman Walsh <nwalsh@users.sourceforge.net>

	* param.xsl, tabular.xsl: Added table.spacer.image to improve tabular style accessibility. This is a fairly intrusive change, but I think its a significant improvement in accessibility.

2003-05-27  Robert Stayton <bobstayton@users.sourceforge.net>

	* olink.xsl: Fix typo in test attribute.

2003-04-13  Norman Walsh <nwalsh@users.sourceforge.net>

	* head.xsl: Feat Req #703116: add type to script

2003-02-26  Jirka Kosek <kosek@users.sourceforge.net>

	* toc-tabular.xsl: Make comparsion safe even if nav.graphics is specified as string type

2003-02-20  Robert Stayton <bobstayton@users.sourceforge.net>

	* chunk-common.xsl, olink.xsl, website-common.xsl, website-targets.xsl: 
	Added XSL-based olink processing.

2003-02-18  Norman Walsh <nwalsh@users.sourceforge.net>

	* autolayout.xsl: Updated version numbers to 2.4.1

2003-02-16  Norman Walsh <nwalsh@users.sourceforge.net>

	* rss.xsl: Check for localTime function before calling it

2003-01-26  Robert Stayton <bobstayton@users.sourceforge.net>

	* chunk-common.xsl: No longer terminates if exists() function not available.
	Will not track dependencies, so all files built each time.

2003-01-16  Norman Walsh <nwalsh@users.sourceforge.net>

	* autolayout.xsl: Update the public and system identifers

2003-01-11  Robert Stayton <bobstayton@users.sourceforge.net>

	* makefile-dep.xsl: Add optional output-root param so dependency path
	matches the output path.

2002-11-17  Norman Walsh <nwalsh@users.sourceforge.net>

	* website-common.xsl: Patch #540597: add rcsdate.format named template

2002-10-02  Norman Walsh <nwalsh@users.sourceforge.net>

	* autolayout.xsl, head.xsl: Support headlink element

	* chunk-common.xsl: Support references to external pages when using XSLT exists() function to choose build order

2002-09-16  Norman Walsh <nwalsh@users.sourceforge.net>

	* makefile-dep.xsl: Use filename-prefix instead of prefix for consistency

	* param.xsl, tabular.xsl, website-common.xsl, website.xsl: 
	Added allpages.banner

	* tabular.xsl, website.xsl: Remove id attribute from div; conflicts with following a

	* toc-tabular.xsl, toc.xsl: Always calculate toc-rel-path correctly in autolayout (regardless of the current context node)

	* website-common.xsl: Calculate prev/next sequential links correctly even when they cross subdir boundaries

2002-09-15  Norman Walsh <nwalsh@users.sourceforge.net>

	* rss.xsl: Support cvs: date in RSS and updated 1.0 sources

	* website-common.xsl: Handle webpage in title.markup mode

2002-09-12  Norman Walsh <nwalsh@users.sourceforge.net>

	* makefile-dep.xsl: Patch from Michael Wiedmann

2002-09-11  Norman Walsh <nwalsh@users.sourceforge.net>

	* rss.xsl: New file.

	* website-common.xsl: Include rss.xsl

2002-05-24  Norman Walsh <nwalsh@users.sourceforge.net>

	* autolayout.xsl: Output correct doctype public and system identifiers

	* xbel.xsl: Website tracker #518864: make sure lists are valid HTML

2002-05-23  Norman Walsh <nwalsh@users.sourceforge.net>

	* autolayout.xsl: Copy the revisionflag attribute

	* chunk-common.xsl, tabular.xsl: Remove dup. definition of autolayout-file

	* toc-tabular.xsl: Support revisionflag attribute

2002-05-12  Norman Walsh <nwalsh@users.sourceforge.net>

	* head.xsl, website-common.xsl: Output LINK elements in the HEAD for prev/next/up/first/last/etc. (works great in Mozilla 1.0CR1)

2002-04-26  Norman Walsh <nwalsh@users.sourceforge.net>

	* head.xsl: Call user.head.content so stylesheets can put things in page headers

2002-03-20  Norman Walsh <nwalsh@users.sourceforge.net>

	* param.xsl: Deprecated body.attributes attribute-set (in favor of body.attributes named template)

	* tabular.xsl: Use body.attributes named template; support navtocwidth and navbgcolor as a page parameters

	* toc-tabular.xsl: Support toc.expand.depth a page-configurable parameter

	* website-common.xsl: Allow footlink in config of individual pages

	* website.xsl: Use body.attributes named template instead of attribute-set

2001-12-05  Norman Walsh <nwalsh@users.sourceforge.net>

	* chunk-tabular.xsl, chunk-website.xsl: Point to the current rather than the snapshot release

2001-12-04  Norman Walsh <nwalsh@users.sourceforge.net>

	* tabular.xsl, website.xsl: Feature #456839: Add class values to body

2001-11-12  Norman Walsh <nwalsh@users.sourceforge.net>

	* tabular.xsl: Added new templates to wrap home.navhead.*

	* toc-tabular.xsl: Support toc.expand.depth to force the top N-levels of the ToC to be expanded

2001-10-13  Norman Walsh <nwalsh@users.sourceforge.net>

	* website-common.xsl: Fixed URI for xsl:import

2001-09-26  Norman Walsh <nwalsh@users.sourceforge.net>

	* makefile-dep.xsl: Handle off-site links in the dependency list

	* website-common.xsl: Attempt to support PHP PI

2001-09-22  Norman Walsh <nwalsh@users.sourceforge.net>

	* website-common.xsl, website.xsl: Remove public/system identifiers from xsl:output; it's impossible for a subsequent customization to remove them, so we shouldn't put them in

2001-09-06  Norman Walsh <nwalsh@users.sourceforge.net>

	* VERSION, autolayout.xsl, chunk-common.xsl, chunk-tabular.xsl, chunk-website-common.xsl, chunk-website.xsl, chunk.xml, chunklib.pl, chunktab.xml, head.xsl, hrefencode.pl, makefile-dep.xsl, param.xsl, tabular.xsl, toc-tabular.xsl, toc.xsl, website-common.xsl, website.xsl, xbel.xsl, xtchunk-tabular.xsl, xtchunk-website.xsl: 
	Merge V2-branch back onto the trunk; I'm abandoning V1-branch and V2-branch henceforth

2001-08-07  Norman Walsh <nwalsh@users.sourceforge.net>

	* autolayout.xsl, param.xsl, toc-tabular.xsl, toc.xsl, website-common.xsl, website.xsl: 
	Allow the TOC to contain links to external websites, parameterize the currentpage marker (@) in the text-only rendering

2001-08-04  Norman Walsh <nwalsh@users.sourceforge.net>

	* VERSION: Make VERSION a parameter so that it isn't an error that it collides with the DocBook stylesheet's VERSION

	* autolayout.xsl: Turn off indentation (don't want extra spaces around copyright holders), but introduce a few linefeeds in safe places

	* website-common.xsl: Why was this generating xhtml? Remove bogus @role hack for copyright holders

2001-07-29  Norman Walsh <nwalsh@users.sourceforge.net>

	* chunk-tabular.xsl, chunk-website.xsl, website-common.xsl: 
	Expand sf.net to sourceforge.net; too many DNS hickups for sf.net

	* head.xsl: Add base element to head

	* toc-tabular.xsl: Make preceding icons clickable

2001-07-10  Norman Walsh <nwalsh@users.sourceforge.net>

	* chunk-common.xsl: Support Xalan implementation of extension functions

2001-07-09  Norman Walsh <nwalsh@users.sourceforge.net>

	* website-common.xsl: Bug #435422; allow config in layout to override feedback.href

2001-07-04  <uid48421@users.sourceforge.net>

	* autolayout.xsl: Fix doctype-system and directory calculation

	* head.xsl: Fix meta tag for http-equiv

	* tabular.xsl: Whitespace changes

	* website-common.xsl: Put commans between copyright holders

2001-06-20  Norman Walsh <nwalsh@users.sourceforge.net>

	* head.xsl: Support http-equiv on meta

	* toc.xsl: Fixed bug where initial pages with more than max.toc.width entries formatted badly

2001-06-17  Norman Walsh <nwalsh@users.sourceforge.net>

	* autolayout.xsl, head.xsl, website-common.xsl: Add support for RDDL

2001-06-14  Norman Walsh <nwalsh@users.sourceforge.net>

	* chunk-tabular.xsl, chunk-website.xsl: Change import to point to web

	* toc-tabular.xsl: Pass relpath to link.to.target so that relative paths are built correctly

	* toc.xsl: Added max.toc.width parameter to control how large the header becomes

	* website-common.xsl: Pass relpath to link.to.target so that relative paths are built correctly; resolve targetdocent with respect to the base URI of autolayout; change the import to point to the web

2001-06-04  Norman Walsh <nwalsh@users.sourceforge.net>

	* autolayout.xsl: Support tocksip attribute and default-filename config option

	* head.xsl: Support absolute CSS stylesheet filenames

	* param.xsl: Add sequential.links

	* tabular.xsl, toc-tabular.xsl, website-common.xsl, website.xsl: 
	Hack and slash; make it work :-)

2001-05-21  Norman Walsh <nwalsh@users.sourceforge.net>

	* param.xsl: Added body.attributes attribute set

	* tabular.xsl: Use body.attributes; make home.navhead.separator a template

2001-04-17  Norman Walsh <nwalsh@users.sourceforge.net>

	* chunk-tabular.xsl, chunk-website.xsl, website-common.xsl: 
	Fixed import paths

	* head.xsl: Fixed VERSION variable reference

	* tabular.xsl: Made table attributes into attribute-sets

2001-04-15  Norman Walsh <nwalsh@users.sourceforge.net>

	* VERSION, autolayout.xsl, chunk-common.xsl, chunk-tabular.xsl, chunk-website.xsl, head.xsl, makefile-dep.xsl, param.xsl, tabular.xsl, toc-tabular.xsl, toc.xsl, website-common.xsl, website.xsl, xbel.xsl: 
	New and very different files

	* VERSION, chunk-tabular.xsl, chunk-website-common.xsl, chunk-website.xsl, chunk.xml, chunklib.pl, chunktab.xml, head.xsl, hrefencode.pl, tabular.xsl, xbel.xsl, xtchunk-tabular.xsl, xtchunk-website.xsl: 
	branches:  1.1.4;
	Initial checkin of V1.10 sources

	* autolayout.xsl: branches:  1.1.2;
	file autolayout.xsl was initially added on branch V2-branch.

	* chunk-common.xsl: branches:  1.1.2;
	file chunk-common.xsl was initially added on branch V2-branch.

	* chunk-tabular.xsl, chunk-website-common.xsl, chunk-website.xsl, chunk.xml, chunklib.pl, chunktab.xml, head.xsl, hrefencode.pl, tabular.xsl, website.xsl, xbel.xsl, xtchunk-tabular.xsl, xtchunk-website.xsl: 
	New file.

	* makefile-dep.xsl: branches:  1.1.2;
	file makefile-dep.xsl was initially added on branch V2-branch.

	* param.xsl: branches:  1.1.2;
	file param.xsl was initially added on branch V2-branch.

	* toc-tabular.xsl: branches:  1.1.2;
	file toc-tabular.xsl was initially added on branch V2-branch.

	* toc.xsl: branches:  1.1.2;
	file toc.xsl was initially added on branch V2-branch.

	* website-common.xsl: branches:  1.1.2;
	file website-common.xsl was initially added on branch V2-branch.

	* website.xsl: Initial checkin of V1.10 sources

	* website.xsl: branches:  1.2.4;
	Support admon.graphics.extension