Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
9c38bcea 11/28/2009 09:47 PM Scott Ullrich

Do not dedicate 16 characters to interface name

d11c1f93 11/28/2009 08:57 PM Scott Ullrich

Add radius mac formatting GUI bits. The backend bits where already present. Resolves #178

30c4ae8a 11/28/2009 07:56 PM Scott Ullrich

Seperate diffserv box into a <select> dropdown. Hide item behind advanced button. Move down one section near other advanced items. Resolves #60

c898b8aa 11/28/2009 07:40 PM Scott Ullrich

Diffserv code point is not a reqired field

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

ceae2616 11/28/2009 10:52 AM Ermal Luçi

Use propper name for interface groups.

4400ad66 11/28/2009 10:47 AM Ermal Luçi

Rework qinq a bit. Make it use a vlan(4) as the firt Q and a ng_vlan(4) for the second Q in QinQ.

7c9d8d71 11/28/2009 07:28 AM Ermal Luçi

Please pretty please use the interfaces function rather than than growing yet again the horrendous custom made things. Thank you. Ticket #141

34cdf949 11/28/2009 05:40 AM Chris Buechler

fix typo

58b0abb3 11/28/2009 05:11 AM Scott Ullrich

Correct typo Resolves #141

d823b81c 11/28/2009 04:55 AM Scott Ullrich

Use long php notation opener

143048e3 11/28/2009 03:43 AM Scott Ullrich

Do not allow interface names as alias names Ticket #141

f76a479d 11/28/2009 03:41 AM Scott Ullrich

Do not allow reserved keywords as alias names Ticket #141

b6693b01 11/28/2009 02:00 AM Scott Ullrich

