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-02-20 18:51:39
|
Revision: 2389
http://metpx.svn.sourceforge.net/metpx/?rev=2389&view=rev
Author: nicholaslemay
Date: 2008-02-20 10:51:38 -0800 (Wed, 20 Feb 2008)
Log Message:
-----------
Modified handling of multiple languages as to conform
to the recent changes made in RRDGraphicProducer and
graphicsRequestBroker.py
Class now interacts directly with RRDGraphicProducer without calling
generateRRDGraphics.py. This removes it's dependency towards the potentially
disposable command line interface script.
Modified Paths:
--------------
trunk/pxStats/lib/RRDQueryBroker.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2008-02-20 18:44:40
|
Revision: 2388
http://metpx.svn.sourceforge.net/metpx/?rev=2388&view=rev
Author: nicholaslemay
Date: 2008-02-20 10:44:38 -0800 (Wed, 20 Feb 2008)
Log Message:
-----------
Added proper printing of plotted graphics.
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-02-20 18:25:53
|
Revision: 2387
http://metpx.svn.sourceforge.net/metpx/?rev=2387&view=rev
Author: nicholaslemay
Date: 2008-02-20 10:25:50 -0800 (Wed, 20 Feb 2008)
Log Message:
-----------
Commented all debug printouts.
Modified Paths:
--------------
trunk/pxStats/lib/RRDGraphicProducer.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2008-02-20 18:20:31
|
Revision: 2386
http://metpx.svn.sourceforge.net/metpx/?rev=2386&view=rev
Author: nicholaslemay
Date: 2008-02-20 10:20:27 -0800 (Wed, 20 Feb 2008)
Log Message:
-----------
Potting methods now return the name of the files that
were plotted.
Modified Paths:
--------------
trunk/pxStats/lib/RRDGraphicProducer.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2008-02-20 16:02:33
|
Revision: 2385
http://metpx.svn.sourceforge.net/metpx/?rev=2385&view=rev
Author: nicholaslemay
Date: 2008-02-20 08:02:29 -0800 (Wed, 20 Feb 2008)
Log Message:
-----------
Added use of new StatsDateLib method.
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-02-20 15:58:49
|
Revision: 2384
http://metpx.svn.sourceforge.net/metpx/?rev=2384&view=rev
Author: nicholaslemay
Date: 2008-02-20 07:58:43 -0800 (Wed, 20 Feb 2008)
Log Message:
-----------
Added getStartEndInIsoFormat method.
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-02-20 15:00:54
|
Revision: 2383
http://metpx.svn.sourceforge.net/metpx/?rev=2383&view=rev
Author: nicholaslemay
Date: 2008-02-20 07:00:48 -0800 (Wed, 20 Feb 2008)
Log Message:
-----------
Modified handling of multiple languages as to conform
to the recent changes made in ClientsGraphicProducer and
graphicsRequestBrokr.py
Modified Paths:
--------------
trunk/pxStats/lib/GnuQueryBroker.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2008-02-19 21:01:48
|
Revision: 2382
http://metpx.svn.sourceforge.net/metpx/?rev=2382&view=rev
Author: nicholaslemay
Date: 2008-02-19 13:01:31 -0800 (Tue, 19 Feb 2008)
Log Message:
-----------
Class now inherits from the Translatabletype, so will also all of it's descendants
Modified Paths:
--------------
trunk/pxStats/lib/GraphicsQueryBrokerInterface.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2008-02-19 19:37:38
|
Revision: 2381
http://metpx.svn.sourceforge.net/metpx/?rev=2381&view=rev
Author: nicholaslemay
Date: 2008-02-19 11:37:31 -0800 (Tue, 19 Feb 2008)
Log Message:
-----------
Added handling of lang parameter in query broker
since it is now supported in the queryPage.
Modified Paths:
--------------
trunk/pxStats/bin/webPages/graphicsRequestBroker.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2008-02-19 19:17:21
|
Revision: 2380
http://metpx.svn.sourceforge.net/metpx/?rev=2380&view=rev
Author: nicholaslemay
Date: 2008-02-19 11:17:19 -0800 (Tue, 19 Feb 2008)
Log Message:
-----------
Added support for a language parameter
to be passed when web paged is called.
ex : ?lang=fr
Modified Paths:
--------------
trunk/pxStats/bin/webPages/graphicsRequestPage.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2008-02-19 19:13:45
|
Revision: 2379
http://metpx.svn.sourceforge.net/metpx/?rev=2379&view=rev
Author: nicholaslemay
Date: 2008-02-19 11:13:41 -0800 (Tue, 19 Feb 2008)
Log Message:
-----------
Transferred some un-translatable paths from setPaths
to setBasicPaths.
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-02-19 16:59:21
|
Revision: 2378
http://metpx.svn.sourceforge.net/metpx/?rev=2378&view=rev
Author: nicholaslemay
Date: 2008-02-19 08:59:15 -0800 (Tue, 19 Feb 2008)
Log Message:
-----------
Corrected method of specifying current module name.
Former method did not work in some cases.
Modified Paths:
--------------
trunk/pxStats/lib/DailyGraphicsWebPageGenerator.py
trunk/pxStats/lib/MonthlyGraphicsWebPageGenerator.py
trunk/pxStats/lib/WeeklyGraphicsWebPageGenerator.py
trunk/pxStats/lib/YearlyGraphicsWebPageGenerator.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2008-02-19 16:51:45
|
Revision: 2377
http://metpx.svn.sourceforge.net/metpx/?rev=2377&view=rev
Author: nicholaslemay
Date: 2008-02-19 08:51:43 -0800 (Tue, 19 Feb 2008)
Log Message:
-----------
Transformed bin file generateTopWebPage.py into
translatable Class TopWebPageGenerator.py.
Added support for new ways of using StatsPaths, translatable, pxlib etc...
Added Paths:
-----------
trunk/pxStats/lib/TopWebPageGenerator.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2008-02-19 15:53:50
|
Revision: 2376
http://metpx.svn.sourceforge.net/metpx/?rev=2376&view=rev
Author: nicholaslemay
Date: 2008-02-19 07:53:45 -0800 (Tue, 19 Feb 2008)
Log Message:
-----------
Added logo switching.
Therefore, when user switchs language, loigo is switched to fit proper language.
Corrected errors in displayed error messages.
Modified Paths:
--------------
trunk/pxStats/lib/BottomWebPageGenerator.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2008-02-19 15:48:54
|
Revision: 2375
http://metpx.svn.sourceforge.net/metpx/?rev=2375&view=rev
Author: nicholaslemay
Date: 2008-02-19 07:48:45 -0800 (Tue, 19 Feb 2008)
Log Message:
-----------
now using StatsPaths instances instead of the class itself.
Modified Paths:
--------------
trunk/pxStats/lib/TimeParameters.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2008-02-19 15:45:35
|
Revision: 2374
http://metpx.svn.sourceforge.net/metpx/?rev=2374&view=rev
Author: nicholaslemay
Date: 2008-02-19 07:45:31 -0800 (Tue, 19 Feb 2008)
Log Message:
-----------
Now used an isntance of statspaths instead of the class itself.
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-02-19 15:38:59
|
Revision: 2373
http://metpx.svn.sourceforge.net/metpx/?rev=2373&view=rev
Author: nicholaslemay
Date: 2008-02-19 07:38:35 -0800 (Tue, 19 Feb 2008)
Log Message:
-----------
Now uses an instance of statspaths instead of the class itself.
Modified Paths:
--------------
trunk/pxStats/lib/MachineConfigParameters.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2008-02-19 15:00:54
|
Revision: 2372
http://metpx.svn.sourceforge.net/metpx/?rev=2372&view=rev
Author: nicholaslemay
Date: 2008-02-19 07:00:29 -0800 (Tue, 19 Feb 2008)
Log Message:
-----------
Adding french logo to be used by the bottom.html web page.
Added Paths:
-----------
trunk/pxStats/data/webPages/images/mainLogo_fr.gif
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dl...@us...> - 2008-02-18 16:51:09
|
Revision: 2371
http://metpx.svn.sourceforge.net/metpx/?rev=2371&view=rev
Author: dlema99
Date: 2008-02-18 08:50:48 -0800 (Mon, 18 Feb 2008)
Log Message:
-----------
a function has been added to determine if a string is an ip address
Modified Paths:
--------------
trunk/sundew/lib/generalLib.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dl...@us...> - 2008-02-18 16:48:28
|
Revision: 2370
http://metpx.svn.sourceforge.net/metpx/?rev=2370&view=rev
Author: dlema99
Date: 2008-02-18 08:48:21 -0800 (Mon, 18 Feb 2008)
Log Message:
-----------
Modifs. to be able to read the new format of the files
containing frequencies data.
Modified Paths:
--------------
trunk/sundew/lib/FreqReader.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dl...@us...> - 2008-02-18 16:39:53
|
Revision: 2369
http://metpx.svn.sourceforge.net/metpx/?rev=2369&view=rev
Author: dlema99
Date: 2008-02-18 08:39:25 -0800 (Mon, 18 Feb 2008)
Log Message:
-----------
1) access to PXROOT + /lib has been added (with only environ. var PXLIB, the program
was broken on my system
2) add completion functionality
3) now use FreqReader to obtain more information about products
4) add a function to find client by ip or hostname
and also some tweakings have been done.
Modified Paths:
--------------
trunk/sundew/bin/pxRetrans
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mic...@us...> - 2008-02-13 20:29:18
|
Revision: 2368
http://metpx.svn.sourceforge.net/metpx/?rev=2368&view=rev
Author: michel_grenier
Date: 2008-02-13 12:29:01 -0800 (Wed, 13 Feb 2008)
Log Message:
-----------
MG PXPaths sets debian defaults path,
Than look for PXROOT for backword compatibility
If px.conf is found under ETC or defined by env PXCONF
it is parsed and more directory can be done...
with options spooldir, etcdir, logdir
Modified Paths:
--------------
trunk/sundew/lib/PXManager.py
trunk/sundew/lib/PXPaths.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2008-02-13 18:24:36
|
Revision: 2367
http://metpx.svn.sourceforge.net/metpx/?rev=2367&view=rev
Author: nicholaslemay
Date: 2008-02-13 10:24:23 -0800 (Wed, 13 Feb 2008)
Log Message:
-----------
Adding translation files for BottomWebPageGenerator.py module.
Added Paths:
-----------
trunk/pxStats/lang/en/lib/BottomWebPageGenerator
trunk/pxStats/lang/en/lib/BottomWebPageGenerator.pot
trunk/pxStats/lang/fr/lib/BottomWebPageGenerator
trunk/pxStats/lang/fr/lib/BottomWebPageGenerator.pot
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2008-02-13 16:55:21
|
Revision: 2366
http://metpx.svn.sourceforge.net/metpx/?rev=2366&view=rev
Author: nicholaslemay
Date: 2008-02-13 08:55:18 -0800 (Wed, 13 Feb 2008)
Log Message:
-----------
changed logo. html doc files had a nicer logo, might as well use it.
Added Paths:
-----------
trunk/pxStats/data/webPages/images/mainLogo_en.gif
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2008-02-13 16:53:00
|
Revision: 2365
http://metpx.svn.sourceforge.net/metpx/?rev=2365&view=rev
Author: nicholaslemay
Date: 2008-02-13 08:52:58 -0800 (Wed, 13 Feb 2008)
Log Message:
-----------
Adding this generator that will replace the static bottom presentation page of
pxStats web site.
Using javascript, this page will be able to change it's displayed version
on the fly when user chooses a different language to use.
Will be usefull when installing a bilingual web site.
Added Paths:
-----------
trunk/pxStats/lib/BottomWebPageGenerator.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|