]> granicus.if.org Git - docbook-dsssl/log
docbook-dsssl
15 years agoFix bug 2825842 where table footnotes not appearing in HTML-coded table.
Bob Stayton [Wed, 2 Dec 2009 07:40:21 +0000 (07:40 +0000)]
Fix bug 2825842 where table footnotes not appearing in HTML-coded table.

15 years agoFix bug #2834826 where appendix inside part was not chunked as it should be.
Bob Stayton [Wed, 2 Dec 2009 07:22:10 +0000 (07:22 +0000)]
Fix bug #2834826 where appendix inside part was not chunked as it should be.

15 years agoFormat equation without title using table layout with equation number
Bob Stayton [Wed, 2 Dec 2009 06:06:53 +0000 (06:06 +0000)]
Format equation without title using table layout with equation number
next to the equation.

15 years agoAdd equation.number.properties.
Bob Stayton [Wed, 2 Dec 2009 06:05:24 +0000 (06:05 +0000)]
Add equation.number.properties.

15 years agoNew attribute set for numbers appearing next to equations.
Bob Stayton [Wed, 2 Dec 2009 06:02:23 +0000 (06:02 +0000)]
New attribute set for numbers appearing next to equations.

15 years agoFix bug in xref to equation without title to use context="xref-number" instead
Bob Stayton [Wed, 2 Dec 2009 06:01:07 +0000 (06:01 +0000)]
Fix bug in xref to equation without title to use context="xref-number" instead
of "xref-number-and-title".

15 years agoNumber all equations in one sequence, with or without title.
Bob Stayton [Wed, 2 Dec 2009 05:28:09 +0000 (05:28 +0000)]
Number all equations in one sequence, with or without title.

15 years agoMake content of param ulink.target empty so target attributes not generated.
Bob Stayton [Wed, 2 Dec 2009 04:14:20 +0000 (04:14 +0000)]
Make content of param ulink.target empty so target attributes not generated.

15 years agoFix bug #2896909 where duplicate @sortas on indexterms caused
Bob Stayton [Sat, 28 Nov 2009 02:17:05 +0000 (02:17 +0000)]
Fix bug #2896909 where duplicate @sortas on indexterms caused
some indexterms to drop out of index.

15 years agoExpand the "Stripping namespace ..." message to advise users to
Bob Stayton [Fri, 27 Nov 2009 07:12:27 +0000 (07:12 +0000)]
Expand the "Stripping namespace ..." message to advise users to
use the namespaced stylesheets.

15 years agoneed a local version of $exsl.node.set.available variable because
Bob Stayton [Fri, 27 Nov 2009 06:56:09 +0000 (06:56 +0000)]
need a local version of $exsl.node.set.available variable because
this module imported many places.

15 years agoAdded missing namespace declarations. Closes bug #2890069.
Mauritz Jeanson [Fri, 20 Nov 2009 19:43:06 +0000 (19:43 +0000)]
Added missing namespace declarations. Closes bug #2890069.

15 years agoAdded backwards compatibility section
Norman Walsh [Wed, 18 Nov 2009 12:53:29 +0000 (12:53 +0000)]
Added backwards compatibility section

15 years agoAdding support for partintros with sect2s, 3s, etc
Keith Fahlgren [Tue, 17 Nov 2009 04:05:19 +0000 (04:05 +0000)]
Adding support for partintros with sect2s, 3s, etc

15 years agoAdding param to workaround horrific ADE bug with the inability to process <br>
Keith Fahlgren [Thu, 5 Nov 2009 23:04:33 +0000 (23:04 +0000)]
Adding param to workaround horrific ADE bug with the inability to process <br>

