fix voucher page heading
fix text for voucher export
Clean up CP Warning, clients haven't been disconnected upon save in quitesome time.
Corrected DNS element names
fix up text
Fixed #5140Removed conditional causing only configured servers to be displayedUpdated formattingModified help display for better layout
fix port path
add salt and ser2net to ARM ports
fix typo
Corrected value of r\enable checkbox tp permit Save action
To not try to include files that don't exist
Fix comment style
Fixed #5116vpn_pppoe_edit now uses the php table library to add/delete/save rows
Fixed #5036
Fixed #5027Checkbox replaced with button
Remove debug code, fix up text, vpn_pppoe_edit.php
Obsolete php 5.5 extensions dir
Use PHP 5.6 extensions dir
Move default PHP to 5.6.x
Fixed #5137
Double-click to edit, click to select, multi-delete and drag to re-order now supported on: firewall-nat.php firewall-nat-out.php firewall_nat-1to1.php firewall_rules.php
Corrected edit target
Partial fix #5014 Double-click to edit, single click to select, multiple delete functionality provided
Partial fix #5014Double-click to edit, single click to select, multiple delete functionality provided
clarify state killing description. Ticket #4709
Only add 6rd rules if there is an IPv4 IP defined for the gateway,otherwise ruleset ends up invalid. Ticket #4935
Check if our version of roll data is valid and if necessary, initializethe database.
This fix the case where the database is not initialized because the usedfield in backup file is empty.
Rename upgrade script to pfSense-upgrade
Fix a potential XSS in voucher testing.
Fix source address selection on Test Port to handle VIPs properly.
Allow pre-filling (but no automatic action) of the download filename on exec.php.
Update status.php with improvements from 2.2.x
Fix INSTALL script for base package, it's supposed to run as post-install
Add support for LDAP RFC2307 style group membership. Resolves #4923
ADI images are amd64 only
Provide an LDAP server timeout field. Default to 25 seconds. Resolves #3383
Rename this to BOOSTRAP.md so it's not presented as the general repo info now that it's back in master
Remove some dead code from post_upgrade_command
Process pfSense.obsoletedfiles on base post-install script
Do not call reboot, use /etc/rc.reboot instead
Preserve post_upgrade_command on /tmp on Full Update images, it's going to be used when upgrading from old systems
php cli is a better shebang for post_upgrade_command.php
Break after find correct branch
Remove bootstrap branch from gitsync
We don't need to obsolete all files when parent directory is also being obsoleted. This reduces the size of pfSense.obsoletedfiles
Obsolete files removed during bootstrap conversion
Sort obsoleted files list
Preserve pre_upgrade_command on /tmp on Full Update images, it's going to be used when upgrading from old systems
Merge branch 'master' into bootstrap
Merge pull request #1893 from doktornotor/patch-5
typo fix
Revised all pages with autocomplete to accommodate host names in validation and change port inputs to 'text'
Disable pkg autoupdate intead of add -U on all calls
Fixed 4980Corrected input element name
Nit exterminated
Fixed 5118Input was set 'disabled' but should have bee 'readonly'
Do not reset logfile on second call of upgrade script
Send logs to /dev/null if logfile is not defined
Move _echo() to improve readability
Fixed #5126
Fixed #5128Delete button now points to load_balancer_virtual_server.php, NOT load_balancer_virtual_server_edit.php
Fixed #5127
Experiment to fix validating host names
Remove extra line accidentally added on last commit
Save all pfsense-upgrade.sh output to upgrade_log.txt
Fixed #5123WEP removed by the use of 'define("ALLOWWEP", false);' - Just in case
Call pfsense-upgrade.sh to run upgrade from console
Fixed 5124 and #5125 (Default values)
Fixed #5121 Antennas now default to 'Default'
Corrected wpa_enable element name
jQuery autocomplete added as required
Added styling for jQuery autocomplete widget
Edits courtesy of Phil Davis. Thanks!
vpn_openvpn_client.php: Corrected issue with CA list
vpn_openvpn_server.php: Corrected display of CA list
Fix logic to reboot when there is no kernel update
services_router_advertisements.php: Bootstrap conversion complete
Add first version of pfsense-upgrade.sh, script that will provide pkg upgrades
pw lock/unlock throws out error messages even when called with -q, send stderr to /dev/null for now
Move conf backup dir creation to default-config packages scripts
Do not create pbi directories or copy pbi keys
Fixed bug/crash report. Missing ')'
load_balancer_virtual_server_edit.php: Bootstrap conversion complete
load_balancer_virtual_server.php: Bootstrap conversion complete
Minor edits to deal with a crash report. Don't "forwach" if the aray is not present.
Add waiting for jobs info to snapshots log too
Comment typo
head.inc modal notices display now calls index.php via ajax to clear any pending notices
Fixed #5007Notices modal fixed in head.inc
Fixed #5110=$cpzone?> missing '='
firewall_asliases_edit: minor edits to display hint text on page loadhead.inc: Fixes to notification systempkg_mgr: Removed calls to dicontinued function. Removed obsolete table columns, corrected description display
Fixed Modal class issuesFInished interfaces.php (probably)Fixed notices error in head.inc
Fix typo
PPP country/provider/plan system complted
IPv4 "add new gateway" functionality provided via modal pop-upBasic hide/show for form setction implemented
Misc encoding/display issues in the Load Balancer code