Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
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.

8658cc0e 03/14/2016 09:55 PM Jim Pingle

Fix population of the wireless parent list. Fixes #5992

3f597adb 03/14/2016 09:08 PM Stephen Beaver

Re-commit change

533bce6f 03/14/2016 09:08 PM Stephen Beaver

Revert "Fixed #5983"

This reverts commit 9ec9978267a5d1985d6da8ba35d52b7174239d2f.

0974e2de 03/14/2016 07:48 PM Stephen Beaver

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

1ce6d9e9 03/14/2016 07:47 PM Stephen Beaver

Merge pull request #2735 from NOYB/HTML_Compliance_-_Firewall_/_Schedules_/_Edit_-_Readonly_Attribute

b824ec91 03/14/2016 07:47 PM Stephen Beaver

Merge pull request #2732 from ExolonDX/branch_02

a32bed49 03/14/2016 07:45 PM Stephen Beaver

Merge pull request #2728 from phil-davis/form_button

9ec99782 03/14/2016 07:23 PM Stephen Beaver

Fixed #5983

Added the ability to move multiple firewall rules via a "movre to here" icon (anchor)

e731dae0 03/14/2016 05:11 PM Jim Pingle

Icon missing from default pkg.php save button. Ticket #5965

d7b4cc7b 03/14/2016 04:24 PM Colin Fleming

Change to 4 spaces

7e91c90c 03/14/2016 03:13 PM Jim Pingle

Fix styling on "Create Phase 1" button. Ticket #5965

15e4340e 03/14/2016 12:14 PM Stephen Beaver

Anchot icon requires icon-pointer class

60f8fa56 03/14/2016 11:10 AM Phil Davis

Translate button text

dfe90903 03/14/2016 10:29 AM Renato Botelho

Merge pull request #2734 from NOYB/System_/_Routing_/_Gateways_/_Edit_-_Punctuation

bb79c035 03/14/2016 10:29 AM Renato Botelho

Merge pull request #2733 from ExolonDX/branch_03

a2dc37d4 03/14/2016 10:28 AM Renato Botelho

Merge pull request #2731 from ExolonDX/branch_01

9f89a15e 03/14/2016 10:27 AM Renato Botelho

Merge pull request #2730 from NOYB/HTML_Compliance_-_Status_Dashboard_-_System_Information_Widget

018514fd 03/14/2016 09:04 AM NOYB NOYB

HTML Compliance - Firewall / Schedules / Edit - Readonly Attribute

Error: Bad value readonly for attribute type on element input.

Readonly is not a valid type attribute value.
If the intention here is to prevent the fields from being edited. Use the readonly attribute....

84d961c3 03/14/2016 01:37 AM Jim Pingle

Use file-text-o instead of file-o for consistency. Ticket #5965

aebf68d5 03/13/2016 08:13 AM NOYB NOYB

System / Routing / Gateways / Edit - Punctuation

8778c9f0 03/12/2016 10:03 PM Colin Fleming

Tidy up "interfaces_bridge_edit"

Change type of input to number

282a02d3 03/12/2016 10:01 PM Colin Fleming

Tidy up "system_gateways_edit"

Tidy up missing semi-colon in non-breaking space

f451c51e 03/12/2016 10:00 PM Colin Fleming

Tidy up "pkg_mgr_installed"

Remove stray closing SMALL tag

3d4b57b8 03/12/2016 08:37 AM NOYB NOYB

HTML Compliance - Status Dashboard - System Information Widget

Error: Stray end tag spa.
Error: End tag td seen, but there were open elements.
Error: Unclosed element span.

e0712c75 03/12/2016 05:49 AM Chris Buechler

Use route_vpn_gateway for tap-type OpenVPN instances as well where specified. Remove old and wrongly copy/pasted comments while here. Ticket #5981

74d0b2c9 03/11/2016 07:14 PM Jared Dillard

adjust nvd3 chart height and make rule more strict

868cb27d 03/11/2016 04:53 PM Jim Pingle

Fix icon usage on the interfaces widget, the down icon was arrow-up. Add color to the status for clarity. Ticket #5965

4fb86e06 03/11/2016 04:28 PM Jim Pingle

Fix online user counts for CP/Vouchers. Fixes #5978

2f62ed87 03/11/2016 04:17 PM Phil Davis

Resolve conflicts with master

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.

fff6a2af 03/11/2016 03:45 PM Jim Pingle

Some safety belts to avoid presenting PHP errors to the user. Ticket #5973

b95e3de4 03/11/2016 03:42 PM Jim Pingle

Ensure $a_cert is always an array. Fixes #5977

e8a37c87 03/11/2016 03:30 PM Jim Pingle

