commit-gnue
[Top][All Lists]
Advanced

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

gnue/reports samples/foobulations/monthly.grd s...


From: Jason Cater
Subject: gnue/reports samples/foobulations/monthly.grd s...
Date: Fri, 26 Apr 2002 01:34:27 -0400

CVSROOT:        /home/cvs
Module name:    gnue
Changes by:     Jason Cater <address@hidden>    02/04/26 01:34:26

Modified files:
        reports/samples/foobulations: monthly.grd 
        reports/src    : GRFilters.py GRLayout.py 

Log message:
        misc changes

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/reports/samples/foobulations/monthly.grd.diff?cvsroot=OldCVS&tr1=1.15&tr2=1.16&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/reports/src/GRFilters.py.diff?cvsroot=OldCVS&tr1=1.5&tr2=1.6&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/reports/src/GRLayout.py.diff?cvsroot=OldCVS&tr1=1.31&tr2=1.32&r1=text&r2=text

Patches:
Index: gnue/reports/samples/foobulations/monthly.grd
diff -c gnue/reports/samples/foobulations/monthly.grd:1.15 
gnue/reports/samples/foobulations/monthly.grd:1.16
*** gnue/reports/samples/foobulations/monthly.grd:1.15  Fri Apr 12 16:56:53 2002
--- gnue/reports/samples/foobulations/monthly.grd       Fri Apr 26 01:34:24 2002
***************
*** 20,26 ****
      <out:reportTitle>Monthly Accounting Foobulation Report</out:reportTitle>
  
      <out:section break="page">
!       <out:sectionTitle><!--param name="subtitle"/--></out:sectionTitle>
        <out:table width="100%">
          <out:tablehead>
            <out:colhead width="30">Name</out:colhead>
--- 20,26 ----
      <out:reportTitle>Monthly Accounting Foobulation Report</out:reportTitle>
  
      <out:section break="page">
!       <out:sectionTitle><param name="subtitle"/></out:sectionTitle>
        <out:table width="100%">
          <out:tablehead>
            <out:colhead width="30">Name</out:colhead>
Index: gnue/reports/src/GRFilters.py
diff -c gnue/reports/src/GRFilters.py:1.5 gnue/reports/src/GRFilters.py:1.6
*** gnue/reports/src/GRFilters.py:1.5   Fri Apr 12 20:54:21 2002
--- gnue/reports/src/GRFilters.py       Fri Apr 26 01:34:26 2002
***************
*** 49,56 ****
      try:
        parameters = self._config.filters[namespace + ":" + filter]
      except KeyError:
!       raise FilterError, \
!         "Unable to find a filter definition for %s" % (namespace+":"+filter)
  
      try:
        module = dyn_import ('gnue.reports.adapters.filters.%s' % 
parameters['engine'])
--- 49,59 ----
      try:
        parameters = self._config.filters[namespace + ":" + filter]
      except KeyError:
!       if filter == 'raw':
!         parameters = {'engine': 'raw'}
!       else:
!         raise FilterError, \
!           "Unable to find a filter definition for %s" % (namespace+":"+filter)
  
      try:
        module = dyn_import ('gnue.reports.adapters.filters.%s' % 
parameters['engine'])
Index: gnue/reports/src/GRLayout.py
diff -c gnue/reports/src/GRLayout.py:1.31 gnue/reports/src/GRLayout.py:1.32
*** gnue/reports/src/GRLayout.py:1.31   Wed Apr 17 15:09:19 2002
--- gnue/reports/src/GRLayout.py        Fri Apr 26 01:34:26 2002
***************
*** 492,498 ****
    def process(self, dest, mapper, isfirst, islast, firstSection, nextSection):
      structuralComment(dest,"<!--[param:%s]-->" % self.name)
      dest.write (self.getFormattedValue())
!     structuralComment(dest,"<!--[/summ:%s]-->" % self.name)
      return nextSection
  
  
--- 492,498 ----
    def process(self, dest, mapper, isfirst, islast, firstSection, nextSection):
      structuralComment(dest,"<!--[param:%s]-->" % self.name)
      dest.write (self.getFormattedValue())
!     structuralComment(dest,"<!--[/param:%s]-->" % self.name)
      return nextSection
  
  



reply via email to

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