Project

General

Profile

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

# Date Author Comment
44bd02ab 11/25/2008 05:28 AM Scott Ullrich

Hide add gateway box after clicking save

9e08f589 11/25/2008 05:15 AM Scott Ullrich

Add Gateway

67c90792 11/25/2008 05:12 AM Scott Ullrich

Add default gw box, check it by default if the interface is wan

29557db2 11/25/2008 05:08 AM Scott Ullrich

If the interface is wan, select the default gw box automatically

a6508e35 11/25/2008 04:56 AM Scott Ullrich

Use show, not appear

6a391449 11/25/2008 04:53 AM Scott Ullrich

Add onFailure Ajax method

4c63ac51 11/25/2008 04:43 AM Scott Ullrich

Make add gw screen red to draw attention

0f94b280 11/25/2008 04:39 AM Scott Ullrich

Do extra checking on return value

b0d18490 11/25/2008 04:30 AM Scott Ullrich
  • Rename Copy my MAC address to Insert my local MAC address
  • Do not show Insert my local MAC address when no mac is detected
1c9bd633 11/25/2008 04:22 AM Scott Ullrich

s/add one/add a new one/

61fc1160 11/25/2008 04:18 AM Scott Ullrich

Apply routing changes, too

295447de 11/25/2008 04:15 AM Scott Ullrich

Use name, not gateway ip

90f106f1 11/25/2008 04:14 AM Scott Ullrich

Correct restore state

fc6ea012 11/25/2008 04:10 AM Scott Ullrich

Hide gw save and cancel button after clicking save

5b077e3f 11/25/2008 04:06 AM Scott Ullrich

Hide main form cancel, save buttons while gateway add function is enabled.

e0bbaf4d 11/25/2008 04:02 AM Scott Ullrich

Escape posted values

4d59f5fa 11/25/2008 04:00 AM Scott Ullrich

Hide dropdown when add gateway box is active

93650af0 11/25/2008 03:50 AM Scott Ullrich

Use a text link instead of a button which looks out of place

46bc7e25 11/25/2008 03:47 AM Scott Ullrich

Add border, spacing

ccb38345 11/25/2008 03:44 AM Scott Ullrich

Spice up ajax add box look / feel

667a3184 11/25/2008 03:37 AM Scott Ullrich

Add some ajax magic to allow a gateway to be added quickly

6d679a95 11/25/2008 01:59 AM Scott Ullrich

add missing cancel button

2b5f152d 11/25/2008 01:57 AM Scott Ullrich
  • We only need one save button, mmmkay?
  • Make whitespace consistent between blocks
df00291c 11/25/2008 01:51 AM Scott Ullrich

Use show/hide which turns off the goofy effects that some have noted is
inconsistent with all other forms.

5f05b91f 11/25/2008 01:39 AM Scott Ullrich

Make private networks box match other areas of form

0fc70b30 11/25/2008 01:35 AM Scott Ullrich

Cleanup nasty identation that makes the form look strange.

c3087303 11/25/2008 01:11 AM Scott Ullrich
  • Remove non-needed td and cleanup blank whitespace
  • Make enable match the rest
a18a5e61 11/22/2008 11:20 PM Scott Ullrich

Remove stray "

8098302a 11/22/2008 11:06 PM Scott Ullrich

Unbreak javascript.

886f1f69 11/22/2008 11:04 PM Scott Ullrich

Mist formatting. Eliminate unneeded { and }. Format javascript.
Use / instead of </script>CVS: ----------------------------------------------------------------------

09583657 11/22/2008 11:01 PM Scott Ullrich

Formatting part II. No functional changes.

98f43e13 11/22/2008 10:46 PM Scott Ullrich

Cleanup all HTML formatting. At this point the entire file has been
reformatted. No functional changes (yet).

76e3f0ef 11/22/2008 05:37 PM Ermal Luçi

Restore removed pppoe word.

122f8374 11/21/2008 09:36 PM Scott Ullrich

Correctly remove file after disabling pppoe_reset

275b29eb 11/21/2008 09:17 PM Scott Ullrich

Make $if a global

872f6a0c 11/21/2008 09:15 PM Scott Ullrich

wancfg is a global

25a6411a 11/21/2008 09:12 PM Scott Ullrich

Unlink pppoe reset file after disabling feature correctly

78fcfb9c 11/21/2008 08:58 PM Scott Ullrich

Update my (C) years

914cb1f7 11/21/2008 08:56 PM Scott Ullrich

Add back pppoe_preset, not to be confused with pppoe_reset

