summaryrefslogtreecommitdiffstats
path: root/src/usr/local
Commit message (Collapse)AuthorAgeFilesLines
* Review alert wording. End sentence with period, remove redundant 'Warning', ↵k-paulius2016-02-1464-112/+110
| | | | 'Error', etc. prefixes, since alerts are now color coded. Remove <b> tags.
* No need to state that it is a warningk-paulius2016-02-142-3/+3
|
* Use print_info_box() to generate alertsk-paulius2016-02-143-21/+31
|
* Use print_info_box() to generate alertsk-paulius2016-02-1419-52/+41
|
* Merge pull request #2632 from NOYB/Interfaces_-_DHCP_Advanced_Options_TweaksStephen Beaver2016-02-141-38/+43
|\
| * Interfaces - DHCP Advanced Options Checkbox VarsNOYB2016-02-141-9/+9
| | | | | | | | Correct the Enable Checkbox Var Names
| * Interfaces - DHCP Advanced Options TweaksNOYB2016-02-141-31/+36
| | | | | | | | | | | | 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.
* | Do not echo printf return valueNewEraCracker2016-02-142-3/+3
|/ | | | 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.
* Make a couple changes to PPP default gateway handling to address issues with ↵jim-p2016-02-141-2/+6
| | | | | | default gateway switching. Fixes #1837 Tested with default gateway switching on and off, by rebooting, manually disconnecting the PPP link, and manually disconnecting the NIC link, worked each time, though still possible some issues remain. Feedback appreciated.
* Merge pull request #2630 from NOYB/Firewall_Rules_-_for/foreachStephen Beaver2016-02-131-15/+21
|\
| * Firewall Rules - for/foreachNOYB2016-02-131-15/+21
| | | | | | | | Replace indexing for loops with more readable, and faster on arrays, key/value foreach loops.
* | Renamed SMART to S.M.A.R.T.k-paulius2016-02-134-7/+7
| |
* | Synchronize page titles with tab titles. Rename some titles in order to be ↵k-paulius2016-02-1311-14/+14
| | | | | | | | more consistent.
* | Use consistent webConfigurator spellingk-paulius2016-02-133-4/+4
| |
* | Renamed 'Wake on LAN' to 'Wake-on-LAN'k-paulius2016-02-136-13/+13
| |
* | Synchronize page titles with tab titles. Rename some titles in order to be ↵k-paulius2016-02-1318-19/+18
| | | | | | | | more consistent. Convert page title to title case.
* | Synchronize page titles with tab titles. Rename some titles in order to be ↵k-paulius2016-02-1313-13/+13
| | | | | | | | more consistent. Convert page title to title case.
* | Synchronize page titles with tab titles. Rename some titles in order to be ↵k-paulius2016-02-133-6/+10
| | | | | | | | more consistent.
* | Synchronize page titles with tab titles. Rename some titles in order to be ↵k-paulius2016-02-1319-30/+42
| | | | | | | | more consistent. Convert page title to title case.
* | Show zone name in the breadcrumb of MAC, IP, hostname and voucher edit pages.k-paulius2016-02-134-12/+12
| |
* | Show zone name in the breadcrumb just like it is shown on Services->Captive ↵k-paulius2016-02-135-5/+9
| | | | | | | | Portal pages.
* | Synchronize page titles with tab titles; Rename few titles in order to be ↵k-paulius2016-02-137-18/+18
|/ | | | more consistent.
* FreeBSD doesn't yet support TFC, comment out until it does. Ticket #4688Chris Buechler2016-02-121-11/+16
|
* Refine the way the DNS Forwarder and DNS Resolver are handled via XMLRPC. ↵jim-p2016-02-121-20/+27
| | | | Fixes #5882
* Background 'ipsec up' commands so they don't hang up the web GUI. Ticket #5886Chris Buechler2016-02-121-2/+2
|
* Merge pull request #2623 from ↵Stephen Beaver2016-02-124-53/+18
|\ | | | | | | NOYB/Firewall_/_Rules_-_Consolidate_Move_Separators_Function
| * Firewall / Rules - Consolidate Move Separators FunctionNOYB2016-02-124-53/+18
| | | | | | | | Consolidate the moving of separators for add/copy/dup/delete into a generic function.
* | Synchronize page title with tab title. Convert page title to title case.k-paulius2016-02-1214-22/+22
| |
* | Add colon before zone name to make it more readable.k-paulius2016-02-126-6/+6
| |
* | Synchronize page title with tab title. Renamed GRE to GREs, GIF to GIFs and ↵k-paulius2016-02-1211-51/+51
| | | | | | | | LAGG to LAGGs to match VLANs, QinQs, etc.
* | Add missing breakk-paulius2016-02-121-1/+1
| |
* | Convert page title to title casek-paulius2016-02-121-5/+5
| |
* | Synchronize page title with tab titlek-paulius2016-02-1214-18/+17
|/
* Delete URL table file when deleting an alias. Ticket #5856Chris Buechler2016-02-121-0/+4
|
* add an option to only validate URL tables, so stray files aren't left behind ↵Chris Buechler2016-02-121-1/+1
| | | | when input validation fails. Ticket #5848
* Fix the state filter after the conversion to pfSense_get_pf_states(). ↵Luiz Otavio O Souza2016-02-111-2/+25
| | | | Ticket #5878
* Merge pull request #2619 from ↵Stephen Beaver2016-02-112-9/+26
|\ | | | | | | NOYB/Firewall_/_Rules_-_Display_Separators_Efficiency
| * Firewall / Rules - Display Separators EfficiencyNOYB2016-02-112-9/+26
| | | | | | | | Use a list of separator rows to call the display separator function only for rows which there are separator(s). More efficient than looping through the list of separators on every row.
* | Merge pull request #2618 from k-paulius/patch-2Stephen Beaver2016-02-111-1/+1
|\ \
| * | Fix typo. a tag is opened twice.k-paulius2016-02-101-1/+1
| | |
* | | Merge pull request #2616 from k-paulius/captionsStephen Beaver2016-02-1189-151/+151
|\ \ \
| * | | Fix WebConfigurator spelling.k-paulius2016-02-101-1/+1
| | | |
| * | | Fix RADIUS spelling. It is written in all caps.k-paulius2016-02-104-4/+4
| | | |
| * | | Remove redundant gettext callk-paulius2016-02-101-2/+2
| | | |
| * | | Convert section titles to title casek-paulius2016-02-101-4/+4
| | | |
| * | | Convert section titles to title casek-paulius2016-02-1030-44/+44
| | | |
| * | | Change NAT '1 to 1' spelling to '1:1', since latter is used everywhere elsek-paulius2016-02-102-3/+3
| | | |
| * | | Convert section titles to title casek-paulius2016-02-1056-95/+95
| |/ /
* | | clarify help text. Ticket #5880Chris Buechler2016-02-111-1/+1
| | |
* | | Add support for IPsec TFC. Ticket #4688Chris Buechler2016-02-111-1/+49
| |/ |/|
OpenPOWER on IntegriCloud