Removing unnecessary gettext calls
Merge remote branch 'mainline/master'
We should still delete this file if it's found, or the GUI can go into an infinite loop reinstalling packages. Fixes #678
Properly find gateway ip. The code before did not match for dynamic gateways.
If packages are reinstalled during bootup than there is no need to reinstall them again during GUI login.
Implement gettext() calls
Adding gettext calls to the file diag_logs_filter_dynamic.php
Adding gettext calls to the file diag_logs_filter.php
Adding gettext calls to the file diag_logs.php
Adding gettext calls to the file diag_logs_dhcp.php
Adding gettext calls to the file diag_logs_auth.php
Adding gettext calls to the file diag_ipsec_spd.php
Add delete button for each NAT Port Forward rule, like firewall rules. It Fixes #674
Use killbyname() instead of mwexec/killall directly.
Implement gettext() calls at the files: "diag_traceroute.php", "diag_system_pftop.php", "diag_system_activity.php"
Use proper name for index.
Show even VIP's in the list. This is copied from nat code and probably should be generalized.
Do not assume WAN as the default interface to get the ip from for the calling station id. Instead add a select box(list) to choose the interface(ip) to send to radius.
CHANGED FILES: diag_routes.php diag_showbogons.php diag_states_summary.php
Check if a variable is set before trying to unset. Otherwise, this will blow up with $a[b][c] if $a[b] doesn't exist.
Strip windows carriage return (^M) on save. IE adds this, and it can break certain files that don't expect to deal with it.
changing <php gettext() to <php=gettext() in files? diag_arg.php diag_authentication.php diag_backup.php
Fix wireless status page to look at the right wireless interface name.Ticket #649
translate of the files: diag_arp.php diag_authentication.php diag_backup.php
Properly match SafeNet crypto cards. See http://forum.pfsense.org/index.php/topic,26056.0.html
Fixes #632. When bringing down a vip of proxyarp use the new pidfile introduced. Also teach about interface argument to proxyarp function so it can start only a instance of an interface.
Add missing semicolon.
Merge branch 'master' of rcs.pfsense.org:pfsense/mainline
Modify pfsense-utils and status_interfaces.php so Uptime is shown for all PPPx type links.
Make some non functional changes, mostly to keep up with latest gw changes. Related to Ticket #666
Fixes #659. Uncomment javascript for unexistent fields and put id attribute on the checkbox controls referenced by javascript.
Ticket #655. Call vpn_ipsec_configured in all cases it knows how to handle enabled/disabled ipsec setting.
Do not stamp on the variable that has the bssid Ticket #649
Make DHCP leases sortable. Fixes #653
Fixes #549. Save a list of all changed vips to reload in a temporary file so when apply is clicked it can process all of them.
Fixes #632. Use the correct function to handle vip destory.
this page is status, not diag.
Merge branch 'master' of git://rcs.pfsense.org/pfsense/text-proofing into review/master
Fix empty data shown in interfaces_ppps when dislaying modem interfaces.
Also, clean up interfaces_ppps_configure. For PPtP/L2tP if Local IP field isleft empty, try to get the IP from the physical interface if it has one. If notjust log error and abort.
Fix some errors in spelling, punctuation, grammar, etc.
Restart dhcpd and OpenVPN on backup box. Fixes #646 - Helps ticket #645 but that still needs work.
Correct carp_configure_doc
Correctly reload carp interfaces via xmlrpc
vslb.inc is already included by functions.inc
Fix typo.
Ticket #642. Fix logic for the wizard code to unset and arraynum usage.
page is Status not Diag
fix description in line with 2.0 changes
This page is System: Firmware, not Diagnostics: Firmware
Update priv info
s/;/./
Adding option to show the PF overload tables (sshlockout, virusprot) and the ability to delete individual or all entries
Don't use a fake CARP VIP name since it doesn't match up with the new style names, which are already properly obtained in this code block.
Check for an array here to prevent against a foreach error showing in the GUI.
Take out all code that assumes to use DHCP for local ip if local ip is left blank.
Also, check for blank local IPs and error out if they occur.
Fix some things in interfaces.inc, attempt to suppress mpd log verbosity.
Fix also localip handling in interfaces.php
Add a space here.
Show friendly interface name on the gui for members when they are assigned interfaces.
Allow assigned interfaces to be choosed as ppp members. This allows ppp over gre/gif etc....
Add files to obsolete list. Correct permission for renamed(why?) ppp pages.
Clean up pptp a bit and modify text description in interfaces_ppps_edit
Fix up for new ptpid scheme and new iface naming scheme.
Make assignment work with new ptpid and if name structure.
Make pppoe reset work again with new <if> naming scheme.
Previous commit also moved pppoe reset functions to interfaces.incso we don't have to duplicate in interfaces.php and interfaces_ppps_edit.php
Also, add code so that when ppp config section gets deleted, associated <cron>...
Change ptpid to use sequential number. This makes Ermal happy. :)
Also add <if> section to <ppps><ppp> which is ppp type + ptpid.`
Add check for required fields for PPP connections.
Fix all issues that Ermal found.
Interfaces.php problems.1- When creating a pppoe ptpid on the config is empty(<<ptpid/>).2- after switching from pppoe to pptp in the config there remainspppoe-reset-type which is not that much of a bug but needs to be...
Merge branch 'master' of http://gitweb.pfsense.org/pfsense/mainline into mlppp