Michael Smith [Sat, 6 Oct 2007 10:51:57 +0000 (10:51 +0000)]
Fixed pattern matches for Revision and Modified lines.
Michael Smith [Sat, 6 Oct 2007 10:43:08 +0000 (10:43 +0000)]
Corrected pattern match for Revision line.
Michael Smith [Sat, 6 Oct 2007 10:38:50 +0000 (10:38 +0000)]
Use the Revision: and Modified: lines in the message body to get
the revision number and pathname of changed file.
Mauritz Jeanson [Sat, 6 Oct 2007 07:12:28 +0000 (07:12 +0000)]
Corrected refpurpose.
Michael Smith [Sat, 6 Oct 2007 07:09:45 +0000 (07:09 +0000)]
Don't use fo:instream-foreign-object if we are processing with
passivetex. Closes #
1806899. Thanks to Justus Piater.
Michael Smith [Sat, 6 Oct 2007 04:49:13 +0000 (04:49 +0000)]
Ensure that docs get rebuilt as expected when changes are made to
param and pi source files and to other doc source files.
Mauritz Jeanson [Sun, 30 Sep 2007 16:32:58 +0000 (16:32 +0000)]
Added code to output a TOC for an appendix in an article when
generate.toc='article/appendix toc'. Closes bug #
1669658.
Mauritz Jeanson [Sun, 30 Sep 2007 13:32:02 +0000 (13:32 +0000)]
Process <link> in no.anchor.mode mode with the same template as <xref>.
Closes bug #
1759205 (Empty link in no.anchor.mode mode).
Mauritz Jeanson [Sun, 30 Sep 2007 08:13:23 +0000 (08:13 +0000)]
In no.anchor.mode mode, do not output anchors for elements that are descendants
of <title>. Previously, having inline elements with @id/@xml:id in <title>s
resulted in anchors both in the TOC and in the main flow. Closes bug #
1797492.
Dongsheng Song [Sat, 29 Sep 2007 16:08:13 +0000 (16:08 +0000)]
Change encoding from "windows-1250" to "UTF-8".
Dongsheng Song [Sat, 29 Sep 2007 14:13:11 +0000 (14:13 +0000)]
Change encoding from "windows-1250" to "UTF-8".
Mauritz Jeanson [Thu, 27 Sep 2007 17:39:31 +0000 (17:39 +0000)]
Updated documentation for dbfo_label-width.
Mauritz Jeanson [Thu, 27 Sep 2007 17:37:14 +0000 (17:37 +0000)]
Added support for the dbfo_label-width PI in calloutlists.
Bob Stayton [Thu, 27 Sep 2007 16:22:44 +0000 (16:22 +0000)]
Add support in biblio collection to entries in bibliodivs.
Bob Stayton [Thu, 27 Sep 2007 16:10:31 +0000 (16:10 +0000)]
Support finding glossary database entries inside bibliodivs.
Norman Walsh [Thu, 27 Sep 2007 14:00:45 +0000 (14:00 +0000)]
Fix markup error
Norman Walsh [Thu, 27 Sep 2007 14:00:31 +0000 (14:00 +0000)]
New test
Michael Smith [Thu, 27 Sep 2007 12:44:01 +0000 (12:44 +0000)]
test commit; removed
Michael Smith [Thu, 27 Sep 2007 12:42:33 +0000 (12:42 +0000)]
intial add
Michael Smith [Thu, 27 Sep 2007 12:41:56 +0000 (12:41 +0000)]
test commit; removed
Michael Smith [Thu, 27 Sep 2007 12:40:05 +0000 (12:40 +0000)]
intial add
Jirka Kosek [Wed, 26 Sep 2007 20:50:56 +0000 (20:50 +0000)]
Added more properties which make it possible to render correctly footnotes placed inside verbatim elements.
Bob Stayton [Fri, 14 Sep 2007 22:14:55 +0000 (22:14 +0000)]
Complete support for <?dbfo pgwide="1"?> for informal
elements too.
Steve Ball [Fri, 14 Sep 2007 02:16:48 +0000 (02:16 +0000)]
added support for explicit emphasis character styles
Mauritz Jeanson [Thu, 13 Sep 2007 17:09:49 +0000 (17:09 +0000)]
In the table.block template, added a check for the dbfo_keep-together PI, so that
a table may break (depending on the PI value) at a page break. This was needed
since the outer fo:block that surrounds fo:table has keep-together.within-column="always"
by default, which prevents the table from breaking. Closes bug #
1740964 (Titled
table does not respect dbfo PI).
Mauritz Jeanson [Thu, 13 Sep 2007 07:53:18 +0000 (07:53 +0000)]
Added missing @role="tcg".
Mauritz Jeanson [Thu, 13 Sep 2007 07:42:39 +0000 (07:42 +0000)]
Added a few missing @role="tcg".
Michael Smith [Thu, 13 Sep 2007 07:42:22 +0000 (07:42 +0000)]
Corrected dumb error I made in r7435 change.
Mauritz Jeanson [Wed, 12 Sep 2007 20:59:57 +0000 (20:59 +0000)]
Refactored legalnotice/revhistory chunking, so that the use.id.as.filename
parameter as well as the dbhtml_filename PI are taken into account. A new named
template in titlepage.xsl is used to compute the filename.
Mauritz Jeanson [Wed, 12 Sep 2007 17:30:52 +0000 (17:30 +0000)]
Use normalize-space() in glossterm comparisons (as in html/inline.xsl).
Mauritz Jeanson [Wed, 12 Sep 2007 16:05:03 +0000 (16:05 +0000)]
An update to the fix for bug #
1790495 (r7433):
The "ln-" prefix is output only when the legalnotice doesn't have an
@id/@xml:id, in which case the stylesheets generate an ID value,
resulting in a filename like "ln-7e0fwgj.html". This is useful because
without the prefix, you wouldn't know that the file contained a legalnotice.
The same logic is also applied to revhistory, using an "rh-" prefix.
Michael Smith [Wed, 12 Sep 2007 09:02:59 +0000 (09:02 +0000)]
Changed hard-coded file references in "clean" target to variable
references. Closes #
1792043. Thanks to Daniel Leidert.
Bob Stayton [Mon, 10 Sep 2007 18:45:25 +0000 (18:45 +0000)]
use mode="profile" instead of xsl:copy-of for attributes so
they can be more easily customized.
Mauritz Jeanson [Mon, 10 Sep 2007 17:16:55 +0000 (17:16 +0000)]
Removed the [&scope;] predicate from the target variable in the template with name="reference".
This filter was the cause of missing index backlinks when @zone and @type were used on indexterms,
with index.on.type=1. Closes bug #
1680836.
Michael Smith [Mon, 10 Sep 2007 11:12:44 +0000 (11:12 +0000)]
Added capability in FO output for displaying URLs for all
hyperlinks (elements marked up with xlink:href attributes) in the
same way as URLs for ulinks are already handled (which is to say,
either inline or as numbered footnotes).
Background on this change:
DocBook 5 allows "ubiquitous" linking, which means you can make
any element a hyperlink just by adding an xlink:href attribute to
it, with the value set to an external URL. That's in contrast to
DocBook 4, which only allows you to use specific elements (e.g.,
the link and ulink elements) to mark up hyperlinks.
The existing FO stylesheets have a mechanism for handling display
of URLs for hyperlinks that are marked up with ulink, but they did
not handle display of URLs for elements that were marked up with
xlink:href attributes. This change adds handling for those other
elements, enabling the URLs they link to be displayed either
inline or as numbered footnotes (depending on what values the user
has the ulink.show and ulink.footnotes params set to).
Note that this change only adds URL display support for elements
that call the simple.xlink template -- which currently is most
(but not all) inline elements.
This change also moves the URL display handling out of the ulink
template and into a new "hyperlink.url.display" named template;
the ulink template and the simple.xlink named template now both
call the hyperlink.url.display template.
Warning: In the stylesheet code that determines what footnote
number to assign to each footnote or external hyperlink, there is
an XPath expression for determining whether a particular
xlink:href instance is an external hyperlink; that expression is
necessarily a bit complicated and further testing may reveal that
it doesn't handle all cases as expected -- so some refinements to
it may need to be done later.
Closes #
1785519. Thanks to Ken Morse for reporting and
troubleshooting the problem.
Steve Ball [Sun, 9 Sep 2007 01:15:11 +0000 (01:15 +0000)]
added support for customisation in image handling
Mauritz Jeanson [Sat, 8 Sep 2007 08:24:19 +0000 (08:24 +0000)]
Added 'ln-' prefix to the name of the legalnotice chunk, in order to match the
<link href"..."> that is output by make.legalnotice.head.links (chunk-common.xsl).
Modified the href attribute on the legalnotice link.
Closes bug #
1790495.
Steve Ball [Sat, 8 Sep 2007 08:01:14 +0000 (08:01 +0000)]
Added inlinemediaobject support for metadata.
Michael Smith [Thu, 6 Sep 2007 12:46:43 +0000 (12:46 +0000)]
Don't exclude Makefile.tests from packaging (because it's also
useful to downstream packagers to run checks).
Michael Smith [Thu, 6 Sep 2007 12:44:41 +0000 (12:44 +0000)]
Changed "smoketest" target to "check". Thanks to Frederic Crozat
from Mandriva for the suggestion to include a makefile for a "make
check" in the upstream package.
Mauritz Jeanson [Sun, 2 Sep 2007 16:53:37 +0000 (16:53 +0000)]
img.src.path works with inlinegraphic too.
Mauritz Jeanson [Sun, 2 Sep 2007 16:20:14 +0000 (16:20 +0000)]
Added <xsl:with-param name="quiet" select="$chunk.quietly"/> to calls to
the write.chunk, write.chunk.with.doctype, and write.text.chunk templates.
This makes chunk.quietly=1 suppress chunk filename messages also for help
support files (which seems to be what one would expect). See bug #
1648360.
Mauritz Jeanson [Sun, 2 Sep 2007 15:27:55 +0000 (15:27 +0000)]
Added TCG link.
Mauritz Jeanson [Sat, 1 Sep 2007 12:54:24 +0000 (12:54 +0000)]
Updated description of img.src.path. Bug #
1785224 revealed that
there was a risk of misunderstanding how it works.
Michael Smith [Sat, 1 Sep 2007 10:59:59 +0000 (10:59 +0000)]
Did post-release wrap-up of xsl-saxon and xsl-xalan dirs
Michael Smith [Sat, 1 Sep 2007 09:16:15 +0000 (09:16 +0000)]
More tweaks to get release-ready
Michael Smith [Sat, 1 Sep 2007 09:14:30 +0000 (09:14 +0000)]
More tweaks to get release-ready
Michael Smith [Fri, 31 Aug 2007 17:11:32 +0000 (17:11 +0000)]
Made the xsl/tools/xsl/build/doc-link-docbook.xsl stylesheet
import profile-docbook.xsl, so that we can do profiling of release
notes. Corrected some problems in the target for the release-notes
HTML build.
Michael Smith [Fri, 31 Aug 2007 16:41:45 +0000 (16:41 +0000)]
Updated build notes to remove steps about manually
commenting/uncommenting parts of the releases-note source.
Michael Smith [Fri, 31 Aug 2007 16:30:00 +0000 (16:30 +0000)]
Removed the hacky commenting system used for including different
text based on release type; the build now includes the text
conditionally based on profiling of the "condition" attribute.
Michael Smith [Fri, 31 Aug 2007 16:24:14 +0000 (16:24 +0000)]
Added support for profiling release notes based on release type.
Mauritz Jeanson [Fri, 31 Aug 2007 11:02:24 +0000 (11:02 +0000)]
Created DOC_BASEURI variable.
Added doc-baseuri="$(DOC_BASEURI)" for NEWS.html.
Steve Ball [Fri, 31 Aug 2007 00:40:47 +0000 (00:40 +0000)]
Added support file. Added style locking. Conversion bug fixes.
Michael Smith [Fri, 31 Aug 2007 00:27:48 +0000 (00:27 +0000)]
Append commit messages to snapshot buildbot messages.
Michael Smith [Thu, 30 Aug 2007 22:57:37 +0000 (22:57 +0000)]
Post 1.73.2 wrap-up; restored VERSION and RELEASE-NOTES.xml files
to snapshot state.
Michael Smith [Thu, 30 Aug 2007 15:03:29 +0000 (15:03 +0000)]
Removed dependency of announce target on the release target. We
really don't need for it to depend on any build targets other than
the specific files (changes file, boilerplate) that it uses in
to create the announcement message.
Michael Smith [Thu, 30 Aug 2007 13:40:36 +0000 (13:40 +0000)]
Added RELEASE-NOTES-PARTIAL.txt to release dependencies.
Michael Smith [Thu, 30 Aug 2007 13:38:46 +0000 (13:38 +0000)]
Make announce target depend on release instead of distrib
Michael Smith [Thu, 30 Aug 2007 13:25:48 +0000 (13:25 +0000)]
make install-ns target depend on install target
Michael Smith [Thu, 30 Aug 2007 13:13:49 +0000 (13:13 +0000)]
Corrected ID.
Michael Smith [Thu, 30 Aug 2007 11:28:44 +0000 (11:28 +0000)]
Fixed a couple of typos
Michael Smith [Thu, 30 Aug 2007 10:41:46 +0000 (10:41 +0000)]
Don't do svn-clean before make smoketest.
Michael Smith [Thu, 30 Aug 2007 10:27:34 +0000 (10:27 +0000)]
Version 1.73.2 released
Michael Smith [Thu, 30 Aug 2007 09:14:24 +0000 (09:14 +0000)]
Fixed typo in xsl/README.BUILD file.
Michael Smith [Thu, 30 Aug 2007 09:13:17 +0000 (09:13 +0000)]
Minor editorial change to README.BUILD file
Michael Smith [Thu, 30 Aug 2007 09:09:37 +0000 (09:09 +0000)]
Update for version 1.73.2
Michael Smith [Thu, 30 Aug 2007 07:30:54 +0000 (07:30 +0000)]
In subsection titles in release notes and NEWS files, output the
title "Release Notes: N.NN.N" instead of "Release: N.NN.N"
(because the former reads better in announcements).
Michael Smith [Thu, 30 Aug 2007 07:19:59 +0000 (07:19 +0000)]
Fixed typo.
Michael Smith [Thu, 30 Aug 2007 03:23:21 +0000 (03:23 +0000)]
Fix typo
Michael Smith [Wed, 29 Aug 2007 15:38:27 +0000 (15:38 +0000)]
Make sure that catalog.xml files has an XML declaration. Also, set
executable perms on the xsl-ns/tools/bin/docbook-update file.
Michael Smith [Wed, 29 Aug 2007 14:47:27 +0000 (14:47 +0000)]
Make sure the README.BUILD file doesn't get packaged.
Michael Smith [Wed, 29 Aug 2007 14:32:00 +0000 (14:32 +0000)]
Fixed untarring of xsl-ns package in local mirror.
Michael Smith [Wed, 29 Aug 2007 14:20:08 +0000 (14:20 +0000)]
Include the distro name in buildbot messages.
Michael Smith [Wed, 29 Aug 2007 14:11:41 +0000 (14:11 +0000)]
Re-revert to snapshot state so that we can get one last snapshot
out before the 1.73.2 release.
Michael Smith [Wed, 29 Aug 2007 12:54:13 +0000 (12:54 +0000)]
minor formatting thwack
Michael Smith [Wed, 29 Aug 2007 12:44:15 +0000 (12:44 +0000)]
Set docbook-snapshots@lists.sourceforge.net in From: header also.
Michael Smith [Wed, 29 Aug 2007 12:34:44 +0000 (12:34 +0000)]
Send mail to docbook-snapshots@lists.sourceforge.net
Michael Smith [Wed, 29 Aug 2007 12:08:08 +0000 (12:08 +0000)]
Use buildbot@ for sender address.
Michael Smith [Wed, 29 Aug 2007 12:06:51 +0000 (12:06 +0000)]
Added per-rev links to changes in buildbot messages.
Michael Smith [Wed, 29 Aug 2007 11:54:22 +0000 (11:54 +0000)]
Yet another minor formatting tweek.
Michael Smith [Wed, 29 Aug 2007 11:50:27 +0000 (11:50 +0000)]
Use "possible build problems" instead of "possible build errors",
to prevent build-check from catching its output...
Michael Smith [Wed, 29 Aug 2007 11:46:36 +0000 (11:46 +0000)]
Another minor formatting tweak.
Michael Smith [Wed, 29 Aug 2007 11:24:34 +0000 (11:24 +0000)]
Another formatting tweak.
Michael Smith [Wed, 29 Aug 2007 10:48:32 +0000 (10:48 +0000)]
Made some minor formatting tweaks.
Michael Smith [Wed, 29 Aug 2007 10:47:10 +0000 (10:47 +0000)]
Refined e-mail reporting of docbook-build problems.
Michael Smith [Wed, 29 Aug 2007 10:06:13 +0000 (10:06 +0000)]
Adjusted error-catching regexp to be a little more forgiving.
Michael Smith [Wed, 29 Aug 2007 10:02:12 +0000 (10:02 +0000)]
Put buildcheck output at the beginning of buildbot e-mail message.
Michael Smith [Wed, 29 Aug 2007 09:53:20 +0000 (09:53 +0000)]
Removed ZIP_DEPENDS and moved dependency on release and tag
targets to install target instead.
Michael Smith [Wed, 29 Aug 2007 09:51:55 +0000 (09:51 +0000)]
Created INSTALL_DEPENDS variable, for the install target.
Michael Smith [Wed, 29 Aug 2007 09:42:25 +0000 (09:42 +0000)]
Made install target depend on release target.
Michael Smith [Wed, 29 Aug 2007 09:11:50 +0000 (09:11 +0000)]
Minor formatting tweak.
Michael Smith [Wed, 29 Aug 2007 09:06:37 +0000 (09:06 +0000)]
Set up snapshot build to automatically send e-mail reports
containing entire log file and build-check output.
Michael Smith [Wed, 29 Aug 2007 08:43:29 +0000 (08:43 +0000)]
Moved RELEASE-NOTES.pdf out of distrib target and into release
target.
Michael Smith [Wed, 29 Aug 2007 08:09:32 +0000 (08:09 +0000)]
Removed code for determing DIFFVER (we no longer use DIFFVER for
anything); removed branching logic for condition of non-XSLT
VERSION file vs. XSLT one (we only use XSLT VERSION files now, so
no need to handle the legacy case)
Michael Smith [Wed, 29 Aug 2007 03:02:02 +0000 (03:02 +0000)]
When tagging, only delete and re-create distro-specific tags
directories. Don't delete the parent (tag number) directory.
Michael Smith [Wed, 29 Aug 2007 02:51:17 +0000 (02:51 +0000)]
Don't package .announcement-text file.
Michael Smith [Wed, 29 Aug 2007 02:43:10 +0000 (02:43 +0000)]
Make sure that message is useful in case of error about
uncommitted files when tagging.
Michael Smith [Wed, 29 Aug 2007 02:41:43 +0000 (02:41 +0000)]
Switched to 1.00 numbering (instead of just 1.0)
Michael Smith [Wed, 29 Aug 2007 02:41:09 +0000 (02:41 +0000)]
Switched to 1.00 numbering (instead of 1.0)
Michael Smith [Wed, 29 Aug 2007 02:26:37 +0000 (02:26 +0000)]
Make sure classes dir gets built where it should and gets
packaged.