fix text - add space between sentences. This got lost in another commit
Update system.php
fix text - s/by/beConflicts: usr/local/www/system.php
fix text - add space between sentences.
Tidy up System:General Setup XHTML
Close INPUT tagsTidy up HTML boolean operators
Fix up tcpdump for pflog stop/start a little, consolodate code, and restart tcpdump for pflog when saving log settings.
Make sure that we only perform validation if the GW name is filled as well as a IP address
Clarify the error message to something useful
Allow saving on system.php if the gateways are down.
Unbreak the system general DNS settings, it would not work anymore when set to none.
Do not throw a address family error when there is just 1 gateway.Fix the input logic for ticket #1662
Adding multi-language support to WebGUI
The function split() is replaced by the function explode(). Starting with PHP 5.3 this is deprecated and with version 6 gone.Replacing it surpresses all the warnings
Clarify text
Move the option to exclude localhost as a DNS server under System > General so it is grouped with other system DNS options in a more logical location.
Fix the address family check to skip empty DNS gateway fieldS
Change the DNS interface code to DNS gateway code. This will need upgrade code for existing configs.
makes correct use of printf and gettext
removes variables names and replace it with '%s'
enlarge various address fields for IPv6 addresses
Fix braindead code!
Remove extra quotes that were added around some strings when adding printf+gettext in some areas.
Fix printf/sprintf mixups.
Fix some errors in spelling, punctuation, grammar, etc.
gettext fixes
gettext cannot deal with string concatenation
Fix gettext()
Fix gettext issues
Fixing gettext() implementation for required fields
Fix : for translations
Rwviewing gettext()
Implement gettext()
Add a few more examples to the list of domain examples.
Don't use "local" as a domain. It breaks DNS resolution for hosts running mDNS.
The "local" search domain signifies to local hosts that are runningmDNS (bonjour or avahi) that mDNS is to be used to look up local hostsinstead of doing a normal DNS query to the server listed in...
fix for disabled theme selection
add ability to hide theme selection
Remove GMT time zone items which are actually reversed and confusing. Resolves #176 - http://www.freebsd.org/cgi/query-pr.cgi?pr=24385
Require filter.inc and shaper.inc
Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on
Make this ressemble other pages for style
Append several functions the filter_ prefix to know they are part of filter.inc as any other function in this file.Remove a call to system_routing_configure on filter_configure_sync since these should have been taken care from the respective subsystem.
Use friendly interface name (in this case WLAN) as opposed to OPT1 which means nothing to me.
Revert "Merge IPv6 changes"
This reverts commit f193cf92b2c925a2f3f71a713d766efd1e4d81e0.
Merge IPv6 changes
Show interface/gateway selection on dns list configuration only if we are on multiwan. This avoids some confusion on why the lists are blank.
Add input validation so users do not add gateways to local dns servers
Correct Typo
Correctly load dns gatewa setting from config.FIXME, somehow entry 3 is always missing. Settings the gateway on 3 sets it on 1 inthe config.xml
Correct the broken multiwan check.It now works properly with dynamic gateways too.Things to do, add static routes, input validation that no gateways are assigned to dns servers on a directly connected subnet.
Make white space consistent between save button and bottom of table
Reload the filter. Plugins might need to run.
Whitespace and minor bug fixes for system general setup page.
Rename interfaces_wan_configure to interface_configure now that it is used for all assigned interface configuration.
Moves the protocol and certificate options out of the general config pageto the Advanced admin access tab. The thought is that they should be nextto each other. The certificate management has also been modified to usethe centralized certificate manager. I took the liberty of removing the...
Make page look more consistent by adding a listtopic CSS entry for System
Cleanup authentication code. The basic auth method, the passwd, htpasswdand pam backing functions have been removed. The basic auth method waslegacy code and the backing functions were redundant with no added valuethat I could see. A simplified replacement backing function named...
Rewrite the pfsense privilege system with the following goals in mind ...
1) Redefine page privileges to not use static urls2) Accurate generation of privilege definitions from source3) Merging the user and group privileges into a single set4) Allow any privilege to be added to users or groups w/ inheritance...
correctly output product name
show dns values correctly
Make DNS $pconfig variables more consistent
Save all 4 DNS servers correctly
Add product_copyright re-branding supportAdd product_copyright_years re-branding supportAdd product_website re-branding supportAdd product_email re-branding support
Work sponsored-by: Centipede Networks
Correctly show and save DNS entries
Convert the dns server code into a for loop and add 2 more dns servers on. Now we can easily control how many dns servers we want to allow entry for. Also get rid of code duplication.
Move route delete items to system.inc so they are performed on every change
Show interfaces. Cleanup presentation.
Populate $ints with the interface list correctly
When multiple gateways are present (muliwan) show a dropdown box next to each dns server allowing the operator to select which gateway the dns server should use to resolve addresses.
Switch over to array style page titles. Obtained-from: m0n0wall
global s/[wW]ebGUI/webConfigurator/ - brought up via ticket #1427
Ticket #1456 - drop one level of verbosity in tcpdump. Some protocolswill still decode to multi-line message - not an easy fix. Doesn'tappear to break non-raw log display
Add VRRP as a protocol type in the decode
We Do not validate username field anymore on this page. Has been removed for user manage.
Fixing css layout
Restart filter logging process after timezone change so that the entries reflect the correct time and date.
Remove flush code, we do this by default now.
Switch to OpenNTPD.
Move theme selector to general screenTicket #895
Go back to 10 seconds now that check_reload_status is healthy again.
Increase wait time to 20 seconds to give slower platforms a chance to catch up
Use check_reload_status to reload webGUI
Remove #!/usr/local/bin/php
Save new password correctly
Move sync passwords earlier up
Sync accounts.
Note that we are redirecting in 10 seconds
Call ob_flush() too
(#457) Fix redirect on port/proto changes
Relocate sync_webgui_passwords();
Remove reboot dependency
Call sync_webgui_passwords() after password change
Note password change occured in webgui
Ticket #338: better fix, this works even when the user access pfsensevia a name or IP other than pfsense thinks it is
SERVER_NAME -> SERVER_ADDR
Echo out meta refresh inside <html> tags
Echo out information before calling system_webgui_start()
Switch operating mode cleaner and meta redirect at end of page
Ticket #338
remove extra pgtitle