Project

General

Profile

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

# Date Author Comment
87489e5c 01/08/2018 06:50 PM Peter Schofield

re-adding changes made to fix bug#6400, includes fixes for bug#8222 and bug#8223 that were introduced with the initial commit of this code.

original pull request was #3868

b8f91b7c 01/05/2018 01:44 PM Luiz Souza

Update the Copyright notice for pfSense.

e34c96a3 12/18/2017 01:55 PM Steve Beaver

Revert "Merge pull request #3868 from loonylion/master"
Caused issues reported in https://redmine.pfsense.org/issues/8223
This reverts commit 74c55258b21ada7a542965c2470fbaa45ce19689, reversing
changes made to 2acb4025ee7fef074a67d1021a5e62a0aff9fd37.

772a7b3d 11/12/2017 12:21 PM Peter Schofield

refactored interfaces_assign.php to to benefit people with large numbers of VLANs, as requested on the forum at https://forum.pfsense.org/index.php?topic=137391.0. Also contains a minor speedup for interfaces_vlan.php. Modified functions are contained in interfaces_fast.inc. Profiling code is still present but commented out, as is replaced code.

3b135582 11/07/2017 03:10 AM Luiz Souza

Remove stray white space.

0793de1a 10/17/2017 07:42 PM Luiz Souza

Fix the QinQ support.

Bring the QinQ support to the VLAN dotted format.

To avoid breaks third party software (such as dhcpd), we silently ignore the interfaces with names bigger than the maximum size in FreeBSD.

Ticket #7942

80fe8369 04/16/2017 11:19 AM Phil Davis

Refactor get_configured_interface_list remove unused parameter

4a03ae0a 02/17/2017 11:55 AM Steve Beaver

Fixed #7270

4401107f 02/13/2017 06:12 PM Steve Beaver

Revisions to GET/POST conversion limiting POSTs to save, apply, and delete functions - Interfaces

5b075645 02/10/2017 04:54 PM Steve Beaver

GET/POST conversion interfaces_vlan

7ae1b34f 02/07/2017 10:20 AM Phil Davis

setHelp and getttext for i*.php files

38fe6f07 11/11/2016 04:11 PM Steve Beaver

Fixed #6916

81299b5c 09/06/2016 07:23 PM Renato Botelho

Move copyright from ESF to Netgate

b12ea3fb 07/15/2016 07:30 PM Renato Botelho

Move to Apache License 2.0

c5d81585 07/15/2016 06:30 PM Renato Botelho

Review license / copyright on all files (final round)

1c10ce97 07/03/2016 10:22 PM Pi Ba

webgui tables, doubleclick event to perform 'edit' action, part 2

c81ef6e2 06/27/2016 05:00 AM Phil Davis

Always use require_once

The usage of require() and require_once() throughout the system is
inconsistent, and "bugs" come up now and then when the order of
"requires" is a bit different and some require() happens after the
include file is already included/required....

9fcc7581 02/21/2016 10:38 PM Luiz Souza

If exist, print the friendly interface name next to device name.

f6aebbcc 02/15/2016 03:16 PM NewEraCracker

Bring all calls of print_info_box to same standard

The call itself to print_info_box already echoes the content. There is no need of additionally using the short-open-echo tag on those calls to echo return value. The previous implementation shouldn't yell any visible issues as return is 'NULL' (undefined) which casts to an empty string when printing. But, just for the sake of conformity, this changes are advisable in my opinion.

8545adde 02/14/2016 08:09 PM k-paulius

Review alert wording. End sentence with period, remove redundant 'Warning', 'Error', etc. prefixes, since alerts are now color coded. Remove <b> tags.

26b4bef8 02/12/2016 01:22 PM k-paulius

Synchronize page title with tab title. Renamed GRE to GREs, GIF to GIFs and LAGG to LAGGs to match VLANs, QinQs, etc.

70dc5cd6 01/14/2016 06:15 AM Phil Davis

UI Consistency

1) Put the heading "Actions" at the top of all the "Actions" columns -
it was on some and not others.
2) Some more consistent capitalization of panel titles etc.
3) Most interfaces section edit pages had a section titled like "GIF
Configuration", "GRE Configuration". Make them all consistent, e.g....

060ed238 01/13/2016 08:11 PM Stephen Beaver

Fixed #5566

85d29bf5 01/11/2016 06:51 PM Stephen Beaver

Allow thee use of multiple infoblock on a page

35681930 01/07/2016 06:56 PM Stephen Beaver

Change the automatic information block to look for <div class="infoblock" instrad of <div id="infoblock"
Just makes more sense to use a class for this

5bff8af8 01/07/2016 12:09 PM NewEraCracker

Adjust more calls to print_info_box with unquoted strings

efb86be8 12/31/2015 08:16 AM NOYB NOYB

HTML Compliance - Interfaces / VLAN

A table row was 5 columns wide and exceeded the column count established by the first row (4).

6aa3723a 12/15/2015 06:03 PM Renato Botelho

Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever was the reason they were added, it was never finished and it's not being used

aa82505e 12/15/2015 10:59 AM Phil Davis

Code style g-i

8fd9052f 11/29/2015 06:23 PM Colin Fleming

Type up SCRIPT tags

cbe639a8 11/28/2015 08:37 PM Stephen Beaver

Fixed #5541

cc345482 11/27/2015 06:02 PM Luiz Souza

Add support to set the VLAN PCP (priority code point) in GUI. Pull Request #1757. Ticket #4133

5230f468 11/25/2015 04:48 PM Jim Pingle

Calling all of these "Page" in the privilege name is redundant since they are all pages and the "WebCfg" prefix implies they are pages.

cb41dd63 11/09/2015 11:19 AM Renato Botelho

Copyright and license cleanup

- Remove personal copyright from people who assigned it to employer (ESF)
- Remove $Id$
- Remove extra spaces

919d91f9 11/09/2015 08:47 AM Phil Davis

EOL whitespace and header consistency for www

191cb31d 11/06/2015 03:40 PM Stephen Beaver

Copyright updates Batch 2 of 3

c10cb196 11/05/2015 01:11 PM Stephen Beaver

Moved action-buttons in-line styling to pfSense.css

9d5a20cf 11/05/2015 11:38 AM jeroen van breedam

replace and find for icon-embed-btn

2ec8f0ba 11/04/2015 05:40 PM Stephen Beaver

Buttons update to new design:wq

a5855731 11/02/2015 05:51 PM Stephen Beaver

Fix confirm on delete

968865fa 11/02/2015 05:04 PM jeroen van breedam

fix tabstops

4f7fb8a6 11/02/2015 05:00 PM jeroen van breedam

revert back to $_POST after request from Steve_B

note:
onclick="return confirm" does not function as expected. vlan still removed when choosing "cancel"

43444ecd 11/02/2015 03:51 PM jeroen van breedam

convert interfaces_vlan to fa

this page used $_POST instead on $_GET. no clue why. changed it to $_GET like every other page i've come across thus far. (it only seems to complicate things, without an actual benefit??)

d42b970e 10/03/2015 06:48 PM Stephen Beaver

Converted interfaces_vlan.php from GET to POST for security
Added Bootstrap attributes to table

03b19a93 08/26/2015 06:12 PM Renato Botelho

Merge branch 'master' into bootstrap

46bc6e54 08/25/2015 05:49 PM Renato Botelho

Move main pfSense content to src/