[glom/glom-1-20] Updated the Document DTD.
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glom/glom-1-20] Updated the Document DTD.
- Date: Mon, 5 Dec 2011 15:16:53 +0000 (UTC)
commit 392ae2d0695b57a5c9eb689c2add23af3abc8853
Author: Murray Cumming <murrayc murrayc com>
Date: Wed Nov 30 10:45:49 2011 +0100
Updated the Document DTD.
* glom/glom_document.dtd: This fixes make check with the new save of
examples/example_film_manager.glom.
ChangeLog | 7 +++++++
glom/glom_document.dtd | 6 ++++--
2 files changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 66b4c5c..f548ae5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2011-11-30 Murray Cumming <murrayc murrayc com>
+ Updated the Document DTD.
+
+ * glom/glom_document.dtd: This fixes make check with the new save of
+ examples/example_film_manager.glom.
+
+2011-11-30 Murray Cumming <murrayc murrayc com>
+
self-hosting tests: Avoid some noisy stdout messages.
* tests/test_selfhosting_utils.cc: Do not show PostgreSQL startup, etc,
diff --git a/glom/glom_document.dtd b/glom/glom_document.dtd
index eaca180..0806997 100644
--- a/glom/glom_document.dtd
+++ b/glom/glom_document.dtd
@@ -349,7 +349,7 @@ TODO: Add 'title_singular' element.
<!-- A data_layout_portal shows related records -->
- <!ELEMENT data_layout_portal (portal_navigation_relationship?, data_layout_item*, position?) >
+ <!ELEMENT data_layout_portal (position?, portal_navigation_relationship?, data_layout_item*) >
<!ATTLIST data_layout_portal
name CDATA #IMPLIED
relationship CDATA #REQUIRED
@@ -359,7 +359,9 @@ TODO: Add 'title_singular' element.
portal_rows_count_min CDATA #IMPLIED
portal_rows_count_max CDATA #IMPLIED
line_color CDATA #IMPLIED
- column_line_color CDATA #IMPLIED >
+ column_line_color CDATA #IMPLIED
+ row_height CDATA #IMPLIED
+ row_line_width CDATA #IMPLIED>
<!ELEMENT data_layout_calendar_portal (portal_navigation_relationship?, data_layout_item*) >
<!ATTLIST data_layout_calendar_portal
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]