Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
9014e27c 02/16/2016 10:33 PM k-paulius

Do not generate empty tags if there is no link.

8209517d 02/16/2016 06:00 PM Jim Pingle

Prevent "Ignore denied clients" and "Failover Peer IP" from being combined in the DHCP server settings for IPv4. The daemon fails to start when configured in this way, it apparently only allows "allow" or "deny" in failover mode. Fixes #5898

985118b8 02/16/2016 04:51 PM Luiz Souza

Simplify the code with the use the newly introduced function to list CARP addresses.

35e1cbde 02/16/2016 01:48 PM Jim Pingle

Fix handling of promicuous checkbox on packet capture. Fixes #5896

3c1ff638 02/16/2016 01:43 PM Jim Pingle

Fix spacing issue with "Exclude ESP"

7dbfba5e 02/16/2016 12:47 PM Stephen Beaver

Merge pull request #2650 from NOYB/Firewall_/_Rules_-_Simplify_Order-Store_Loops

3e3165c2 02/16/2016 12:46 PM Stephen Beaver

Merge branch 'patch-9' of https://github.com/k-paulius/pfsense

b6b7ab7d 02/16/2016 12:41 PM Stephen Beaver

Restore infoblock div

60bcf1db 02/16/2016 12:41 PM Stephen Beaver

Revise button icon spacing

98f28b4e 02/16/2016 12:41 PM k-paulius
  • Converted alerts to callouts. * Split first message into paragraphs to make it more readable * Moved 2nd and 3rd messages above the applicable panels, instead of being below them; that's how it was in v2.x
7457ba51 02/16/2016 12:41 PM k-paulius

Convert alert to callout

a0d084fe 02/16/2016 12:41 PM k-paulius

Replace alert with callout. Removed mention about greyed out icon - that is no longer applicable.

8c9d0b20 02/16/2016 12:41 PM k-paulius

Add support for Bootstrap callouts

71e8cdd6 02/16/2016 11:19 AM NewEraCracker

Headers don't need HTML entities

This commits fixes form submission on Services/UPnP redirecting to an URL with & on it.

acd05d2b 02/16/2016 10:14 AM NOYB NOYB

Firewall / Rules - Simplify Order-Store Loops

Replace indexing for loops with more easily readable key/value foreach loops.
Make the order-store rules selection logic consistent with the display rules selection logic.

d0f90e1c 02/16/2016 05:02 AM k-paulius

Stop generating page-header instead of hiding it. With breadcrumbs introduces it no longer serves any useful purpose.

caf21e6b 02/15/2016 05:41 PM Renato Botelho

Remove Help -> Search Portal menu entry, it fixes #5894

6f4f88da 02/15/2016 04:32 PM Renato Botelho

Merge pull request #2645 from NewEraCracker/print_info_box-fix

8b17cc3f 02/15/2016 03:38 PM NewEraCracker

Fix broken HTML in diag_gmirror.php

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.

ee392675 02/15/2016 01:25 PM NewEraCracker

Escape ampersands in links - part 2

7e3b6744 02/15/2016 12:50 PM Stephen Beaver

Merge pull request #2641 from k-paulius/patch-7

26dece99 02/15/2016 12:43 PM NewEraCracker

Escape ampersands in links

For better HTML conformant with standards.

f682b08a 02/15/2016 12:43 PM Stephen Beaver

Merge pull request #2643 from NewEraCracker/html-fix

ee10332b 02/15/2016 12:30 PM NewEraCracker

Move valign to style - part 2

91419f70 02/15/2016 08:51 AM NewEraCracker

Move valign to style

42256800 02/15/2016 08:43 AM NewEraCracker

Make HTML conformant with standards

Escape '&' via htmlspecialchars.

f2066870 02/15/2016 08:42 AM NOYB NOYB

Firewall / Rules - for/foreach Vars

Replace for $i var with foreach $filteri var.

83804723 02/15/2016 05:31 AM k-paulius

Move add button outside the panel.

4027d64e 02/15/2016 04:49 AM k-paulius

Only display the message if there are no entries in the table, do not display empty panel and table.

f3c1dfa7 02/15/2016 04:25 AM k-paulius

Perform HTML entity translations

31582a15 02/15/2016 04:22 AM k-paulius

