summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Review alert wording. End sentence with periodk-paulius2016-02-161-6/+6
|
* Remove breaks and use content class to provide proper styling.k-paulius2016-02-161-2/+2
|
* Change wording from stating what is going to happen to asking user if they ↵k-paulius2016-02-161-1/+1
| | | | want it to happen.
* Change wording from stating what is going to happen to asking user if they ↵k-paulius2016-02-161-6/+6
| | | | want it to happen.
* Do not generate empty tags if there is no link.k-paulius2016-02-162-3/+14
|
* Remove deprecated <bridge/> tag from default configChris Buechler2016-02-161-1/+0
|
* Remove variables deprecated some time ago.Chris Buechler2016-02-161-2/+0
|
* Prevent "Ignore denied clients" and "Failover Peer IP" from being combined ↵jim-p2016-02-162-2/+6
| | | | 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
* Fix link_interface_to_vips() to account for IP alias over CARP.Luiz Otavio O Souza2016-02-161-7/+13
|
* Simplify and correct the comments in get_carp_interface_status().Luiz Otavio O Souza2016-02-161-21/+18
|
* Simplify the code with the use the newly introduced function to list CARP ↵Luiz Otavio O Souza2016-02-162-7/+4
| | | | addresses.
* Fix the return value if no matching VIP was found.Luiz Otavio O Souza2016-02-161-1/+1
|
* Implement a switch that allows get_configured_vip_list() return only the ↵Luiz Otavio O Souza2016-02-161-3/+15
| | | | | | | | selected type of VIP addresses: CARP, IP alias or all VIPs (default). It seems that a few packages still rely on this. Ticket #5885
* Fix handling of promicuous checkbox on packet capture. Fixes #5896jim-p2016-02-161-1/+2
|
* Fix spacing issue with "Exclude ESP"jim-p2016-02-161-1/+1
|
* Merge pull request #2650 from NOYB/Firewall_/_Rules_-_Simplify_Order-Store_LoopsStephen Beaver2016-02-161-11/+18
|\
| * Firewall / Rules - Simplify Order-Store LoopsNOYB2016-02-161-11/+18
| | | | | | | | | | 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.
* | Merge branch 'patch-9' of https://github.com/k-paulius/pfsenseStephen Beaver2016-02-163-25/+3
|\ \ | | | | | | | | | | | | * 'patch-9' of https://github.com/k-paulius/pfsense: Stop generating page-header instead of hiding it. With breadcrumbs introduces it no longer serves any useful purpose.
| * | Stop generating page-header instead of hiding it. With breadcrumbs ↵k-paulius2016-02-153-22/+0
| |/ | | | | | | introduces it no longer serves any useful purpose.
* | Restore infoblock divStephen Beaver2016-02-161-1/+7
| |
* | Revise button icon spacingStephen Beaver2016-02-161-14/+14
| |
* | * Converted alerts to callouts.k-paulius2016-02-161-26/+19
| | | | | | | | | | * 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
* | Convert alert to calloutk-paulius2016-02-161-1/+1
| |
* | Replace alert with callout. Removed mention about greyed out icon - that is ↵k-paulius2016-02-161-10/+6
| | | | | | | | no longer applicable.
* | Add support for Bootstrap calloutsk-paulius2016-02-163-1/+148
| |
* | Use PHP CLI explicitly to run rc.conf_mount_r(w|o) from pfSense-upgrade, it ↵Renato Botelho2016-02-161-2/+2
| | | | | | | | fixes #5875
* | Call conf_mount_rw() before run pfSense-upgrade to avoid doing it twiceRenato Botelho2016-02-161-2/+2
| |
* | Merge pull request #2651 from NewEraCracker/pkg_edit-fixRenato Botelho2016-02-161-1/+1
|\ \
| * | Headers don't need HTML entitiesNewEraCracker2016-02-161-1/+1
| |/ | | | | | | This commits fixes form submission on Services/UPnP redirecting to an URL with &amp; on it.
* | Break long linesRenato Botelho2016-02-161-4/+7
|/
* Remove Help -> Search Portal menu entry, it fixes #5894Renato Botelho2016-02-151-1/+0
|
* This seems to have negatively impacted LAGG/VLAN configs. Revert "Only set ↵jim-p2016-02-151-9/+7
| | | | | | IFCAPS where they're not already set correctly. Ticket #5887" This reverts commit 7f283fab1b18bb575537bb8498b16a6b1b6d0251.
* Merge pull request #2645 from NewEraCracker/print_info_box-fixRenato Botelho2016-02-1521-36/+36
|\
| * Bring all calls of print_info_box to same standardNewEraCracker2016-02-1521-36/+36
| | | | | | | | 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.
* | Merge pull request #2646 from NewEraCracker/html-fixRenato Botelho2016-02-151-3/+3
|\ \ | |/ |/|
| * Fix broken HTML in diag_gmirror.phpNewEraCracker2016-02-151-3/+3
|/
* Merge pull request #2644 from NewEraCracker/html-fixStephen Beaver2016-02-151-5/+5
|\
| * Escape ampersands in links - part 2NewEraCracker2016-02-151-5/+5
|/
* Merge pull request #2641 from k-paulius/patch-7Stephen Beaver2016-02-1510-67/+72
|\
| * Move add button outside the panel.k-paulius2016-02-141-6/+6
| |
| * Only display the message if there are no entries in the table, do not ↵k-paulius2016-02-141-2/+6
| | | | | | | | display empty panel and table.
| * Perform HTML entity translationsk-paulius2016-02-141-5/+5
| |
| * Need to pass zone in the GET params so we don't get redirected to ↵k-paulius2016-02-141-5/+5
| | | | | | | | status_captiveportal.php
| * Rename form submit button, adjust messagek-paulius2016-02-141-3/+3
| |
| * Move result message to the top of the page.k-paulius2016-02-141-10/+10
| |
| * Change form submit button text to 'Test'. Use alert box classes instead of ↵k-paulius2016-02-141-5/+6
| | | | | | | | text color to indicate success or failure.
| * Move result message to the top of the page.k-paulius2016-02-141-17/+16
| |
| * Show page title because that's where page help icon is displayed.k-paulius2016-02-142-0/+2
| |
| * Only display tab name in the breadcrumb if vouchers are enabled. Do not ↵k-paulius2016-02-141-5/+8
| | | | | | | | display zone name in the panel title because it is already displayed in the breadcrumb.
| * Fix when "No Captive Portal zones" message is displayed and do not display ↵k-paulius2016-02-141-11/+4
| | | | | | | | it inside the panel.
OpenPOWER on IntegriCloud