Project

General

Profile

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

# Date Author Comment
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

74f446e8 07/03/2005 04:55 PM Bill Marquette

Use $pgtitle
small code cleanups

af4aa061 07/02/2005 08:11 PM Scott Ullrich
  • Curve bottom of grey areas if needed
  • Curve tabs
  • Cleanup
4df96eff 07/02/2005 04:38 AM Scott Ullrich

include head.inc and round corners on tabs

c668c964 04/26/2005 09:51 PM Scott Ullrich

$changecount++ so that the savings on the form can be saved. DOH!

This should address Ticket #16

0d8a219e 04/26/2005 08:20 PM Scott Ullrich

Unset $config['system']['dnsallowoverride'] before assigning.

This should address Ticket #16

63c2f169 04/04/2005 05:31 PM Colin Smith

Move popup alert to notes field. Could these be completely removed? The webGUI should automagically redirect them now.

d306d35b 04/04/2005 05:20 PM Scott Ullrich

use alert(''); for alerting that the webGUI will take effect on save

9eab73da 04/03/2005 03:34 PM Bill Marquette

Let the update_if_changed() force passing as reference instead of relying on our memory and testing abilities

61b655b9 03/31/2005 11:17 PM Colin Smith

Add missing ).

37d160c2 03/31/2005 02:49 AM Bill Marquette

Restart webgui if either port or protocol is change

62d01225 03/27/2005 10:10 PM Bill Marquette

update change desc if password changes (but don't log)

79f8694f 03/27/2005 08:58 PM Bill Marquette

better function name :)

4fbf63aa 03/27/2005 08:33 PM Bill Marquette

use new updatechanged() function for most var changes

417c6042 03/27/2005 07:32 PM Bill Marquette

Commit description work done so far

2ecd3a0d 03/22/2005 04:28 AM Colin Smith

Remove javascript alert when changing webGUI protocol (it's redirected transparently anyway).

ce62fee7 03/21/2005 04:35 AM Bill Marquette

same loving for port number changes

390c2739 03/21/2005 04:29 AM Bill Marquette

make webgui proto chagne transparent to user, just redirect to new port

8e8f7ff7 03/21/2005 04:18 AM Bill Marquette

Remove need to reboot after changing webgui protocol

841dd38a 01/06/2005 02:02 AM Scott Ullrich

Change m0n0wall -> pfSense

Noticed-by: Bryan

04ad7c7c 12/25/2004 04:13 AM Scott Ullrich

Sync root password with admin password

07bd3f83 12/05/2004 07:31 PM Scott Ullrich

Synchornize with m0n0wall 1.2b3. These files have not really been
modified too much so a straight copy works. 9 files remain to be
patched by hand.

5b237745 11/07/2004 03:06 AM Scott Ullrich

Initial revision