Project

General

Profile

Download (17.3 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
3efa7976 08/05/2013 05:06 PM Warren Baker

fix text - add space between sentences. This got lost in another commit

3903d524 08/05/2013 10:18 AM N0YB

Update system.php

fix text - s/by/be
Conflicts:
usr/local/www/system.php

9191b2f6 08/05/2013 09:07 AM N0YB

Update system.php

fix text - add space between sentences.

925020e7 03/07/2013 08:32 PM Colin Fleming

Tidy up System:General Setup XHTML

Close INPUT tags
Tidy up HTML boolean operators

744306c6 09/04/2012 03:58 PM Jim Pingle

Fix up tcpdump for pflog stop/start a little, consolodate code, and restart tcpdump for pflog when saving log settings.

13ea7caa 05/25/2012 07:16 PM Seth Mos

Make sure that we only perform validation if the GW name is filled as well as a IP address

020ba5fe 05/25/2012 06:18 PM Seth Mos

Clarify the error message to something useful

96cd928b 05/20/2012 06:57 PM Seth Mos

Allow saving on system.php if the gateways are down.

d008a24e 04/20/2012 08:08 PM Seth Mos

Unbreak the system general DNS settings, it would not work anymore when set to none.

e617e9b1 04/13/2012 11:58 AM Seth Mos

Do not throw a address family error when there is just 1 gateway.
Fix the input logic for ticket #1662

3e139f90 02/27/2012 11:58 PM Vinícius Coque

Adding multi-language support to WebGUI

cfbfd941 01/19/2012 07:33 PM Seth Mos

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

c61ed3db 08/30/2011 06:23 PM Jim Pingle

Clarify text

8ca95ed8 08/30/2011 05:32 PM Jim Pingle

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.

9d8ee15b 08/24/2011 08:47 AM Seth Mos

Fix the address family check to skip empty DNS gateway fieldS

d623f2da 08/24/2011 08:29 AM Seth Mos

Change the DNS interface code to DNS gateway code. This will need upgrade code for existing configs.

d1d0a1ad 07/18/2011 05:33 PM Vinicius Coque

makes correct use of printf and gettext

removes variables names and replace it with '%s'

c271c485 03/17/2011 11:45 AM Seth Mos

enlarge various address fields for IPv6 addresses

b8292903 09/17/2010 01:27 PM Ermal LUÇI

Fix braindead code!

ea6be4a7 08/12/2010 12:21 AM Erik Fonnesbeck

Remove extra quotes that were added around some strings when adding printf+gettext in some areas.

3a3fb8ea 08/11/2010 10:15 PM Erik Fonnesbeck

Fix printf/sprintf mixups.

22a11a58 06/13/2010 12:07 AM Larry Gilbert

Fix some errors in spelling, punctuation, grammar, etc.

f49a012c 04/30/2010 01:02 PM Renato Botelho

gettext fixes

c8aa6bdd 04/30/2010 11:05 AM Renato Botelho

gettext cannot deal with string concatenation

ad5b5f61 04/29/2010 07:20 PM Renato Botelho

Fix gettext()

29645da6 04/29/2010 07:10 PM Carlos Eduardo Ramos

Fix gettext issues

f0d1af93 04/29/2010 05:53 PM Carlos Eduardo Ramos

Fix gettext issues

38fb1109 04/28/2010 03:45 PM Vinicius Coque

Fixing gettext() implementation for required fields

79eaddf4 04/27/2010 08:26 PM Renato Botelho

Fix : for translations

e454bcd3 04/27/2010 01:08 PM Vinicius Coque

Rwviewing gettext()

7465d12c 04/27/2010 12:43 PM Carlos Eduardo Ramos

Implement gettext()

b324b619 04/06/2010 07:25 AM Marcus Brown

Add a few more examples to the list of domain examples.

10e41b74 04/06/2010 07:24 AM Marcus Brown

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 running
mDNS (bonjour or avahi) that mDNS is to be used to look up local hosts
instead of doing a normal DNS query to the server listed in...

7321c93c 12/21/2009 08:29 AM Chris Buechler

fix for disabled theme selection

8b289232 12/17/2009 09:45 PM Chris Buechler

add ability to hide theme selection

5c1f3ed2 11/28/2009 07:13 PM Scott Ullrich

Remove GMT time zone items which are actually reversed and confusing. Resolves #176 - http://www.freebsd.org/cgi/query-pr.cgi?pr=24385

7a927e67 11/22/2009 12:28 AM Scott Ullrich

Require filter.inc and shaper.inc

1d333258 09/15/2009 01:49 AM Scott Ullrich

Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on

27b07eda 07/10/2009 12:44 PM Ermal Luçi

Make this ressemble other pages for style

985fc0fb 07/08/2009 04:11 PM Ermal Luçi

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.

0027de0a 05/08/2009 06:42 PM Ermal Luçi
  • Create two new functions lock($subsystem)/unlock() to have more reliable locking using semaphores.
    This function can sleep till the resource is free and can help find not well behaving code.
  • Remove most of the config_lock/config_unlock logics on the whole scripts/pages it is an abuse of this....
8ac4df97 03/14/2009 06:48 PM Scott Ullrich

Use friendly interface name (in this case WLAN) as opposed to OPT1 which means nothing to me.

87f0be87 02/15/2009 07:05 PM Chris Buechler

Revert "Merge IPv6 changes"

This reverts commit f193cf92b2c925a2f3f71a713d766efd1e4d81e0.

f193cf92 01/20/2009 07:52 AM Simon Cornelius P. Umacob

Merge IPv6 changes

a077b479 01/05/2009 05:09 PM Ermal Luçi

Show interface/gateway selection on dns list configuration only if we are on multiwan. This avoids some confusion on why the lists are blank.

c98d28e1 11/11/2008 11:04 PM Seth Mos

Add input validation so users do not add gateways to local dns servers

5aaf13c4 11/11/2008 10:48 PM Seth Mos

Correct Typo

3537ac27 11/11/2008 10:43 PM Seth Mos

Correctly load dns gatewa setting from config.
FIXME, somehow entry 3 is always missing. Settings the gateway on 3 sets it on 1 in
the config.xml

7922db8a 11/11/2008 10:01 PM Seth Mos

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.

306f082a 10/25/2008 07:33 AM Scott Ullrich

Make white space consistent between save button and bottom of table

e7d967d8 10/19/2008 02:59 AM Scott Ullrich

Reload the filter. Plugins might need to run.

77446beb 09/09/2008 06:49 PM Matthew Grooms

Whitespace and minor bug fixes for system general setup page.

69e5a8be 09/09/2008 11:08 AM Ermal Luçi

Rename interfaces_wan_configure to interface_configure now that it is used for all assigned interface configuration.

fb1266d3 09/09/2008 04:08 AM Matthew Grooms

Moves the protocol and certificate options out of the general config page
to the Advanced admin access tab. The thought is that they should be next
to each other. The certificate management has also been modified to use
the centralized certificate manager. I took the liberty of removing the...

8202999e 08/30/2008 02:51 AM Scott Ullrich

Make page look more consistent by adding a listtopic CSS entry for System

659fa7f2 08/03/2008 05:54 PM Matthew Grooms

Cleanup authentication code. The basic auth method, the passwd, htpasswd
and pam backing functions have been removed. The basic auth method was
legacy code and the backing functions were redundant with no added value
that I could see. A simplified replacement backing function named...

6b07c15a 08/01/2008 06:30 AM Matthew Grooms

Rewrite the pfsense privilege system with the following goals in mind ...

1) Redefine page privileges to not use static urls
2) Accurate generation of privilege definitions from source
3) Merging the user and group privileges into a single set
4) Allow any privilege to be added to users or groups w/ inheritance...

