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
Use $pgtitlesmall code cleanups
include head.inc and round corners on tabs
$changecount++ so that the savings on the form can be saved. DOH!
This should address Ticket #16
Unset $config['system']['dnsallowoverride'] before assigning.
Move popup alert to notes field. Could these be completely removed? The webGUI should automagically redirect them now.
use alert(''); for alerting that the webGUI will take effect on save
Let the update_if_changed() force passing as reference instead of relying on our memory and testing abilities
Add missing ).
Restart webgui if either port or protocol is change
update change desc if password changes (but don't log)
better function name :)
use new updatechanged() function for most var changes
Commit description work done so far
Remove javascript alert when changing webGUI protocol (it's redirected transparently anyway).
same loving for port number changes
make webgui proto chagne transparent to user, just redirect to new port
Remove need to reboot after changing webgui protocol
Change m0n0wall -> pfSense
Noticed-by: Bryan
Sync root password with admin password
Synchornize with m0n0wall 1.2b3. These files have not really beenmodified too much so a straight copy works. 9 files remain to bepatched by hand.
Initial revision