summaryrefslogtreecommitdiffstats
path: root/src/usr/local
Commit message (Collapse)AuthorAgeFilesLines
* Added use of class autoloading (GUI stuff only)Doug Wollison2015-11-23121-222/+14
| | | | | Any GUI script that loads the guiconfig.inc file will have access to the autoloader.
* Define user-agent on pfSense-upgradeRenato Botelho2015-11-231-0/+9
|
* Re-add host_uuid user-agent option lost during bootstrap import. While here, ↵Renato Botelho2015-11-231-4/+15
| | | | change its name to be more clear what it does
* Tunable value can be zero, use isset() to validate itRenato Botelho2015-11-231-1/+1
|
* Merge pull request #2101 from doktornotor/patch-5Renato Botelho2015-11-231-1/+1
|\
| * Always honor the required tag in package XML fieldsdoktornotor2015-11-211-1/+1
| | | | | | Dunno whose idea it was to restrict this to input. WTH really.
* | Remove the last usage cases of $config['ipsec']['enable'].Luiz Otavio O Souza2015-11-223-17/+4
| | | | | | | | IPSEC is always on in 2.3, where necessary (IPSEC rules, IPSEC daemon), we check the existence of phase 1 entries.
* | Do not allow the same interface be part of two different bridges.Luiz Otavio O Souza2015-11-221-1/+11
| | | | | | | | | | | | This is already forbidden in OS, so just add a warning to prevent this kind of misconfiguration. Issue: #4595
* | Preserve bridge name while editing bridge settings, otherwise a new bridge ↵Luiz Otavio O Souza2015-11-221-0/+16
| | | | | | | | is created every time you edit a bridge.
* | Fix the interfaces widget to show the IP address of v6 only interfaces.Luiz Otavio O Souza2015-11-221-1/+1
|/
* Tidy up "services_status.widget.php"Colin Fleming2015-11-211-6/+6
| | | | | Update code style Close TH tags properly
* Remove "orphaned" closing SPAN tagColin Fleming2015-11-211-1/+1
| | | | Remove "orphaned" closing SPAN tag
* Remove layer7 components. Ticket #5508Chris Buechler2015-11-20163-4970/+9
|
* Revise System->Routing menu entry and page titlesStephen Beaver2015-11-204-4/+4
|
* Removed no longer needed jQueryStephen Beaver2015-11-201-8/+0
|
* remove old function callJared Dillard2015-11-201-13/+0
|
* clean up interface statistics widgetJared Dillard2015-11-201-5/+5
|
* clean up installed packages widgetJared Dillard2015-11-201-5/+5
|
* add common background color classes for dark themeJared Dillard2015-11-201-0/+25
|
* clean up gateways widgetJared Dillard2015-11-201-10/+9
|
* Fix search box icon colorStephen Beaver2015-11-201-1/+1
|
* NTP -> NTPDStephen Beaver2015-11-202-2/+2
|
* Fixed duplicate NTPStephen Beaver2015-11-201-4/+0
|
* remove inline stylesJared Dillard2015-11-209-29/+29
|
* update dark themeJared Dillard2015-11-201-19/+43
|
* Merge pull request #2097 from phil-davis/timeupdateintervalStephen Beaver2015-11-201-9/+0
|\
| * Remove unused time-update-intervalPhil Davis2015-11-201-9/+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-1Stephen Beaver2015-11-201-1/+1
|\ \
| * | Better test for webguicss being not setPhil Davis2015-11-201-1/+1
| |/ | | | | As discussed in https://github.com/pfsense/pfsense/pull/2094
* | Completes #5263Stephen Beaver2015-11-201-84/+122
|/
* Fixed #5497Stephen Beaver2015-11-202-11/+29
|
* Completed #5499Stephen Beaver2015-11-201-9/+3
|
* Fixes #5488Stephen Beaver2015-11-201-58/+64
|
* Move timeout value to PHP definition for easier modificationStephen Beaver2015-11-201-7/+7
|
* If webguicss is not yet specified then default to pfSensePhil Davis2015-11-201-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 namesPhil Davis2015-11-201-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 variablesPhil Davis2015-11-201-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.incRenato Botelho2015-11-201-1/+0
|
* Cosmetic fixesStephen Beaver2015-11-191-2/+2
|
* Partial fix to #5495Stephen Beaver2015-11-191-1/+1
|
* Fixed #5489Stephen Beaver2015-11-191-2/+4
|
* Fixed #5490Stephen Beaver2015-11-191-4/+10
|
* Work-around for #5488Stephen Beaver2015-11-191-52/+58
|
* Ticket #5470 fix dashboard breadcumbsJared Dillard2015-11-191-1/+1
|
* Fixed #5478 clean up title textJared Dillard2015-11-192-5/+9
|
* Make text areas fixed width font with a tabstop of 4Stephen Beaver2015-11-191-1/+10
|
* Merge pull request #2090 from brunostein/add_identification_form_sectionStephen Beaver2015-11-191-2/+5
|\
| * add attribute 'id' for the Form_Sectionbruno2015-11-191-2/+5
| |
* | Merge pull request #2089 from brunostein/fix_move_optionsStephen Beaver2015-11-192-2/+4
|\ \ | |/ |/|
| * fix moveOption functionbruno2015-11-192-2/+4
| |
OpenPOWER on IntegriCloud