Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Default to 3 entries | Scott Ullrich | 2009-03-14 | 1 | -1/+1 |
| | |||||
* | Close <a> tag | Scott Ullrich | 2009-03-14 | 1 | -3/+1 |
| | |||||
* | Widget is ready for general usage and defaults to pfS blog | Scott Ullrich | 2009-03-14 | 1 | -13/+56 |
| | |||||
* | nice idea, never implemented, purge | Bill Marquette | 2009-03-14 | 1 | -17/+0 |
| | |||||
* | this is firmware upgrade, not package installation | Bill Marquette | 2009-03-14 | 1 | -1/+1 |
| | |||||
* | remove new lines | Bill Marquette | 2009-03-14 | 1 | -5/+2 |
| | |||||
* | guiconfig.inc is important, it includes authentication! | Bill Marquette | 2009-03-14 | 1 | -1/+1 |
| | |||||
* | fix typo | Bill Marquette | 2009-03-14 | 1 | -1/+1 |
| | |||||
* | remove dead JS files | Bill Marquette | 2009-03-14 | 1 | -120/+0 |
| | |||||
* | First crack at RSS widget. | Scott Ullrich | 2009-03-14 | 1 | -0/+77 |
| | |||||
* | Add comment | Scott Ullrich | 2009-03-14 | 1 | -0/+1 |
| | |||||
* | Massive javascript cleanup, all .js files now live in $g['www_path']/javascript | Bill Marquette | 2009-03-14 | 22 | -1720/+25 |
| | | | | Purged unused JS | ||||
* | Move datetimepicker javascript to JS directory | Bill Marquette | 2009-03-14 | 3 | -2/+2 |
| | |||||
* | Use friendly interface name (in this case WLAN) as opposed to OPT1 which ↵ | Scott Ullrich | 2009-03-14 | 1 | -1/+2 |
| | | | | means nothing to me. | ||||
* | Add global.js | Scott Ullrich | 2009-03-14 | 1 | -1/+3 |
| | |||||
* | Adding Ajax queue system. | Scott Ullrich | 2009-03-14 | 1 | -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 JS | Bill Marquette | 2009-03-14 | 1 | -1/+3 |
| | |||||
* | Premature commit...remove the copy/paste-o's | Bill Marquette | 2009-03-14 | 1 | -5/+5 |
| | |||||
* | Sajax is no more, long live Prototype | Bill Marquette | 2009-03-14 | 6 | -361/+97 |
| | | | | This eliminates one AJAX library, but not all "non-Prototype" AJAX code | ||||
* | Make NOTE bold | Scott Ullrich | 2009-03-14 | 1 | -1/+1 |
| | |||||
* | Set NOTE size to 350x350 | Scott Ullrich | 2009-03-14 | 1 | -1/+1 |
| | |||||
* | Adding picture viewer widget. Add a picture of your firewall, or a network | Scott Ullrich | 2009-03-14 | 1 | -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 Marquette | 2009-03-13 | 1 | -44/+51 |
| | | | | remove sajax from pfSense | ||||
* | cleanup minor javascript issues | Bill Marquette | 2009-03-13 | 1 | -2/+2 |
| | |||||
* | fix generation of pgtitle | Bill Marquette | 2009-03-13 | 1 | -2/+1 |
| | |||||
* | make packages use the same formfield css the rest of the UI uses | Bill Marquette | 2009-03-13 | 1 | -4/+4 |
| | |||||
* | Fix input validation | Seth Mos | 2009-03-13 | 1 | -5/+35 |
| | | | | Fix page title | ||||
* | * Make sure the trigger level on the gateway groups edit page loads it's ↵ | Seth Mos | 2009-03-13 | 5 | -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 Ullrich | 2009-03-13 | 1 | -0/+2 |
| | |||||
* | dunno where prototype 1.6.0.3 ran off to, but reign it back in and make it ↵ | Bill Marquette | 2009-03-13 | 1 | -167/+317 |
| | | | | submit | ||||
* | bump scriptaculous to 1.8.2 | Bill Marquette | 2009-03-13 | 8 | -508/+519 |
| | |||||
* | Fix javascript include in head.inc | Bill Marquette | 2009-03-13 | 2 | -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 Marquette | 2009-03-13 | 21 | -66/+7 |
| | | | | duplication | ||||
* | Fix CSS form fields | Bill Marquette | 2009-03-13 | 3 | -5/+5 |
| | |||||
* | Use index of 1 | Scott Ullrich | 2009-03-13 | 6 | -6/+6 |
| | |||||
* | Set zorder of graph to -10 | Scott Ullrich | 2009-03-13 | 6 | -6/+14 |
| | |||||
* | make consistent with services_dnsmasq_edit.php | Bill Marquette | 2009-03-12 | 1 | -1/+1 |
| | |||||
* | Fix missing single quote | Bill Marquette | 2009-03-12 | 1 | -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) | ||||
* | fix image alignment | Bill Marquette | 2009-03-12 | 1 | -4/+3 |
| | |||||
* | fix path to IP Alias image | Bill Marquette | 2009-03-12 | 1 | -1/+1 |
| | |||||
* | Base 64 decode the rrd data before writing out | Scott Ullrich | 2009-03-12 | 1 | -1/+1 |
| | |||||
* | Write out config after unsetting RRD data | Scott Ullrich | 2009-03-12 | 1 | -1/+4 |
| | |||||
* | Reload phase2 tunnel items when adding, remoing or editing a phase 2 entry. | Seth Mos | 2009-03-12 | 1 | -0/+9 |
| | |||||
* | Migrate IPsec certificate management to centralized system. | mgrooms | 2009-03-12 | 8 | -545/+51 |
| | |||||
* | Make sure the field names and description match up | Seth Mos | 2009-03-12 | 1 | -10/+10 |
| | |||||
* | Moving corporate | Scott Ullrich | 2009-03-12 | 167 | -1530/+0 |
| | |||||
* | Mv corporate to _corporate | Scott Ullrich | 2009-03-12 | 167 | -0/+1530 |
| | |||||
* | close comment | Bill Marquette | 2009-03-11 | 1 | -1/+1 |
| | |||||
* | Backup RRD graphs and restore but remove the RRD data from config.xml before ↵ | Scott Ullrich | 2009-03-12 | 1 | -0/+38 |
| | | | | writing to disk. | ||||
* | fix merge conflict | Bill Marquette | 2009-03-11 | 1 | -4/+0 |
| |