]>
granicus.if.org Git - docbook-dsssl/log
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.
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.
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.
Bob Stayton [Wed, 2 Dec 2009 06:05:24 +0000 (06:05 +0000)]
Add equation.number.properties.
Bob Stayton [Wed, 2 Dec 2009 06:02:23 +0000 (06:02 +0000)]
New attribute set for numbers appearing next to equations.
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".
Bob Stayton [Wed, 2 Dec 2009 05:28:09 +0000 (05:28 +0000)]
Number all equations in one sequence, with or without title.
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.
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.
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.
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.
Mauritz Jeanson [Fri, 20 Nov 2009 19:43:06 +0000 (19:43 +0000)]
Added missing namespace declarations. Closes bug #
2890069 .
Norman Walsh [Wed, 18 Nov 2009 12:53:29 +0000 (12:53 +0000)]
Added backwards compatibility section
Keith Fahlgren [Tue, 17 Nov 2009 04:05:19 +0000 (04:05 +0000)]
Adding support for partintros with sect2s, 3s, etc
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>
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 ).
Keith Fahlgren [Fri, 23 Oct 2009 16:13:02 +0000 (16:13 +0000)]
Add support for authorgroup/author in OPF metadata (via Michael Wiedmann)
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 .
Bob Stayton [Wed, 14 Oct 2009 18:59:40 +0000 (18:59 +0000)]
Add more namespace names to the exclude-result-prefixes attribute.
Keith Fahlgren [Sat, 10 Oct 2009 21:31:49 +0000 (21:31 +0000)]
Drop the font elements, not their contents
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:
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
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 .
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).
Scott Hudson [Tue, 29 Sep 2009 04:41:48 +0000 (04:41 +0000)]
added documentation
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)
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.
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.
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).
Scott Hudson [Tue, 4 Aug 2009 20:04:06 +0000 (20:04 +0000)]
Bug fix. Details: http://markmail.org/message/yyl2fgzyj5yvwu2e
mimil [Sun, 2 Aug 2009 16:07:41 +0000 (16:07 +0000)]
update maven artifacts to 1.75.2
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 .
Mauritz Jeanson [Wed, 29 Jul 2009 14:27:23 +0000 (14:27 +0000)]
Added instructions for manually uploading release packages.
mimil [Tue, 28 Jul 2009 18:59:52 +0000 (18:59 +0000)]
add maven sample for xml validation
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.
Mauritz Jeanson [Sat, 25 Jul 2009 12:38:27 +0000 (12:38 +0000)]
Mauritz Jeanson [Thu, 23 Jul 2009 15:56:19 +0000 (15:56 +0000)]
Small corrections.
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
Keith Fahlgren [Tue, 21 Jul 2009 17:35:27 +0000 (17:35 +0000)]
Add Icelandic
Keith Fahlgren [Tue, 21 Jul 2009 14:22:11 +0000 (14:22 +0000)]
Updated for 1.75.2
Keith Fahlgren [Tue, 21 Jul 2009 13:46:49 +0000 (13:46 +0000)]
Add explicit step to prevent this failure in the future
Keith Fahlgren [Tue, 21 Jul 2009 03:01:50 +0000 (03:01 +0000)]
Restored VERSION file to snapshot state
Keith Fahlgren [Tue, 21 Jul 2009 03:01:03 +0000 (03:01 +0000)]
Updating docs
Keith Fahlgren [Tue, 21 Jul 2009 02:02:48 +0000 (02:02 +0000)]
Updated for 1.75.2
Keith Fahlgren [Tue, 21 Jul 2009 01:58:25 +0000 (01:58 +0000)]
Version 1.75.2 released
Keith Fahlgren [Tue, 21 Jul 2009 01:17:35 +0000 (01:17 +0000)]
Corrected bugs caused by path and file assumptions were not met
Daniel Leidert [Mon, 20 Jul 2009 21:44:38 +0000 (21:44 +0000)]
Improved Japanese translation for Note(s). Closes bug #
2823965 .
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 .
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
mimil [Mon, 20 Jul 2009 19:58:48 +0000 (19:58 +0000)]
maven sample updated to 1.75.1
mimil [Mon, 20 Jul 2009 19:30:10 +0000 (19:30 +0000)]
maven artifact update to 1.75.1
Mauritz Jeanson [Sun, 19 Jul 2009 10:02:57 +0000 (10:02 +0000)]
Output "Copyright" heading in XHTML too.
Mauritz Jeanson [Sat, 18 Jul 2009 17:48:06 +0000 (17:48 +0000)]
Added normalize-space() for ulink content. Closes bug #
2793877 .
Bob Stayton [Fri, 17 Jul 2009 20:38:16 +0000 (20:38 +0000)]
Fix translation of "index", per bug report
2796064 .
Norman Walsh [Wed, 15 Jul 2009 19:45:55 +0000 (19:45 +0000)]
Support more downconvert cases
Bob Stayton [Tue, 14 Jul 2009 21:43:36 +0000 (21:43 +0000)]
Turn off dbfo-need for fop1.extensions also, per bug #
2816141 .
Mauritz Jeanson [Tue, 14 Jul 2009 19:33:56 +0000 (19:33 +0000)]
Added stylesheet.result.type test for copyright. Closes bug #
2813289 .
Mauritz Jeanson [Tue, 14 Jul 2009 10:16:36 +0000 (10:16 +0000)]
Added missing NetBeans configuration.
Mauritz Jeanson [Mon, 13 Jul 2009 20:35:34 +0000 (20:35 +0000)]
Removed dead link to the DocBook wiki. Closes bug #
2802654 .
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.
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
Keith Fahlgren [Mon, 13 Jul 2009 20:18:41 +0000 (20:18 +0000)]
Smoketest regression for failing profiling/profile.xsl
Norman Walsh [Mon, 13 Jul 2009 11:38:55 +0000 (11:38 +0000)]
Remove ambiguity wrt @span, @rowspan, and @colspan
Norman Walsh [Sun, 12 Jul 2009 19:21:24 +0000 (19:21 +0000)]
Change xlink from/label/to attributes. They're no longer optional
Norman Walsh [Sun, 12 Jul 2009 19:20:51 +0000 (19:20 +0000)]
Documentation fixes for class attribute on othercredit
Norman Walsh [Sat, 11 Jul 2009 19:06:30 +0000 (19:06 +0000)]
CS 3
Bob Stayton [Thu, 9 Jul 2009 21:49:16 +0000 (21:49 +0000)]
Make sure title inside info is used if no other title.
Scott Hudson [Thu, 2 Jul 2009 17:04:59 +0000 (17:04 +0000)]
Removed duplicate conformance statement
Bob Stayton [Wed, 1 Jul 2009 22:58:19 +0000 (22:58 +0000)]
Fix bug
2815493 missing exsl.node.set.available parameter.
Thomas Schraitle [Mon, 22 Jun 2009 12:20:14 +0000 (12:20 +0000)]
Corrected make variables $< and $@
Thomas Schraitle [Mon, 22 Jun 2009 12:15:24 +0000 (12:15 +0000)]
Added Revision SVN keyword
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
Thomas Schraitle [Mon, 22 Jun 2009 11:59:27 +0000 (11:59 +0000)]
Renamed file
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
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.
Jirka Kosek [Wed, 17 Jun 2009 22:08:04 +0000 (22:08 +0000)]
Reorganized to support translations
Jirka Kosek [Wed, 17 Jun 2009 21:49:50 +0000 (21:49 +0000)]
Reorganized to support translations
Jirka Kosek [Wed, 17 Jun 2009 21:46:38 +0000 (21:46 +0000)]
Reorganized to support translations
Bob Stayton [Tue, 16 Jun 2009 23:31:09 +0000 (23:31 +0000)]
New Icelandic locale file.
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
Jirka Kosek [Tue, 16 Jun 2009 12:23:15 +0000 (12:23 +0000)]
Updated oXygen info
Jirka Kosek [Tue, 16 Jun 2009 11:59:04 +0000 (11:59 +0000)]
Added schema comparison table
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
Mauritz Jeanson [Sun, 31 May 2009 19:45:37 +0000 (19:45 +0000)]
Fixed typo.
Keith Fahlgren [Thu, 28 May 2009 01:18:40 +0000 (01:18 +0000)]
Restored VERSION file to snapshot state
Keith Fahlgren [Thu, 28 May 2009 00:31:50 +0000 (00:31 +0000)]
And make sure to change all of the xml:ids...
Keith Fahlgren [Thu, 28 May 2009 00:22:13 +0000 (00:22 +0000)]
Updated for 1.75.1 release
Keith Fahlgren [Thu, 28 May 2009 00:17:40 +0000 (00:17 +0000)]
I think you have to edit more than README.BUILD says...
Keith Fahlgren [Thu, 28 May 2009 00:14:27 +0000 (00:14 +0000)]
Version 1.75.1 released
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).
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
Norman Walsh [Tue, 19 May 2009 13:53:49 +0000 (13:53 +0000)]
Cleanup
Norman Walsh [Tue, 19 May 2009 13:41:24 +0000 (13:41 +0000)]
Updated
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
Mauritz Jeanson [Thu, 14 May 2009 16:06:08 +0000 (16:06 +0000)]
Updated documentation to reflect changes made in r8419.
Bob Stayton [Mon, 11 May 2009 08:20:40 +0000 (08:20 +0000)]
Fixed bug
2789947 , id attribute missing on simplelist fo output.
Bob Stayton [Mon, 11 May 2009 08:14:54 +0000 (08:14 +0000)]
Fixed bug
2789678 : apply-templates line accidentally deleted.
Keith Fahlgren [Sat, 9 May 2009 17:06:45 +0000 (17:06 +0000)]
Another attempt at flexible named entity and XInclude processing
mimil [Fri, 8 May 2009 22:54:48 +0000 (22:54 +0000)]
preparing 1.75.0 release for maven.
Keith Fahlgren [Fri, 8 May 2009 20:34:05 +0000 (20:34 +0000)]
Tweaking solution to Bug #
2750442 following regression reported by Michael Wiedmann.