15 years agoFix two indentation issues: In the first case there is no corresponding .RS
Daniel Leidert [Mon, 2 Nov 2009 02:38:47 +0000 (02:38 +0000)]
Fix two indentation issues: In the first case there is no corresponding .RS
macro (Debian #519438, sf.net 2793873). In the second case an .RS instead of
the probably intended .sp leads to an indentation bug (Debian #527309,
sf.net #2642139).

15 years agoAdd support for authorgroup/author in OPF metadata (via Michael Wiedmann)
Keith Fahlgren [Fri, 23 Oct 2009 16:13:02 +0000 (16:13 +0000)]
Add support for authorgroup/author in OPF metadata (via Michael Wiedmann)

15 years agoUpdated the template for footnote paras to use the 'paragraph' template. Closes bug...
Mauritz Jeanson [Thu, 15 Oct 2009 19:35:52 +0000 (19:35 +0000)]
Updated the template for footnote paras to use the 'paragraph' template. Closes bug #2803739.

15 years agoAdd more namespace names to the exclude-result-prefixes attribute.
Bob Stayton [Wed, 14 Oct 2009 18:59:40 +0000 (18:59 +0000)]
Add more namespace names to the exclude-result-prefixes attribute.

15 years agoDrop the font elements, not their contents
Keith Fahlgren [Sat, 10 Oct 2009 21:31:49 +0000 (21:31 +0000)]
Drop the font elements, not their contents

15 years agoRemove <b> and <i> elements "discouraged in favor of style sheets" from
Keith Fahlgren [Sat, 10 Oct 2009 02:45:47 +0000 (02:45 +0000)]
Remove <b> and <i> elements "discouraged in favor of style sheets" from
XHTML, XHTML 1.1 (and therefore EPUB) outputs by changing html2xhtml.xsl.

Fixes bug #2873153: No <b> and <i> tags in XHTML/EPUB

Added regression to EPUB specs:

15 years agoThis resolves bug #2873142, Please add support for multiple embedded fonts
Keith Fahlgren [Sat, 10 Oct 2009 00:40:43 +0000 (00:40 +0000)]
This resolves bug #2873142, Please add support for multiple embedded fonts

If you navigate to a checkout of DocBook-XSL and go to:
xsl/epub/bin/spec/files
You can now run the following command:

../../dbtoepub -f DejaVuSerif.otf -f DejaVuSerif-Italic.otf -c test.css
-s test_cust.xsl orm.book.001.xml

In dbtoepub, the following option can be used more than once:
-f, --font [OTF FILE] Embed OTF FILE in .epub.

The underlying stylesheet now accepts a comma-separated list of font file
names rather than just one as the RENAMED epub.embedded.fonts ('s' added).

The runnable EPUB spec now includes:
- should be valid .epub after including more than one embedded font

15 years agoAdded 'd' to the exclude-result-prefixes attribute generated by this stylesheet.
Mauritz Jeanson [Sat, 3 Oct 2009 08:15:29 +0000 (08:15 +0000)]
Added 'd' to the exclude-result-prefixes attribute generated by this stylesheet.
Closes bug #2844925.

15 years agoFixed bug #2844916 (don't output @target if ulink.target is empty).
Mauritz Jeanson [Thu, 1 Oct 2009 16:40:01 +0000 (16:40 +0000)]
Fixed bug #2844916 (don't output @target if ulink.target is empty).

15 years agoadded documentation
Scott Hudson [Tue, 29 Sep 2009 04:41:48 +0000 (04:41 +0000)]
added documentation

15 years agoImprove the selection of cover images when working in DocBook 4.x land (work in progress)
Keith Fahlgren [Fri, 21 Aug 2009 18:51:40 +0000 (18:51 +0000)]
Improve the selection of cover images when working in DocBook 4.x land (work in progress)

15 years agoImprove the quality of the OPF spine regression by ensuring that the spine
Keith Fahlgren [Thu, 20 Aug 2009 20:10:08 +0000 (20:10 +0000)]
Improve the quality of the OPF spine regression by ensuring that the spine
elements for deeply nested refentries are in order and adjacent to their
opening wrapper XHTML chunk.

15 years agoAdd more careful handling of refentries to ensure that they always appear in the...
Keith Fahlgren [Thu, 20 Aug 2009 05:02:22 +0000 (05:02 +0000)]
Add more careful handling of refentries to ensure that they always appear in the opf:spine.
This was only a problem when refentries were pushed deep into the hierarchy (like inside
a sect2), but presented navigational problems for many reading systems (despite the
correct NCX references). This may *not* be the best solution, but attacking a better
chunking strategy for refentries was too big a nut to crack at this time.

15 years agoFix a bug when using index.on.type: an 'index symbols' section was created
Keith Fahlgren [Wed, 12 Aug 2009 02:54:56 +0000 (02:54 +0000)]
Fix a bug when using index.on.type: an 'index symbols' section was created
even if that typed index didn't include any symbols (they were in the other types).

15 years agoBug fix. Details: http://markmail.org/message/yyl2fgzyj5yvwu2e
Scott Hudson [Tue, 4 Aug 2009 20:04:06 +0000 (20:04 +0000)]
Bug fix. Details: http://markmail.org/message/yyl2fgzyj5yvwu2e

15 years agoupdate maven artifacts to 1.75.2
mimil [Sun, 2 Aug 2009 16:07:41 +0000 (16:07 +0000)]
update maven artifacts to 1.75.2

15 years agoAdded /node() to the select expression that is used to compute the title text
Mauritz Jeanson [Sat, 1 Aug 2009 15:48:00 +0000 (15:48 +0000)]
Added /node() to the select expression that is used to compute the title text
so that no <ttl> elements end up in the output. Closes bug #2830119.

15 years agoAdded instructions for manually uploading release packages.
Mauritz Jeanson [Wed, 29 Jul 2009 14:27:23 +0000 (14:27 +0000)]
Added instructions for manually uploading release packages.

15 years agoadd maven sample for xml validation
mimil [Tue, 28 Jul 2009 18:59:52 +0000 (18:59 +0000)]
add maven sample for xml validation

15 years agoRebuild netbeans build files after adding missing Netbeans configuration to allow...
Daniel Leidert [Mon, 27 Jul 2009 00:07:38 +0000 (00:07 +0000)]
Rebuild netbeans build files after adding missing Netbeans configuration to allow easier packaging for Debian.

15 years agoApplied patch #2813221.
Mauritz Jeanson [Sat, 25 Jul 2009 12:38:27 +0000 (12:38 +0000)]
Applied patch #2813221.

15 years agoSmall corrections.
Mauritz Jeanson [Thu, 23 Jul 2009 15:56:19 +0000 (15:56 +0000)]
Small corrections.

15 years agosome previous maven schema artifacts were wrong, now using a single artifact for...
mimil [Thu, 23 Jul 2009 05:54:42 +0000 (05:54 +0000)]
some previous maven schema artifacts were wrong, now using a single artifact for every schema types

15 years agoAdd Icelandic
Keith Fahlgren [Tue, 21 Jul 2009 17:35:27 +0000 (17:35 +0000)]
Add Icelandic

15 years agoUpdated for 1.75.2
Keith Fahlgren [Tue, 21 Jul 2009 14:22:11 +0000 (14:22 +0000)]
Updated for 1.75.2

15 years agoAdd explicit step to prevent this failure in the future
Keith Fahlgren [Tue, 21 Jul 2009 13:46:49 +0000 (13:46 +0000)]
Add explicit step to prevent this failure in the future

15 years agoRestored VERSION file to snapshot state
Keith Fahlgren [Tue, 21 Jul 2009 03:01:50 +0000 (03:01 +0000)]
Restored VERSION file to snapshot state

15 years agoUpdating docs
Keith Fahlgren [Tue, 21 Jul 2009 03:01:03 +0000 (03:01 +0000)]
Updating docs

15 years agoUpdated for 1.75.2
Keith Fahlgren [Tue, 21 Jul 2009 02:02:48 +0000 (02:02 +0000)]
Updated for 1.75.2

15 years agoVersion 1.75.2 released
Keith Fahlgren [Tue, 21 Jul 2009 01:58:25 +0000 (01:58 +0000)]
Version 1.75.2 released

15 years agoCorrected bugs caused by path and file assumptions were not met
Keith Fahlgren [Tue, 21 Jul 2009 01:17:35 +0000 (01:17 +0000)]
Corrected bugs caused by path and file assumptions were not met

15 years agoImproved Japanese translation for Note(s). Closes bug #2823965.
Daniel Leidert [Mon, 20 Jul 2009 21:44:38 +0000 (21:44 +0000)]
Improved Japanese translation for Note(s). Closes bug #2823965.

15 years agoPolish alphabet contains O with acute accent, not with grave accent. Closes bug ...
Daniel Leidert [Mon, 20 Jul 2009 21:29:14 +0000 (21:29 +0000)]
Polish alphabet contains O with acute accent, not with grave accent. Closes bug #2823964.

15 years agosome previous maven schema artifacts were wrong, now using a single artifact for...
mimil [Mon, 20 Jul 2009 20:11:54 +0000 (20:11 +0000)]
some previous maven schema artifacts were wrong, now using a single artifact for every schema types

15 years agomaven sample updated to 1.75.1
mimil [Mon, 20 Jul 2009 19:58:48 +0000 (19:58 +0000)]
maven sample updated to 1.75.1

15 years agomaven artifact update to 1.75.1
mimil [Mon, 20 Jul 2009 19:30:10 +0000 (19:30 +0000)]
maven artifact update to 1.75.1

15 years agoOutput "Copyright" heading in XHTML too.
Mauritz Jeanson [Sun, 19 Jul 2009 10:02:57 +0000 (10:02 +0000)]
Output "Copyright" heading in XHTML too.

15 years agoAdded normalize-space() for ulink content. Closes bug #2793877.
Mauritz Jeanson [Sat, 18 Jul 2009 17:48:06 +0000 (17:48 +0000)]
Added normalize-space() for ulink content. Closes bug #2793877.

15 years agoFix translation of "index", per bug report 2796064.
Bob Stayton [Fri, 17 Jul 2009 20:38:16 +0000 (20:38 +0000)]
Fix translation of "index", per bug report 2796064.

15 years agoSupport more downconvert cases
Norman Walsh [Wed, 15 Jul 2009 19:45:55 +0000 (19:45 +0000)]
Support more downconvert cases

15 years agoTurn off dbfo-need for fop1.extensions also, per bug #2816141.
Bob Stayton [Tue, 14 Jul 2009 21:43:36 +0000 (21:43 +0000)]
Turn off dbfo-need for fop1.extensions also, per bug #2816141.

15 years agoAdded stylesheet.result.type test for copyright. Closes bug #2813289.
Mauritz Jeanson [Tue, 14 Jul 2009 19:33:56 +0000 (19:33 +0000)]
Added stylesheet.result.type test for copyright. Closes bug #2813289.

15 years agoAdded missing NetBeans configuration.
Mauritz Jeanson [Tue, 14 Jul 2009 10:16:36 +0000 (10:16 +0000)]
Added missing NetBeans configuration.

15 years agoRemoved dead link to the DocBook wiki. Closes bug #2802654.
Mauritz Jeanson [Mon, 13 Jul 2009 20:35:34 +0000 (20:35 +0000)]
Removed dead link to the DocBook wiki. Closes bug #2802654.

15 years agoAdded fixes so that colgroups in the XHTML namespace are processed properly.
Mauritz Jeanson [Mon, 13 Jul 2009 20:33:56 +0000 (20:33 +0000)]
Added fixes so that colgroups in the XHTML namespace are processed properly.

15 years agoClarification on @id values as part of the manual steps for releasing a build
Keith Fahlgren [Mon, 13 Jul 2009 20:18:56 +0000 (20:18 +0000)]
Clarification on @id values as part of the manual steps for releasing a build

15 years agoSmoketest regression for failing profiling/profile.xsl
Keith Fahlgren [Mon, 13 Jul 2009 20:18:41 +0000 (20:18 +0000)]
Smoketest regression for failing profiling/profile.xsl

15 years agoRemove ambiguity wrt @span, @rowspan, and @colspan
Norman Walsh [Mon, 13 Jul 2009 11:38:55 +0000 (11:38 +0000)]
Remove ambiguity wrt @span, @rowspan, and @colspan

15 years agoChange xlink from/label/to attributes. They're no longer optional
Norman Walsh [Sun, 12 Jul 2009 19:21:24 +0000 (19:21 +0000)]
Change xlink from/label/to attributes. They're no longer optional

15 years agoDocumentation fixes for class attribute on othercredit
Norman Walsh [Sun, 12 Jul 2009 19:20:51 +0000 (19:20 +0000)]
Documentation fixes for class attribute on othercredit

15 years agoCS 3
Norman Walsh [Sat, 11 Jul 2009 19:06:30 +0000 (19:06 +0000)]
CS 3

15 years agoMake sure title inside info is used if no other title.
Bob Stayton [Thu, 9 Jul 2009 21:49:16 +0000 (21:49 +0000)]
Make sure title inside info is used if no other title.

15 years agoRemoved duplicate conformance statement
Scott Hudson [Thu, 2 Jul 2009 17:04:59 +0000 (17:04 +0000)]
Removed duplicate conformance statement

15 years agoFix bug 2815493 missing exsl.node.set.available parameter.
Bob Stayton [Wed, 1 Jul 2009 22:58:19 +0000 (22:58 +0000)]
Fix bug 2815493 missing exsl.node.set.available parameter.

15 years agoCorrected make variables $< and $@
Thomas Schraitle [Mon, 22 Jun 2009 12:20:14 +0000 (12:20 +0000)]
Corrected make variables $< and $@

15 years agoAdded Revision SVN keyword
Thomas Schraitle [Mon, 22 Jun 2009 12:15:24 +0000 (12:15 +0000)]
Added Revision SVN keyword

15 years agoAdded rule to transform the (intermediate) howto.xml file from
Thomas Schraitle [Mon, 22 Jun 2009 12:11:18 +0000 (12:11 +0000)]
Added rule to transform the (intermediate) howto.xml file from
howto.de.xml using profiling. Retrieving stylesheet by resolving
canonical URI with xmlcatalog

15 years agoRenamed file
Thomas Schraitle [Mon, 22 Jun 2009 11:59:27 +0000 (11:59 +0000)]
Renamed file

15 years agoFixed some problems:
Thomas Schraitle [Sun, 21 Jun 2009 16:39:53 +0000 (16:39 +0000)]
Fixed some problems:
- phrase needs to be in the DocBook 5 namespace
- Removed xml:base

15 years agoFirst preliminary German translation of the Transition Guide
Thomas Schraitle [Sun, 21 Jun 2009 13:31:06 +0000 (13:31 +0000)]
First preliminary German translation of the Transition Guide
Contains both paragraphs (original English and translated German) to
simplify translation as you can make an XML diff.

15 years agoReorganized to support translations
Jirka Kosek [Wed, 17 Jun 2009 22:08:04 +0000 (22:08 +0000)]
Reorganized to support translations

15 years agoReorganized to support translations
Jirka Kosek [Wed, 17 Jun 2009 21:49:50 +0000 (21:49 +0000)]
Reorganized to support translations

15 years agoReorganized to support translations
Jirka Kosek [Wed, 17 Jun 2009 21:46:38 +0000 (21:46 +0000)]
Reorganized to support translations

15 years agoNew Icelandic locale file.
Bob Stayton [Tue, 16 Jun 2009 23:31:09 +0000 (23:31 +0000)]
New Icelandic locale file.

15 years agoPreparing for new release, slightly improved appearance of long lines in verbatim
Jirka Kosek [Tue, 16 Jun 2009 16:39:59 +0000 (16:39 +0000)]
Preparing for new release, slightly improved appearance of long lines in verbatim

15 years agoUpdated oXygen info
Jirka Kosek [Tue, 16 Jun 2009 12:23:15 +0000 (12:23 +0000)]
Updated oXygen info

15 years agoAdded schema comparison table
Jirka Kosek [Tue, 16 Jun 2009 11:59:04 +0000 (11:59 +0000)]
Added schema comparison table

15 years agoCleaning up hardcoded values into parameters and fixing Ruby library to pass them...
Keith Fahlgren [Tue, 16 Jun 2009 03:41:55 +0000 (03:41 +0000)]
Cleaning up hardcoded values into parameters and fixing Ruby library to pass them properly; all thanks to patch from Liza Daly

15 years agoFixed typo.
Mauritz Jeanson [Sun, 31 May 2009 19:45:37 +0000 (19:45 +0000)]
Fixed typo.

15 years agoRestored VERSION file to snapshot state
Keith Fahlgren [Thu, 28 May 2009 01:18:40 +0000 (01:18 +0000)]
Restored VERSION file to snapshot state

15 years agoAnd make sure to change all of the xml:ids...
Keith Fahlgren [Thu, 28 May 2009 00:31:50 +0000 (00:31 +0000)]
And make sure to change all of the xml:ids...

15 years agoUpdated for 1.75.1 release
Keith Fahlgren [Thu, 28 May 2009 00:22:13 +0000 (00:22 +0000)]
Updated for 1.75.1 release

15 years agoI think you have to edit more than README.BUILD says...
Keith Fahlgren [Thu, 28 May 2009 00:17:40 +0000 (00:17 +0000)]
I think you have to edit more than README.BUILD says...

15 years agoVersion 1.75.1 released
Keith Fahlgren [Thu, 28 May 2009 00:14:27 +0000 (00:14 +0000)]
Version 1.75.1 released

15 years agoadd of maven sample project using our maven artifacts (based on 1.75.0).
mimil [Mon, 25 May 2009 19:33:37 +0000 (19:33 +0000)]
add of maven sample project using our maven artifacts (based on 1.75.0).

15 years agoSwitching to em dash for character before attribution in epigraph; resolves Bug ...
Keith Fahlgren [Sun, 24 May 2009 02:14:56 +0000 (02:14 +0000)]
Switching to em dash for character before attribution in epigraph; resolves Bug #2793878

15 years agoCleanup
Norman Walsh [Tue, 19 May 2009 13:53:49 +0000 (13:53 +0000)]
Cleanup

15 years agoUpdated
Norman Walsh [Tue, 19 May 2009 13:41:24 +0000 (13:41 +0000)]
Updated

15 years agoAdded regression and fix to correct "bug" with namespace-prefixed container elements...
Keith Fahlgren [Tue, 19 May 2009 03:01:14 +0000 (03:01 +0000)]
Added regression and fix to correct "bug" with namespace-prefixed container elements in META-INF/container.xml ; resolves Issue #2790017

15 years agoUpdated documentation to reflect changes made in r8419.
Mauritz Jeanson [Thu, 14 May 2009 16:06:08 +0000 (16:06 +0000)]
Updated documentation to reflect changes made in r8419.

15 years agoFixed bug 2789947, id attribute missing on simplelist fo output.
Bob Stayton [Mon, 11 May 2009 08:20:40 +0000 (08:20 +0000)]
Fixed bug 2789947, id attribute missing on simplelist fo output.

15 years agoFixed bug 2789678: apply-templates line accidentally deleted.
Bob Stayton [Mon, 11 May 2009 08:14:54 +0000 (08:14 +0000)]
Fixed bug 2789678: apply-templates line accidentally deleted.

15 years agoAnother attempt at flexible named entity and XInclude processing
Keith Fahlgren [Sat, 9 May 2009 17:06:45 +0000 (17:06 +0000)]
Another attempt at flexible named entity and XInclude processing

15 years agopreparing 1.75.0 release for maven.
mimil [Fri, 8 May 2009 22:54:48 +0000 (22:54 +0000)]
preparing 1.75.0 release for maven.

15 years agoTweaking solution to Bug #2750442 following regression reported by Michael Wiedmann.
Keith Fahlgren [Fri, 8 May 2009 20:34:05 +0000 (20:34 +0000)]
Tweaking solution to Bug #2750442 following regression reported by Michael Wiedmann.