Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Standardize gpsnoselect var name | Phil Davis | 2016-01-27 | 1 | -6/+6 |
| | | | | | It looks confusing that in the config there is ['noselect'] but the locally-used var in the GUI is gpsselect. Reduce future confusion by replacing gpsselect -> gpsnoselect. There is no actual bug here, just fixing naming consistency. | ||||
* | Skip 'pass out' rules for mobile IPsec. Ticket #5819 | Chris Buechler | 2016-01-26 | 1 | -4/+13 |
| | |||||
* | Meant to have show_recordings here. Ticket #5657 | Chris Buechler | 2016-01-26 | 1 | -1/+1 |
| | |||||
* | correct function name. Ticket #5657 | Chris Buechler | 2016-01-26 | 1 | -1/+1 |
| | |||||
* | Revised power setting fix | Stephen Beaver | 2016-01-26 | 1 | -6/+6 |
| | |||||
* | Fixed variable names for power save modes | Stephen Beaver | 2016-01-26 | 2 | -3/+5 |
| | |||||
* | Since we moved to stream related function on xmlrpc_client, we should use ↵ | Renato Botelho | 2016-01-26 | 1 | -2/+6 |
| | | | | tcp:// as protocol for http. Fix issue reported at https://forum.pfsense.org/index.php?topic=105890.0 | ||||
* | Merge pull request #25423 from phil-davis/gt13 | Stephen Beaver | 2016-01-26 | 0 | -0/+0 |
|\ | |||||
| * | Internationalize services_d* | Phil Davis | 2016-01-26 | 5 | -25/+32 |
| | | |||||
* | | Internationalize services_d* | Phil Davis | 2016-01-26 | 5 | -25/+32 |
| | | |||||
* | | Regenerate pot file | Renato Botelho | 2016-01-26 | 1 | -1405/+2631 |
| | | |||||
* | | Remove .json when it's not necessary anymore | Renato Botelho | 2016-01-26 | 1 | -0/+1 |
| | | |||||
* | | Use a different log for each package being installed/deleted, fixes #5814 | Renato Botelho | 2016-01-26 | 1 | -2/+7 |
| | | |||||
* | | Use a better name for pfSense-upgrade socket file | Renato Botelho | 2016-01-26 | 1 | -1/+1 |
| | | |||||
* | | Disable save button on clicking 'save'. Prevents double-dipping | Stephen Beaver | 2016-01-26 | 1 | -0/+4 |
| | | |||||
* | | Remove glyphicon import (finally) | Stephen Beaver | 2016-01-26 | 1 | -1/+0 |
| | | |||||
* | | Various small styling changes | Stephen Beaver | 2016-01-26 | 3 | -4/+5 |
|/ | |||||
* | Merge pull request #2542 from phil-davis/gt12 | Stephen Beaver | 2016-01-26 | 5 | -10/+10 |
|\ | |||||
| * | Internationalization services_captiveportal code | Phil Davis | 2016-01-26 | 5 | -10/+10 |
| | | |||||
* | | Merge pull request #2541 from phil-davis/patch-2 | Stephen Beaver | 2016-01-26 | 1 | -1/+1 |
|\ \ | |/ |/| | |||||
| * | Typo gettetx | Phil Davis | 2016-01-26 | 1 | -1/+1 |
|/ | |||||
* | Fixed #5335 | Stephen Beaver | 2016-01-26 | 1 | -0/+2 |
| | |||||
* | Revise countdown message for internationalization | Stephen Beaver | 2016-01-26 | 1 | -3/+8 |
| | |||||
* | Make sure we install repo package when it's not installed | Renato Botelho | 2016-01-26 | 1 | -2/+2 |
| | |||||
* | Remove dead code used for alternative firmware url | Renato Botelho | 2016-01-26 | 1 | -58/+20 |
| | |||||
* | A couple more refinements for pfSsh.php while I'm here. | jim-p | 2016-01-26 | 1 | -17/+13 |
| | |||||
* | Fix validation of playback file passed to pfSsh.php. Fixes #5657 | jim-p | 2016-01-26 | 1 | -12/+26 |
| | |||||
* | Fixed #5807 | Stephen Beaver | 2016-01-26 | 1 | -1/+6 |
| | |||||
* | Further refinement to timeout message | Stephen Beaver | 2016-01-26 | 1 | -2/+1 |
| | |||||
* | Revise reload countdown for internaionalization | Stephen Beaver | 2016-01-26 | 1 | -3/+8 |
| | |||||
* | Merge pull request #2540 from NOYB/HTML_Compliance_-_Firewall_Rules_-_Separator | Stephen Beaver | 2016-01-26 | 1 | -2/+2 |
|\ | |||||
| * | HTML Compliance - Firewall Rules - Separator | NOYB | 2016-01-26 | 1 | -2/+2 |
| | | | | | | | | | | The font element is obsolete. Use CSS instead. <font class="bg-danger">The Bad</font> | ||||
* | | Merge pull request #2539 from NOYB/HTML_Compliance_-_Widget_-_Firewall_Logs | Stephen Beaver | 2016-01-26 | 1 | -1/+1 |
|\ \ | |||||
| * | | HTML Compliance - Widget - Firewall Logs | NOYB | 2016-01-26 | 1 | -1/+1 |
| |/ | | | | | | | Attribute (that|triggered|this|action) not allowed on element a at this point. | ||||
* | | Merge pull request #2537 from ↵ | Stephen Beaver | 2016-01-26 | 0 | -0/+0 |
|\ \ | | | | | | | | | | NOYB/Status_/_System_Logs_/_Firewall_/_Dynamic_View_-_Efficiency_Tweaks | ||||
| * | | Status / System Logs / Firewall / Dynamic View - Efficiency Tweaks | NOYB | 2016-01-25 | 1 | -15/+10 |
| | | | | | | | | | | | | | | | | | | Not very efficient to go through the entire table setting the class on existing entries that already have their class set. Just set the class on new entries when they are added to the table. Just get the rowCount instead of the array. | ||||
* | | | Status / System Logs / Firewall / Dynamic View - Efficiency Tweaks | NOYB | 2016-01-26 | 1 | -15/+10 |
| |/ |/| | | | | | | | | | Not very efficient to go through the entire table setting the class on existing entries that already have their class set. Just set the class on new entries when they are added to the table. Just get the rowCount instead of the array. | ||||
* | | Merge pull request #2536 from phil-davis/patch-2 | Renato Botelho | 2016-01-26 | 1 | -4/+5 |
|\ \ | |||||
| * | | Tidy print_info_box comments | Phil Davis | 2016-01-26 | 1 | -4/+5 |
| |/ | |||||
* | | Merge pull request #2538 from phil-davis/patch-5 | Renato Botelho | 2016-01-26 | 1 | -5/+7 |
|\ \ | |/ |/| | |||||
| * | Fix #5816 (re)start of IPsec | Phil Davis | 2016-01-26 | 1 | -5/+7 |
|/ | |||||
* | handle bridge interface IPs so they don't get added in the wrong order. ↵ | Chris Buechler | 2016-01-26 | 1 | -1/+4 |
| | | | | Matches behavior to what "apply changes" on interfaces.php does. Ticket #3997 | ||||
* | Re-enable IPV6 for miniupnpd, seems it's not responsible for any issues. ↵ | Chris Buechler | 2016-01-25 | 1 | -1/+1 |
| | | | | Ticket #5730 and Ticket #4321 | ||||
* | Add uniqid tag to CARP VIPs that don't have one upon upgrade. Ticket #4858 | Chris Buechler | 2016-01-25 | 3 | -2/+16 |
| | |||||
* | Fix up config setting for killing states on gateway failure. Enable this ↵ | Chris Buechler | 2016-01-25 | 6 | -15/+25 |
| | | | | option where gw_down_kill_states is set. Flip setting accordingly during config upgrade to not use confusing 'kill_states' tag to not kill states. Ticket #5815 | ||||
* | Added some some comments to hte print_info_box area so package developers ↵ | Stephen Beaver | 2016-01-25 | 1 | -0/+5 |
| | | | | will know what happeded | ||||
* | Completed #5787 | Stephen Beaver | 2016-01-25 | 1 | -1/+29 |
| | |||||
* | Apply gettext to javascript countdown message | Stephen Beaver | 2016-01-25 | 1 | -3/+3 |
| | |||||
* | Merge pull request #2534 from phil-davis/gt11 | Stephen Beaver | 2016-01-25 | 5 | -38/+54 |
|\ | |||||
| * | Internationalization of pkg*.php | Phil Davis | 2016-01-25 | 4 | -35/+46 |
| | | | | | | | | | | | | | | | | Various sentences were being built up from gettext() of individual words or phrases concatenated together. That will not work for translation to languages with different word order, so I have restructured that. Note: TODO: The countdown timer text with seconds countdown is all in JS so I will think about how that can be translated nicely. |