]>
granicus.if.org Git - docbook-dsssl/log
Norman Walsh [Mon, 8 Jul 2002 17:47:22 +0000 (17:47 +0000)]
Work-around bug in xsltproc: explicitly cast scale to a number() before comparing it to 1.0
Norman Walsh [Mon, 8 Jul 2002 14:56:51 +0000 (14:56 +0000)]
Bug #574840: fix bug where some symbol index terms got lost
Norman Walsh [Mon, 8 Jul 2002 13:44:18 +0000 (13:44 +0000)]
Bug #567130: make sure literallayout children don't get lost
Norman Walsh [Mon, 8 Jul 2002 12:07:58 +0000 (12:07 +0000)]
Add sidebar.properties to control presentation of Sidebar elements
Norman Walsh [Mon, 8 Jul 2002 12:03:32 +0000 (12:03 +0000)]
Bug #574841: trim leading and trailing whitespace from primary/secondary/tertiary index terms
Norman Walsh [Mon, 8 Jul 2002 09:40:16 +0000 (09:40 +0000)]
Keep CVS and real releases distinct
Norman Walsh [Mon, 8 Jul 2002 09:07:49 +0000 (09:07 +0000)]
Version 1.52.1 released.
Norman Walsh [Mon, 8 Jul 2002 09:07:21 +0000 (09:07 +0000)]
Exclude .#* from zip as well
Norman Walsh [Mon, 8 Jul 2002 09:04:27 +0000 (09:04 +0000)]
Fix uppercase letter typos
Bob Stayton [Mon, 8 Jul 2002 04:15:17 +0000 (04:15 +0000)]
Moved the target.database parameter to be the first
child in the olink template.
Norman Walsh [Sun, 7 Jul 2002 23:41:11 +0000 (23:41 +0000)]
Version 1.1 released.
Norman Walsh [Sun, 7 Jul 2002 23:39:39 +0000 (23:39 +0000)]
Version 1.52.0 released.
Norman Walsh [Sun, 7 Jul 2002 23:38:56 +0000 (23:38 +0000)]
Updated
Norman Walsh [Sun, 7 Jul 2002 23:38:34 +0000 (23:38 +0000)]
Linking DTD
Norman Walsh [Sun, 7 Jul 2002 23:37:42 +0000 (23:37 +0000)]
Output indented results
Norman Walsh [Sun, 7 Jul 2002 23:37:07 +0000 (23:37 +0000)]
Test xrefstyle customization
Norman Walsh [Sun, 7 Jul 2002 23:23:04 +0000 (23:23 +0000)]
Keep CVS and real releases distinct
Norman Walsh [Sun, 7 Jul 2002 23:22:49 +0000 (23:22 +0000)]
Keep the demo directory out of the release
Norman Walsh [Sun, 7 Jul 2002 23:12:15 +0000 (23:12 +0000)]
Fix ugly bug: make sure premables to orderedlist and itemizedlist elements are actually formatted
Norman Walsh [Sun, 7 Jul 2002 23:10:06 +0000 (23:10 +0000)]
Updated for 1.52.0
Norman Walsh [Sun, 7 Jul 2002 23:09:45 +0000 (23:09 +0000)]
Added RELEASE-NOTES.pdf target
Bob Stayton [Sun, 7 Jul 2002 21:13:25 +0000 (21:13 +0000)]
Changed the name of the second-order itemizedlist mark
from 'round' (not supported in browsers' <ul> 'type' attribute)
to 'circle', which is supported.
Both are already supported in FO stylesheet.
Norman Walsh [Sun, 7 Jul 2002 20:52:28 +0000 (20:52 +0000)]
Version 3.0b1 released.
Norman Walsh [Sun, 7 Jul 2002 20:50:06 +0000 (20:50 +0000)]
Tweaked check target
Norman Walsh [Sun, 7 Jul 2002 20:48:57 +0000 (20:48 +0000)]
Fixed section/foilgroup
Norman Walsh [Sun, 7 Jul 2002 20:43:51 +0000 (20:43 +0000)]
Updated version numbers and base DTD references
Norman Walsh [Sun, 7 Jul 2002 20:43:14 +0000 (20:43 +0000)]
Full DTD test file
Norman Walsh [Sun, 7 Jul 2002 20:34:39 +0000 (20:34 +0000)]
Use nbsp instead of space in templates
Norman Walsh [Sun, 7 Jul 2002 20:22:43 +0000 (20:22 +0000)]
Updated with new gentext
Norman Walsh [Sun, 7 Jul 2002 20:21:15 +0000 (20:21 +0000)]
Snapshot
Norman Walsh [Sun, 7 Jul 2002 13:38:58 +0000 (13:38 +0000)]
Fix footnotes in table titles
Norman Walsh [Sun, 7 Jul 2002 13:38:14 +0000 (13:38 +0000)]
First tentative stab at getting ToCs and LoTs into separate chunks--does not work
Bob Stayton [Sat, 6 Jul 2002 23:02:38 +0000 (23:02 +0000)]
Added $verbose parameter to default xref-to template
so olink target collection can be quiet for elements
that don't have an xref-to.
Also fixed a line break in an olink error message.
Bob Stayton [Sat, 6 Jul 2002 23:00:27 +0000 (23:00 +0000)]
Commented out call to olink.outline for old
style olinks, in case Norm wants to add
support for them.
Bob Stayton [Sat, 6 Jul 2002 22:58:13 +0000 (22:58 +0000)]
Bug fix: move xsl:param in olink template to be first child.
Bob Stayton [Sat, 6 Jul 2002 21:57:15 +0000 (21:57 +0000)]
Changed the default value to empty string to remove
error message about trying to open a non-existent file.
Norman Walsh [Sat, 6 Jul 2002 19:53:11 +0000 (19:53 +0000)]
The default.encoding parameter has been renamed chunker.output.encoding
Norman Walsh [Sat, 6 Jul 2002 19:43:45 +0000 (19:43 +0000)]
Added missing parameter to olink.hottext; added missing olink.outline template
Bob Stayton [Sat, 6 Jul 2002 04:56:39 +0000 (04:56 +0000)]
Bug fix for inlinegraphic not being inline.
The test for setting $viewport to 0 was
test="inlinegraphic
| ancestor::inlinemediaobject
| ancestor::inlineequation"
when it should be:
test="local-name(.) = 'inlinegraphic'
or ancestor::inlinemediaobject
or ancestor::inlineequation"
Now inlinegraphics are inline.
Bob Stayton [Sat, 6 Jul 2002 00:39:49 +0000 (00:39 +0000)]
Changed name of default master data file to olinkdb.xml
because it was too similar to targets.db used for
the document data files.
Bob Stayton [Fri, 5 Jul 2002 16:38:46 +0000 (16:38 +0000)]
Removed references to the chunk.datafile parameter,
because Norm removed that parameter due to
obsolescence.
Bob Stayton [Fri, 5 Jul 2002 16:15:13 +0000 (16:15 +0000)]
Removed the xml declaration at the top of the new param files
as it seems to trouble the parser.
Bob Stayton [Fri, 5 Jul 2002 08:34:12 +0000 (08:34 +0000)]
New parameter in support of stylesheet olink system.
Bob Stayton [Fri, 5 Jul 2002 08:32:41 +0000 (08:32 +0000)]
Added 'verbose' parameter to default templates in
title.markup mode and label.markup mode, and made
the error message conditional on that parameter. The
default value is 1, so the message will still be
there for normal usage. But the targets.xsl
stylesheet sets verbose to 0 when trolling for
cross reference targets to eliminate useless noise
on elements that have an id attribute but no title or label.
Bob Stayton [Fri, 5 Jul 2002 08:28:36 +0000 (08:28 +0000)]
Added four parameters to support new stylesheet olink system:
target.database.document.xml
use.local.olink.style.xml
current.docid.xml
olink.doctitle.xml
Bob Stayton [Fri, 5 Jul 2002 08:27:32 +0000 (08:27 +0000)]
Modified for the new stylesheet olink system.
Modfified olink template to support the new
targetdoc and targetptr attributes.
Loads target database into keys for fast lookup.
Bob Stayton [Fri, 5 Jul 2002 08:25:43 +0000 (08:25 +0000)]
Added seven parameters for the new stylesheet olink system:
target.database.document
targets.filename
collect.xref.targets
olink.base.uri
use.local.olink.style
current.docid
olink.doctitle
Bob Stayton [Fri, 5 Jul 2002 08:24:36 +0000 (08:24 +0000)]
Added seven new parameters for the new stylesheet olink system:
target.database.document
targets.filename
collect.xref.targets
olink.base.uri
use.local.olink.style
current.docid
olink.doctitle
Bob Stayton [Fri, 5 Jul 2002 08:22:15 +0000 (08:22 +0000)]
Modified for the new stylesheet olink system.
Checks the collect.xref.targets parameter and runs
the target data collection process if selected.
Default is to not run the collection process.
Bob Stayton [Fri, 5 Jul 2002 08:21:17 +0000 (08:21 +0000)]
Modified for new stylesheet olink system.
Checks the collect.xref.targets parameter and
runs the target collection process if selected.
Default is to not run the collection process.
Bob Stayton [Fri, 5 Jul 2002 08:19:27 +0000 (08:19 +0000)]
Modified to use new stylesheet olinks.
Extended the olink template for the new targetdoc and
targetptr attributes.
Loads the target database into keys for quick lookups.
Bob Stayton [Fri, 5 Jul 2002 08:16:46 +0000 (08:16 +0000)]
DTD used by olink target database files.
Bob Stayton [Fri, 5 Jul 2002 08:15:54 +0000 (08:15 +0000)]
Generates olink target data file.
Part of the new stylesheet olink system.
Norman Walsh [Thu, 4 Jul 2002 20:27:53 +0000 (20:27 +0000)]
Initial checkins; moved from contrib by nwalsh
Norman Walsh [Thu, 4 Jul 2002 20:20:51 +0000 (20:20 +0000)]
Patch #572695: incorrect gentext
Norman Walsh [Thu, 4 Jul 2002 20:17:20 +0000 (20:17 +0000)]
Patch #569368: missing gentext for index symobls
Norman Walsh [Thu, 4 Jul 2002 17:06:21 +0000 (17:06 +0000)]
Patch #530026: suppress whitespace in FOP bookmarks
Norman Walsh [Thu, 4 Jul 2002 15:16:53 +0000 (15:16 +0000)]
Removed parameter: no longer (never?) used
Norman Walsh [Thu, 4 Jul 2002 15:12:12 +0000 (15:12 +0000)]
Feature req #525507: support xref to para by using the nearest containing section as the generated text
Norman Walsh [Thu, 4 Jul 2002 15:10:33 +0000 (15:10 +0000)]
Fix page number citation code
Norman Walsh [Wed, 3 Jul 2002 23:40:24 +0000 (23:40 +0000)]
Use header.rule and footer.rule parameters when building page navigation
Norman Walsh [Wed, 3 Jul 2002 23:23:13 +0000 (23:23 +0000)]
Feature Req #502932: added root.messages template for user defined messages
Norman Walsh [Wed, 3 Jul 2002 23:13:21 +0000 (23:13 +0000)]
Support insert.xref.page.number parameter
Norman Walsh [Wed, 3 Jul 2002 23:12:59 +0000 (23:12 +0000)]
Remove silly debugging message
Norman Walsh [Wed, 3 Jul 2002 23:12:29 +0000 (23:12 +0000)]
Improve description especially now that it works
Norman Walsh [Wed, 3 Jul 2002 23:11:34 +0000 (23:11 +0000)]
Added gentext for the word 'Draft' and for page.citation
Norman Walsh [Wed, 3 Jul 2002 12:45:29 +0000 (12:45 +0000)]
More hacking on page headers and footers: added toggles for rules and headers on blank pages
Norman Walsh [Wed, 3 Jul 2002 12:44:16 +0000 (12:44 +0000)]
New page header/footer parameters
Bob Stayton [Tue, 2 Jul 2002 22:32:09 +0000 (22:32 +0000)]
Forgot to close my <para> tag.
Bob Stayton [Tue, 2 Jul 2002 22:30:01 +0000 (22:30 +0000)]
Added sect1 through sect5, which allows such section ToCs to be
controlled by just setting the generate.section.toc.level
parameter.
Norman Walsh [Tue, 2 Jul 2002 12:00:46 +0000 (12:00 +0000)]
Completely rewrote pagesetup.xsl: more page models, more logical page margin setup
Norman Walsh [Tue, 2 Jul 2002 11:59:51 +0000 (11:59 +0000)]
Completely rewrote pagesetup.xsl: new/changed column count, draft mode, and margin parameters
Norman Walsh [Tue, 2 Jul 2002 10:57:06 +0000 (10:57 +0000)]
Changed region-before alignment
Michael Smith [Tue, 2 Jul 2002 04:51:37 +0000 (04:51 +0000)]
fixed some typos
Norman Walsh [Sat, 29 Jun 2002 11:05:02 +0000 (11:05 +0000)]
Patch #514664: keep-together for table-cell if xep
Norman Walsh [Sat, 29 Jun 2002 11:00:42 +0000 (11:00 +0000)]
Make list/procedure titles use gentext and have consisten formatting
Norman Walsh [Sat, 29 Jun 2002 10:59:46 +0000 (10:59 +0000)]
Whitespace
Norman Walsh [Fri, 28 Jun 2002 18:25:26 +0000 (18:25 +0000)]
Fix footnote context error (Felix Rabe)
Michael Smith [Fri, 28 Jun 2002 10:36:12 +0000 (10:36 +0000)]
added newline to end of file
Michael Smith [Fri, 28 Jun 2002 10:30:05 +0000 (10:30 +0000)]
fixed minor typo
Michael Smith [Fri, 28 Jun 2002 10:28:48 +0000 (10:28 +0000)]
updates: use.extensions parameter name, saxon versions, fixed hyperlinks
Jirka Kosek [Thu, 27 Jun 2002 23:30:55 +0000 (23:30 +0000)]
Fixed typo
Norman Walsh [Thu, 27 Jun 2002 17:54:05 +0000 (17:54 +0000)]
Make sure function-available is used around the node-set extension function
Norman Walsh [Thu, 27 Jun 2002 14:05:55 +0000 (14:05 +0000)]
Make glossary parameters properly documented parameters; support glossary.as.blocks
Norman Walsh [Thu, 27 Jun 2002 14:05:16 +0000 (14:05 +0000)]
Whitespace
Norman Walsh [Wed, 26 Jun 2002 12:37:28 +0000 (12:37 +0000)]
New/updated tests
Norman Walsh [Wed, 26 Jun 2002 12:35:50 +0000 (12:35 +0000)]
Use apache resolver classes, not sun resolver classes
Norman Walsh [Wed, 26 Jun 2002 12:34:53 +0000 (12:34 +0000)]
Remove attlist decls for role attributes; Simplified CR2 fixes this problem
Norman Walsh [Wed, 26 Jun 2002 12:34:22 +0000 (12:34 +0000)]
Update website DTD to point to Simplified CR2
Norman Walsh [Wed, 26 Jun 2002 12:33:50 +0000 (12:33 +0000)]
Added above/below-for new %d in link xrefs
Norman Walsh [Wed, 26 Jun 2002 11:05:32 +0000 (11:05 +0000)]
Don't set table border color in HTML; allow a top-level CSS stylesheet to set it
Norman Walsh [Wed, 26 Jun 2002 11:04:38 +0000 (11:04 +0000)]
Make sure we don't attempt to set the table width more than once if a table has multiple tgroups
Norman Walsh [Wed, 26 Jun 2002 11:03:05 +0000 (11:03 +0000)]
Unwrap nested links
Norman Walsh [Wed, 26 Jun 2002 11:01:47 +0000 (11:01 +0000)]
First primitive attempts at Python extensions for xsltproc
Norman Walsh [Wed, 26 Jun 2002 10:50:04 +0000 (10:50 +0000)]
Rework the CSS table-border properties so that all three don't have to be specified at once
Norman Walsh [Tue, 25 Jun 2002 13:58:12 +0000 (13:58 +0000)]
Nearly complete rewrite; this will become V3.0
Norman Walsh [Tue, 25 Jun 2002 13:57:50 +0000 (13:57 +0000)]
New online demos
Martijn van Beers [Sun, 16 Jun 2002 17:53:21 +0000 (17:53 +0000)]
Tim Waugh sent:
This patch normalizes space in each refname before displaying it in
the name section.
Martijn van Beers [Sun, 16 Jun 2002 17:50:37 +0000 (17:50 +0000)]
commit patch sent by Joe Orton:
This patch adds support for using the productname, date and title out of
a <referenceinfo> if one is present, rather than having to add each of
these individually for every refentry.
Norman Walsh [Sun, 16 Jun 2002 17:39:09 +0000 (17:39 +0000)]
Turn off omit-xml-declaration, for what it's worth, in text mode