[Moin-devel] CVS: MoinMoin/stats hitcounts.py,1.2,1.3

J?rgen Hermann jhermann at users.sourceforge.net
Fri Feb 1 18:38:10 EST 2002


Update of /cvsroot/moin/MoinMoin/stats
In directory usw-pr-cvs1:/tmp/cvs-serv27798/stats

Modified Files:
	hitcounts.py 
Log Message:
Better title


Index: hitcounts.py
===================================================================
RCS file: /cvsroot/moin/MoinMoin/stats/hitcounts.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** hitcounts.py	2002/02/02 02:35:19	1.2
--- hitcounts.py	2002/02/02 02:37:50	1.3
***************
*** 83,88 ****
      c.addData(ChartData(views, color='green'))
      c.addData(ChartData(edits, color='red'))
!     title = 'Page hits and edits'
!     if config.sitename: title = "%s of %s" % (title, config.sitename)
      if filterpage: title = "%s for %s" % (title, filterpage)
      c.option(
--- 83,89 ----
      c.addData(ChartData(views, color='green'))
      c.addData(ChartData(edits, color='red'))
!     title = ''
!     if config.sitename: title = "%s: " % config.sitename
!     title = title + 'Page hits and edits'
      if filterpage: title = "%s for %s" % (title, filterpage)
      c.option(





More information about the Moin-devel mailing list