Project

General

Profile

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

# Date Author Comment
ab9b8aad 03/26/2016 07:29 AM NOYB NOYB

Remove "we" personalizations.

c9742b6a 03/25/2016 09:15 AM NOYB NOYB

Remove errant line.

eaa948d6 03/25/2016 08:49 AM NOYB NOYB

Interfaces - Word Smithing

Word smithing to remove a bunch of personalization ("You").

347c0214 03/20/2016 10:21 AM Phil Davis

Reengineer Form_Button setAttribute

As per what was done for https://github.com/pfsense/pfsense/pull/2765 -
do it to the rest of them.
Seems to work OK.

3671cb40 03/15/2016 02:39 PM Stephen Beaver

Merge pull request #2737 from NOYB/HTML_Compliance_-_Interfaces

faab522f 03/15/2016 12:39 PM Renato Botelho

Revert "Merge pull request #2728 from phil-davis/form_button"

This reverts commit a32bed49516f3df3d104a5026a5b2c74451f348f, reversing
changes made to 9ec9978267a5d1985d6da8ba35d52b7174239d2f.

0c501b7d 03/15/2016 08:49 AM NOYB NOYB

HTML Compliance - Interfaces

Error: Duplicate ID btnadvppp.
<a class=btn btn-default btn-info href=interfaces_ppps_edit.php id=btnadvppp>

bc3c30eb 03/11/2016 03:59 PM Phil Davis

Internationalize Form_Button text

The text of a Form_Button is not translated internally. Some Form_Button
calls already had the button text enclosed in gettext(), this does it
for the remaining ones.

827a3812 03/10/2016 05:52 PM Jim Pingle

More icon/button inconsistencies. Ticket #5965

8f58b51b 03/10/2016 02:43 PM Jim Pingle

More icon and button consistency fixes. Ticket #5965

2e7fa7ca 03/09/2016 09:26 PM Jim Pingle

Fix some more stragglers for icon/button consistency. Ticket #5965

ea125f70 03/08/2016 11:15 PM Chris Buechler

Correct reference for 6rd. Ticket #5967

040cb6ef 03/08/2016 12:31 PM Stephen Beaver

Merge pull request #2716 from phil-davis/patch-6

8d89682e 03/08/2016 05:04 AM Phil Davis

Change invalid use of $iface in interfaces.php

At this point $iface is an undefined var. So the last test of this "if" statement is useless.
That code fragment was introduced in commit https://github.com/pfsense/pfsense/commit/e4d40f41aafe00353c0069b457a0b1b0d6c20987...

1ee6d09a 03/08/2016 03:47 AM Phil Davis

Improve track6-prefix-id handling

1) The var $iface is not set at lines 2457 or 2464. It is a var that was used higher up local to build_ipv6interface_list() - it is not relevant to the single fields track6-prefix-id--hex and track6-prefix-id-max
2) When the user selects a different track6-interface then trigger update_track6_prefix() which will update the help text track6-prefix-id-range....

3a8a9028 03/05/2016 11:14 AM Chris Buechler

Add track6 DHCP6 IPs back to interface when applying changes. Ticket #5945

5d314c0a 03/02/2016 01:51 AM Chris Buechler

Fix DHCPv6 server check to allow track6. Ticket #3029

4a3a45c4 02/21/2016 10:38 PM Luiz Souza

Properly check the parent's MTU when changing a VLAN MTU.

f4bed461 02/14/2016 08:09 PM k-paulius

Review alert wording.

0c5916ce 02/14/2016 11:09 AM NOYB NOYB

Interfaces - DHCP Advanced Options Checkbox Vars

Correct the Enable Checkbox Var Names

79a1a27f 02/14/2016 08:01 AM NOYB NOYB

Interfaces - DHCP Advanced Options Tweaks

Lease requirements and requests typically contain large lists of options. Set the field width to use the available section space.
Apply a few tweaks for better clarity and consistency between DHCP and DHCPv6.
Include a more information link specific to each advanced panel.

5f88f964 02/11/2016 03:51 AM k-paulius

Convert section titles to title case

11439ca3 02/09/2016 02:33 PM Jim Pingle

Cleanup some text in wireless options and fix a description.

3363c02b 02/05/2016 04:53 AM k-paulius

Adding ability to run dhcp6c in debug mode.

0d2497a9 02/04/2016 10:42 PM Chris Buechler

Now that the fields on interfaces.php aren't hidden upon disabling the interface, we don't want to handle disable separately from everything else, as that discards all the changes other than disabling the interface. Everything else with handling bringing down of interfaces is still handled correctly. semi-related to Ticket #2453

f09d4db4 01/27/2016 04:35 PM Renato Botelho

Select an interface to track is mandatory

0fc3de67 01/25/2016 04:36 AM Phil Davis

Internationalize interfaces UI code

3b3a95e5 01/22/2016 05:21 PM Phil Davis

Fix #5794 remove print_info_box_np chackes for gettext("apply")

1) Get rid of the stristr() checks to "guess" if an apply button should
be used.
2) Change print_info_box() so it can take a button name of "close"
, "apply" or none to decide which button to show....

