changelog
来自「opennms得相关源码 请大家看看」· 代码 · 共 1,740 行 · 第 1/5 页
TXT
1,740 行
2002-08-26 Norman Walsh <nwalsh@users.sourceforge.net> * chunk.xsl, param.ent, param.xweb: Made chunk.tocs.and.lots a proper parameter2002-08-25 Jirka Kosek <kosek@users.sourceforge.net> * autoidx.xsl: Fixed bug #496281. Refentry is now recognized as target for links from index.2002-08-22 Jirka Kosek <kosek@users.sourceforge.net> * Makefile.param: Index can be alternatively created using HHK file from now. This allows see-also processing and index terms also points to their exact location.2002-08-22 Norman Walsh <nwalsh@users.sourceforge.net> * autoidx.xsl: Format see/seealso entries correctly * autotoc.xsl, chunk-common.xsl, chunk.xsl, component.xsl, division.xsl: Rework(ing) ToC/LoT generation to support chunking the ToC/LoT; don't output empty rows in navigation tables2002-08-22 Jirka Kosek <kosek@users.sourceforge.net> * param.ent, param.xweb: Index can be alternatively created using HHK file from now. This allows see-also processing and index terms also points to their exact location.2002-07-29 Robert Stayton <bobstayton@users.sourceforge.net> * lists.xsl: Added valign="top" attribute to the <col> element for variablelist term column. I was getting vertically centered alignment for the term.2002-07-19 Norman Walsh <nwalsh@users.sourceforge.net> * biblio.xsl, inline.xsl, param.ent, param.xweb: Support menuchoice.menu.separator, menuchoice.separator, and bibliography.numbered2002-07-18 Norman Walsh <nwalsh@users.sourceforge.net> * block.xsl, lists.xsl, param.ent, param.xweb: Added support for para.propagates.style * lists.xsl: Use tr.attributes * param.ent, param.xweb: Added html.cellpadding and html.cellspacing * table.xsl: Added tr.attributes named template (for odd-row coloring and such) and html.cellpadding and html.cellspacing for table defaults2002-07-16 Norman Walsh <nwalsh@users.sourceforge.net> * inline.xsl: When emphasis propagates its role attribute as the HTML span class and a role is provided, don't use <em>2002-07-16 Robert Stayton <bobstayton@users.sourceforge.net> * xref.xsl: Remove 'article' from the catch-all template match in mode=xref-to because it is already covered in another xref-to template, leading to an ambigious selection of template.2002-07-10 Norman Walsh <nwalsh@users.sourceforge.net> * chunker.xsl: Repeat after me: you cannot use xsl:attribute on intruction elements, you cannot use... * graphics.xsl: Refactor calls to getWidth() and getDepth() to work around XSLTC bugs2002-07-09 Norman Walsh <nwalsh@users.sourceforge.net> * biblio.xsl: Don't output square brackets if there's no biblioentry label * synop.xsl: Bug #573726: fix cmdsynopsisref formatting2002-07-08 Norman Walsh <nwalsh@users.sourceforge.net> * autoidx.xsl: Bug #574840: fix bug where some symbol index terms got lost * autoidx.xsl: Bug #574841: trim leading and trailing whitespace from primary/secondary/tertiary index terms * graphics.xsl: Work-around bug in xsltproc: explicitly cast scale to a number() before comparing it to 1.0 * html-rtf.xsl, verbatim.xsl: Bug #567130: make sure literallayout children don't get lost2002-07-08 Robert Stayton <bobstayton@users.sourceforge.net> * xref.xsl: Moved the target.database parameter to be the first child in the olink template.2002-07-07 Norman Walsh <nwalsh@users.sourceforge.net> * chunk-common.xsl, chunk.xsl: First tentative stab at getting ToCs and LoTs into separate chunks--does not work * footnote.xsl: Fix footnotes in table titles * lists.xsl: Fix ugly bug: make sure premables to orderedlist and itemizedlist elements are actually formatted2002-07-06 Robert Stayton <bobstayton@users.sourceforge.net> * graphics.xsl: 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. * xref.xsl: 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.2002-07-05 Robert Stayton <bobstayton@users.sourceforge.net> * chunk.xsl: 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. * docbook.xsl: 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. * param.ent: 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 * param.ent, param.xweb: Removed references to the chunk.datafile parameter, because Norm removed that parameter due to obsolescence. * param.xweb: 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 * xref.xsl: 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.2002-07-04 Norman Walsh <nwalsh@users.sourceforge.net> * xref.xsl: Feature req #525507: support xref to para by using the nearest containing section as the generated text2002-07-03 Norman Walsh <nwalsh@users.sourceforge.net> * chunk-common.xsl, param.ent, param.xweb: Use header.rule and footer.rule parameters when building page navigation * docbook.xsl: Feature Req #502932: added root.messages template for user defined messages2002-06-29 Norman Walsh <nwalsh@users.sourceforge.net> * formal.xsl, lists.xsl: Make list/procedure titles use gentext and have consisten formatting2002-06-28 Norman Walsh <nwalsh@users.sourceforge.net> * chunk-common.xsl: Fix footnote context error (Felix Rabe)2002-06-27 Norman Walsh <nwalsh@users.sourceforge.net> * footnote.xsl: Make sure function-available is used around the node-set extension function2002-06-27 Jirka Kosek <kosek@users.sourceforge.net> * footnote.xsl: Fixed typo2002-06-27 Norman Walsh <nwalsh@users.sourceforge.net> * table.xsl: Whitespace2002-06-26 Norman Walsh <nwalsh@users.sourceforge.net> * inline.xsl, xref.xsl: Unwrap nested links * table.xsl: Rework the CSS table-border properties so that all three don't have to be specified at once2002-06-16 Norman Walsh <nwalsh@users.sourceforge.net> * chunker.xsl: Turn off omit-xml-declaration, for what it's worth, in text mode * table.xsl: Added PI for cellspacing and cellpadding; also added currently useless Python extension hooks2002-06-13 Jirka Kosek <kosek@users.sourceforge.net> * Makefile.param: Added parameter for disabling HTML output when testing various HTML Help features. * Makefile.param: New features. A lot of new features. For HTML Help.2002-06-13 Norman Walsh <nwalsh@users.sourceforge.net> * chunker.xsl: Use the new chunking parameters: NOTE WELL: they are described in param.xweb but actually defined in chunker.xsl to make it independent2002-06-13 Jirka Kosek <kosek@users.sourceforge.net> * chunker.xsl: Modified output attributes for text chunks as Saxon doesn't like empty values for them.2002-06-13 Norman Walsh <nwalsh@users.sourceforge.net> * html-rtf.xsl: Renamed a template * inline.xsl: Changed test condition for xlink: simple links * manifest.xsl, math.xsl, param.ent: Use the new chunking parameters: NOTE WELL: they are described in param.xweb but actually defined in chunker.xsl to make it independent2002-06-13 Jirka Kosek <kosek@users.sourceforge.net> * param.ent: Added parameter for disabling HTML output when testing various HTML Help features. * param.ent: New features. A lot of new features. For HTML Help.2002-06-13 Norman Walsh <nwalsh@users.sourceforge.net> * param.xweb: Use the new chunking parameters: NOTE WELL: they are described in param.xweb but actually defined in chunker.xsl to make it independent2002-06-13 Jirka Kosek <kosek@users.sourceforge.net> * param.xweb: Added parameter for disabling HTML output when testing various HTML Help features. * param.xweb: New features. A lot of new features. For HTML Help.2002-06-12 Jirka Kosek <kosek@users.sourceforge.net> * chunk-common.xsl, param.ent, param.xweb: Added new parameters suppress.{footer|header}.navigation for separate control over navigation bar in footer and header.2002-06-11 Norman Walsh <nwalsh@users.sourceforge.net> * formal.xsl: Make sure formal objects have an anchor * graphics.xsl: Don't put alt on object or embed * graphics.xsl: Don't output viewport table if it isn't going to do anything useful * graphics.xsl, param.ent, param.xweb: Made new parameters public * html-rtf.xsl: Fix list of block elements and support xhtml * html-rtf.xsl: When unwrapping; don't produce empty elements if there's no need * xref.xsl: Experimental support for xrefstyle2002-06-09 Norman Walsh <nwalsh@users.sourceforge.net> * docbook.xsl: Feature req #565822: support multiple html.stylesheets * docbook.xsl: Patch #565199: fix quotation marks in draft URL generation in CSS2002-06-06 Norman Walsh <nwalsh@users.sourceforge.net> * docbook.xsl: Add support for HTML META name=description from abstract * param.ent, param.xweb: New parameters: generate.meata.abstract and use.role.as.xrefstyle2002-06-03 Jirka Kosek <kosek@users.sourceforge.net> * Makefile: Added dependencies for profiling stylesheets2002-05-23 Norman Walsh <nwalsh@users.sourceforge.net> * graphics.xsl, param.ent, param.xweb: Support for SVG in HTML * html-rtf.xsl: Protect calls to extension functions behind function-available tests2002-05-21 Norman Walsh <nwalsh@users.sourceforge.net> * qandaset.xsl: Fix anchors for references to QandAEntrys. Output '. ' in some contexts (this is a hack)2002-05-17 Norman Walsh <nwalsh@users.sourceforge.net> * onechunk.xsl: Make TOC (and other internal references) all just fragment identifiers...we're making one chunk after all2002-05-16 Norman Walsh <nwalsh@users.sourceforge.net> * autotoc.xsl, html.xsl: Moved href.target to html.xsl; added href.target.uri (which is functionally equivalent to href.target in the non-chunking case)2002-05-15 Norman Walsh <nwalsh@users.sourceforge.net> * chunk.xsl, onechunk.xsl: Fix bugs in onechunk---it wasn't working at all2002-05-14 Norman Walsh <nwalsh@users.sourceforge.net> * graphics.xsl: Bug #555809: make sure that a longdesc, if written, gets the correct relative URI2002-05-13 Norman Walsh <nwalsh@users.sourceforge.net> * chunk-common.xsl: Fix inherited directory naming problems when using dbhtml. Add context to site navigation link calls * chunk-common.xsl, param.ent, param.xweb: Add extra LINK elements to the HTML HEAD of chunked output (for enhanced site navigation as per Mozilla 1.0) * chunker.xsl: Work around relative filename bug in libxslt * pi.xsl: Try to avoid x//y in inherited dbhtml dir settings2002-05-12 Norman Walsh <nwalsh@users.sourceforge.net> * block.xsl: Support title on blockquote * chunk.xsl: Turn off refentry.separator by default when chunking * chunk.xsl: Fix ugly prev/next bug introduced by my attempt to work around Xalan problems * graphics.xsl: Reworked support for graphic attributes; now support DocBook 4.2CR1 attributes * html.xsl: Remove reference to obsolete using.chunker parameter * math.xsl: Support MathML by passing it through unchanged * param.ent, param.xweb: Added points.per.em; removed obsolete using.chunker * table.xsl: Improve support for table borders drawn with CSS (get the semantics right); add support for entry-bgcolor PI * verbatim.xsl: Format literal layout elements correctly when linenumbering * xref.xsl: Support xref to refnamediv and all elements with titles (at least when they have titles)2002-05-10 Jirka Kosek <kosek@users.sourceforge.net> * chunk.xsl: Added support for manifest file as requested by Nik in #5529452002-05-10 Norman Walsh <nwalsh@users.sourceforge.net> * lists.xsl: Remove reference to obsolete using.chunker parameter2002-05-10 Jirka Kosek <kosek@users.sourceforge.net> * manifest.xsl, param.ent, param.xweb: Added support for manifest file as requested by Nik in #5529452002-05-10 Norman Walsh <nwalsh@users.sourceforge.net> * pi.xsl: Remove reference to obsolete using.chunker parameter2002-05-07 Robert Stayton <bobstayton@users.sourceforge.net> * chunk.xsl: The call to write.chunk did not have the $chunk.quietly parameter set. I think I failed to commit that change after testing it in Feb. * xref.xsl: Added a template for article in mode="xref-to" that is similar to the one for chapter. Now you can use <xref> with a linkend pointing to an article.2002-05-06 Norman Walsh <nwalsh@users.sourceforge.net> * chunk.xsl, onechunk.xsl: Fix bug #551966 applying onechunk to book
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?