summaryrefslogtreecommitdiffstats
path: root/usr/local
Commit message (Collapse)AuthorAgeFilesLines
* Jettison clog and replace with fifolog which is included in FreeBSD 7.1Scott Ullrich2009-03-1515-28/+22
|
* Modify IPsec code to allow for transport mode. All existing configurations aremgrooms2009-03-152-26/+69
| | | | | marked as tunnel for backwards compatibility. There are problems with the spd read code which Will likely choke on transport entries. We can fix this later.
* Move (DHCP)Scott Ullrich2009-03-141-5/+1
|
* Move the IPsec pinghost option from phase1 to phase2. Correct somemgrooms2009-03-153-14/+27
| | | | bugs that were preventing the local address from being selected.
* General widget cleanupsScott Ullrich2009-03-141-27/+51
|
* Correct the path of the javascript after Bills cleanup.mgrooms2009-03-151-1/+1
|
* Handle post correctlyScott Ullrich2009-03-141-1/+1
|
* Allow setting of how many words to show.Scott Ullrich2009-03-141-2/+23
|
* Correctly restore rsswidgetheight sizeScott Ullrich2009-03-141-1/+4
|
* * Allow setting the div size and scroll the restScott Ullrich2009-03-141-23/+62
| | | | * Format items better
* Break before last <hr>Scott Ullrich2009-03-141-1/+1
|
* Modify captive portal to use centralized user management. The user manager hasmgrooms2009-03-158-367/+48
| | | | been modified to include an account expiration option to support this service.
* Default to 3 entriesScott Ullrich2009-03-141-1/+1
|
* Close <a> tagScott Ullrich2009-03-141-3/+1
|
* Widget is ready for general usage and defaults to pfS blogScott Ullrich2009-03-141-13/+56
|
* nice idea, never implemented, purgeBill Marquette2009-03-141-17/+0
|
* this is firmware upgrade, not package installationBill Marquette2009-03-141-1/+1
|
* remove new linesBill Marquette2009-03-141-5/+2
|
* guiconfig.inc is important, it includes authentication!Bill Marquette2009-03-141-1/+1
|
* fix typoBill Marquette2009-03-141-1/+1
|
* remove dead JS filesBill Marquette2009-03-141-120/+0
|
* First crack at RSS widget.Scott Ullrich2009-03-141-0/+77
|
* Add commentScott Ullrich2009-03-141-0/+1
|
* Massive javascript cleanup, all .js files now live in $g['www_path']/javascriptBill Marquette2009-03-1422-1720/+25
| | | | Purged unused JS
* Move datetimepicker javascript to JS directoryBill Marquette2009-03-143-2/+2
|
* Use friendly interface name (in this case WLAN) as opposed to OPT1 which ↵Scott Ullrich2009-03-141-1/+2
| | | | means nothing to me.
* Add global.jsScott Ullrich2009-03-141-1/+3
|
* Adding Ajax queue system.Scott Ullrich2009-03-141-0/+40
| | | | | | | | | | | | 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});
* a little cleaner JSBill Marquette2009-03-141-1/+3
|
* Premature commit...remove the copy/paste-o'sBill Marquette2009-03-141-5/+5
|
* Sajax is no more, long live PrototypeBill Marquette2009-03-146-361/+97
| | | | This eliminates one AJAX library, but not all "non-Prototype" AJAX code
* Make NOTE boldScott Ullrich2009-03-141-1/+1
|
* Set NOTE size to 350x350Scott Ullrich2009-03-141-1/+1
|
* Adding picture viewer widget. Add a picture of your firewall, or a networkScott Ullrich2009-03-141-0/+92
| | | | diagram, or a picture of your girlfriend... OR?
* Make use of Prototype-ism's in sajax.js - first small step in attempting to ↵Bill Marquette2009-03-131-44/+51
| | | | remove sajax from pfSense
* cleanup minor javascript issuesBill Marquette2009-03-131-2/+2
|
* fix generation of pgtitleBill Marquette2009-03-131-2/+1
|
* make packages use the same formfield css the rest of the UI usesBill Marquette2009-03-131-4/+4
|
* Fix input validationSeth Mos2009-03-131-5/+35
| | | | Fix page title
* * Make sure the trigger level on the gateway groups edit page loads it's ↵Seth Mos2009-03-135-7/+175
| | | | | | | 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
* Remove ActiveXObject code. Who cares about older IE at this point.Scott Ullrich2009-03-131-0/+2
|
* dunno where prototype 1.6.0.3 ran off to, but reign it back in and make it ↵Bill Marquette2009-03-131-167/+317
| | | | submit
* bump scriptaculous to 1.8.2Bill Marquette2009-03-138-508/+519
|
* Fix javascript include in head.incBill Marquette2009-03-132-5/+6
| | | | | Add dragdrop (used in index.php for the Sortable class) use dom:loaded event instead of window.loaded
* Move Scriptaculous/Prototype includes to head.inc and remove the code ↵Bill Marquette2009-03-1321-66/+7
| | | | duplication
* Fix CSS form fieldsBill Marquette2009-03-133-5/+5
|
* Use index of 1Scott Ullrich2009-03-136-6/+6
|
* Set zorder of graph to -10Scott Ullrich2009-03-136-6/+14
|
* make consistent with services_dnsmasq_edit.phpBill Marquette2009-03-121-1/+1
|
* Fix missing single quoteBill Marquette2009-03-121-7/+9
| | | | 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)
OpenPOWER on IntegriCloud