use _SERVER[\'HTTP_HOST\']

39d1c22d 11/28/2009 01:50 AM Scott Ullrich

Use _SERVER['HTTP_HOST'] instead of lanip Resolves #157

d2aa8cd6 11/28/2009 12:40 AM Scott Ullrich

Escape ' Ticket #143

b4bfd25d 11/28/2009 12:02 AM Scott Ullrich

Add disabled checkbox. Add code to check for disabled accounts.

e7d3b8f4 11/27/2009 11:43 PM Seth Mos

Add input validation to check if the gateway IP is in the local subnet for that interface.
Needs testing, no idea if this works for ppp or pppoe interfaces.

e489f87d 11/27/2009 11:26 PM Seth Mos

in_array() is needle, haystack. Not the othe way round which throws a wrong datatype warning.

Issue 166

0a82fa9b 11/27/2009 10:46 PM Scott Ullrich

Allow expiration date to lie in the past which has the side effect of disabling the account Ticket #65

8512951f 11/27/2009 10:28 PM Seth Mos

Fixup the wireless graph, not sure if many people ever saw it, considering it was included in 1.2 and up but did not look very pretty.
Greatly enhanced the readability by setting up the default colors better and increasing the line thickness to 2.

685493b5 11/27/2009 10:22 PM Scott Ullrich

Expand services -> captiveportal infterface box to match the number of interfaces present Resolves #160

a7dbeea9 11/27/2009 09:59 PM Pierre POMES

Merge branch 'master' of :pfsense/mainline

46c5b763 11/27/2009 09:57 PM Pierre POMES

Fix hostname checking when entering a dhcp static mapping and replace "." with "_" when writing "host-name" option in dhcpd.conf. Resolves #159

1ee5d4b3 11/27/2009 09:53 PM Scott Ullrich

Call enable_rrd_graphing() on save Resolves #154 + previous commit

6e6233d0 11/27/2009 09:37 PM Scott Ullrich

Call enable_rrd_graphing(); when clicking save Ticket #154

95dd7e9d 11/27/2009 09:34 PM Scott Ullrich

Set location of header request

fa6a664d 11/27/2009 09:32 PM Scott Ullrich

When working with one interface only, do not attempt to setup lan during setup wizard. Ticket #158

4195c967 11/27/2009 09:17 PM Scott Ullrich

Correctly output only selected backup area when do not backup packages is selected. Resolves #168

77456954 11/27/2009 04:29 AM Chris Buechler

clarify text

d8ba56f6 11/27/2009 04:25 AM Chris Buechler

fix up text

4c86a165 11/27/2009 02:23 AM Scott Ullrich

add captiveportal.inc

5a7d827b 11/27/2009 02:18 AM Scott Ullrich

Add ipsec.inc and vpn.inc

6c4b9f46 11/26/2009 09:02 PM Seth Mos

Show the RSSI, BSSID and the wireless connection rate

f9fc88cc 11/26/2009 05:33 PM Scott Ullrich

Rework includes. Ticket #170

331e8242 11/26/2009 02:13 PM Ermal Luçi

Resolves #174. Fix the typo to reresolve the issue.

34019d28 11/26/2009 01:55 PM Ermal Luçi

Resolves #170. Yet again include fallout changes.

22275785 11/25/2009 08:54 PM Seth Mos

Make sure to display a correct bssid field instead of a truncated one. Going to great lengths here to prevent splitting on a fixed number of characters.

c795339e 11/25/2009 06:18 PM Ermal Luçi

Resolves #175. Return description even for disabled interfaces. Teach the return_gateways_array() to return status for disabled interfaces if the caller requests it.

392cd413 11/25/2009 04:59 PM Ermal Luçi

Resolves #169. Show interface friendly names during the wizards. Some more cosemtics is needed in this wizard but this is a first step.

c19900ef 11/25/2009 04:36 PM Ermal Luçi

Resolves #170. This is really a fallout from include changes. Pointy-hat: sullrich@

e7bfa231 11/25/2009 04:20 PM Ermal Luçi

Resolves #174. If the interface reassignment changes reload the config for the interface.

c44d3cf7 11/25/2009 02:32 PM Ermal Luçi

Resolves #179. Propperly check if this is an array or not. This is required since php 5.+.

b6cd2248 11/25/2009 03:14 AM Jim Pingle

Help page (re)mapping.

7ab2b688 11/25/2009 12:38 AM Scott Ullrich

Include commonly used .inc files such as filter.inc, shaper.inc, etc

105bb6a6 11/24/2009 08:37 PM Seth Mos

Fix wireless stations list

0a595d84 11/24/2009 01:44 PM Ermal Luçi

s/interfaces_carp_configure/interfaces_carp_setup/

474ef84c 11/24/2009 11:53 AM Ermal Luçi

Fix problems with traffic shaper wizards not propperly handling the parameter at first step.

127b93cf 11/24/2009 11:35 AM Ermal Luçi

Include necessary shaper.inc for read_altq_config.

a5f07f09 11/24/2009 11:32 AM Ermal Luçi

Include rrd.inc for enable_rrd_graphing.

ec08d983 11/24/2009 11:27 AM Ermal Luçi

Include neccessary filter.inc.

07ab4926 11/23/2009 01:02 AM Scott Ullrich

Update fieldname, it should be hostname and not host Ticket #159

5fbcc12a 11/22/2009 12:43 AM Scott Ullrich

Add blank row to match firewall rules layout

1b43f08f 11/22/2009 12:41 AM Scott Ullrich

Move linked rule below pass icon. Cleanup tables

1a03cf69 11/22/2009 12:34 AM Scott Ullrich

Include filter.inc and shaper.inc

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

Require filter.inc and shaper.inc

c987ed88 11/21/2009 11:49 PM Scott Ullrich

Escape $myurl so that it can be replaced

c44417f8 11/21/2009 11:30 PM Scott Ullrich

Include captiveportal for captiveportal_radius_stop_all()

880637d2 11/21/2009 10:05 PM Scott Ullrich

Default to only system information and interfaces widgets. This reduces load time on RSPRO from 9+ seconds to 2.5

483e6de8 11/21/2009 09:08 PM Scott Ullrich

Rework includes/require. This saves about 4 megabytes.
Simplify get_memory(). Tested on mips/i386

e2d90eac 11/21/2009 12:23 AM Seth Mos

Fix the status wireless page for 2.0 using the correct _wlan0 interface
name.
Also bring over a fix for ssid values with spaces, there is a different
fix in 1.2. This one splits on Mac address if they ever decide to list
longer mac addresses instead of truncating to 16 characters. The IEEE...

ba3e5c6c 11/20/2009 01:23 AM Jim Pingle

More help page adjustments

c5ee0e21 11/19/2009 11:14 PM Jim Pingle

More help pages

387d2afe 11/19/2009 02:34 AM Jim Pingle

More help pages

56f86399 11/18/2009 11:15 PM Jim Pingle

More help page mappings

f98810b4 11/18/2009 05:53 PM Jim Pingle

Remove another obsolete file, add some other files that no longer exist in the repo to the obsoleted files list.

3a4fb57e 11/18/2009 03:58 AM Chris Buechler

fix up text

7c33eb64 11/18/2009 02:46 AM Jim Pingle

Remove obsolete file, its functionality is now in status_wireless.php

cde575e0 11/18/2009 02:37 AM Jim Pingle

Even more help page mappings

b873ded5 11/18/2009 12:06 AM Jim Pingle

Lots of help page mappings to newly created content. Adjust package editing logic a tad.

7f9ad068 11/17/2009 07:45 PM Chris Buechler

Fix hostname in page title. thanks to sullrich@ for pointer

f7eae2bf 11/17/2009 03:51 PM Jim Pingle

Align the help link to the right of the title. Less wasted space this way.
Seems to work OK in FF, IE8, and Opera. If anyone knows a better way to align images to the right, I'm all ears.

79fd4b18 11/17/2009 02:27 AM Jim Pingle

More help pages.

c45ca271 11/17/2009 01:58 AM Jim Pingle

Add empty hash assignment syntax to the remaining files. (Got tired of adding them every single time I made a change)

4afdaac1 11/17/2009 01:58 AM Jim Pingle

Add a few more mappings.

174fa1ab 11/17/2009 01:31 AM Scott Ullrich

Merge branch 'master' of git://rcs.pfsense.org/pfsense/pierrepomes-max-src-conn into review/master

664efd43 11/17/2009 01:26 AM Jim Pingle

A couple more mappings, plus change to leading with tabs and not spaces. (oops).

6df21728 11/17/2009 01:01 AM Jim Pingle

Help page adjustments and additions. Periodic commit.

26dd6a54 11/16/2009 09:43 PM Pierre POMES

Add support for 'max-src-conn' PF feature, to limit the maximum number of established connections per host

cf21c8ad 11/16/2009 07:12 AM Chris Buechler

Put the FQDN back into the page title. Many people have numerous firewalls up across tabs, and it's impossible to differentiate without this, which we've had for many years.

1fdc32e4 11/16/2009 02:20 AM Jim Pingle

More updates to help page mappings.

92d5144e 11/15/2009 11:41 PM Chris Buechler

this is not a required field

540963fd 11/15/2009 11:40 PM Jim Pingle

Add some more redirect definitions.
Still working on this, just a periodic commit so nothing gets lost.

a9c0ebfe 11/15/2009 11:39 PM Jim Pingle

Fix whitespace error

9cd1eade 11/15/2009 11:38 PM Jim Pingle

Make help link open in a new window

5e08497c 11/15/2009 11:24 PM Chris Buechler

properly enable/disable Everything field

5d55ecfc 11/15/2009 10:27 PM Chris Buechler

fix typo

5262b29a 11/15/2009 10:13 PM Jim Pingle

Proof of concept for a contextual help redirector. Still in early stages of content, but the code behind it works (for ?page= type redirection, http referral url is not yet tested)

0a3eaf4d 11/15/2009 10:13 PM Jim Pingle

Add support for contextual help on each page. Add a help icon to the upper right, and an entry under the Help menu. (Text, style, placement, etc are open for suggestions)

123f030c 11/15/2009 10:06 PM Chris Buechler

Fix proxy ARP VIP addition (was calling old function)

rename function from interfaces_proxyarp... to interface_ to be consistent with the functions for carp, carpdev, and ipalias.

still a problem with proxy ARP, removing VIP doesn't kill off choparp (will open ticket)

08991766 11/15/2009 09:27 PM Jim Pingle

Add a help icon to each theme. Part of the contextual help project.

1ba7a81b 11/15/2009 08:49 PM Ermal Luçi

Propperly fix the special case of proxyarp vip deleteion. With comments from cbuechler@.

d9d95b0a 11/15/2009 08:47 PM Ermal Luçi

Revert "Resolves #153 Treat proxyarp special case during deletion."

This reverts commit 5d5ec271de58dd8306fa7bacfb439b07b3dd2e51.

5d5ec271 11/15/2009 08:38 PM Ermal Luçi

Resolves #153 Treat proxyarp special case during deletion.

6593dae6 11/15/2009 06:32 PM Jim Pingle

Update page title to reflect its current menu name

68b89303 11/15/2009 04:26 PM jim-p

Set executable

e390b503 11/15/2009 04:22 PM Jim Pingle

Move two include files to /etc/inc instead of leaving them in the www dir. Move filterparser.php to /usr/local/bin since it's not meant to be used from the web interface.

9c563754 11/15/2009 04:10 PM Jim Pingle

Remove redundant page title tag

7540905c 11/15/2009 06:28 AM Chris Buechler

call first tab "Active Users", and make it consistent

18cbd65f 11/15/2009 04:12 AM Chris Buechler

fix typos