Do not allow to add a vlan tag on the same interface when it is used by qinq.
Add description even for parent QinQ vlan.
Allow QinQ interfaces to be assigned.
Clarify that ranges can be specified and add a fix to not leave the upper limit of the range unused as a tag.
Fix copyrights.
Add GUI pages for QinQ missed in previous commit.
Bring in support for QinQ. At this time it is limited to only 2 levels.
Don't check for overrides, that's a valid config.
Take care of cleaning the ip alias when we delete an entry of ipalias type or modify it.
Make sure that the item isset before checking.(part of PHP5 array handling)
Use the new function of interfaces and get_interface_ip to get propper results.
Add hideplatform
Fix tab display as reported in http://forum.pfsense.org/index.php/topic,15114.0.html
Add secret option required on some setups.
Do not restart syslkog, just hup it
Use more human readable format
Convert epoch time to human readable
Fix ${g errors
Echo out data to start of log files
Ensure tmp is ready before beginning operation.
Add sleep() after killing syslogd
Add missing )
Ensure file exists.
Use unlink()
Use fifolog_create
Remove file that should have gone away when the interface code was rewritten.
Query host with host and also check this against cached address.
Make 0 byte sized log files happy
Actually merge the part that does the real work with FreeBSD groups.
Replace "Add something meaningful here" with a note about the cachedip adddress field being green when it is in sync.
Make it more readble by removing unecessary php open/close tags.
Use get_real_interface()
Requested-by: Ermal
Correct colspan, show green cached ip when correct, red when not correct.
Show cached IP address on summary page
Strange how this has survived the interface changes!
Remove ftp-proxy/pftpx/ftpsesame references we handle all of this in kernel now.(yay!)
Use divisibles of 512
Jettison clog and replace with fifolog which is included in FreeBSD 7.1
Modify IPsec code to allow for transport mode. All existing configurations aremarked as tunnel for backwards compatibility. There are problems with the spdread code which Will likely choke on transport entries. We can fix this later.
Move (DHCP)
Move the IPsec pinghost option from phase1 to phase2. Correct somebugs that were preventing the local address from being selected.
General widget cleanups
Correct the path of the javascript after Bills cleanup.
Handle post correctly
Allow setting of how many words to show.
Correctly restore rsswidgetheight size
Break before last <hr>
Modify captive portal to use centralized user management. The user manager hasbeen modified to include an account expiration option to support this service.
Default to 3 entries
Close <a> tag
Widget is ready for general usage and defaults to pfS blog
nice idea, never implemented, purge
this is firmware upgrade, not package installation
remove new lines
guiconfig.inc is important, it includes authentication!
fix typo
remove dead JS files
First crack at RSS widget.
Add comment
Massive javascript cleanup, all .js files now live in $g['www_path']/javascriptPurged unused JS
Move datetimepicker javascript to JS directory
Use friendly interface name (in this case WLAN) as opposed to OPT1 which means nothing to me.
Add global.js
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");...
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.