|
From: <nic...@us...> - 2007-07-09 18:09:26
|
Revision: 1777
http://svn.sourceforge.net/metpx/?rev=1777&view=rev
Author: nicholaslemay
Date: 2007-07-09 11:08:39 -0700 (Mon, 09 Jul 2007)
Log Message:
-----------
Adding *beta* version of the graphicsRequestPage.py script.
This file currently supports calls to rrd and gnuplot plotters.
Requires files found in the js and images folder and the rrd and gnuplot
help files wich were recently commited.
Will also require the graphic request broker that will be found
within the same folder.
Also requires the gnuplot and rrd request brokers classes.
Added Paths:
-----------
trunk/pxStats/data/webPages/graphicsRequestPage.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2007-07-16 20:52:49
|
Revision: 1797
http://svn.sourceforge.net/metpx/?rev=1797&view=rev
Author: nicholaslemay
Date: 2007-07-16 13:52:35 -0700 (Mon, 16 Jul 2007)
Log Message:
-----------
Still *beta* version of graphicsRequestPage.py...
-> Changed remote calls to request broker and popupadder as to use javascript's xmlhttpRequest object.
This way we can make ajax-like without ever having to change page location and without
causing the page to refresh.
> Fixed names used for different queries.
-> Popup windows are now prepared every time a user changes the filetype or machien attribute to
make sure it is up to date.
-> Added labels on top of fields wich did not have them yet.
-> Corrected a few alignement bugs.
Modified Paths:
--------------
trunk/pxStats/data/webPages/graphicsRequestPage.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2007-07-16 21:14:38
|
Revision: 1799
http://svn.sourceforge.net/metpx/?rev=1799&view=rev
Author: nicholaslemay
Date: 2007-07-16 14:14:34 -0700 (Mon, 16 Jul 2007)
Log Message:
-----------
Added missing '=' character for every parameter used in an rrd query.
Modified Paths:
--------------
trunk/pxStats/data/webPages/graphicsRequestPage.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2007-07-19 19:55:02
|
Revision: 1814
http://svn.sourceforge.net/metpx/?rev=1814&view=rev
Author: nicholaslemay
Date: 2007-07-19 12:54:57 -0700 (Thu, 19 Jul 2007)
Log Message:
-----------
Added proper reading of the list of sourlients to query for.
Changed list of available data types based on recent changes in Statsplotter & cie.
Added dynamic modification of button labels based on file type chosen.
Added dynamic modification of available stats types based on plotter and filetype.
Modified form handling on incoming calls.
Modified css so that drop down box width does not mess up display when content get too large.
Added total and indiviual options to call.
Modified Paths:
--------------
trunk/pxStats/data/webPages/graphicsRequestPage.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2007-07-20 15:27:51
|
Revision: 1817
http://svn.sourceforge.net/metpx/?rev=1817&view=rev
Author: nicholaslemay
Date: 2007-07-20 08:27:44 -0700 (Fri, 20 Jul 2007)
Log Message:
-----------
Added auto suggest functionality to group names and products fields.
Modified Paths:
--------------
trunk/pxStats/data/webPages/graphicsRequestPage.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2007-07-23 15:32:56
|
Revision: 1820
http://svn.sourceforge.net/metpx/?rev=1820&view=rev
Author: nicholaslemay
Date: 2007-07-23 08:32:50 -0700 (Mon, 23 Jul 2007)
Log Message:
-----------
Corrected bugs in handling of calls using autosuggest.
Added asynchronous calls to updateWordsInDB.py.
This way everytime the page is called, the auto-suggest bank will be up to date
with previous requests that were made...
Modified Paths:
--------------
trunk/pxStats/data/webPages/graphicsRequestPage.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|