a little cleaner JS
Premature commit...remove the copy/paste-o's
Sajax is no more, long live PrototypeThis eliminates one AJAX library, but not all "non-Prototype" AJAX code
Make NOTE bold
Set NOTE size to 350x350
Adding picture viewer widget. Add a picture of your firewall, or a networkdiagram, or a picture of your girlfriend... OR?
Make use of Prototype-ism's in sajax.js - first small step in attempting to remove sajax from pfSense
cleanup minor javascript issues
fix generation of pgtitle
make packages use the same formfield css the rest of the UI uses
Fix input validationFix page title
Remove ActiveXObject code. Who cares about older IE at this point.
dunno where prototype 1.6.0.3 ran off to, but reign it back in and make it submit
bump scriptaculous to 1.8.2
Fix javascript include in head.incAdd 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 duplication
Fix CSS form fields
Use index of 1
Set zorder of graph to -10
make consistent with services_dnsmasq_edit.php
Fix missing single quoteUse 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
fix path to IP Alias image
Base 64 decode the rrd data before writing out
Write out config after unsetting RRD data
Reload phase2 tunnel items when adding, remoing or editing a phase 2 entry.
Migrate IPsec certificate management to centralized system.
Make sure the field names and description match up
Moving corporate
Mv corporate to _corporate
close comment
Backup RRD graphs and restore but remove the RRD data from config.xml before writing to disk.
fix merge conflict
cleaner and more proper cpu graph
Cleanup ipsec interfaces a bit and make sure they are displayed in tabs for consistency.
Use nice -n20 for common launched items
Fix typo in function name. This caused the page to break off.
Add 3 seconds on to each subsequent graph to space out the ajax calls.
Fixed the outbound macro for displaying the outbound interfaces with the Quality GraphsMake sure we show either the gateway name or interface name on the graph top header
Ensure that the gateway widget exists before populating data during ajax calls.
Center the CPU graph.
Correctly set the status field HTML text during ajax process.
Change to 11 second refresh, a lot of underlying information refreshesevery 10 seconds.
Add ajax mojo to gateway status widget
Add input validation on the gateway groups page as well, fix the check on the gateways page.
Add input validation on the gateway name field.We apply the same input validation as we use from the aliases page as we do not want a - in the name nor spaces.
Correct the label name for the out pass traffic
Fix the status page ordering so that it uses the correct tier order
After package installation, redirect and show the installationwas OK. This has the side effect of reloading the menus so the packagecan be clicked on immediately.
Minor formatting changes.
Add loss information
Show all RTT items correctly
Report the RTT (delay) as well.
Match crypto on safe, ubsec, padlock and glxsb in addition to hifn
Ticket #1890 (cvstrac)
Make sure we set the ID as a hidden input otherwise it will never be possible to edit a existingentry. This was a copy and paste error.
More tree unbreaking. Damn, I thought I tested this.Maybe I really can't type as well as I think I can.
Fix deletion of gateways from the systems gateways page.
Wait about 4 seconds before checking if an update is available
Set default refresh time to 10 seconds
Allow refresh up to 10 seconds
Use window onload to initialize sortable and such.
s/Updating in 5 seconds/Updating in 10 seconds/
Graph value on the GraphLink graph, too
Correctly close opened [ arrays and such.
Use ) instead of ]
Add block stats to the graphsFix stay '
Test to make sure items exist before trying to get their properties
Replace SVG graph with Graphlink Ajax graph that used to be inHEAD before the Dashboard import.
Change update interval for sajax to 10000
Pause by default.
Do the same for filter logs on dashboard as on the System logs.
Use single quotes rather
Show only the rule that triggered the action when clicking the Action icon.
Fix alignment of dynamic filter viewer and make it somewhat faster.
Add (s)
add myself to copyright.
Convert Status:Queues to ajax. This changes makes it no finally block the user interface and makes this page usable again.
Use the correct interface function.
Correctly show actions such as Connect/Disconnect on Status Interfaces page.
Use the interface API rather than old style interface list building.
Remove all global decalarations regarding pptp/pppoe/l2tp they are no more needed.
Revert "Merge IPv6 changes"
This reverts commit f193cf92b2c925a2f3f71a713d766efd1e4d81e0.
Revert "show/hide icmp6box"
This reverts commit 9ce5e10ac4fe43e9b580344454dd27172b6c4456.
Revert "Unbreak System Gateways page. I'll just add back the changes from the old CVS repo afterwards."
This reverts commit e31534731ec7de3d2599cf669e065b1ec52281a0.
Revert "fixed syntax error"
This reverts commit f668d1597294dd35244cd4dc0d76626b58336b2d.
When editing a record and not posting, there must be a valid id.
This will fix pages coming in from after authing that accidentlydrop &id=0
clean up factory defaults info
fix printing of product name
Open package info link in new tab / window
Open Package info link in a new tab / window
Test that item has a value instead of using isset whichwill return true on blank <descr/> items.
Set pgtitle_output after outputting page title
Remove the 'L2TP clients' option on firewall src/dst address cause it does not make sense without a subnet.
Add missed pages of the GUI.
Add more L2TP backend code.
More L2TP fixes
Make L2TP visible on the menus.