1cc00e4d 01/27/2008 10:49 PM Bill Marquette

correctly output product name

e151909a 12/30/2007 09:07 PM Scott Dale

show dns values correctly

baa56890 12/17/2007 03:29 AM Scott Ullrich

Make DNS $pconfig variables more consistent

93e0800d 12/17/2007 03:24 AM Scott Ullrich

Save all 4 DNS servers correctly

36d0358b 12/16/2007 08:43 PM Scott Ullrich

Add product_copyright re-branding support
Add product_copyright_years re-branding support
Add product_website re-branding support
Add product_email re-branding support

Work sponsored-by: Centipede Networks

c4936582 12/12/2007 04:38 AM Scott Dale

Correctly show and save DNS entries

b875f306 12/09/2007 06:09 AM Scott Ullrich

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.

5d721fa0 12/09/2007 04:41 AM Scott Ullrich

Move route delete items to system.inc so they are performed on every change

b8cfc022 12/08/2007 11:41 PM Scott Ullrich

Show interfaces. Cleanup presentation.

961d69fc 12/08/2007 11:12 PM Scott Ullrich

Populate $ints with the interface list correctly

e180a6e3 12/08/2007 11:05 PM Scott Ullrich

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.

d88c6a9f 11/16/2007 12:48 AM Scott Ullrich

