Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove layer7 components. Ticket #5508 | Chris Buechler | 2015-11-20 | 167 | -5453/+12 |
| | |||||
* | Revise System->Routing menu entry and page titles | Stephen Beaver | 2015-11-20 | 4 | -4/+4 |
| | |||||
* | Removed no longer needed jQuery | Stephen Beaver | 2015-11-20 | 1 | -8/+0 |
| | |||||
* | remove old function call | Jared Dillard | 2015-11-20 | 1 | -13/+0 |
| | |||||
* | clean up interface statistics widget | Jared Dillard | 2015-11-20 | 1 | -5/+5 |
| | |||||
* | clean up installed packages widget | Jared Dillard | 2015-11-20 | 1 | -5/+5 |
| | |||||
* | add common background color classes for dark theme | Jared Dillard | 2015-11-20 | 1 | -0/+25 |
| | |||||
* | clean up gateways widget | Jared Dillard | 2015-11-20 | 1 | -10/+9 |
| | |||||
* | Fix search box icon color | Stephen Beaver | 2015-11-20 | 1 | -1/+1 |
| | |||||
* | Always define $last_update_file to avoid calling file_put_contents with ↵ | Renato Botelho | 2015-11-20 | 1 | -2/+1 |
| | | | | empty filename. Fixes #5502 | ||||
* | NTP -> NTPD | Stephen Beaver | 2015-11-20 | 2 | -2/+2 |
| | |||||
* | Fixed duplicate NTP | Stephen Beaver | 2015-11-20 | 1 | -4/+0 |
| | |||||
* | remove inline styles | Jared Dillard | 2015-11-20 | 9 | -29/+29 |
| | |||||
* | update dark theme | Jared Dillard | 2015-11-20 | 1 | -19/+43 |
| | |||||
* | Merge pull request #2097 from phil-davis/timeupdateinterval | Stephen Beaver | 2015-11-20 | 2 | -10/+0 |
|\ | |||||
| * | Remove unused time-update-interval | Phil Davis | 2015-11-20 | 2 | -10/+0 |
| | | | | | | | | | | | | | | | | | | There is no longer any code for a UI field in 2.3 master. In RELENG_2_2 system.php the code for the field display is commented out. The commented out code has been removed in the bootstrap conversion. This removes the various bits of leftover processing and validation code and the setting from the default config. | ||||
* | | Merge pull request #2096 from phil-davis/patch-1 | Stephen Beaver | 2015-11-20 | 1 | -1/+1 |
|\ \ | |||||
| * | | Better test for webguicss being not set | Phil Davis | 2015-11-20 | 1 | -1/+1 |
| |/ | | | | | As discussed in https://github.com/pfsense/pfsense/pull/2094 | ||||
* | | Completes #5263 | Stephen Beaver | 2015-11-20 | 1 | -84/+122 |
|/ | |||||
* | Fixed #5497 | Stephen Beaver | 2015-11-20 | 2 | -11/+29 |
| | |||||
* | Completed #5499 | Stephen Beaver | 2015-11-20 | 1 | -9/+3 |
| | |||||
* | Merge pull request #2088 from phil-davis/bindlan | Renato Botelho | 2015-11-20 | 4 | -11/+16 |
|\ | |||||
| * | Fix old SNMP bindlan setting - Redmine #3883 | Phil Davis | 2015-11-19 | 4 | -11/+16 |
| | | | | | | | | | | | | Remove run-time code in services.inc that referenced "bindlan". Provide upgrade code to convert bindlan to bindip="lan" if needed. Update current config version. | ||||
* | | Fixes #5488 | Stephen Beaver | 2015-11-20 | 1 | -58/+64 |
| | | |||||
* | | Remove /etc/inc/uuid.php and /etc/inc/dot.hushlogin, both unused files | Renato Botelho | 2015-11-20 | 3 | -327/+2 |
| | | |||||
* | | Move timeout value to PHP definition for easier modification | Stephen Beaver | 2015-11-20 | 1 | -7/+7 |
| | | |||||
* | | If webguicss is not yet specified then default to pfSense | Phil Davis | 2015-11-20 | 1 | -0/+4 |
| | | | | | | | | | | | | | | On systems where webguicss (the theme) was not yet set in the config, the selection here was defaulting to other than pfSense. Now that pfSense-dark has come along, it happened to be first in the list. When I changed something else in General Setup today, my them went to pfSense-dark because I did not notice the (accidentally) selected value that was in the field. I also added a check for if the current webguicss is not a valid one - e.g. if a theme is selected in the config that is no longer on the system. That should help future-proof it so it will default back to pfSense.css in that case also. | ||||
* | | Redmine #5492 case of acronyms in widget names | Phil Davis | 2015-11-20 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | | | | | I am not sure how else to do this. If someone in future writes a widget about "Smart Carp" (an intelligent species of fish) then it will get turned into "SMART CARP". The other strings are not English words, or parts of English words, so not likely to be matched wrongly in future. Note 1: The redmine issue also mentions changing "Dyn DNS Status" to "Dynamic DNS Status". For that reason I put a special entry to change any "dyn dns" to "Dynamic DNS". I also put the "dns" to "DNS" in case there are ever any other occurrences of "dns" in other widget names that would need to be changed to "DNS". Note 2: "gmirror" to "gmirror" is not a mistake. str_ireplace() is case-insensitive. So this will replaces stuff like "Gmirror" with "gmirror". Note 3: None of this stuff has gettext() translation support. But it did not in 2.2.* either. That is something else for future thought - how to take text that is generated from file names found at run-time and give translators a chance to translate it. | ||||
* | | Fix widgetname variables | Phil Davis | 2015-11-20 | 1 | -3/+3 |
| | | | | | | | | These were wrong. But actually I don't think any widgets use this mechanism of $config['widgets']['mywidget-config'] - they seem to do their own thing making names for the keys they use in $config['widgets'] to store their settings. So I didn't find anything actually broken because of this. | ||||
* | | PEAR.inc is already required by radius.inc | Renato Botelho | 2015-11-20 | 1 | -1/+0 |
| | | |||||
* | | Break long lines | Renato Botelho | 2015-11-20 | 1 | -2/+4 |
| | | |||||
* | | Delete code that is commented out since 2005 | Renato Botelho | 2015-11-20 | 1 | -43/+0 |
| | | |||||
* | | Remove debug leftover | Renato Botelho | 2015-11-20 | 1 | -1/+0 |
| | | |||||
* | | Fix #5329 | Renato Botelho | 2015-11-20 | 1 | -37/+20 |
| | | | | | | | | | | | | | | | | Since PHP 5.6, fsockopen() is checking SSL certificates, xmlrpc_client is used only for HA today so it's safe to disable this check. Since fsockopen() doesn't provide a way to disable it, move code to use stream_socket_client() | ||||
* | | Remove unused function http_post() | Renato Botelho | 2015-11-20 | 1 | -44/+0 |
| | | |||||
* | | correct igmpproxy command for new version. | Chris Buechler | 2015-11-20 | 1 | -1/+1 |
| | | |||||
* | | Cosmetic fixes | Stephen Beaver | 2015-11-19 | 1 | -2/+2 |
| | | |||||
* | | Partial fix to #5495 | Stephen Beaver | 2015-11-19 | 1 | -1/+1 |
| | | |||||
* | | Fixed #5489 | Stephen Beaver | 2015-11-19 | 1 | -2/+4 |
| | | |||||
* | | Fixed #5490 | Stephen Beaver | 2015-11-19 | 1 | -4/+10 |
| | | |||||
* | | -d4 doesn't exist in updated igmpproxy version, remove. | Chris Buechler | 2015-11-19 | 1 | -2/+1 |
| | | |||||
* | | Work-around for #5488 | Stephen Beaver | 2015-11-19 | 1 | -52/+58 |
| | | |||||
* | | Ticket #5470 fix dashboard breadcumbs | Jared Dillard | 2015-11-19 | 1 | -1/+1 |
| | | |||||
* | | Fixed #5478 clean up title text | Jared Dillard | 2015-11-19 | 2 | -5/+9 |
| | | |||||
* | | Make text areas fixed width font with a tabstop of 4 | Stephen Beaver | 2015-11-19 | 1 | -1/+10 |
| | | |||||
* | | Merge pull request #2090 from brunostein/add_identification_form_section | Stephen Beaver | 2015-11-19 | 1 | -2/+5 |
|\ \ | |||||
| * | | add attribute 'id' for the Form_Section | bruno | 2015-11-19 | 1 | -2/+5 |
| | | | |||||
* | | | Merge pull request #2089 from brunostein/fix_move_options | Stephen Beaver | 2015-11-19 | 2 | -2/+4 |
|\ \ \ | |/ / |/| | | |||||
| * | | fix moveOption function | bruno | 2015-11-19 | 2 | -2/+4 |
| | | | |||||
* | | | Fixed #5486 | Stephen Beaver | 2015-11-19 | 1 | -1/+1 |
|/ / |