|
From: <nic...@us...> - 2007-06-19 14:51:00
|
Revision: 1721
http://svn.sourceforge.net/metpx/?rev=1721&view=rev
Author: nicholaslemay
Date: 2007-06-19 07:50:56 -0700 (Tue, 19 Jun 2007)
Log Message:
-----------
Changed condition for data recalculation as to handle the * wildcard properly.
Modified Paths:
--------------
trunk/pxStats/lib/ClientGraphicProducer.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2007-07-09 19:15:08
|
Revision: 1781
http://svn.sourceforge.net/metpx/?rev=1781&view=rev
Author: nicholaslemay
Date: 2007-07-09 12:15:07 -0700 (Mon, 09 Jul 2007)
Log Message:
-----------
produceGraphicWithHourlyPickles mothod now returns the name of the file it has plotted.
Modified Paths:
--------------
trunk/pxStats/lib/ClientGraphicProducer.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2007-08-03 14:09:24
|
Revision: 1852
http://metpx.svn.sourceforge.net/metpx/?rev=1852&view=rev
Author: nicholaslemay
Date: 2007-08-03 07:09:22 -0700 (Fri, 03 Aug 2007)
Log Message:
-----------
Added logging option wich allows us to turn loggign on or off.
Call to other class' will be made with the logging parameters to
make sure loggign remains on or off for all the calls made under
the clientGraphicProducer.
Modified Paths:
--------------
trunk/pxStats/lib/ClientGraphicProducer.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2007-08-03 14:57:29
|
Revision: 1855
http://metpx.svn.sourceforge.net/metpx/?rev=1855&view=rev
Author: nicholaslemay
Date: 2007-08-03 07:57:26 -0700 (Fri, 03 Aug 2007)
Log Message:
-----------
Added logging option to calls made to the constructor of the
ClientStatsPickler class.
Modified Paths:
--------------
trunk/pxStats/lib/ClientGraphicProducer.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2007-11-09 18:50:15
|
Revision: 2048
http://metpx.svn.sourceforge.net/metpx/?rev=2048&view=rev
Author: nicholaslemay
Date: 2007-11-09 10:50:10 -0800 (Fri, 09 Nov 2007)
Log Message:
-----------
Commiting first version of this file which is built to
support multiple languages.
Modified Paths:
--------------
trunk/pxStats/lib/ClientGraphicProducer.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2007-12-07 20:40:58
|
Revision: 2229
http://metpx.svn.sourceforge.net/metpx/?rev=2229&view=rev
Author: nicholaslemay
Date: 2007-12-07 12:40:48 -0800 (Fri, 07 Dec 2007)
Log Message:
-----------
Added try : except block around log files.
Never know if multiple process could access
the same log files and cause problems.
Crashing the software for a simple line in
the logger is not desirable.
Added proper use of the bytes option for the logger.
Modified Paths:
--------------
trunk/pxStats/lib/ClientGraphicProducer.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2008-02-12 18:15:48
|
Revision: 2360
http://metpx.svn.sourceforge.net/metpx/?rev=2360&view=rev
Author: nicholaslemay
Date: 2008-02-12 10:15:37 -0800 (Tue, 12 Feb 2008)
Log Message:
-----------
Turned ClientGraphicProducer.py into a Translatable class.
removed setGlobalLanguageParameters method.
added outputlanguage option as to be able to supporte two languages at once
(working language and output language.)
Modified calls to StatsPlotter.py as to support it's recent changes.
Modified Paths:
--------------
trunk/pxStats/lib/ClientGraphicProducer.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|