Switch over to array style page titles. Obtained-from: m0n0wall

709cc6e0 10/17/2007 12:25 AM Bill Marquette

global s/[wW]ebGUI/webConfigurator/ - brought up via ticket #1427

87c20eb5 10/05/2007 09:44 PM Bill Marquette

Ticket #1456 - drop one level of verbosity in tcpdump. Some protocols
will still decode to multi-line message - not an easy fix. Doesn't
appear to break non-raw log display

Add VRRP as a protocol type in the decode

ec5a5d65 09/06/2007 03:13 AM Scott Dale

We Do not validate username field anymore on this page. Has been removed for user manage.

b5c78501 09/01/2007 08:47 PM Seth Mos

Fixing css layout

aa1ab1da 07/06/2007 06:30 PM Scott Ullrich

Restart filter logging process after timezone change so that the entries reflect the correct time and date.

d6862c98 02/14/2007 01:01 AM Scott Ullrich

Remove flush code, we do this by default now.

20b90e0a 10/02/2006 09:12 PM Scott Ullrich

Switch to OpenNTPD.

f0f7a3eb 04/02/2006 10:41 PM Scott Ullrich

Move theme selector to general screen
Ticket #895

991f7f37 03/11/2006 02:42 AM Scott Ullrich

Go back to 10 seconds now that check_reload_status is healthy again.

ca0a985f 03/11/2006 12:03 AM Scott Ullrich

Increase wait time to 20 seconds to give slower platforms a chance to catch up

70b5a4e1 01/05/2006 04:05 AM Scott Ullrich

Use check_reload_status to reload webGUI

e54d4de6 01/02/2006 11:46 PM Scott Ullrich

Remove #!/usr/local/bin/php

2715fc52 10/09/2005 04:18 AM Scott Ullrich

Save new password correctly

72183413 10/04/2005 12:10 AM Scott Ullrich
  • Sync root and admin passwords
  • Move sync logic into pfsense-utils:sync_webgui_passwords()
c1c2b58d 09/21/2005 10:09 PM Scott Ullrich

Move sync passwords earlier up

a9808a38 09/21/2005 10:08 PM Scott Ullrich

Sync accounts.

fadc0360 09/20/2005 10:04 PM Scott Ullrich

Note that we are redirecting in 10 seconds

39b78c46 09/20/2005 10:03 PM Scott Ullrich

Call ob_flush() too

6f30d56c 09/20/2005 10:03 PM Scott Ullrich
  • flush() output buffer
  • sleep for 2 seconds before web server change
a6b0fbf7 09/04/2005 02:48 PM Bill Marquette

(#457) Fix redirect on port/proto changes

96a4e962 08/21/2005 06:57 PM Scott Ullrich

Relocate sync_webgui_passwords();

3cfdba5f 08/21/2005 06:56 PM Scott Ullrich

Remove reboot dependency

838a5ce6 08/21/2005 06:55 PM Scott Ullrich

Call sync_webgui_passwords() after password change

62d489e7 08/21/2005 06:54 PM Scott Ullrich

Note password change occured in webgui

6485deb5 08/13/2005 10:44 PM Bill Marquette

Ticket #338: better fix, this works even when the user access pfsense
via a name or IP other than pfsense thinks it is

e2c41c39 08/13/2005 10:20 PM Scott Ullrich

SERVER_NAME -> SERVER_ADDR

e02f143c 08/13/2005 10:14 PM Scott Ullrich

Echo out meta refresh inside <html> tags

2f3f316c 08/13/2005 10:13 PM Scott Ullrich

Echo out meta refresh inside <html> tags

3a986da7 08/13/2005 07:48 PM Scott Ullrich

Echo out information before calling system_webgui_start()

cfa6fa1a 08/13/2005 07:41 PM Scott Ullrich

Switch operating mode cleaner and meta redirect at end of page

Ticket #338

94a82e34 07/03/2005 06:30 PM Bill Marquette

remove extra pgtitle