Do not dedicate 16 characters to interface name
Add radius mac formatting GUI bits. The backend bits where already present. Resolves #178
Seperate diffserv box into a <select> dropdown. Hide item behind advanced button. Move down one section near other advanced items. Resolves #60
Diffserv code point is not a reqired field
Remove GMT time zone items which are actually reversed and confusing. Resolves #176 - http://www.freebsd.org/cgi/query-pr.cgi?pr=24385
Use propper name for interface groups.
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.
Please pretty please use the interfaces function rather than than growing yet again the horrendous custom made things. Thank you. Ticket #141
fix typo
Correct typo Resolves #141
Use long php notation opener
Do not allow interface names as alias names Ticket #141
Do not allow reserved keywords as alias names Ticket #141
use _SERVER[\'HTTP_HOST\']
Use _SERVER['HTTP_HOST'] instead of lanip Resolves #157
Escape ' Ticket #143
Add disabled checkbox. Add code to check for disabled accounts.
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.
in_array() is needle, haystack. Not the othe way round which throws a wrong datatype warning.
Issue 166
Allow expiration date to lie in the past which has the side effect of disabling the account Ticket #65
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.
Expand services -> captiveportal infterface box to match the number of interfaces present Resolves #160
Merge branch 'master' of git@rcs.pfsense.org:pfsense/mainline
Fix hostname checking when entering a dhcp static mapping and replace "." with "_" when writing "host-name" option in dhcpd.conf. Resolves #159
Call enable_rrd_graphing() on save Resolves #154 + previous commit
Call enable_rrd_graphing(); when clicking save Ticket #154
Set location of header request
When working with one interface only, do not attempt to setup lan during setup wizard. Ticket #158
Correctly output only selected backup area when do not backup packages is selected. Resolves #168
clarify text
fix up text
add captiveportal.inc
Add ipsec.inc and vpn.inc
Show the RSSI, BSSID and the wireless connection rate
Rework includes. Ticket #170
Resolves #174. Fix the typo to reresolve the issue.
Resolves #170. Yet again include fallout changes.
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.
Resolves #175. Return description even for disabled interfaces. Teach the return_gateways_array() to return status for disabled interfaces if the caller requests it.
Resolves #169. Show interface friendly names during the wizards. Some more cosemtics is needed in this wizard but this is a first step.
Resolves #170. This is really a fallout from include changes. Pointy-hat: sullrich@
Resolves #174. If the interface reassignment changes reload the config for the interface.
Resolves #179. Propperly check if this is an array or not. This is required since php 5.+.
Help page (re)mapping.
Include commonly used .inc files such as filter.inc, shaper.inc, etc
Fix wireless stations list
s/interfaces_carp_configure/interfaces_carp_setup/
Fix problems with traffic shaper wizards not propperly handling the parameter at first step.
Include necessary shaper.inc for read_altq_config.
Include rrd.inc for enable_rrd_graphing.
Include neccessary filter.inc.
Update fieldname, it should be hostname and not host Ticket #159
Add blank row to match firewall rules layout
Move linked rule below pass icon. Cleanup tables
Include filter.inc and shaper.inc
Require filter.inc and shaper.inc
Escape $myurl so that it can be replaced
Include captiveportal for captiveportal_radius_stop_all()
Default to only system information and interfaces widgets. This reduces load time on RSPRO from 9+ seconds to 2.5
Rework includes/require. This saves about 4 megabytes.Simplify get_memory(). Tested on mips/i386
Fix the status wireless page for 2.0 using the correct _wlan0 interfacename.Also bring over a fix for ssid values with spaces, there is a differentfix in 1.2. This one splits on Mac address if they ever decide to listlonger mac addresses instead of truncating to 16 characters. The IEEE...
More help page adjustments
More help pages
More help page mappings
Remove another obsolete file, add some other files that no longer exist in the repo to the obsoleted files list.
Remove obsolete file, its functionality is now in status_wireless.php
Even more help page mappings
Lots of help page mappings to newly created content. Adjust package editing logic a tad.
Fix hostname in page title. thanks to sullrich@ for pointer
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.
More help pages.
Add empty hash assignment syntax to the remaining files. (Got tired of adding them every single time I made a change)
Add a few more mappings.
Merge branch 'master' of git://rcs.pfsense.org/pfsense/pierrepomes-max-src-conn into review/master
A couple more mappings, plus change to leading with tabs and not spaces. (oops).
Help page adjustments and additions. Periodic commit.
Add support for 'max-src-conn' PF feature, to limit the maximum number of established connections per host
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.
More updates to help page mappings.
this is not a required field
Add some more redirect definitions.Still working on this, just a periodic commit so nothing gets lost.
Fix whitespace error
Make help link open in a new window
properly enable/disable Everything field
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)
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)
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)
Add a help icon to each theme. Part of the contextual help project.
Propperly fix the special case of proxyarp vip deleteion. With comments from cbuechler@.
Revert "Resolves #153 Treat proxyarp special case during deletion."
This reverts commit 5d5ec271de58dd8306fa7bacfb439b07b3dd2e51.
Resolves #153 Treat proxyarp special case during deletion.
Update page title to reflect its current menu name
Set executable
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.
Remove redundant page title tag
call first tab "Active Users", and make it consistent
fix typos