You can subscribe to this list here.
| 2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(23) |
Oct
(102) |
Nov
(100) |
Dec
(45) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2007 |
Jan
(45) |
Feb
(44) |
Mar
(62) |
Apr
(11) |
May
(94) |
Jun
(107) |
Jul
(76) |
Aug
(63) |
Sep
(45) |
Oct
(68) |
Nov
(109) |
Dec
(58) |
| 2008 |
Jan
(40) |
Feb
(100) |
Mar
(104) |
Apr
(65) |
May
(158) |
Jun
(24) |
Jul
(42) |
Aug
(34) |
Sep
(4) |
Oct
|
Nov
(12) |
Dec
(2) |
| 2009 |
Jan
|
Feb
(5) |
Mar
|
Apr
|
May
|
Jun
(12) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(21) |
| 2010 |
Jan
(5) |
Feb
(13) |
Mar
(3) |
Apr
(6) |
May
(1) |
Jun
(4) |
Jul
(2) |
Aug
(14) |
Sep
|
Oct
|
Nov
(1) |
Dec
(1) |
| 2011 |
Jan
(3) |
Feb
|
Mar
|
Apr
(2) |
May
|
Jun
|
Jul
(4) |
Aug
|
Sep
(5) |
Oct
(11) |
Nov
(2) |
Dec
(1) |
| 2012 |
Jan
(4) |
Feb
(4) |
Mar
(36) |
Apr
(2) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2013 |
Jan
(1) |
Feb
(9) |
Mar
(5) |
Apr
(6) |
May
(2) |
Jun
(92) |
Jul
|
Aug
|
Sep
(5) |
Oct
(14) |
Nov
(1) |
Dec
(4) |
| 2014 |
Jan
(7) |
Feb
(4) |
Mar
(3) |
Apr
(1) |
May
|
Jun
(1) |
Jul
|
Aug
(6) |
Sep
(2) |
Oct
|
Nov
(7) |
Dec
|
| 2015 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
(11) |
Jun
(53) |
Jul
(4) |
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
|
|
From: <nic...@us...> - 2008-01-30 21:16:24
|
Revision: 2314
http://metpx.svn.sourceforge.net/metpx/?rev=2314&view=rev
Author: nicholaslemay
Date: 2008-01-30 13:16:09 -0800 (Wed, 30 Jan 2008)
Log Message:
-----------
Added language handling in date lib. will enable us to translate months.
Modified Paths:
--------------
trunk/pxStats/lib/StatsDateLib.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2008-01-30 19:40:49
|
Revision: 2313
http://metpx.svn.sourceforge.net/metpx/?rev=2313&view=rev
Author: nicholaslemay
Date: 2008-01-30 11:40:46 -0800 (Wed, 30 Jan 2008)
Log Message:
-----------
Added translateTerm method which translates a term
from one language to another one. This will be very usefull for
modules that are currently getting revamped and that will have
to deal with multiple languages at the same time.
Added getMainApplicationLanguage function.
Modified Paths:
--------------
trunk/pxStats/lib/LanguageTools.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2008-01-29 20:29:40
|
Revision: 2312
http://metpx.svn.sourceforge.net/metpx/?rev=2312&view=rev
Author: nicholaslemay
Date: 2008-01-29 12:29:29 -0800 (Tue, 29 Jan 2008)
Log Message:
-----------
Added supported languages method.
Modified Paths:
--------------
trunk/pxStats/lib/LanguageTools.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2008-01-29 19:20:05
|
Revision: 2311
http://metpx.svn.sourceforge.net/metpx/?rev=2311&view=rev
Author: nicholaslemay
Date: 2008-01-29 11:19:54 -0800 (Tue, 29 Jan 2008)
Log Message:
-----------
Corrected bug that affected daily totals.
Modified Paths:
--------------
trunk/pxStats/bin/generateRRDGraphics.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2008-01-23 20:38:56
|
Revision: 2310
http://metpx.svn.sourceforge.net/metpx/?rev=2310&view=rev
Author: nicholaslemay
Date: 2008-01-23 12:38:41 -0800 (Wed, 23 Jan 2008)
Log Message:
-----------
Transformer StatsPaths from a simple utility class
into a class capable of creating StatsPaths objects.
These object will prove usefull in module requiring
mode than one set of paths, like the module using
two different languages at once. This will now be
possible by simply creating two different StatsPaths
instanceswith the teo different languages.
Modified Paths:
--------------
trunk/pxStats/lib/StatsPaths.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2008-01-23 20:29:13
|
Revision: 2309
http://metpx.svn.sourceforge.net/metpx/?rev=2309&view=rev
Author: nicholaslemay
Date: 2008-01-23 12:29:02 -0800 (Wed, 23 Jan 2008)
Log Message:
-----------
Made classes out of web page generators.
All of these clases implementthe WebPageGeenratorInterface
which itself is a of the translatable type.
Added Paths:
-----------
trunk/pxStats/lib/DailyGraphicsWebPageGenerator.py
trunk/pxStats/lib/MonthlyGraphicsWebPageGenerator.py
trunk/pxStats/lib/TotalsGraphicsWebPageGenerator.py
trunk/pxStats/lib/WeeklyGraphicsWebPageGenerator.py
trunk/pxStats/lib/YearlyGraphicsWebPageGenerator.py
Removed Paths:
-------------
trunk/pxStats/bin/webPages/dailyGraphicsWebPage.py
trunk/pxStats/bin/webPages/monthlyGraphicsWebPage.py
trunk/pxStats/bin/webPages/totalGraphicsWebPages.py
trunk/pxStats/bin/webPages/weeklyGraphicsWebPage.py
trunk/pxStats/bin/webPages/yearlyGraphicsWebPage.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2008-01-23 20:08:03
|
Revision: 2308
http://metpx.svn.sourceforge.net/metpx/?rev=2308&view=rev
Author: nicholaslemay
Date: 2008-01-23 12:07:54 -0800 (Wed, 23 Jan 2008)
Log Message:
-----------
Adding small interface specifying how
the web page generators should behave.
Added Paths:
-----------
trunk/pxStats/lib/WebPageGeneratorInterface.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2008-01-23 19:36:02
|
Revision: 2307
http://metpx.svn.sourceforge.net/metpx/?rev=2307&view=rev
Author: nicholaslemay
Date: 2008-01-23 11:35:15 -0800 (Wed, 23 Jan 2008)
Log Message:
-----------
Modified handling of language specific config parameters.
Config now conatains 3 parameters :
Main application language : which specifies paths of files,
language in which the different apps are presented etc, how pickles
and databases are named etc.
Artifacts languages : Languages in which to produce both graphics and csv files
( more file formats could be added in the future..) meaning
graphics could be produced twice, one in french and once
in english.
Web pages languages: Language pairs specifying in which languages to present
the different captions present on the web pages and in which
language to present the different artifacts on that web page
For exemple : en:en, fr:en would result in 2 different
web pages, one in english and one in french, but both
showing links towards english graphics. This could be a
compromise for someone wanting a french web page but not
having enough ressources to produce artifacts twice.
Modified Paths:
--------------
trunk/pxStats/lib/StatsConfigParameters.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2008-01-23 19:23:34
|
Revision: 2306
http://metpx.svn.sourceforge.net/metpx/?rev=2306&view=rev
Author: nicholaslemay
Date: 2008-01-23 11:23:03 -0800 (Wed, 23 Jan 2008)
Log Message:
-----------
Adding this mini-class to the lib folder.
This class is to be used by classes which want
to specify that they derive from the Translatable
type. This would means they are translatable themselves
and make it obvious to a developper which class
is has translatable content and which does not.
Added Paths:
-----------
trunk/pxStats/lib/Translatable.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2008-01-23 19:19:35
|
Revision: 2305
http://metpx.svn.sourceforge.net/metpx/?rev=2305&view=rev
Author: nicholaslemay
Date: 2008-01-23 11:18:45 -0800 (Wed, 23 Jan 2008)
Log Message:
-----------
Switched method of adding pxlib to syspath to new method.
Added whitespace to between fields in the getRxTxNamesForWebPages
web descriptions which will allow browsers to word wrap the text properly
with little or no further actions.
Modified Paths:
--------------
trunk/pxStats/lib/GeneralStatsLibraryMethods.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mic...@us...> - 2008-01-17 18:26:33
|
Revision: 2304
http://metpx.svn.sourceforge.net/metpx/?rev=2304&view=rev
Author: michel_grenier
Date: 2008-01-17 10:24:55 -0800 (Thu, 17 Jan 2008)
Log Message:
-----------
MG perm commented out for send_lock and send_unlock
Modified Paths:
--------------
trunk/sundew/lib/SenderFTP.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mic...@us...> - 2008-01-17 18:11:22
|
Revision: 2303
http://metpx.svn.sourceforge.net/metpx/?rev=2303&view=rev
Author: michel_grenier
Date: 2008-01-17 10:09:02 -0800 (Thu, 17 Jan 2008)
Log Message:
-----------
MG perm was commented for send_lock and send_unlock
Modified Paths:
--------------
branches/px-0-4-4/sundew/lib/SenderFTP.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mic...@us...> - 2008-01-16 20:47:23
|
Revision: 2302
http://metpx.svn.sourceforge.net/metpx/?rev=2302&view=rev
Author: michel_grenier
Date: 2008-01-16 12:47:08 -0800 (Wed, 16 Jan 2008)
Log Message:
-----------
MG get ready for PNG in some bulletins
Modified Paths:
--------------
branches/px-0-4-4/sundew/lib/bulletin.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2008-01-16 18:22:33
|
Revision: 2301
http://metpx.svn.sourceforge.net/metpx/?rev=2301&view=rev
Author: nicholaslemay
Date: 2008-01-16 10:22:18 -0800 (Wed, 16 Jan 2008)
Log Message:
-----------
Updated to use new features.
Modified Paths:
--------------
trunk/pxStats/bin/generateGraphics.py
trunk/pxStats/bin/statsMonitor.py
trunk/pxStats/bin/transferPickleToRRD.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mic...@us...> - 2008-01-16 17:37:03
|
Revision: 2300
http://metpx.svn.sourceforge.net/metpx/?rev=2300&view=rev
Author: michel_grenier
Date: 2008-01-16 09:36:59 -0800 (Wed, 16 Jan 2008)
Log Message:
-----------
MG some debug statement removed
Modified Paths:
--------------
branches/px-0-4-4/sundew/lib/SenderFTP.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mic...@us...> - 2008-01-16 17:33:29
|
Revision: 2299
http://metpx.svn.sourceforge.net/metpx/?rev=2299&view=rev
Author: michel_grenier
Date: 2008-01-16 09:33:23 -0800 (Wed, 16 Jan 2008)
Log Message:
-----------
MG some debug statement were left over
Modified Paths:
--------------
trunk/sundew/lib/SenderFTP.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mic...@us...> - 2008-01-16 17:05:58
|
Revision: 2298
http://metpx.svn.sourceforge.net/metpx/?rev=2298&view=rev
Author: michel_grenier
Date: 2008-01-16 09:05:50 -0800 (Wed, 16 Jan 2008)
Log Message:
-----------
MG check century more closely
Modified Paths:
--------------
branches/px-0-4-4/sundew/lib/Bufr.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mic...@us...> - 2008-01-16 17:05:35
|
Revision: 2297
http://metpx.svn.sourceforge.net/metpx/?rev=2297&view=rev
Author: michel_grenier
Date: 2008-01-16 09:05:17 -0800 (Wed, 16 Jan 2008)
Log Message:
-----------
MG take out tabs
Modified Paths:
--------------
trunk/sundew/lib/Bufr.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mic...@us...> - 2008-01-16 16:48:20
|
Revision: 2296
http://metpx.svn.sourceforge.net/metpx/?rev=2296&view=rev
Author: michel_grenier
Date: 2008-01-16 08:47:45 -0800 (Wed, 16 Jan 2008)
Log Message:
-----------
MG make sure the century has sense...
Modified Paths:
--------------
trunk/sundew/lib/Bufr.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2008-01-16 16:17:14
|
Revision: 2295
http://metpx.svn.sourceforge.net/metpx/?rev=2295&view=rev
Author: nicholaslemay
Date: 2008-01-16 08:16:50 -0800 (Wed, 16 Jan 2008)
Log Message:
-----------
Added missing __name__ value to CURRENT_MODULE_ABS_PATH
in all these modules.
Modified Paths:
--------------
trunk/pxStats/bin/generateRRDGraphics.py
trunk/pxStats/bin/statsMonitor.py
trunk/pxStats/lib/StatsPlotter.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2008-01-16 16:04:50
|
Revision: 2294
http://metpx.svn.sourceforge.net/metpx/?rev=2294&view=rev
Author: nicholaslemay
Date: 2008-01-16 08:04:42 -0800 (Wed, 16 Jan 2008)
Log Message:
-----------
Added optional endtime paramter to help alleviate
some unnecceary warnings that appeared when
monitroing job was called from pxStatsStartup.py
but that the monitoring did not occur during the same hour
as the last pickle update.
Added support for new pxlib import and LanguageTools module.
Cleaned up[ parts of the code.
Modified Paths:
--------------
trunk/pxStats/bin/statsMonitor.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2008-01-15 20:59:58
|
Revision: 2293
http://metpx.svn.sourceforge.net/metpx/?rev=2293&view=rev
Author: nicholaslemay
Date: 2008-01-15 12:59:37 -0800 (Tue, 15 Jan 2008)
Log Message:
-----------
Added support for new language and pxlib usages.
Cleaned up parts of the code somewhat.
Modified Paths:
--------------
trunk/pxStats/bin/generateRRDGraphics.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2008-01-15 19:51:30
|
Revision: 2292
http://metpx.svn.sourceforge.net/metpx/?rev=2292&view=rev
Author: nicholaslemay
Date: 2008-01-15 11:51:28 -0800 (Tue, 15 Jan 2008)
Log Message:
-----------
Added support for new methods of adding pxlib to syspath
and to deal with language parameter.
Modified Paths:
--------------
trunk/pxStats/lib/StatsPlotter.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2008-01-15 19:18:54
|
Revision: 2291
http://metpx.svn.sourceforge.net/metpx/?rev=2291&view=rev
Author: nicholaslemay
Date: 2008-01-15 11:18:39 -0800 (Tue, 15 Jan 2008)
Log Message:
-----------
Adding this small utility class that will contain
all the language related foncitons and minimize
code repition in modules supporting the multi-lingual
features.
Added Paths:
-----------
trunk/pxStats/lib/LanguageTools.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2008-01-15 18:45:57
|
Revision: 2290
http://metpx.svn.sourceforge.net/metpx/?rev=2290&view=rev
Author: nicholaslemay
Date: 2008-01-15 10:45:51 -0800 (Tue, 15 Jan 2008)
Log Message:
-----------
iAdded language and statsroot to sample.
Modified Paths:
--------------
trunk/pxStats/etc/config.sample
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|