Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
15c5b5d6 08/17/2010 05:00 PM Jim Pingle

Fix ajax updating of fields when the CPU graph widget is not in use.

bae568cc 03/14/2009 07:20 AM Bill Marquette

a little cleaner JS

01da41cf 03/14/2009 06:26 AM Bill Marquette

Sajax is no more, long live Prototype
This eliminates one AJAX library, but not all "non-Prototype" AJAX code

f8b14770 03/14/2009 03:13 AM Bill Marquette

Make use of Prototype-ism's in sajax.js - first small step in attempting to remove sajax from pfSense

d2c5fcc1 03/11/2009 10:35 PM Scott Ullrich
  • Make function opening braces uniform.
  • Minor documentation additions
98509219 03/11/2009 10:32 PM Scott Ullrich

Ensure that the gateway widget exists before populating data during ajax calls.

e0a16925 03/11/2009 10:02 PM Scott Ullrich

Change to 11 second refresh, a lot of underlying information refreshes
every 10 seconds.

3dfa6a52 03/11/2009 09:28 PM Scott Ullrich

Add ajax mojo to gateway status widget

37fea5cc 03/09/2009 03:08 AM Scott Ullrich

Graph value on the GraphLink graph, too

5f00df88 03/08/2009 10:10 PM Scott Ullrich

Test to make sure items exist before trying to get their properties

23a54db3 03/08/2009 09:44 PM Scott Ullrich

Change update interval for sajax to 10000

f9b7608e 03/17/2008 09:49 PM Scott Dale

correct definitions

34eac803 03/17/2008 01:55 AM Scott Dale

Show loading icon while loading new widget through AJAX. Note: loading icon needs improvement.

9c0fa9d5 12/30/2007 09:07 PM Scott Dale

new ajax functions for dashboard

670fe849 01/16/2006 10:33 PM Scott Ullrich

Add ajaxStarted which will tell if Ajax has started.

922b4420 01/06/2006 09:21 PM Scott Ullrich

Use a for() loop

4cb423d5 01/06/2006 09:04 PM Scott Ullrich

Der, this is JS, not PHP.

55bade0b 01/06/2006 08:40 PM Scott Ullrich

Check all AJAX values. If any of them are undefined then return.

8e325304 01/01/2006 04:21 AM Scott Ullrich

Change refresh rate to 7000

876bb30f 01/01/2006 03:11 AM Scott Ullrich

Do not process undefined items

f78b47e3 10/23/2005 11:22 PM Scott Ullrich

MFC 7117
Temperature is in Celsius not in percentages

92ab0566 09/18/2005 05:00 AM Erik Kristensen

Fixed a Merge

fb4d93ac 09/18/2005 03:31 AM Scott Ullrich

increase to 4000

d3f34fae 09/18/2005 03:23 AM Scott Ullrich

increase to 3.5 seconds

5872171a 09/18/2005 02:33 AM Scott Ullrich

Change refresh to 2 seconds

61381bd9 09/15/2005 05:58 AM Scott Ullrich

woops, wrong file

a5c4926e 09/15/2005 05:58 AM Scott Ullrich

Move connection aborted check up further

85c54575 09/15/2005 05:49 AM Scott Ullrich

Correct cpu meters

7979a809 09/15/2005 03:21 AM Bill Marquette

Make temp monitor really work - make a little more modular too

1804023d 09/15/2005 02:55 AM Bill Marquette

Make 4801 temp monitor work (and make it work with sajax)

c07d326e 09/13/2005 05:10 AM Scott Ullrich

Change refresh to 5000

c15a0061 09/11/2005 09:02 PM Erik Kristensen

Update time now 10 seconds.

d772ac32 09/11/2005 06:17 AM Erik Kristensen

Added SAJAX support.
System Meters are updated via AJAX now.
Started XHTML/CSS cleanup.