commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnue] r8117 - trunk/gnue-reports/src/base


From: reinhard
Subject: [gnue] r8117 - trunk/gnue-reports/src/base
Date: Sat, 31 Dec 2005 03:27:01 -0600 (CST)

Author: reinhard
Date: 2005-12-31 03:27:00 -0600 (Sat, 31 Dec 2005)
New Revision: 8117

Modified:
   trunk/gnue-reports/src/base/GRParser.py
Log:
Added UsableBySiblings for some elements that need it.


Modified: trunk/gnue-reports/src/base/GRParser.py
===================================================================
--- trunk/gnue-reports/src/base/GRParser.py     2005-12-07 12:38:00 UTC (rev 
8116)
+++ trunk/gnue-reports/src/base/GRParser.py     2005-12-31 09:27:00 UTC (rev 
8117)
@@ -174,37 +174,43 @@
                'Typecast': GTypecast.name },
             'source':      {
                'Typecast': GTypecast.name } },
-         'ParentTags':  ('layout',) },
+         'ParentTags':  ('layout',),
+         'UsableBySiblings': True },
 
       'default':      {
          'BaseClass': GRLayout.GRDefault,
          'MixedContent': 1,
          'KeepWhitespace': 1,
-         'ParentTags':  ('section',) },
+         'ParentTags':  ('section',),
+         'UsableBySiblings': True },
 
       'firstrow':      {
          'BaseClass': GRLayout.GRFirstRow,
          'MixedContent': 1,
          'KeepWhitespace': 1,
-         'ParentTags':  ('section',) },
+         'ParentTags':  ('section',),
+         'UsableBySiblings': True },
 
       'notfirstrow':      {
          'BaseClass': GRLayout.GRNotFirstRow,
          'MixedContent': 1,
          'KeepWhitespace': 1,
-         'ParentTags':  ('section',) },
+         'ParentTags':  ('section',),
+         'UsableBySiblings': True },
 
       'lastrow':      {
          'BaseClass': GRLayout.GRLastRow,
          'MixedContent': 1,
          'KeepWhitespace': 1,
-         'ParentTags':  ('section',) },
+         'ParentTags':  ('section',),
+         'UsableBySiblings': True },
 
       'notlastrow':      {
          'BaseClass': GRLayout.GRNotLastRow,
          'MixedContent': 1,
          'KeepWhitespace': 1,
-         'ParentTags':  ('section',) },
+         'ParentTags':  ('section',),
+         'UsableBySiblings': True },
 
       'field':        {
          'BaseClass': GRLayout.GRField,
@@ -218,7 +224,8 @@
                'Typecast': GTypecast.name },
             'format':      {
                'Typecast': GTypecast.name } },
-         'ParentTags':  ('section',) },
+         'ParentTags':  ('section',),
+         'UsableBySiblings': True },
 
       'summ':         {
          'BaseClass': GRLayout.GRSumm,
@@ -238,7 +245,8 @@
                'Typecast': GTypecast.name },
             'format':      {
                'Typecast': GTypecast.name } },
-         'ParentTags':  ('layout',) },
+         'ParentTags':  ('layout',),
+         'UsableBySiblings': True },
 
       'formula':         {
          'BaseClass': GRLayout.GRFormula,
@@ -247,7 +255,8 @@
                'Typecast': GTypecast.name },
             'format':      {
                'Typecast': GTypecast.name } },
-         'ParentTags':  ('layout',) },
+         'ParentTags':  ('layout',),
+         'UsableBySiblings': True },
 
       'param':         {
          'BaseClass': GRLayout.GRParam,
@@ -257,7 +266,8 @@
                'Typecast': GTypecast.name },
             'format':      {
                'Typecast': GTypecast.name } },
-         'ParentTags':  ('layout',) },
+         'ParentTags':  ('layout',),
+         'UsableBySiblings': True },
 
       'sources':      {
          'BaseClass': GRSources.GRSources,





reply via email to

[Prev in Thread] Current Thread [Next in Thread]