161eecdc 11/21/2008 08:44 PM Scott Ullrich

Pass $wancfg

53c82ef9 11/21/2008 07:36 PM Scott Ullrich More pppoe_reset cleanups
  • Add new function to interfaces.php setup_pppoe_reset_file() which
    sets up the periodic reset file. Prior to this restoring a config.xml
    backup would end up with a cron entry with no file!
  • More text cleanups to make the files readable
2243ff08 11/21/2008 07:03 PM Scott Ullrich

Add missing "'s for parameters

ac10a85e 11/21/2008 05:44 PM Scott Ullrich

Do not store the pppoe reset file on /var/. A reboot will whipe it out.
Instead, store the file in /conf/

270c4607 11/21/2008 02:28 AM Scott Ullrich

Cleanup 440 lines of code where the formatting is all shot and is completely
unreadable. Break a couple items into their own functions where we can.

0a2d01bc 11/18/2008 07:37 PM Ermal Luçi

Correct my wrong changes and remove duplicated defines. Reload the filter after the restasrt to be sure we do not have any problems if the ip address changes.

dc711694 11/18/2008 05:18 PM Scott Ullrich

Use interface_reconfigure()

199d8121 11/17/2008 09:54 PM Ermal Luçi

Hrm, pppoe reset function seems to have missed review while doing whole other changes.

f5572f3d 11/01/2008 11:35 AM Ermal Luçi

Correct comment.

1e087e64 10/25/2008 11:34 PM Scott Ullrich

Add some padding before the save commands

032bf78c 10/25/2008 10:51 PM Scott Ullrich

Make text consistent and wrap to next line

8a9edda5 10/25/2008 10:50 PM Scott Ullrich

Remove <!-- --> that somehow was inserted by TextMate.

cbb27bc8 10/25/2008 10:45 PM Scott Ullrich

Place the save button in the correct table

0847d1b9 10/19/2008 02:36 PM Ermal Luçi

When disabling an interface bring it down also.

6566050c 10/15/2008 05:50 AM Ermal Luçi

Test for existence before unsetting, this is do to changed behavior in php5. Reported by: http://forum.pfsense.org/index.php/topic,12060.0.html

b112841f 10/14/2008 06:35 PM Ermal Luçi

Lock the config before reconfiguring filter rules.

981cf4ae 10/14/2008 04:36 PM Ermal Luçi

All these flushing is not needed now that apply is a differnet step like everywhere else in code.

ca02851e 10/12/2008 06:59 AM Ermal Luçi
  • Fix a case where instead of testing(==) we where assigning(=) and resulted in strange behaviour
  • Do not unset everything when an interface is disabled just mark it as disabled and write so in the log.
7994c3f8 10/11/2008 04:39 PM Ermal Luçi

Fix applying interface settings and prevent it from being applied multiple times as in ocasions with browser glitches. Remove some only wan part code.

9e21d318 09/30/2008 03:31 PM Ermal Luçi

Introduce a 'None' option for the gateways select box.
Apart fixing aestetic when there is no gateway configured for the interface it allows you to setup gateways and not
select them on the interface configuration i.e. on Lan or similar type configured ones....

453074aa 09/16/2008 06:15 PM Ermal Luçi
  • Fix 'descr'setting and displaying.
  • Some white space cleanup.
2e814e0d 09/15/2008 05:42 PM Seth Mos

Fix empty wep array

bfe1ef8c 09/15/2008 05:08 PM Ermal Luçi

Correctly handle 802.11x setting.

ff2f4e43 09/12/2008 11:16 PM Ermal Luçi

Some style and consistency fixes, no functional change.

43e255d2 09/09/2008 08:49 PM Ermal Luçi
  • Introduce an apply button before the changes get effect.
  • Actually fix the form submit action to work correctly.
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.

4634cb48 09/09/2008 10:41 AM Ermal Luçi

Merge interfaces_wlan.inc into interfaces.php there is no need for the to be different files so when one is edited the other can be broken.

998552f8 09/09/2008 07:45 AM Ermal Luçi

NOTE: Part of the interfaces history is located on interfaces_lan.php and interfaces_opt.php.

18961b4e 09/09/2008 07:39 AM Ermal Luçi

Catch up with file rename.

01eb687d 09/09/2008 07:38 AM Ermal Luçi

Catch up with file rename.

1e257f47 09/09/2008 07:27 AM Ermal Luçi

Oops, this is a test and not an assignment.

b2bc44cd 09/08/2008 09:35 PM Scott Ullrich
  • Rename to interfaces.php
  • Fix tab style issues