Need to pass zone in the GET params so we don't get redirected to status_captiveportal.php

47eaf22d 02/15/2016 04:07 AM k-paulius

Rename form submit button, adjust message

2506ce4c 02/15/2016 04:02 AM k-paulius

Move result message to the top of the page.

067c53d5 02/15/2016 03:59 AM k-paulius

Change form submit button text to 'Test'. Use alert box classes instead of text color to indicate success or failure.

d2d4c23e 02/15/2016 03:48 AM k-paulius

Move result message to the top of the page.

84320769 02/15/2016 03:35 AM k-paulius

Show page title because that's where page help icon is displayed.

ff41e565 02/15/2016 03:17 AM k-paulius

Only display tab name in the breadcrumb if vouchers are enabled. Do not display zone name in the panel title because it is already displayed in the breadcrumb.

a328bc5f 02/15/2016 03:07 AM k-paulius

Fix when "No Captive Portal zones" message is displayed and do not display it inside the panel.

f9f86b7f 02/15/2016 02:49 AM k-paulius

Code style fix.

7aa952cf 02/15/2016 02:47 AM k-paulius

Code style fix.

dde3e09d 02/15/2016 02:42 AM k-paulius

Fix DHCPv6 Server detection on DHCPv6 Relay page.

9c06758b 02/15/2016 02:33 AM k-paulius

Fix DHCPv6 Relay detection on DHCPv6 Server page. It broke due to dhcrelay6 config format changes.

f7253434 02/14/2016 10:28 PM Stephen Beaver

Merge pull request #2637 from k-paulius/patch-6

8bd84082 02/14/2016 09:26 PM Luiz Souza

Add support for multiple span ports on bridge.

While here, fix and improve the error detection for the selected ports.

Inspired by pull request #2613 from heper/patch-1

Ticket #5871

2b38c46b 02/14/2016 09:09 PM k-paulius

Switch tabs places so that active tab is the first tab

0f298138 02/14/2016 09:08 PM k-paulius

Rename 'Backup/Restore' to 'Backup & Restore' so it does not clash with breadcrumb separator.

448280c3 02/14/2016 08:51 PM k-paulius

Rename NTP tab to Settings to be more user friendly.

37abd83b 02/14/2016 08:43 PM k-paulius

Indicate in the breadcrumb if we are editing list item.

46b7214c 02/14/2016 08:37 PM k-paulius

Rename 'DHCPv6 Server/RA' to 'DHCPv6 Server & RA' so it does not clash with breadcrumb separator.

996272ae 02/14/2016 08:31 PM k-paulius

Remove Zone: prefix before the zone name to make breadcrumb a bit shorter + it is obvious what it is

02fb3a41 02/14/2016 08:21 PM k-paulius

Update breadcrumb to match tab name

33e52814 02/14/2016 08:16 PM k-paulius

Show in the breadcrumb if we are modifying floating rule.

02342d8c 02/14/2016 08:14 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.

7b299a6e 02/14/2016 08:14 PM k-paulius

Use print_info_box() to generate alerts

7bf3b8a0 02/14/2016 08:13 PM k-paulius

Use print_info_box() to generate alerts

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

Review alert wording.

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.

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

No need to state that it is a warning

1bd5e62d 02/14/2016 08:09 PM k-paulius

Use print_info_box() to generate alerts

7c945f74 02/14/2016 08:09 PM k-paulius

Use print_info_box() to generate alerts

56c6b1cb 02/14/2016 08:08 PM k-paulius

Indicate in the breadcrumb if we are editing list item.

d49d6033 02/14/2016 07:47 PM k-paulius

Perform HTML entity translation where & is used

8f1ab2a4 02/14/2016 07:35 PM k-paulius

Indicate in the breadcrumb if we are editing list item.

5524c2ef 02/14/2016 05:55 PM Stephen Beaver

Merge pull request #2632 from NOYB/Interfaces_-_DHCP_Advanced_Options_Tweaks

9b277ab8 02/14/2016 05:49 PM NewEraCracker

Do not echo printf return value

Previous implementation would print both the content and return value. Changing to sprintf while retaining the short opening echo tag, echoes the content as intended and keeps code in line with the style of the project.

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.

ab61de4d 02/14/2016 06:46 AM k-paulius

