diff --git a/ChangeLog b/ChangeLog index bcea0fa..45bf001 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,25 @@ +------------------------------------------------------------------ +Fri Jun 22 13:54:00 UTC 2018 - toms@opensuse.org + +Bugfix release 1.0.3 + +Geekodoc: + * disallow xml:id on child elements of table (#39) + * Missing "fig" value in format attribute of imagedta (#43) + * add missing holder tag (#46) + * integrate its:translate (#45) + * output XSLT stylesheet from Schematron validation (#49) + * remove action in keycombo (#50) + * reduce content model in screen (#51) + * remove procedure from table entry (#56) + + Others: + * Make sure GeekoDoc is available in OBS/IBS, so we can use + it from DC file (#33) + +Novdoc: + no changes + ------------------------------------------------------------------ Fri Jan 09 13:23:00 UTC 2018 - toms@opensuse.org diff --git a/geekodoc/rng/geekodoc5-flat.rnc b/geekodoc/rng/geekodoc5-flat.rnc index fa540b5..9f56b3b 100644 --- a/geekodoc/rng/geekodoc5-flat.rnc +++ b/geekodoc/rng/geekodoc5-flat.rnc @@ -128,11 +128,12 @@ div { div { db.entry.model = # This pattern is used to restrict the element + # - no procedures # Original definition: # (db.nopara.blocks | db.para.blocks | db.extension.blocks) # - # - # We do not want procedures + # We need to resolve the db.list.blocks patterns to avoid adding + # : (db.para.blocks | db.itemizedlist | db.orderedlist diff --git a/geekodoc/tests/bad/article-xmlid-on-child-of-table.xml b/geekodoc/tests/bad/article-xmlid-on-child-of-table.xml new file mode 100644 index 0000000..e1a804b --- /dev/null +++ b/geekodoc/tests/bad/article-xmlid-on-child-of-table.xml @@ -0,0 +1,28 @@ + + +
+ Test xml:id on an informaltable + + + + + + Head A + Head B + + + + + Foot A + Foot B + + + + + A + B + + + +
+
diff --git a/geekodoc/tests/bad/table-with-procedure.xml b/geekodoc/tests/bad/table-with-procedure.xml index adadc6e..ea1065d 100644 --- a/geekodoc/tests/bad/table-with-procedure.xml +++ b/geekodoc/tests/bad/table-with-procedure.xml @@ -1,7 +1,7 @@ - + Table with procedure in entry