Tweaks/fixes for WoL, ticket #5965

759cbbd1 03/11/2016 03:25 PM Jim Pingle

Fixup Toggle All button, ticket #5965

0eeee31f 03/11/2016 03:06 PM Stephen Beaver

Merge pull request #2725 from NewEraCracker/system_certmanager-fixes

491ec6f1 03/11/2016 03:02 PM Stephen Beaver

Merge pull request #2727 from phil-davis/savebtn

7e1f2e65 03/11/2016 03:01 PM Stephen Beaver

Merge pull request #2726heper:patch-2 from phil-davis/patch-2

306cbbc8 03/11/2016 02:43 PM Phil Davis

Fix $POST checks so they do not depend on string Save

This prevents problems when Save is translated to other languages.
Note: This is the only remaining place I could find with this issue.
There are other pieces of code that do:
```
if ($_POST['save'] == gettext("Save"))...

8a3c6f0c 03/11/2016 02:37 PM Jim Pingle

Use a more clear icon/wording on Diag > Tables button to flush the table. Ticket #5965

6400975d 03/11/2016 02:34 PM Jim Pingle

Use less confusing button text/colors/icons for Factory defaults/Halt/Reboot. Ticket #5965

74bd7993 03/11/2016 01:53 PM Phil Davis

Translate the default submit button text

Note: This will cause a problem for some code that does comparisons expecting this text to be exactly the string 'Save'. If the user has selected a different language then the button text will be translated and thus will be some different text....

2c1cb903 03/11/2016 12:47 PM NOYB NOYB

HTML Compliance - CARP Status Widget

Error: th start tag in table body.
Warning: A table row was 1 columns wide, which is less than the column count established by the first row (3).

b35250d9 03/11/2016 12:02 PM NewEraCracker

Indent system_certmanager.php

308f0665 03/11/2016 12:01 PM NewEraCracker

The 'csr' code block is duplicated. This commit removes it

a358e772 03/11/2016 02:39 AM Jim Pingle

Fix QinQ member save action. Ticket #5965

141d8913 03/11/2016 02:39 AM Jim Pingle

Fix some Save button quirks. Ticket #5965

10485d3c 03/11/2016 01:24 AM Jared Dillard

change to class for multiple update locations

47810f7a 03/11/2016 01:21 AM Jared Dillard

Merge pull request #2722 from NOYB/Status_Monitoring_-_Settings_Panel_Collapsible

c0367cb8 03/10/2016 09:48 PM Jim Pingle

More icon and button inconsistencies. Should be the last batch. Ticket #5965

27d6a45b 03/10/2016 08:40 PM Jim Pingle

More icon/button inconsistencies. Ticket #5965

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

More icon/button inconsistencies. Ticket #5965

be7ef04b 03/10/2016 04:50 PM Jim Pingle

Make fa-save the default button icon for 'Save' on all forms. Ticket #5965

3314e626 03/10/2016 04:50 PM Jim Pingle

Advanced button consistency. Ticket #5965

5542d069 03/10/2016 04:50 PM Jim Pingle

Fix button icons in the package manager. Ticket #5965

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

More icon and button consistency fixes. Ticket #5965

f84e2105 03/10/2016 02:43 PM Jim Pingle

Add the ability for packages to control their button icon and class. Ticket #5965

990a985e 03/10/2016 02:01 PM Stephen Beaver

Revised disk space display to use progress bar

3b36f1a7 03/10/2016 01:26 PM Jim Pingle

Make the Notification settings test buttons consistent with other buttons in the GUI. Ticket #5965

0c35ea41 03/10/2016 01:03 PM Stephen Beaver

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

b1b8784a 03/10/2016 08:37 AM NOYB NOYB

Status Monitoring - Settings Panel Collapsible

Make the status monitoring settings panel collapsible with page load state configurable in general setup associated panels show/hide.
Replace Update button with refresh icon on title bar.

Required by FreeBSD-Ports pull request #78 Status Monitoring - Settings Panel Collapsible.

f7e3a67f 03/10/2016 06:56 AM Phil Davis

Improve test for firewall rule advanced setting

You could make some advanced settings, save the firewall rule, then when editing again the advanced section would not be automatically open. That makes it hard for users to realise that a rule has some advanced setting(s)....

9d94bfd7 03/10/2016 05:43 AM Phil Davis

Display NAT advanced source settings if defined

On NAT Port Forward Edit, if any of the source port settings are different to the defaults then display the source fields, rather than just the Advanced button.
Otherwise when editing a NAT port forward with source address/port settings, it is not obvious to the user that there are existing source settings "hiding" under the Advanced button.

05e539af 03/09/2016 09:48 PM Jim Pingle

Add button on pkg needs fa-plus, too. Ticket #5965

107e9bd0 03/09/2016 09:37 PM Jim Pingle

Fix CP portal page controls (view, download, reset) for consistency. Ticket #5965

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

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

da8a1134 03/09/2016 09:26 PM Jim Pingle

Fix icon consistency and some other formatting issues on the LDAP picker. Ticket #5965

6fe069a4 03/09/2016 09:26 PM Jim Pingle

Fix typo

aea6feee 03/09/2016 09:26 PM Jim Pingle

Fix voucher regenerate button action.

ad1188d9 03/09/2016 09:24 PM Stephen Beaver

Fixed 5971

cd7ddae6 03/09/2016 08:35 PM Jim Pingle

Icon consistency in Repeatable blocks. Ticket #5965

db47fd94 03/09/2016 07:51 PM Jim Pingle

Fix formatting on the UPnP page, fixes #5970

37676f4e 03/09/2016 07:30 PM Jim Pingle

Bring some consistency to the way most buttons are displayed (color, icons, etc). Ticket #5965

Still need to review Advanced buttons and Repeatable block buttons.

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

Correct reference for 6rd. Ticket #5967

8b79448d 03/08/2016 08:40 PM Jim Pingle

Remove bonus comma

c933c798 03/08/2016 08:25 PM Jim Pingle

Fix alias import icon visibility, and change to a more relevant icon. Fixes #5963

40b65f4e 03/08/2016 07:46 PM Stephen Beaver

Changed all selectoraction to"change" instead of "click"

88ce4c45 03/08/2016 07:46 PM Stephen Beaver

Fixed #5962

0b9cadb4 03/08/2016 07:27 PM Jim Pingle

Upon further review, use a more clear and related set of icons for CARP status, play-circle (master) and pause-circle (backup). Ticket #5965

19d5cc63 03/08/2016 07:26 PM Jim Pingle

Change shortcut bar status icon to bar-chart, the gear/cog purpose was unclear, looked too much like a settings icon. Ticket #5965

ce883f9f 03/08/2016 06:46 PM Jim Pingle

Change "internal" representation of CA on CA and CRL list to an icon, and the inuse indicator on CRLs to an icon. Ticket #5965

3e608769 03/08/2016 06:36 PM Jim Pingle

Add visual indication of negation on Outbound NAT list. Fix static port representation to use an icon with a helpful title. Ticket #5965

719635b2 03/08/2016 06:24 PM Jim Pingle

Give a visual indication when a port forward has the negation option active (no rdr). Ticket #5965

b4e955d9 03/08/2016 06:13 PM Jim Pingle

Correct the text and placement of the disable and nobinat options for 1:1 NAT rules. Fixes #5966

882351c4 03/08/2016 05:57 PM Jim Pingle

Slight change to CARP status icons, difference between master and backup status was not clear enough. Ticket #5965

15b6dcac 03/08/2016 04:15 PM Jim Pingle

Correct some icon usage inconsistencies. Fixes #5965

1ce9c03d 03/08/2016 04:15 PM Jim Pingle

Clean up the CARP status widget. Fixes #5964

89333d37 03/08/2016 01:37 PM Jim Pingle

Move Save button on config history settings inside the panel with the other settings. Fixes #5961

bf2602a9 03/08/2016 12:31 PM Stephen Beaver

Merge pull request #2717 from NOYB/System_/_User_Manager_/_Groups_/_Edit

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

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

cbfbab58 03/08/2016 12:30 PM Stephen Beaver

Merge pull request #2715 from phil-davis/patch-5

836400cd 03/08/2016 12:29 PM Stephen Beaver

Merge pull request #2714 from phil-davis/actions

2c2dc9af 03/08/2016 12:29 PM Stephen Beaver

Merge pull request #2713 from phil-davis/patch-3

70da45c9 03/08/2016 06:43 AM NOYB NOYB

System / User Manager / Groups / Edit

Error: th start tag in table body.

Warning: A table row was 3 columns wide and exceeded the column count established by the first row (2).

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....

21d973b2 03/08/2016 02:37 AM Phil Davis

Add Actions column heading

to other places where it was missing, for UI consistency.

b1466a09 03/08/2016 02:05 AM Phil Davis

Add Actions column heading for CRL Manager

To be consistent with everywhere else that has a heading for the Actions column.

f460db90 03/07/2016 10:59 PM NOYB NOYB

System / User Manager / Users / Edit

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

Error: Stray end tag td.

21749f7a 03/07/2016 04:49 PM Jim Pingle

On second though, don't use this class on this particular tag in the WoL widget.