Rename 'Packages' menu item to 'Package Manager' to better match with 'Cert. Manager' and 'User Manager'

3cff35f1 02/14/2016 06:43 AM k-paulius

Make 'Installed Packages' first tab, because it is the active tab by default.

d4a744b2 02/14/2016 06:38 AM k-paulius

Cert is abbreviated word so adding . to stay consistent with the usage of Avail.

d866cc44 02/14/2016 06:31 AM k-paulius

Remove "headline" from the breadcrumb. It serves no real purpose, since the action that is being performed is already shown in the panel title + no other page shows action in the breadcrumb.

d88908cf 02/14/2016 06:20 AM k-paulius

Add action to the breadcrumb. Rename 'Information/Tests' to 'Information & Tests' so it does not clash with breadcrumb separator.

550d7d8b 02/14/2016 06:12 AM k-paulius

Show package name in the breadcrumb.

c704b641 02/14/2016 06:02 AM k-paulius

Indicate in the breadcrumb if we are editing list item.

253fa019 02/14/2016 05:53 AM k-paulius

Show interface name in the breadcrumb on DHCPv6 Server page

fa94122b 02/14/2016 05:21 AM k-paulius

Show interface name in the breadcrumb on DHCP Server page

6a5fc3d7 02/13/2016 09:38 PM Stephen Beaver

Merge pull request #2630 from NOYB/Firewall_Rules_-_for/foreach

9718847b 02/13/2016 09:38 PM k-paulius

Renamed SMART to S.M.A.R.T.

544af3fe 02/13/2016 09:38 PM k-paulius

Synchronize page titles with tab titles. Rename some titles in order to be more consistent.

1176360c 02/13/2016 09:38 PM k-paulius

Use consistent webConfigurator spelling

7ca42d47 02/13/2016 09:38 PM k-paulius

Renamed 'Wake on LAN' to 'Wake-on-LAN'

f990294f 02/13/2016 09:38 PM k-paulius

Synchronize page titles with tab titles. Rename some titles in order to be more consistent. Convert page title to title case.

a6a6ee00 02/13/2016 09:38 PM k-paulius

Synchronize page titles with tab titles. Rename some titles in order to be more consistent. Convert page title to title case.

44c0a159 02/13/2016 09:38 PM k-paulius

Synchronize page titles with tab titles. Rename some titles in order to be more consistent.

f4741421 02/13/2016 09:38 PM k-paulius

Synchronize page titles with tab titles. Rename some titles in order to be more consistent. Convert page title to title case.

d85a1b53 02/13/2016 09:38 PM k-paulius

Show zone name in the breadcrumb of MAC, IP, hostname and voucher edit pages.

c0bf6737 02/13/2016 09:38 PM k-paulius

Show zone name in the breadcrumb just like it is shown on Services->Captive Portal pages.

caf59781 02/13/2016 09:38 PM k-paulius

Synchronize page titles with tab titles; Rename few titles in order to be more consistent.

227c1181 02/13/2016 08:21 AM NOYB NOYB

Firewall Rules - for/foreach

Replace indexing for loops with more readable, and faster on arrays, key/value foreach loops.

1bff2dc8 02/12/2016 11:08 PM Chris Buechler

FreeBSD doesn't yet support TFC, comment out until it does. Ticket #4688

57b5da70 02/12/2016 06:24 PM Jim Pingle

Refine the way the DNS Forwarder and DNS Resolver are handled via XMLRPC. Fixes #5882

b866103e 02/12/2016 05:43 PM Chris Buechler

Background 'ipsec up' commands so they don't hang up the web GUI. Ticket #5886

3deee4c8 02/12/2016 01:23 PM Stephen Beaver

Merge pull request #2623 from NOYB/Firewall_/_Rules_-_Consolidate_Move_Separators_Function

c8f6b745 02/12/2016 01:22 PM k-paulius

Synchronize page title with tab title. Convert page title to title case.

a9f5d420 02/12/2016 01:22 PM k-paulius

Add colon before zone name to make it more readable.

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.

44fa18d6 02/12/2016 01:22 PM k-paulius

Add missing break

d1bbb5e8 02/12/2016 01:22 PM k-paulius

Convert page title to title case

2d1f33d9 02/12/2016 01:22 PM k-paulius

Synchronize page title with tab title