b824f18c 01/22/2016 10:59 AM Renato Botelho

Remove redundant alias check and move group check to proper place, fixes #5795

24049bb6 01/22/2016 10:42 AM Renato Botelho

Do not let interface description to have same name of an interface group. Fixes #5795

6e8892c5 01/21/2016 06:31 PM Stephen Beaver

Add gettext to select option names where required

61d93eb3 01/19/2016 02:29 AM Chris Buechler

Clarify input validation output. Ticket #5778

7d5b2133 01/18/2016 04:35 PM Phil Davis

Use current interface description for breadcrumb

If you enter invalid stuff in the interface description - e.g. "123" - and press save, then you get a warning about it, but the breadcrumb changes to "Interfaces: 123" - the wrongly entered description (that was not applied)....

f8bf3fe8 01/18/2016 04:18 PM Phil Davis

Fix #5778 do not save changes if interface description matches an alias name

See https://redmine.pfsense.org/issues/5778 for details of how to reproduce the problem.

Note that similar code to make the "Sorry, an alias with the name XXX already exists" message is also at the top of interfaces.inc - it compares the current interface descr from the config with the currently existing alias names. That check would help warn the user if someone managed to add an alias name that matched the interface name. I guess it was there from some time in the past when the alias edit code did not cross-validate the alias name with the interface descriptions. I have left that check there - it does no harm to have it "just in case"....

692b5e02 01/15/2016 08:25 PM Stephen Beaver

Reverting #5771 - No longer required

2bbab3a9 01/15/2016 07:50 PM Stephen Beaver

Fixed #5771
EXCEPT that the link in the help text does not point to the correct place (yet)

7361f6c2 01/09/2016 04:16 AM Stephen Beaver

Save adv_dhcp6_config_advanced value instread of just using it to un-hide section

03911305 01/08/2016 11:17 PM Stephen Beaver

Set checkboxes value to "Selected" (not "yes")

6fb95fa2 12/30/2015 11:40 AM jeroen van breedam

Fix typo password confirm

https://forum.pfsense.org/index.php?topic=104629.0

76d6d925 12/28/2015 09:59 PM Stephen Beaver

FInished password hiding logic by ensuring $_POST['password'] != DMYPWD before updating

c8b10b4c 12/28/2015 09:11 PM Stephen Beaver

Added new addPassword method and password == password_confirm validation where required.

4b1d882f 12/19/2015 09:57 PM Colin Fleming

Remove $closehead variable

Remove unused variable $closehead

22142405 12/17/2015 11:52 PM Stephen Beaver

Merge pull request #2287 from NOYB/Interfaces_-_DHCP_Config_File_Override

45a797fe 12/17/2015 11:49 PM NOYB NOYB

Interfaces - DHCP Config File Override

Correct section label.

a2239232 12/17/2015 11:33 PM NOYB NOYB

Interfaces - DHCP Advanced Options - Number Attributes

Protocol timing select timeout; override system minimum number attribute to allow zero.

c6c79a38 12/17/2015 12:48 PM Stephen Beaver

Merge pull request #2270 from NOYB/Interfaces_-_DHCP_Advanced_Options_-_Require_Options

0683ff17 12/17/2015 08:38 AM NOYB NOYB

Interfaces - DHCP Advanced Options - Require Options

Fix Require options form input

b4f03056 12/17/2015 08:00 AM NOYB NOYB

Interfaces - DHCP Advanced Options - Radio Buttons

Fix the Protocol Timing - Presets radio buttons.

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

0ac8bd05 12/15/2015 12:48 PM Stephen Beaver

Merge pull request #2234 from phil-davis/r007

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

Code style g-i

583b40ee 12/15/2015 10:13 AM Phil Davis

Adv DHCP Require Options text

c4b60a9a 11/29/2015 05:37 PM Colin Fleming

Tidy up Boolean operators for HTML5

Remove the XHTML standard Boolean operators (makes reading HTML much
simpler).

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.

2ed5fb61 11/24/2015 12:15 PM Phil Davis

Hide dhcp when staticv4 selected

A classic 1-char fix!
Forum: https://forum.pfsense.org/index.php?topic=102940.0

02cc81ef 11/23/2015 12:54 PM Doug Wollison

Added use of class autoloading (GUI stuff only)

Any GUI script that loads the guiconfig.inc file will have access to
the autoloader.

b7ed9c48 11/17/2015 05:42 PM Stephen Beaver

Fixed not saving spoofed MAC

16060c78 11/16/2015 06:09 PM Stephen Beaver

Fixed #5123

8ac2fe80 11/16/2015 05:47 PM Stephen Beaver

Fixed #5123

564599fa 11/11/2015 04:20 PM Stephen Beaver

