* FO: - Fixed reference to qandaentrys or question (DocBook only) * Common: - Added the word "Question"/"question" to all language files (needed when linking to qandaentrys or questions elements) * SPEC file Move Name and Version keywords before our attention block (seems to be removed accidently) OBS-URL: https://build.opensuse.org/package/show/Documentation:Tools/suse-xsl-stylesheets?expand=0&rev=51
359 lines
12 KiB
Plaintext
359 lines
12 KiB
Plaintext
-------------------------------------------------------------------
|
|
Thu Jan 17 13:16:56 UTC 2013 - toms@opensuse.org
|
|
|
|
Version 1.9.17:
|
|
* FO:
|
|
- Fixed reference to qandaentrys or question (DocBook only)
|
|
|
|
* Common:
|
|
- Added the word "Question"/"question" to all language files
|
|
(needed when linking to qandaentrys or questions elements)
|
|
|
|
* SPEC file
|
|
Move Name and Version keywords before our attention block
|
|
(seems to be removed accidently)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 16 12:40:25 UTC 2013 - toms@opensuse.org
|
|
|
|
Version 1.9.16:
|
|
* Updated Novdoc DTD again:
|
|
- Added id attribute in qandadiv and qandaentry
|
|
- Required title in qandadiv now (in previous version, title was
|
|
optional)
|
|
* Adapted catalog files for suse_beta (contains new HTML layout)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jan 16 08:45:00 UTC 2013 - toms@opensuse.org
|
|
|
|
Version 1.9.15:
|
|
* Schema
|
|
- qandaset are included in a section; that means, no title in qandaset
|
|
is useful
|
|
- qandadiv can still contain a title, but it contains only qandaentrys
|
|
- question must always start with a para; after this para other
|
|
elements are allowed
|
|
- qandaentry requires one question and one answer in this order
|
|
|
|
SPEC file:
|
|
* Used font requirements from daps.spec; see ticket#116
|
|
* Added additional check for 12.1 to avoid the "have choice" error
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jan 8 08:02:14 UTC 2013 - toms@opensuse.org
|
|
|
|
- Added BuildRequires xerces-j2 only for openSUSE 12.1
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jan 7 13:40:02 UTC 2013 - toms@opensuse.org
|
|
|
|
Version 1.9.14:
|
|
* Schema
|
|
added qandaset and its companion elements in our Novdoc DTD.
|
|
This was needed to correctly mark up FAQs in our books.
|
|
* FO:
|
|
- Support PDF annotations for XEP
|
|
- Bugfix in book titlepage, productnumber not shown
|
|
* XHTML (new layout):
|
|
- Lots of bugfixes
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Sep 26 13:57:50 UTC 2012 - toms@opensuse.org
|
|
|
|
Version 1.9.13:
|
|
* FO:
|
|
- Fixed nasty bug in new TOC (toc.line.properties) regarding empty
|
|
font-size and font-weight attribute. Customized font-family
|
|
attribute. Thanks to Tanja! :)
|
|
- Added <?dbsuse-fo lines="yes" border="..." ?> PI for variablelist
|
|
|
|
* (X)HTML:
|
|
Don't process @class in productname
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Sep 19 12:01:05 UTC 2012 - toms@opensuse.org
|
|
|
|
Version 1.9.12:
|
|
* FO:
|
|
- Fixed bnc#778567
|
|
|
|
* HTML:
|
|
- Fixed space problems between author name and contrib
|
|
- Fixed comma problem after author
|
|
- Used class.attribute mode to incorporate class attribute
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Aug 29 08:57:45 UTC 2012 - toms@opensuse.org
|
|
|
|
Version 1.9.11:
|
|
* EPUB:
|
|
- Added correct 'msgset' context due to Ticket#84
|
|
|
|
* XHTML:
|
|
- As $admon.style is "", the check should also didn't
|
|
allow to create a style attribute.
|
|
Found by Eugene, fixes bnc#775243
|
|
|
|
* FO:
|
|
- Completely revamped toc appearance:
|
|
. No indendation anymore; this was needed to have a longer line for
|
|
language with long words (e.g. German)
|
|
. part and chapter titles are in bold
|
|
. make space before part titles bigger
|
|
|
|
* Pocket:
|
|
- Revamped toc completely (see FO)
|
|
- Removed toc.*.{label-separation,distance-between-starts} parameters
|
|
as it's not needed anymore
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Aug 14 11:29:01 UTC 2012 - toms@opensuse.org
|
|
|
|
Version 1.9.10:
|
|
* FO
|
|
- Fixed start-indent to margin-left to make FOP and XEP produce the same
|
|
result (indentation problem); Fixes ticket#92
|
|
- Enable hyphenate.verbatim (WIP)
|
|
|
|
* XHTML
|
|
- Fixed bnc#775243 so navigation should work now correctly (thanks to Frank!)
|
|
- Disable user.header.content
|
|
- Fix user.footer.content and use ancestor-or-self axis instead of
|
|
absolute path
|
|
|
|
* JSP
|
|
- Set html.stylesheet='' to fix bnc#775243
|
|
|
|
* Drupal:
|
|
- Reworked titlepage structures for sect{1,2,3}
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Aug 3 15:01:58 UTC 2012 - toms@opensuse.org
|
|
|
|
Version 1.9.9.:
|
|
Fixed navigation problems in JSP files
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jul 12 14:13:49 UTC 2012 - toms@opensuse.org
|
|
|
|
Version 1.9.8:
|
|
Fixed several bugs:
|
|
- bnc#651894: replaceable element should go to variables
|
|
- bnc#672065: Referencing varlistentry elements
|
|
- bnc#677772: Incorrect syllabication in German PDFs
|
|
- bnc#712599: Stylesheets: <command> in titles handled differently
|
|
- bnc#735063: HTML output omits certain xrefs
|
|
- bnc#736196: HTML output without Product Version
|
|
- bnc#760507: SUSE Documentation: Current Year Missing on Legal Pages
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jul 5 15:13:24 UTC 2012 - toms@opensuse.org
|
|
|
|
Version 1.9.7:
|
|
- Fixed Ticket#84 about missing text when using @function in keycap
|
|
- New stylesheets for Drupal import (work in progress)
|
|
- Novdoc schema:
|
|
* Fixed Jing error "conflicting ID-types for attribute 'X'"
|
|
See also http://tech.groups.yahoo.com/group/rng-users/message/1205
|
|
* Added numeration attribute in orderedlist
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 12 07:44:37 UTC 2012 - toms@opensuse.org
|
|
|
|
Version 1.9.6.4:
|
|
- Added numeration attribute for novdoc
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 30 13:35:22 UTC 2012 - fsundermeyer@opensuse.org
|
|
|
|
- Version 1.9.6.3
|
|
* new DTD/Schema novdocxi for validation of files containing
|
|
xi:includes
|
|
* webhelp.logo is now customizable
|
|
* booktitlepage.url for fo-builds is now customizable
|
|
(holds URl that is displayed on the titlepage)
|
|
* Fixed bug in catalog generation
|
|
|
|
-------------------------------------------------------------------
|
|
Fri May 11 13:02:23 UTC 2012 - fsundermeyer@opensuse.org
|
|
|
|
- Adjusted rnc/rng generation in order to allow a custom novdocx.rng
|
|
that defines start tags allowed
|
|
|
|
-------------------------------------------------------------------
|
|
Fri May 11 08:20:00 UTC 2012 - toms@opensuse.org
|
|
|
|
- Version 1.9.6.1:
|
|
Added new SUSE logo from Scott Corfield
|
|
|
|
-------------------------------------------------------------------
|
|
Thu May 3 07:11:08 UTC 2012 - toms@opensuse.org
|
|
|
|
- Version 1.9.6:
|
|
- fo: Fixed xref to external target; use article title instead of book title
|
|
- fo: Make formal titles float, but don't indent screen (or other objects)
|
|
Removed test for xep.extensions and moved float=none and clear=both
|
|
attributes to fo/mode-object.title.markup.xsl
|
|
(only needed for XEP)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Apr 25 14:13:28 UTC 2012 - fsundermeyer@opensuse.org
|
|
|
|
- Version 1.9.5:
|
|
- removes suse aspell wordlist
|
|
- package is norach again
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Apr 24 15:15:47 UTC 2012 - toms@opensuse.org
|
|
|
|
- Version 1.9.4:
|
|
Fixed the following bugs:
|
|
- Ticket#48: Replace Obsolete PI Mechanism for product names and numbers
|
|
Preliminary, need to test it
|
|
- Added setinfo in set for Novdoc DTD
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Apr 17 09:21:36 UTC 2012 - toms@opensuse.org
|
|
|
|
Version 1.9.3:
|
|
Fixed the following bugs:
|
|
- Ticket#69: Improve Space Between Formal Titles and Verbatim Text
|
|
- Ticket#58: SUSE Branding: Quick Start Layout (I)
|
|
- Ticket#59: SUSE Branding: Quick Start Layout (II)
|
|
- Ticket#34: SUSE Branding: Stylesheets produce invalid HTML 4.01
|
|
Transitional
|
|
- bnc#703489: FOP: Problems with Tables (reported upstream)
|
|
- bnc#706459: FOP: Distance Between Page Number and Left/Right Footer
|
|
- bnc#706464: FOP: Space Between Figure/Procedure XYZ and Title
|
|
- bnc#706475: FOP: Some Issues with Callouts
|
|
- bnc#706479: FOP: Line Break in <ulink> Elements
|
|
- bnc#708637: HTML: susedoc/daps stylesheets produce invalid HTML 4.01
|
|
Transitional (Moved to Ticket#68)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Mar 30 19:24:42 UTC 2012 - fsundermeyer@opensuse.org
|
|
|
|
Version 1.9.2:
|
|
|
|
* Bugfixes:
|
|
- fixed SGML catalog entry generation when updating the package
|
|
- fixed path to admon graphics in fo stylesheets
|
|
- added svg admonition graphics for fo builds
|
|
- Fixed empty fo:table-cell with fo:block to make FOP happy
|
|
- Added missing booktitlepage.color.logo parameter to fo
|
|
stylesheets
|
|
- Renamed obsolete dtdroot to styleroot in fo stylesheets
|
|
- fixed broken callout generation for XEP and FOP
|
|
|
|
* Added more flexibilty to flyer layout: headline url can now
|
|
be set per suse-quickstart pi with attribute url
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 20 14:34:57 UTC 2012 - fsundermeyer@opensuse.org
|
|
|
|
* Bugfix: fixed %postun routine, so catalog entries only get removed
|
|
on a real package installation
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 20 09:26:57 UTC 2012 - toms@opensuse.org
|
|
|
|
- Improved webhelp
|
|
- Fixed Ticket#55 (Toc in PDF)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 15 21:35:47 UTC 2012 - fsundermeyer@opensuse.org
|
|
|
|
* Installing aspell wordlist to libdir makes this package
|
|
architecture-specific
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 15 21:29:59 UTC 2012 - fsundermeyer@opensuse.org
|
|
|
|
* Fixed installation procedure for aspell wordlist
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Mar 14 14:36:00 UTC 2012 - fsundermeyer@opensuse.org
|
|
|
|
Bugfix: - aspell wordlist is now installed in teh correct place
|
|
- fixed path to fo draft image in fo stylesheets
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 8 11:31:08 UTC 2012 - fsundermeyer@opensuse.org
|
|
|
|
* aspell-en-huge only seems to be available on x86-64, making it
|
|
a recommendation
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 6 10:03:40 UTC 2012 - fsundermeyer@opensuse.org
|
|
|
|
* Moved suse-aspell wordlist from daps to this package
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 24 14:55:21 UTC 2012 - fsundermeyer@opensuse.org
|
|
|
|
Bugfix: Moved images/admon/* and images/navig/* to images/
|
|
in order to restore compatability to the original
|
|
DocBook stylesheets
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 15 08:48:35 UTC 2012 - fsundermeyer@opensuse.org
|
|
|
|
Bugfix: Use absolute images paths in .fo files
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 10 10:15:30 UTC 2012 - fsundermeyer@opensuse.org
|
|
|
|
Bugfix: Added Catalog entries for the URI to
|
|
/etc/xml/suse-catalog.xml
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 10 09:18:58 UTC 2012 - fsundermeyer@opensuse.org
|
|
|
|
Enhancement: Created general URI for SUSE XSLT Stylesheets
|
|
(ticket #39)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 8 15:23:15 UTC 2012 - fsundermeyer@opensuse.org
|
|
|
|
Bugfix: More path fixes
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 8 14:35:28 UTC 2012 - fsundermeyer@opensuse.org
|
|
|
|
Bugfix: Fixed import paths for flyer and pocket
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 8 14:15:51 UTC 2012 - fsundermeyer@opensuse.org
|
|
|
|
Bugfix: Created fo subdirectories for flyer and pocket
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 8 12:57:20 UTC 2012 - fsundermeyer@opensuse.org
|
|
|
|
Bugfix: Includes must _not_ point to daps-xslt
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 8 12:40:10 UTC 2012 - fsundermeyer@opensuse.org
|
|
|
|
Added missing profiling stylesheet
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Feb 7 16:19:40 UTC 2012 - fsundermeyer@opensuse.org
|
|
|
|
More Bugfixes: First stable version
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Feb 7 15:55:49 UTC 2012 - fsundermeyer@opensuse.org
|
|
|
|
Bugfix: Stylesheet files were not packed
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Feb 7 14:26:16 UTC 2012 - fsundermeyer@opensuse.org
|
|
|
|
Initial version of a seperate SUSE stylesheets package
|
|
|