summaryrefslogtreecommitdiffstats
path: root/src/usr/local
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Widget - Firewall Log - TweaksNOYB2016-01-251-17/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | Add a table row when there are no entries to prevent scroll bars after ajax update. Add no logs to display message. Add update interval configuration setting. Add configuration form placeholders. Don't include ':' when no port such as for ICMP. Remove unused block of code. AJAX is using get method.
* | | Merge pull request #2527 from phil-davis/patch-5jim-p2016-01-251-1/+1
|\ \ \
| * | | Save selected wireless interfacePhil Davis2016-01-251-1/+1
| |/ / | | | | | | | | | This looks like a bug. I don't have a system with the necessary hardware running 2.3 right now to really test, but the code that processes the submit/apply looks for $_POST['if'] Please double-check on suitable hardware!
* | | Add gettext to icon titleStephen Beaver2016-01-251-1/+1
| | |
* | | evised #5796Stephen Beaver2016-01-251-9/+10
| | |
* | | Completed #5796Stephen Beaver2016-01-251-7/+25
| | |
* | | Fixes the GUI URL in the last step of the setup wizard.Luiz Otavio O Souza2016-01-251-1/+1
| | | | | | | | | | | | The SERVER_NAME variable is not available anymore, use HTTP_HOST instead.
* | | Merge pull request #2025 from apilloud/dhcp-ignoreunknownRenato Botelho2016-01-251-0/+10
|\ \ \
| * | | Make DHCP deny action configurableAndrew Pilloud2015-11-051-0/+10
| | | |
* | | | Merge pull request #2532 from brunostein/add_call_gettext_function_menu_servicesRenato Botelho2016-01-2515-61/+60
|\ \ \ \
| * | | | add call gettext function in the services menubruno2016-01-2515-61/+60
| | |/ / | |/| |
* | | | Merge pull request #2531 from phil-davis/patch-8Renato Botelho2016-01-251-14/+14
|\ \ \ \
| * | | | Internationalize pkgmgr_installedPhil Davis2016-01-251-14/+14
| |/ / / | | | | | | | | | | | | Note: I enhanced the title text of the remove/update/reinstall buttons to include the package name. Before that, when you clicked to remove a package there would be a popup that just said "Are you sure you wish to remove?" - which looked a bit odd.
* | | | Merge pull request #2526 from phil-davis/gtinterfacesRenato Botelho2016-01-256-55/+55
|\ \ \ \
| * | | | Internationalize interfaces UI codePhil Davis2016-01-256-55/+55
| |/ / /
* | | | interfaces_vlan_edit finish QinQ error messagePhil Davis2016-01-251-1/+1
|/ / / | | | | | | The error message here just ended mid-sentence. I think what I have done here makes sense?
* | | Fixed #5810Stephen Beaver2016-01-241-10/+29
| | |
* | | Fix PR syntax errorStephen Beaver2016-01-241-1/+1
| |/ |/|
* | Merge pull request #2520 from NOYB/Status_/_System_Logs_-_Filter_RefinementsStephen Beaver2016-01-235-55/+118
|\ \
| * | Rename function to better represent what it really is.NOYB2016-01-235-8/+8
| | |
| * | Fix a couple consolidation issues.NOYB2016-01-232-7/+9
| | | | | | | | | | | | | | | Force firewall dynamic view to use the raw mode table header so it gets updated. Add a couple missing variables.
| * | Consolidate log filter code and log table header code in to common functions.NOYB2016-01-235-79/+60
| | |
| * | Status / System Logs - Filter RefinementsNOYB2016-01-234-13/+93
| | | | | | | | | | | | | | | | | | | | | Use advanced filter in firewall dynamic view even if raw mode is set. Raw mode is not applicable to the firewall dynamic view. Update the count in firewall dynamic view. JQuery the actual count in raw mode instead of just displaying the max setting value. Change some negative logic to positive.
* | | Merge pull request #2519 from dennypage/masterStephen Beaver2016-01-231-149/+149
|\ \ \
| * | | Fix alignment problems resulting from tabification being performed inside ↵Denny Page2016-01-221-149/+149
| |/ / | | | | | | | | | strings
* | | Merge pull request #2518 from ExolonDX/branch_01Stephen Beaver2016-01-231-9/+21
|\ \ \
| * | | Tidy up "firewall_rules.php"Colin Fleming2016-01-221-9/+21
| |/ / | | | | | | | | | | | | | | | | | | - add missing closing anachor tags - close input tag correctly - add missing closing TD tag - remove invalid ALT
* | | Merge pull request #2516 from phil-davis/l2tpinfoblockStephen Beaver2016-01-231-2/+5
|\ \ \
| * | | Make L2TP VPN reminder text an infoblockPhil Davis2016-01-221-2/+5
| | | |
* | | | Make text-warning more yellow, less redStephen Beaver2016-01-231-0/+5
| | | |
* | | | Fixed #5805Stephen Beaver2016-01-231-2/+1
| | | |
* | | | Lower contrast paneal headingsStephen Beaver2016-01-231-0/+12
| | | |
* | | | Merge pull request #2522 from phil-davis/printinfoboxcleanupStephen Beaver2016-01-232-34/+12
|\ \ \ \
| * | | | Remove print_info_box_npPhil Davis2016-01-232-34/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Put the real code into print_info_box, adding just a $btntext parameter to the existing 3 params of print_info_box. Change the remaining print_info_box_np() calls to use print_info_box() Note: The previous code also had a "bug" - the "apply" button said "apply" literally on the UI, when it should have said "Apply changes". That is fixed so that now the "Apply changes" or other specified button text is actually displayed to the user. (In the old code it was literally displaying $name when it should have been $value)
* | | | | Merge pull request #2521 from phil-davis/patch-2Stephen Beaver2016-01-231-2/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | vpn_openvpn_server change print_info_box_np to print_info_boxPhil Davis2016-01-231-2/+2
| | | | | | | | | | | | | | | I missed this one yesterday - the aim is to get rid of all print_info_box_np soon, if I can.
* | | | | Fixed #5802Stephen Beaver2016-01-232-52/+52
|/ / / / | | | | | | | | | | | | Added collapsible action to config backup
* | | | Switch to disabling strongswan unity plugin by default. Ticket #4178Chris Buechler2016-01-231-3/+3
| |/ / |/| |
* | | Relax shaper wizard interface validation when there are no interfaces with ↵Renato Botelho2016-01-221-1/+7
| | | | | | | | | | | | gateways selected. Fixes #5424
* | | Fix indentRenato Botelho2016-01-221-2/+6
| | |
* | | Fixed #5797Stephen Beaver2016-01-221-11/+12
| | |
* | | Restore code from bad mergeStephen Beaver2016-01-222-1/+8
|/ /
* | Correct this function call. Fixes #5799jim-p2016-01-221-1/+1
| |
* | firewall_aliases add print_apply_box codePhil Davis2016-01-221-0/+1
| |
* | Fix #5794 remove print_info_box_np chackes for gettext("apply")Phil Davis2016-01-2248-120/+85
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. 3) Delete function print_info_box_np_undo() - nothing calls it. 4) Add new function print_apply_box() to provide an easy wrapper for print_info_box() with the parameters to be 'warning' level and 'apply' button. 5) Change print_info_box_np() calls to just print_info_box() or print_apply_box() as appropriate. There is 1 direct call to print_info_box_np() from vpn_ipsec_mobile.php remaining. That tries to make a "create" button. It was not working before this change. It needs to be sorted out and fixed separately. After this change there is no dependency on a string containing text like "apply" to make the apply button appear. Then we can work on re-engineering the internal code of print_info_box_np() print_info_box() and print_apply_box() to fit together however we like. It should be easy to preserving the current API to print_info_box() and print_apply_box().
* | Only the serial enable/disable and primary console selectors should be ↵jim-p2016-01-221-9/+11
| | | | | | | | hidden for this test, the serial speed selector must still be available.
* | Merge pull request #2513 from ch1c4um/replace_jQuery_to_$Renato Botelho2016-01-2218-149/+149
|\ \
| * | Replaced jQuery to $ in same filesFrancisco Cavalcante2016-01-2218-149/+149
| | |
* | | Relocate subnet mask drop-down to a more sensible place on the PPPoE server, ↵jim-p2016-01-221-8/+20
| | | | | | | | | | | | add a user login count option.
* | | Use default log file from pfSense-upgrade when it's called by GUI, this will ↵Renato Botelho2016-01-221-2/+2
| | | | | | | | | | | | make sure we preserve first part of upgrade after reboot
OpenPOWER on IntegriCloud