]>
granicus.if.org Git - docbook-dsssl/log
Bob Stayton [Mon, 15 Dec 2008 23:50:20 +0000 (23:50 +0000)]
Modified comment only.
Bob Stayton [Mon, 15 Dec 2008 23:37:46 +0000 (23:37 +0000)]
Fix handling of dir attribute in body.attributes template.
Bob Stayton [Mon, 15 Dec 2008 23:16:37 +0000 (23:16 +0000)]
In body.attributes template, add dir attribute if needed.
Bob Stayton [Mon, 15 Dec 2008 22:26:38 +0000 (22:26 +0000)]
Change align="left" to use $direction.align.start instead,
and change align="right" to use $direction.align.end instead.
Bob Stayton [Mon, 15 Dec 2008 22:21:16 +0000 (22:21 +0000)]
Add support for writing.mode to set text direction and alignment
based on document locale.
Bob Stayton [Mon, 15 Dec 2008 22:13:54 +0000 (22:13 +0000)]
writing mode param used to set text direction.
Bob Stayton [Mon, 15 Dec 2008 22:10:25 +0000 (22:10 +0000)]
Add writing-mode gentext string to support right-to-left languages.
Bob Stayton [Mon, 15 Dec 2008 18:17:53 +0000 (18:17 +0000)]
Fix bug in addnamespace that wrongly deleted some
trailing whitespace in a string.
Mauritz Jeanson [Fri, 5 Dec 2008 19:19:24 +0000 (19:19 +0000)]
Added <xsl:when> for subtitle in section.heading template. Closes bug #
2329704 .
mimil [Wed, 19 Nov 2008 20:40:22 +0000 (20:40 +0000)]
remove of the epub example directory for maven artifacts which greatly slows down the artifact size.
Mauritz Jeanson [Wed, 19 Nov 2008 20:36:45 +0000 (20:36 +0000)]
Modified predicate in tabstyle template. Closes bug #
2269202 .
mimil [Wed, 19 Nov 2008 00:05:25 +0000 (00:05 +0000)]
preparing maven release svn tag
mimil [Wed, 19 Nov 2008 00:03:24 +0000 (00:03 +0000)]
preparing maven release svn tag
mimil [Tue, 18 Nov 2008 23:38:32 +0000 (23:38 +0000)]
some parent pom was missing or not using the proper version
mimil [Tue, 18 Nov 2008 23:21:03 +0000 (23:21 +0000)]
add developer list in maven parent artifact, parent artifact versined to 5.0 instead to 1.0.0
Dongsheng Song [Fri, 14 Nov 2008 03:35:52 +0000 (03:35 +0000)]
Fix a longstanding bug, "gentext" for "bookinfo/pubdate|info/pubdate" should
map to 'pubdate', not 'published'!
This bug exist since initial checkin by nwalsh, all languages except english
affected, I'm very surprised why no one complain it yet!
Bob Stayton [Thu, 6 Nov 2008 18:45:43 +0000 (18:45 +0000)]
Fix bug in computation of nextspans variable when there are
skipped columns and spanning across columns.
Bob Stayton [Thu, 6 Nov 2008 18:41:16 +0000 (18:41 +0000)]
Fix bug in computation of nextspans variable when
skipped columns and column span are used.
Keith Fahlgren [Wed, 5 Nov 2008 16:22:47 +0000 (16:22 +0000)]
Slightly clearer README for epub output developers running tests
Keith Fahlgren [Tue, 4 Nov 2008 23:22:19 +0000 (23:22 +0000)]
Adding patch from Liza Daly to fix problems with XHTML 1.1 DOCTYPES showing up in non-XHTML files
Mauritz Jeanson [Sat, 25 Oct 2008 09:41:24 +0000 (09:41 +0000)]
Set scalefit=1 if a default image width is defined. Closes bug #
2020774 .
mimil [Fri, 24 Oct 2008 20:47:49 +0000 (20:47 +0000)]
Update maven repository info, use of SNAPSHOT version release in order to test and tune maven stuff before final release.
Mauritz Jeanson [Thu, 23 Oct 2008 20:25:20 +0000 (20:25 +0000)]
Do a proper match.
Mauritz Jeanson [Thu, 23 Oct 2008 19:44:12 +0000 (19:44 +0000)]
Added special case for maketoc.xsl. Literal tocentry elements need the d: prefix.
Mauritz Jeanson [Thu, 23 Oct 2008 18:53:35 +0000 (18:53 +0000)]
Added header with Id and copyright info.
Mauritz Jeanson [Thu, 23 Oct 2008 18:28:29 +0000 (18:28 +0000)]
Added fix for subtitle in metadata.
mimil [Tue, 21 Oct 2008 21:00:07 +0000 (21:00 +0000)]
Initial maven import
Steve Ball [Thu, 9 Oct 2008 03:37:56 +0000 (03:37 +0000)]
added support for imagedata-metadata
added support for table as images
Keith Fahlgren [Wed, 8 Oct 2008 18:09:13 +0000 (18:09 +0000)]
Better dc:publisher (ALWAYS WRITE TESTS FIRST!)
Keith Fahlgren [Wed, 8 Oct 2008 16:25:45 +0000 (16:25 +0000)]
Ignore anything else in *info for opf.metadata
Keith Fahlgren [Wed, 8 Oct 2008 03:43:41 +0000 (03:43 +0000)]
Adding test for dc:rights properly populating from <copyright>
Scott Hudson [Mon, 6 Oct 2008 17:05:41 +0000 (17:05 +0000)]
New poetry sample, latest spec draft
Scott Hudson [Mon, 6 Oct 2008 17:04:48 +0000 (17:04 +0000)]
New poetry sample, latest spec draft
Bob Stayton [Wed, 1 Oct 2008 00:11:49 +0000 (00:11 +0000)]
Fix two bugs in info.reference template:
- mediaobject omitted from list of info containers.
- replace [1] with [position() = last()] in the target predicate because
when parens are used, the ancestor node list is in document order
instead of closest ancestor order.
Mauritz Jeanson [Mon, 29 Sep 2008 17:28:40 +0000 (17:28 +0000)]
Added SVN keywords.
Mauritz Jeanson [Mon, 29 Sep 2008 17:23:54 +0000 (17:23 +0000)]
Added a new top-level stylesheet module, chunk-changebars.xsl, to be
used for generating chunked output with highlighting based on change
(@revisionflag) markup. The module imports/includes the standard chunking
and changebars templates and contains additional logic for chunked output.
See FRs #
1015180 and #
1819915 .
Mauritz Jeanson [Mon, 29 Sep 2008 17:16:10 +0000 (17:16 +0000)]
Reorganized by adding a named template (to enable code reuse).
Mauritz Jeanson [Thu, 25 Sep 2008 16:55:09 +0000 (16:55 +0000)]
Modified declaration of the "col" parameter in the template with
match="entry|entrytbl". This is a workaround for bug #
1816373 .
The parameter was reset to 1 for cells with @revisionflag when
using changebars.xsl, which resulted in malformed output.
David Cramer [Mon, 15 Sep 2008 19:18:09 +0000 (19:18 +0000)]
Added a check to confirm that a footnoteref's linkend points to a footnote. Stylesheets stop processing if not and provide a useful error message.
David Cramer [Mon, 15 Sep 2008 19:17:18 +0000 (19:17 +0000)]
Added a check to confirm that a footnoteref's linkend points to a footnote. Stylesheets stop processing if not and provide a useful error message.
Jirka Kosek [Mon, 15 Sep 2008 19:14:07 +0000 (19:14 +0000)]
Do not inherit font-family from surrounding text
Mauritz Jeanson [Sun, 14 Sep 2008 15:08:33 +0000 (15:08 +0000)]
Fixed a little detail.
Mauritz Jeanson [Sun, 14 Sep 2008 14:29:00 +0000 (14:29 +0000)]
Removed declaration of "d" namespace prefix (the xslns-build script adds it
for the XSL-NS distribution).
Mauritz Jeanson [Sat, 13 Sep 2008 17:21:11 +0000 (17:21 +0000)]
Convert spaces to fo:leader also in elements in the DB 5 namespace.
Mauritz Jeanson [Sat, 13 Sep 2008 16:06:56 +0000 (16:06 +0000)]
Replaced <a> elements with warning messages (textinsert extension).
Mauritz Jeanson [Mon, 8 Sep 2008 18:24:47 +0000 (18:24 +0000)]
Some small updates of parameter documentation.
Mauritz Jeanson [Mon, 8 Sep 2008 17:49:19 +0000 (17:49 +0000)]
Made element names lowercase.
Mauritz Jeanson [Sat, 6 Sep 2008 18:58:05 +0000 (18:58 +0000)]
Updated documentation (see r8111).
Mauritz Jeanson [Sat, 6 Sep 2008 16:27:22 +0000 (16:27 +0000)]
Added support for a new processing instruction: dbfo funcsynopsis-style.
Closes bug #
1838213 .
Michael Smith [Mon, 1 Sep 2008 09:34:34 +0000 (09:34 +0000)]
remove the now-totally-pointless xjparse pass on gentext sources
Michael Smith [Mon, 1 Sep 2008 09:33:17 +0000 (09:33 +0000)]
Added new param email.mailto.enabled for FO output.
Patch from Paolo Borelli. Closes #
2086321 .
Mauritz Jeanson [Thu, 28 Aug 2008 19:25:59 +0000 (19:25 +0000)]
Added support for document metadata for fop1 (patch #
2067318 ).
Mauritz Jeanson [Thu, 28 Aug 2008 18:18:52 +0000 (18:18 +0000)]
Added support for document metadata for fop1 (patch #
2067318 ).
Michael Smith [Thu, 28 Aug 2008 14:13:42 +0000 (14:13 +0000)]
make fo index titlepage respect component.titlepage.properties; closes bug #
2060418 ; thanks to Paolo Borelli
Steve Ball [Tue, 26 Aug 2008 01:10:14 +0000 (01:10 +0000)]
added error checking for publisher-address
Steve Ball [Thu, 21 Aug 2008 23:41:40 +0000 (23:41 +0000)]
Fixed bug in emphasis
Steve Ball [Wed, 20 Aug 2008 01:15:29 +0000 (01:15 +0000)]
fixed bug in metadata processing
Steve Ball [Sun, 17 Aug 2008 22:39:58 +0000 (22:39 +0000)]
Improved support for personname inlines.
Steve Ball [Sun, 17 Aug 2008 12:30:15 +0000 (12:30 +0000)]
Added support for legalnotice.
Steve Ball [Fri, 15 Aug 2008 01:29:11 +0000 (01:29 +0000)]
added support for orgname in author
Norman Walsh [Tue, 12 Aug 2008 20:45:06 +0000 (20:45 +0000)]
Committee spec
Mauritz Jeanson [Mon, 4 Aug 2008 11:37:01 +0000 (11:37 +0000)]
Sorry about r8102: tbody, thead, and tfoot are OK in HTML tables.
Mauritz Jeanson [Sun, 3 Aug 2008 19:11:29 +0000 (19:11 +0000)]
Removed superfluous thead, tbody and tgroup in match attribute (leaving only tr).
Mauritz Jeanson [Sun, 3 Aug 2008 18:35:14 +0000 (18:35 +0000)]
Added template for foil and foilgroup in mode "xref-to". Closes bug #
1913376 .
Mauritz Jeanson [Sun, 3 Aug 2008 18:15:51 +0000 (18:15 +0000)]
Added Spanish localization. Closes bug #
1876282 .
Mauritz Jeanson [Sun, 3 Aug 2008 13:28:13 +0000 (13:28 +0000)]
Cleaned up import statements.
Mauritz Jeanson [Sun, 3 Aug 2008 13:27:07 +0000 (13:27 +0000)]
Cleaned up import statements.
Mauritz Jeanson [Sun, 3 Aug 2008 13:20:21 +0000 (13:20 +0000)]
Reverted the temporary r8075 change.
Mauritz Jeanson [Sun, 3 Aug 2008 13:07:57 +0000 (13:07 +0000)]
Removed duplicate templates. Closes bug #
2034582 .
Mauritz Jeanson [Sun, 3 Aug 2008 13:04:59 +0000 (13:04 +0000)]
Added template for procedure autonumbering. Closes bug #
2020982 .
Jirka Kosek [Mon, 21 Jul 2008 16:43:53 +0000 (16:43 +0000)]
Improved default color scheme for XML markup
Jirka Kosek [Fri, 18 Jul 2008 21:26:36 +0000 (21:26 +0000)]
Upgraded to support the latest version of XSLTHL 2.0
-- nested markup in highlited code is now processed
-- it is no longer needed to specify path XSLTHL configuration file using Java property
-- support for new languages, including Perl, Python and Ruby was added
Norman Walsh [Fri, 18 Jul 2008 12:32:56 +0000 (12:32 +0000)]
Tweaked for publication
Norman Walsh [Fri, 18 Jul 2008 11:29:59 +0000 (11:29 +0000)]
Experimental schemas
Steve Ball [Tue, 15 Jul 2008 01:38:18 +0000 (01:38 +0000)]
fix elimination of section breaks
Steve Ball [Tue, 15 Jul 2008 01:17:52 +0000 (01:17 +0000)]
Eliminate empty paragraphs due to section breaks
Steve Ball [Mon, 14 Jul 2008 08:51:10 +0000 (08:51 +0000)]
parameterise choice of image filename
Mauritz Jeanson [Sat, 12 Jul 2008 12:59:46 +0000 (12:59 +0000)]
Added "Description" title for refdescription.
Mauritz Jeanson [Sat, 12 Jul 2008 12:50:52 +0000 (12:50 +0000)]
Clarified usage of table PIs (only bgcolor works for both CALS and HTML tables).
Keith Fahlgren [Thu, 10 Jul 2008 17:20:14 +0000 (17:20 +0000)]
Finishing support for covers in epub files destined for .mobi and the Kindle
Keith Fahlgren [Thu, 10 Jul 2008 16:58:11 +0000 (16:58 +0000)]
Adding better support for covers in epub files destined for .mobi and the Kindle
Mauritz Jeanson [Thu, 10 Jul 2008 11:41:08 +0000 (11:41 +0000)]
More snapshot testing.
Mauritz Jeanson [Thu, 10 Jul 2008 11:17:50 +0000 (11:17 +0000)]
Whitespace changes only (to test the snapshot system).
Steve Ball [Thu, 10 Jul 2008 07:44:26 +0000 (07:44 +0000)]
fixed figure captions and associated figure metadata
Keith Fahlgren [Wed, 9 Jul 2008 19:20:54 +0000 (19:20 +0000)]
Fixing CSS mimetype bug reported by Liza Daly
Keith Fahlgren [Wed, 9 Jul 2008 18:58:32 +0000 (18:58 +0000)]
Adding primitive support for embedding a single font
Steve Ball [Tue, 8 Jul 2008 13:22:25 +0000 (13:22 +0000)]
handle weird EndnoteReference character style
added support for footnote in author paragraph
Keith Fahlgren [Tue, 8 Jul 2008 01:36:10 +0000 (01:36 +0000)]
Adding support for user-specified customization layers in dbtoepub
Mauritz Jeanson [Sun, 6 Jul 2008 09:15:15 +0000 (09:15 +0000)]
"lines" -> "line".
Mauritz Jeanson [Sun, 6 Jul 2008 09:03:24 +0000 (09:03 +0000)]
"lines" -> "line".
Mauritz Jeanson [Sun, 6 Jul 2008 08:31:25 +0000 (08:31 +0000)]
Clarified that the table PIs are for CALS tables.
Mauritz Jeanson [Fri, 4 Jul 2008 13:58:45 +0000 (13:58 +0000)]
Fixed typos.
Steve Ball [Wed, 2 Jul 2008 13:22:36 +0000 (13:22 +0000)]
fixed tables in list items
handle Word track changes
Norman Walsh [Sat, 28 Jun 2008 13:31:41 +0000 (13:31 +0000)]
Reorganize patterns to make valid RELAX NG
Keith Fahlgren [Thu, 26 Jun 2008 01:07:55 +0000 (01:07 +0000)]
Adding regression for dropped text in dedications and bookinfos
Keith Fahlgren [Mon, 23 Jun 2008 17:29:47 +0000 (17:29 +0000)]
Adding support for proper dc:identifiers based on <isbn>
Keith Fahlgren [Mon, 23 Jun 2008 17:09:11 +0000 (17:09 +0000)]
Adding CSS support to .epub target & dbtoepub:
-c, --css [FILE] Use FILE for CSS on generated XHTML.
DocBook::Epub
...
- should include a CSS link in HTML files when a CSS file has been provided
- should include CSS file in .epub when a CSS file has been provided
- should include a CSS link in OPF file when a CSS file has been provided
Keith Fahlgren [Mon, 23 Jun 2008 17:07:12 +0000 (17:07 +0000)]
Removing lots of files based on request from Jirka (by adding epub/bin/spec to DISTRIB_EXCLUDES)
Keith Fahlgren [Mon, 23 Jun 2008 16:12:10 +0000 (16:12 +0000)]
Removing testdocs svn:external
Steve Ball [Thu, 19 Jun 2008 10:24:56 +0000 (10:24 +0000)]
fix metadata for non-article toplevels and divisions.