commit 17ca87bc80a9d24928c69ff457563234b126a9a1 Author: Shaun McCance Date: Mon Jan 10 11:02:48 2011 -0500 mal2html-table.xsl: Move title/desc outside xslt/mallard/html/mal2html-table.xsl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 1274f541e26aeda000eb4643d7c4cd78c734b07f Author: Shaun McCance Date: Fri Jan 7 16:58:36 2011 -0500 mal2html-page.xsl: Added e:links type 'series' xslt/common/html.xsl | 15 ++++++ xslt/mallard/html/mal2html-page.xsl | 86 ++++++++++++++++++++++++++++++++++- 2 files changed, 99 insertions(+), 2 deletions(-) commit 9e90b007e7dcba15297750f55ba4edbc839fe7ef Author: Shaun McCance Date: Fri Jan 7 14:39:08 2011 -0500 Fixing up previous and next links for DocBook and Mallard changes | 7 ++ xslt/common/html.xsl | 25 ++++++ xslt/docbook/common/db-chunk.xsl | 4 +- xslt/docbook/html/db2html-css.xsl | 32 ------- xslt/docbook/html/db2html-division.xsl | 146 ++++++++++++++------------------ xslt/mallard/html/mal2html-page.xsl | 57 +++++++----- 6 files changed, 131 insertions(+), 140 deletions(-) commit 6998affc7fa2c9d6382a3c1bd02da77a3c3e1c86 Author: Shaun McCance Date: Fri Jan 7 09:29:52 2011 -0500 xslt/docbook: Removing some unused chunking templates xslt/docbook/common/db-chunk.xsl | 160 +-------------- xslt/docbook/html/db2html-division.xsl | 351 +------------------------------- xslt/docbook/html/db2html-info.xsl | 123 ----------- 3 files changed, 11 insertions(+), 623 deletions(-) commit 4b55b853e919a1c13b7c86721ce4984a966183eb Author: Shaun McCance Date: Mon Jan 3 19:20:35 2011 -0500 [xslt/gettext] Allow localization of some tooltips xslt/docbook/html/db2html-block.xsl | 8 ++++++-- xslt/gettext/l10n.xml.in | 31 +++++++++++++++++++++++++++++++ xslt/mallard/html/mal2html-block.xsl | 8 ++++++-- xslt/mallard/html/mal2html-media.xsl | 12 +++++++++--- 4 files changed, 52 insertions(+), 7 deletions(-) commit 0b1add162d96ade57955b72bc7d75c33b55a049b Author: Shaun McCance Date: Mon Jan 3 19:06:10 2011 -0500 [xslt/common/html.xsl] Magic image scaling for figures xslt/common/html.xsl | 96 ++++++++++++++++++++++++++++++++++ xslt/docbook/html/db2html-block.xsl | 10 ++++ xslt/mallard/html/mal2html-block.xsl | 8 +++ 3 files changed, 114 insertions(+), 0 deletions(-) commit c768b902b9cadd226ae105e763177ea1c25f39ec Author: Shaun McCance Date: Sun Jan 2 17:11:27 2011 -0500 Updated .gitignore .gitignore | 3 +++ doc/yelp-xsl/.gitignore | 8 -------- 2 files changed, 3 insertions(+), 8 deletions(-) commit d3054e8730b2a63097b7d07830762cb5902cc9e5 Author: Shaun McCance Date: Sun Jan 2 17:03:05 2011 -0500 Enable syntax highlighting on DocBook, more languages js/syntax.html | 194 ++++++++++++++++++++++++++++++++++ xslt/common/html.xsl | 2 +- xslt/docbook/html/db2html-block.xsl | 60 ++++++++++- xslt/mallard/html/mal2html-block.xsl | 49 +++++++++- 4 files changed, 302 insertions(+), 3 deletions(-) commit a3ad03f8bcbf181a1467f40347da7a25471ee078 Author: Shaun McCance Date: Sun Jan 2 12:11:24 2011 -0500 [xslt/common/html.xsl] Make html.js easier to override xslt/common/html.xsl | 142 +++++++++++++++++++++++++++----------------------- 1 files changed, 76 insertions(+), 66 deletions(-) commit b5fa0e177e4d50721b1ae4255cd27b8aad9ee7ea Author: Shaun McCance Date: Thu Dec 23 21:30:34 2010 -0500 [xslt/common/html.xsl] Added html.css.content template xslt/common/html.xsl | 97 ++++++++++++++++++++++++++++++++++--------------- 1 files changed, 67 insertions(+), 30 deletions(-) commit 1cef5f7ed3bfd44453bca44b3219a887aa644bc4 Author: Shaun McCance Date: Wed Dec 22 14:59:09 2010 -0500 [mal2html-facets] Don't filter non-facet links xslt/mallard/html/mal2html-facets.xsl | 3 ++- xslt/mallard/html/mal2html-page.xsl | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) commit 1b906be84319c18b07538c78dae7a5e639996c01 Author: Shaun McCance Date: Fri Dec 17 14:59:34 2010 -0500 [mal2html-page.xsl] Add editor_mode status badges to linklist xslt/mallard/html/mal2html-page.xsl | 163 ++++++++++++++++++----------------- 1 files changed, 85 insertions(+), 78 deletions(-) commit 6d3851e85ef027c907fb96e04d0e5ff947db725c Author: Shaun McCance Date: Fri Dec 17 13:55:28 2010 -0500 [xslt/common/html.xsl] Use nowrap on key and keyseq xslt/common/html.xsl | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit fadf481c11ab762fbbd449ae2a9fa0662177288e Author: Shaun McCance Date: Fri Dec 17 11:25:31 2010 -0500 [xslt/mallard/html] Animate facet link hiding This requires explicitly marking linkdiv a elements as display:block in the CSS. Otherwise, the width is reported as 0 and jQuery can't animate it. xslt/mallard/html/mal2html-facets.xsl | 4 ++-- xslt/mallard/html/mal2html-page.xsl | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) commit 49f378fc219154c734cbf5ef7ead60ed36a1f67a Author: Shaun McCance Date: Fri Dec 17 09:15:04 2010 -0500 Version 2.91.8 NEWS | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletions(-)