039fe42c 09/07/2008 07:48 PM Ermal Luçi

Add my name to the copyrights, i think i changed enough of this file!

4476d447 09/07/2008 07:34 PM Ermal Luçi

Merge lan configuration to the interfaces_wan.php page wich does the configuration of all
other assigned interfaces.

3f425cda 09/07/2008 06:24 PM Ermal Luçi

Use different names for pppoe and pptp fields so that problems reported by
http://forum.pfsense.org/index.php/topic,11220.0.html is fixed. Reflect the changes even
on config conversion part.

Add even some code in preparation of merging even lan on the same page.

9573a419 09/07/2008 04:45 PM Ermal Luçi

Add an action even onChange so something can be done even without a mouse.

4d579760 09/07/2008 03:50 PM Ermal Luçi
  • (Re)Implement a 'None' type for interface config which allows to assign interfaces
    like GRE/GIF and filter on them.
  • Show the configuration for an interface only after it is enabled.
  • Show only the configuration option regarding the selected type using some 'sick' javascript 'stolen' on the new loadbalancer.
36152343 09/07/2008 04:55 AM Bill Marquette

Remove references to lbpool - this is no longer in use in 1.3
Not sure what the correct input validation is here (possibly nothing), but
this is definitely not it.

45335fc4 09/03/2008 04:35 PM Ermal Luçi

Hopefully fix wirless configuration issues on GUI part since the wireless code requests an optcfg array as global which was removed with multi pppoe/pptp/... fixes. Pass the required array as a parameter to the wireless code to avoid further breakage while fixing other code.

c33e18c2 09/03/2008 04:21 PM Ermal Luçi

Allow to set the mtu higher than 1500 bytes on interfaces.

bd58d230 08/28/2008 08:19 PM Scott Ullrich
  • Simplify by using $_REQUEST
  • Hard code WAN description if it is blank
67473d80 08/14/2008 04:06 PM Ermal Luçi
  • Move the interface detection of which interface is configured to the top so the pppoe reset function work correctly.
  • Check is the array isset before referenceing it.
675aac3d 08/05/2008 04:32 PM Ermal Luçi

Remove code for creating old way bridges. Anything has to be done through the new bridging code. Sorry not upgradable!

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...

afd8ae1e 07/28/2008 12:09 AM Scott Ullrich

Not sure what a type of none is, it breaks our dropdown ordering.

792bd572 07/25/2008 04:03 PM Ermal Luçi

Allow a dummy none options so cloned interfaces like gif/gre can be assigned safely.

96e00c2f 07/24/2008 02:38 AM Bill Marquette

fix another line break

14b3a55b 07/24/2008 02:37 AM Bill Marquette

fix line break (probably bad copy/paste)

39571a23 07/18/2008 04:48 PM Ermal Luçi

Describe only the functionality it does we know where we are at.

f1f60c92 07/14/2008 09:01 PM Ermal Luçi
  • Merge multiple PPPoE/PPTP interfaces from RELENG_1_MULTI_ANYTHING
  • Much improved rule generation speed
  • Many bug fixing in general of the interface handling

NOTE: this is the other half of changes

6aed99d0 07/07/2008 11:15 PM Scott Ullrich

Turn off CARPDEV.

d8948db4 05/25/2008 05:56 AM Scott Ullrich

Correctly show CarpDEV-DHCP status (forgotten commits).

d5d00b83 05/24/2008 10:29 PM Scott Ullrich

Add CarpDEV-DHCP support.

ad60dd49 03/15/2008 11:52 PM Scott Ullrich

Remove bigpond support. It has been phased out according to:
http://cvstrac.pfsense.com/chngview?cn=14038

8e11b23f 01/18/2008 09:24 PM Scott Ullrich

On interface ip or gateway changes FreeBSD will remove routes related.

Ensure the routes are loaded back each time.

MFC: After testing at ORU

239b93b3 12/27/2007 10:58 PM Scott Ullrich

Pretent we are a little bit more secure and hide the password from folks
that can look over your shoulder.

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

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

2be84cfa 10/19/2007 07:26 PM Seth Mos

Add descriptive text and link to the gateways page

d173230c 10/19/2007 07:10 PM Seth Mos

Add prelimenary Routing page.
Allow multiple gateways on one (static) interface

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

Fixing css layout

bc40d758 09/01/2007 06:30 PM Seth Mos

Create a management subnet on a wan interface if the interface is DHCP.
Create automatic nat rules for the management subnet.
Make the automatic nat rules always use the interface address.
Allow entry of these subnets on the interfaces page.