Commit Graph

5166 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
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
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
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
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
Scott Ullrich
5dd4db176a Base 64 decode the rrd data before writing out 2009-03-12 23:21:40 -04:00
Scott Ullrich
a2b8f7b22f Write out config after unsetting RRD data 2009-03-12 22:47:25 -04:00
Seth Mos
e92fb875e9 Reload phase2 tunnel items when adding, remoing or editing a phase 2 entry. 2009-03-12 19:48:45 +01:00
mgrooms
73fbece8f1 Migrate IPsec certificate management to centralized system. 2009-03-12 08:06:17 +00:00
Seth Mos
fabd8cdbcf Make sure the field names and description match up 2009-03-12 08:30:37 +01:00
Scott Ullrich
0dfd5d3318 Moving corporate 2009-03-12 02:33:43 -04:00
Scott Ullrich
e43c988151 Mv corporate to _corporate 2009-03-12 02:33:43 -04:00
Bill Marquette
e637075a7e close comment 2009-03-11 23:42:43 -05:00
Scott Ullrich
1390b049e9 Backup RRD graphs and restore but remove the RRD data from config.xml before writing to disk. 2009-03-12 00:31:17 -04:00
Bill Marquette
63d05a4f71 fix merge conflict 2009-03-11 23:29:39 -05:00
Bill Marquette
4a1cd18fe7 cleaner and more proper cpu graph 2009-03-11 23:26:18 -05:00
mgrooms
5a3b0d3b8c Cleanup ipsec interfaces a bit and make sure they are displayed in tabs for consistency. 2009-03-12 01:46:49 +00:00
Scott Ullrich
d9acea752b Use nice -n20 for common launched items 2009-03-11 21:40:43 -04:00