Various changes in pursuit of tracking down slow page load. As yet not effective :(

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

c9df279d 11/06/2015 04:04 PM Stephen Beaver

Correction per Phil Davis

9da2cf1c 11/06/2015 12:12 AM Stephen Beaver

First batch of copyright updates

2288d860 10/07/2015 01:30 PM Stephen Beaver

Fixed incorrect label
https://github.com/phil-davis/pfsense/commit/d14064550e96b109544507e70780e3f1e6eeed04

9f3f4276 10/06/2015 08:27 PM Stephen Beaver

Fixed #5269

9abccff3 10/06/2015 07:34 PM Stephen Beaver

Fixed #5268

4dda3174 10/06/2015 06:55 PM Stephen Beaver

Fixed #5266

96c18fe4 10/01/2015 05:43 PM Stephen Beaver

Addresses #5159 by removing hide/show/disable/enable functions to included file

eef93144 09/24/2015 04:48 PM Jared Dillard

Ticket #5204 a clean up pass of the jquery sections

d65e45d3 09/22/2015 07:51 PM Stephen Beaver

Fixed #5165

2e5fc393 09/22/2015 10:08 AM Renato Botelho

Merge pull request #1929 from phil-davis/patch-4

352f8085 09/22/2015 04:22 AM Chris Buechler

Don't allow configuring IPv6 link local addresses on an interface. Ticket #4062

ca28c12c 09/22/2015 01:43 AM Phil Davis

Fix pptp_remote0 var name

I missed one of these in all the manual integration.
Commit https://github.com/pfsense/pfsense/commit/66fd7b47679187ddcfaf5852a55b2af15394f341 had this error.

66fd7b47 09/21/2015 08:35 PM Phil Davis

Redmine #4568 Preserve MLPPP settings when saving interface settings

This is a resubmit of https://github.com/pfsense/pfsense/pull/1900 after integrating to the current master.

6bb806c6 09/21/2015 06:28 PM Chris Buechler

Fix description for 6rd prefix field

2239959d 09/21/2015 06:26 PM Chris Buechler

Fix 6rd input validation. Ticket #4935

725f987f 09/21/2015 05:22 PM Stephen Beaver

fixed #5121

c0c25504 09/21/2015 02:19 PM Stephen Beaver

Fixed #5176

6dee9957 09/21/2015 01:04 PM Stephen Beaver

Fixed #5121
Antenna section removed per JimT

3c596efc 09/19/2015 07:58 AM Chris Buechler

6rd gateway is required, and must be an IPv4 IP, where 6rd is enabled. Ticket #4935

109ebe80 09/18/2015 09:23 PM Stephen Beaver

Fixed #5164

34ab580d 09/17/2015 01:02 PM Stephen Beaver

Fixed #5147
This work was reverted then re-applied without the (accidental) tab/space screw-up

68933ba7 09/17/2015 12:16 PM Stephen Beaver

Revert "Fixed #5148"
Accidentally broke spaces/tabs
This reverts commit 910b77ad1682740e481df29fc2d9c528a13c2da4.

910b77ad 09/16/2015 06:47 PM Stephen Beaver

Fixed #5148

93162f59 09/16/2015 04:47 PM Renato Botelho

Merge pull request #1899 from phil-davis/patch-2

f4381353 09/16/2015 12:31 PM Stephen Beaver

Fixed #5147
JS added to provide DHCP preset functionality

a344af88 09/16/2015 09:52 AM Phil Davis

pptp_local and pptp_remote are arrays

I believe these should reference the [0] array element of pptp_local and pptp_remote. The code in interfaces.php only presents the [0] (first) array element to the user for editing.
The current code also does not preserve any additional pptp_local, pptp_subnet or pptp_remote entries in the coma-separated list in the config. That is redmine bug #4568....

8044720c 09/15/2015 08:22 PM Chris Buechler

fix text

cf011cf2 09/11/2015 05:08 PM Stephen Beaver

Fixed #5123
WEP removed by the use of 'define("ALLOWWEP", false);' - Just in case

6d5e25ce 09/11/2015 04:34 PM Stephen Beaver

Fixed 5124 and #5125 (Default values)

c71c434b 09/11/2015 04:10 PM Stephen Beaver

Fixed #5121 Antennas now default to 'Default'

d0156c7a 09/11/2015 02:33 PM Stephen Beaver

Corrected wpa_enable element name

309e8f8f 09/09/2015 03:58 PM Stephen Beaver

Fixed Modal class issues
FInished interfaces.php (probably)
Fixed notices error in head.inc

635f649d 09/09/2015 01:59 AM Stephen Beaver

Fix typo

8b5aac9f 09/08/2015 09:45 PM Stephen Beaver

PPP country/provider/plan system complted

a9929d56 09/08/2015 07:48 PM Stephen Beaver

IPv4 "add new gateway" functionality provided via modal pop-up
Basic hide/show for form setction implemented

aeeda8b4 09/08/2015 06:29 PM Stephen Beaver

Fixed modal.class.php so that modal forms now work
interface.php changes still WIP

3375f236 09/08/2015 06:29 PM Stephen Beaver

Basic functionality based on types completed and tested

241111d7 09/04/2015 01:14 PM Stephen Beaver

Numerous detail edits from Phil Davis
Thank you!