Project

General

Profile

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

# Date Author Comment
ce77a9c4 01/01/2015 09:26 AM Phil Davis

Fix lineup of copyright lines

and module names and other bits of formatting and typos in header
comment sections.

ed2d1343 12/31/2014 06:22 PM Renato Botelho

Welcome 2015

29aef6c4 11/11/2014 05:36 AM Jim Thompson

Change copyright statement to reflect reality

62424bdb 09/12/2014 07:37 PM Renato Botelho

Remove almost all calls to history.back() and make Cancel button back to HTTP_REFERER, there are a couple of places I didn't touch on this commit because it requires more work

8cd558b6 03/14/2014 08:24 PM ayvis

xhtml Compliance
replaced <br>, <br/> and </br> with <br />

e41ec584 03/12/2014 02:42 PM Renato Botelho

Improve checks for params 'id', 'dup' and other similar ones to make sure they are numeric integer, also, pass them through htmlspecialchars() before print

1e9b4611 09/12/2013 02:28 PM Renato Botelho

Remove call-time pass by reference for do_input_validation, helps ticket #2565

f04d6181 04/15/2013 07:45 PM Colin Fleming

Tidy up "interfaces_wireless_edit.php" XHTML

Close INPUT tags
Update HTML boolean operators

a3381369 01/14/2013 01:27 PM Colin Fleming

Update PHP shorthand tag

Standardise all PHP start tags from "

6ef2297b 12/09/2012 01:02 AM Erik Fonnesbeck

Add extra checks for reading and saving certain wireless settings and fix an existing check.

baca83aa 03/02/2011 04:51 AM Marcus Brown

Fix page title text. Replace "Firewall" with "Interfaces" in title.

dd5bf424 11/12/2010 04:36 PM Scott Ullrich

Fix XSS issues

225a2f0b 11/12/2010 04:03 PM Scott Ullrich

Bring in XSS id fixes from m0n0wall

ddc55e12 08/12/2010 04:18 AM Erik Fonnesbeck

Modify various (s)printf format strings to allow translations to change the order of the inserted strings.

161e42f0 07/12/2010 12:00 PM Carlos Eduardo Ramos

Checked gettext() implementation on interfaces_wireless_edit.php

eb8dacf3 06/30/2010 07:09 PM Rafael Lucas

Implement gettext() calls

992ff4c2 03/11/2010 09:39 AM Erik Fonnesbeck

Sort opt10+ and wlan10+ more like the way that would be expected.

651fff4f 03/03/2010 06:17 AM Erik Fonnesbeck

Add more descriptive mode names to the error messages.

94ca29a9 03/03/2010 12:24 AM Erik Fonnesbeck

Use wireless_regex instead, because is_interface_wireless appears to be intended for assigned interfaces only.

16120707 02/24/2010 07:05 PM Erik Fonnesbeck

Change clone_inuse to function in the same style as the other inuse functions in the interfaces.php files.

38b7d47d 02/24/2010 06:34 PM Erik Fonnesbeck

Revert "Don't skip disabled interfaces when checking which are assigned." and fix an error propagated from this. (misread a parameter name when looking up the function)

This reverts commit ce075a0fd4aa7eb0788f20233bf60706e4c77edf.

7c53bc7b 02/23/2010 01:00 PM Erik Fonnesbeck

Change method of displaying wireless clone interfaces on the assignment page.

82fccf3a 02/23/2010 11:54 AM Erik Fonnesbeck

Allow changing the parent interface of an unassigned wireless clone.

ce075a0f 02/22/2010 06:59 PM Erik Fonnesbeck

Don't skip disabled interfaces when checking which are assigned.

5e2ca757 02/19/2010 03:24 PM Erik Fonnesbeck

Don't allow changing the parent interface until this code supports deleting the old clone.

9f428275 02/15/2010 08:44 AM Erik Fonnesbeck

Add page for configuration of wireless clone interfaces.