Commit Graph

11008 Commits

Author SHA1 Message Date
Bill Marquette
f359eb4586 nice idea, never implemented, purge 2009-03-14 19:02:24 -05:00
Bill Marquette
c622d660c1 this is firmware upgrade, not package installation 2009-03-14 18:59:16 -05:00
Bill Marquette
f8a437b69c remove new lines 2009-03-14 18:58:19 -05:00
Bill Marquette
2a2b79f45b guiconfig.inc is important, it includes authentication! 2009-03-14 18:55:44 -05:00
Bill Marquette
52860a445f fix typo 2009-03-14 18:54:05 -05:00
Bill Marquette
b1e3b7f48e remove dead JS files 2009-03-14 18:45:21 -05:00
Scott Ullrich
4041610538 First crack at RSS widget. 2009-03-14 19:22:58 -04:00
Scott Ullrich
7ef9bb4d39 Add comment 2009-03-14 16:20:57 -04:00
Scott Ullrich
b2e02eef0a Adding simplepie RSS system 2009-03-14 16:20:57 -04:00
Bill Marquette
625dcc400c Massive javascript cleanup, all .js files now live in $g['www_path']/javascript
Purged unused JS
2009-03-14 14:41:04 -05:00
Bill Marquette
d3bc15eae5 Move datetimepicker javascript to JS directory 2009-03-14 14:22:20 -05:00
Scott Ullrich
8ac4df9754 Use friendly interface name (in this case WLAN) as opposed to OPT1 which means nothing to me. 2009-03-14 14:48:07 -04:00
Scott Ullrich
ef1d930a59 Add global.js 2009-03-14 14:38:33 -04:00
Scott Ullrich
2687a6fa51 Adding Ajax queue system.
Example usage:

AjaxQueue.setBatchSize(1);
AjaxQueue.push("http://www.testingqueue.com/process/",{onSucess: funcSuccess, onfailure: funcFailure});
AjaxQueue.push("http://www.testingqueue.com/process1/",{onSucess: funcSuccess1, onfailure: funcFailure1}, "myDiv");
AjaxQueue.push("http://www.testingqueue.com/process2/",{onSucess: funcSuccess2, onfailure: funcFailure2});
AjaxQueue.push("http://www.testingqueue.com/process3/",{onSucess: funcSuccess3, onfailure: funcFailure3});
AjaxQueue.push("http://www.testingqueue.com/process4/",{onSucess: funcSuccess4, onfailure: funcFailure4});
AjaxQueue.push("http://www.testingqueue.com/process5/",{onSucess: funcSuccess5, onfailure: funcFailure5});
2009-03-14 14:16:34 -04:00
Bill Marquette
bae568ccb5 a little cleaner JS 2009-03-14 02:20:09 -05:00
Bill Marquette
55c63539a7 Premature commit...remove the copy/paste-o's 2009-03-14 01:28:47 -05:00
Bill Marquette
01da41cf8a Sajax is no more, long live Prototype
This eliminates one AJAX library, but not all "non-Prototype" AJAX code
2009-03-14 01:26:52 -05:00
Scott Ullrich
9050b9f970 Make NOTE bold 2009-03-14 02:07:23 -04:00
Scott Ullrich
397c4d6da8 Set NOTE size to 350x350 2009-03-14 02:03:25 -04:00
Scott Ullrich
e70cc23bc2 Add json 2009-03-14 02:01:50 -04:00
Scott Ullrich
60ff6204e6 Use writev.
Tested by uploading to Picture widget, firmware update with 45 megabyte upload on 128 megabytes of ram.
2009-03-14 01:48:28 -04:00
Scott Ullrich
d4ecd24b93 Use write a the network backend to avoid FreeBSD falling all over
itself when uploading.
2009-03-14 01:37:19 -04:00
Scott Ullrich
e3349f9c7a Adding picture viewer widget. Add a picture of your firewall, or a network
diagram, or a picture of your girlfriend... OR?
2009-03-14 01:34:44 -04:00
Bill Marquette
f8b1477013 Make use of Prototype-ism's in sajax.js - first small step in attempting to remove sajax from pfSense 2009-03-13 22:13:48 -05:00
Bill Marquette
5fbefa5b17 cleanup minor javascript issues 2009-03-13 21:33:46 -05:00
Seth Mos
218111c88a Also show for through gateway we are adding the new monitor. 2009-03-14 03:02:58 +01:00
Seth Mos
0ae397e293 Add log_error() when removing a route for a monitor IP when running setup_gateways_monitor(); 2009-03-14 03:01:44 +01:00
Bill Marquette
944f9879f6 fix generation of pgtitle 2009-03-13 20:41:13 -05:00
Bill Marquette
e4f8f7d260 make packages use the same formfield css the rest of the UI uses 2009-03-13 20:35:05 -05:00
Seth Mos
37c98ef9d5 Add code to the backend so that apinger will use the configured high and low watermarks for latency and packetloss. 2009-03-13 22:00:58 +01:00
Seth Mos
6c5334c716 Fix input validation
Fix page title
2009-03-13 21:59:11 +01:00
Seth Mos
db7b006f39 * Make sure the trigger level on the gateway groups edit page loads it's settings from the config.
* Add the settings tab to the tabs
* Add a settings page that allows you to define the global trigger levels for all the gateways which are monitored
2009-03-13 21:13:58 +01:00
Scott Ullrich
71c47cb671 Remove ActiveXObject code. Who cares about older IE at this point. 2009-03-13 14:19:13 -04:00
Bill Marquette
547fb9346d dunno where prototype 1.6.0.3 ran off to, but reign it back in and make it submit 2009-03-13 01:38:20 -05:00
Bill Marquette
aa3cb4f06d bump scriptaculous to 1.8.2 2009-03-13 01:29:15 -05:00
Bill Marquette
8bf02470d3 Fix javascript include in head.inc
Add dragdrop (used in index.php for the Sortable class)
use dom:loaded event instead of window.loaded
2009-03-13 01:22:10 -05:00
Bill Marquette
2e069686fb Move Scriptaculous/Prototype includes to head.inc and remove the code duplication 2009-03-13 01:04:26 -05:00
Bill Marquette
6327599dc2 Fix CSS form fields 2009-03-13 01:04:26 -05:00
Scott Ullrich
179210b4b5 Use index of 1 2009-03-13 01:17:16 -04:00
Scott Ullrich
0a360d723c Set zorder of graph to -10 2009-03-13 01:07:57 -04:00
Bill Marquette
c313b3d597 make consistent with services_dnsmasq_edit.php 2009-03-12 23:58:33 -05:00
Bill Marquette
a3f1c10dc3 Fix missing single quote
Use Prototype the right way, have to observe for the DOM being loaded before using it (yes, some boxes can render the page fast enough that this doesn't matter...others...can't)
2009-03-12 23:45:13 -05:00
Bill Marquette
19f11aeff9 fix image alignment 2009-03-12 23:23:09 -05:00
Bill Marquette
3dee90e652 fix path to IP Alias image 2009-03-12 23:19:13 -05:00
Bill Marquette
e7d9eea6f1 Set focus to the username field 2009-03-12 23:03:18 -05:00
Scott Ullrich
1a57c46ae4 cd to correct directory 2009-03-12 23:50:16 -04:00
Scott Ullrich
5dd4db176a Base 64 decode the rrd data before writing out 2009-03-12 23:21:40 -04:00
Scott Ullrich
86d5553e66 Do not use freebsd-kqueue and freebsd-sendfile 2009-03-12 23:18:53 -04:00
Scott Ullrich
a2b8f7b22f Write out config after unsetting RRD data 2009-03-12 22:47:25 -04:00
Scott Ullrich
8dcc8bbc52 Use require_once() 2009-03-12 22:24:42 -04:00