|
From: <nic...@us...> - 2007-06-19 15:01:54
|
Revision: 1723
http://svn.sourceforge.net/metpx/?rev=1723&view=rev
Author: nicholaslemay
Date: 2007-06-19 08:01:50 -0700 (Tue, 19 Jun 2007)
Log Message:
-----------
Reverted line in bin/webPages/getGraphicsForWebPages.py,
back to what it was in revision 1692.
Revision Links:
--------------
http://svn.sourceforge.net/metpx/?rev=1692&view=rev
Modified Paths:
--------------
trunk/pxStats/bin/pxStatsStartup.py
trunk/pxStats/bin/transferPickleToRRD.py
trunk/pxStats/bin/webPages/getGraphicsForWebPages.py
trunk/pxStats/lib/GeneralStatsLibraryMethods.py
trunk/pxStats/lib/GroupConfigParameters.py
trunk/pxStats/lib/PickleMerging.py
trunk/pxStats/lib/PickleVersionChecker.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2007-07-24 17:05:50
|
Revision: 1828
http://svn.sourceforge.net/metpx/?rev=1828&view=rev
Author: nicholaslemay
Date: 2007-07-24 10:05:37 -0700 (Tue, 24 Jul 2007)
Log Message:
-----------
Moved cgi-bin files from data/webPages to bin/webPages.
Modified Paths:
--------------
trunk/pxStats/bin/tools/archiveGraphicFiles.py
Added Paths:
-----------
trunk/pxStats/bin/webPages/graphicsRequestBroker.py
trunk/pxStats/bin/webPages/graphicsRequestPage.py
trunk/pxStats/bin/webPages/popupSourlientAdder.py
trunk/pxStats/bin/webPages/updateWordsInDB.py
Removed Paths:
-------------
trunk/pxStats/data/webPages/graphicsRequestBroker.py
trunk/pxStats/data/webPages/graphicsRequestPage.py
trunk/pxStats/data/webPages/popupSourlientAdder.py
trunk/pxStats/data/webPages/updateWordsInDB.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2007-10-17 18:33:51
|
Revision: 1983
http://metpx.svn.sourceforge.net/metpx/?rev=1983&view=rev
Author: nicholaslemay
Date: 2007-10-17 11:33:49 -0700 (Wed, 17 Oct 2007)
Log Message:
-----------
Added lang folders and sub folders so that they can now
contain translation files.
Added Paths:
-----------
trunk/pxStats/lang/
trunk/pxStats/lang/en/
trunk/pxStats/lang/en/bin/
trunk/pxStats/lang/en/bin/debugTools/
trunk/pxStats/lang/en/bin/tools/
trunk/pxStats/lang/en/bin/webPages/
trunk/pxStats/lang/en/lib/
trunk/pxStats/lang/fr/
trunk/pxStats/lang/fr/bin/
trunk/pxStats/lang/fr/bin/debugTools/
trunk/pxStats/lang/fr/bin/tools/
trunk/pxStats/lang/fr/lib/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2007-11-20 19:22:58
|
Revision: 2079
http://metpx.svn.sourceforge.net/metpx/?rev=2079&view=rev
Author: nicholaslemay
Date: 2007-11-20 11:22:44 -0800 (Tue, 20 Nov 2007)
Log Message:
-----------
Adding these folders that will hold
the fileDependencies of the python files found
within pxStats. Will help developpers keep dependant
files up to date when a file is updated(commited).
Added Paths:
-----------
trunk/pxStats/dev/
trunk/pxStats/dev/fileDependencies/
trunk/pxStats/dev/fileDependencies/bin/
trunk/pxStats/dev/fileDependencies/bin/debugTools/
trunk/pxStats/dev/fileDependencies/bin/tools/
trunk/pxStats/dev/fileDependencies/bin/webPages/
trunk/pxStats/dev/fileDependencies/lib/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2007-11-28 15:23:26
|
Revision: 2194
http://metpx.svn.sourceforge.net/metpx/?rev=2194&view=rev
Author: nicholaslemay
Date: 2007-11-28 07:23:21 -0800 (Wed, 28 Nov 2007)
Log Message:
-----------
Added these folders into pxStats' arborescence.
Will contain temporary lock files that will
prevent us from launching the same process twice.
Added Paths:
-----------
trunk/pxStats/tmp/
trunk/pxStats/tmp/lockFiles/
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-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-03-05 20:59:07
|
Revision: 2424
http://metpx.svn.sourceforge.net/metpx/?rev=2424&view=rev
Author: nicholaslemay
Date: 2008-03-05 12:59:04 -0800 (Wed, 05 Mar 2008)
Log Message:
-----------
Moved bin/webPages/getCsvFilesForWebPages.py into lib/WebPageCsvFilesGenerator.py
just like we did for a few fiels recently.
Class now has a very similar structure to WebPageGraphicsGenerator since they both implement
WebPageArtifactsGenerator.py
Added Paths:
-----------
trunk/pxStats/lib/WebPageCsvFilesGenerator.py
Removed Paths:
-------------
trunk/pxStats/bin/webPages/getCsvFilesForWebPages.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|