summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2265 from phil-davis/r017Stephen Beaver2015-12-171-7/+6
|\
| * Use different var name looping through columnsPhil Davis2015-12-171-7/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is some problem with the var $i getting reset somehow somewhere related to the include of each widget PHP code. I found that this was doing $i = 1, $i = 2 and then $i = 2 again and I got fatal errors because each widget code was being included twice. Crash report begins. Anonymous machine information: amd64 10.2-STABLE FreeBSD 10.2-STABLE #245 1b7c029(devel): Mon Dec 14 04:17:47 CST 2015 root@pfs23-amd64-builder:/usr/home/pfsense/pfsense/tmp/obj/usr/home/pfsense/pfsense/tmp/FreeBSD-src/sys/pfSense Crash report details: PHP Errors: [17-Dec-2015 10:10:50 Asia/Kathmandu] PHP Fatal error: Cannot redeclare getServerDateItems() (previously declared in /usr/local/www/widgets/widgets/ntp_status.widget.php:64) in /usr/local/www/widgets/widgets/ntp_status.widget.php on line 64 [17-Dec-2015 10:10:50 Asia/Kathmandu] PHP Stack trace: [17-Dec-2015 10:10:50 Asia/Kathmandu] PHP 1. {main}() /usr/local/www/index.php:0 [17-Dec-2015 10:10:53 Asia/Kathmandu] PHP Fatal error: Cannot redeclare getServerDateItems() (previously declared in /usr/local/www/widgets/widgets/ntp_status.widget.php:64) in /usr/local/www/widgets/widgets/ntp_status.widget.php on line 64 [17-Dec-2015 10:10:53 Asia/Kathmandu] PHP Stack trace: [17-Dec-2015 10:10:53 Asia/Kathmandu] PHP 1. {main}() /usr/local/www/index.php:0 [17-Dec-2015 10:11:27 Asia/Kathmandu] PHP Fatal error: Cannot redeclare getServerDateItems() (previously declared in /usr/local/www/widgets/widgets/ntp_status.widget.php:64) in /usr/local/www/widgets/widgets/ntp_status.widget.php on line 64 [17-Dec-2015 10:11:27 Asia/Kathmandu] PHP Stack trace: [17-Dec-2015 10:11:27 Asia/Kathmandu] PHP 1. {main}() /usr/local/www/index.php:0
* | Merge pull request #2266 from ↵Stephen Beaver2015-12-178-8/+8
|\ \ | | | | | | | | | NOYB/HTML_Compliance_-_Dashboard_-_Widget_Config_Panel
| * | HTML Compliance - Dashboard - Widget Config PanelNOYB2015-12-168-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | Bad value #widget-system_information .panel-footer for attribute href on element a: Illegal character in fragment: not a URL code point. Fix the widget config/wrench icon href. Add matching widgetname id tag to widgets configuration panel div element. Note: Thermal Sensors widget config panel already had a different id tag. Couldn't find anything that referenced it though. If that is correct then it should be safe to change it to widgetname to be consistent with the other widgets.
* | | Merge pull request #2264 from NOYB/HTML_Compliance_-_DashboardStephen Beaver2015-12-171-7/+7
|\ \ \
| * | | HTML Compliance - DashboardNOYB2015-12-161-7/+7
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | Rename duplicate id's. Fix available widgets collapsible section href with id. Where obsolete replace name attribute with id. The .panel-footer requires mod to the widgets with config options. So will submit separate commit so it can be handled independently. Bad value #widget-system_information .panel-footer for attribute href on element a: Illegal character in fragment: not a URL code point.
* | | Merge pull request #2263 from phil-davis/r016Stephen Beaver2015-12-173-76/+38
|\ \ \
| * | | Consolidate OpenVPN kill_client routinePhil Davis2015-12-173-76/+38
| |/ / | | | | | | | | | | | | | | | | | | After a gitsync just now I started getting "cannot redeclare kill_client" error messages. Whatever it was that caused this to start happening, the kill_client() function in these 2 places is identical. Might as well put it in openvpn.inc
* | | Merge pull request #2262 from NOYB/HTML_Compliance_-_Traffic_Graphs_WidgetStephen Beaver2015-12-171-2/+2
|\ \ \
| * | | HTML Compliance - Traffic Graphs WidgetNOYB2015-12-161-2/+2
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | Syntax typo? No space between attributes. Quote " in attribute name. Probable cause: Matching quote missing somewhere earlier. Attribute wan]" not allowed on element input at this point. The for attribute of the label element must refer to a non-hidden form control. Add id tag.
* | | Merge pull request #2261 from NOYB/HTML_Compliance_-_Thermal_Sensors_WidgetStephen Beaver2015-12-171-12/+12
|\ \ \
| * | | HTML Compliance - Thermal Sensors WidgetNOYB2015-12-161-12/+12
| |/ / | | | | | | | | | The align attribute on the td element is obsolete. Use CSS instead.
* | | Merge pull request #2260 from NOYB/HTML_Compliance_-_RSS_WidgetStephen Beaver2015-12-171-5/+5
|\ \ \
| * | | HTML Compliance - RSS WidgetNOYB2015-12-161-5/+5
| |/ / | | | | | | | | | | | | | | | An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images. http://www.w3.org/wiki/HTML/Usage/TextAlternatives The for attribute of the label element must refer to a non-hidden form control. Add id tag.
* | | Merge pull request #2259 from NOYB/HTML_Compliance_-_Picture_WidgetStephen Beaver2015-12-171-2/+2
|\ \ \
| * | | HTML Compliance - Picture WidgetNOYB2015-12-161-2/+2
| | | | | | | | | | | | | | | | | | | | In HTML 4.01, the width and height could be defined in pixels or in % of the containing element. In HTML5, the value must be in pixels. Use css for specifying in %. The for attribute of the label element must refer to a non-hidden form control. Add id attribute.
* | | | Merge pull request #2258 from phil-davis/r015Stephen Beaver2015-12-173-91/+108
|\ \ \ \
| * | | | Code style System CertificatesPhil Davis2015-12-173-91/+108
| | | | |
* | | | | Merge pull request #2257 from phil-davis/patch-3Stephen Beaver2015-12-171-1/+1
|\ \ \ \ \
| * | | | | system_certmanager csr_dn_country keyname errorPhil Davis2015-12-171-1/+1
| | |_|/ / | |/| | | | | | | | Someone was recently reporting a problem with certificate signing requests. Maybe this will help.
* | | | | Merge pull request #2256 from phil-davis/r014Stephen Beaver2015-12-1717-117/+160
|\ \ \ \ \
| * | | | | Code style servicesPhil Davis2015-12-1717-117/+160
| | |/ / / | |/| | |
* | | | | services_pppoe_edit handle both GET and POSTPhil Davis2015-12-171-2/+2
| |_|_|/ |/| | | | | | | | | | | | | | | This wacky logic would only have got to the $_POST checks if $_GET['id'] was already set. I haven't looked to analyse it - but how would anything using $_POST have worked?
* | | | add these three strongswan libs to the obsoletedfiles list. They haven't ↵Chris Buechler2015-12-161-0/+3
| |/ / |/| | | | | | | | been included in any releases, but were briefly included in snapshots in mid April 2015.
* | | Code style index.phpPhil Davis2015-12-171-4/+5
|/ / | | | | Couple of little bits here.
* | Further refinement to widget configStephen Beaver2015-12-161-1/+1
| |
* | Fixed the broken widget config action (again)Stephen Beaver2015-12-161-1/+1
| |
* | no longer usedJared Dillard2015-12-161-1/+0
|/
* fixed issue where if all widgets were in col2, no col1 was createdJared Dillard2015-12-161-41/+44
|
* Reverted commit 677d8bdfebace3321da677a57a0756a27332d505, PR 2218Stephen Beaver2015-12-161-12/+11
| | | | because it broke all of the widget configuration actions.
* move tree.css to main css filesJared Dillard2015-12-166-139/+138
|
* Fixed table apeparance, headers, button placement and row drag/drop/moveStephen Beaver2015-12-161-13/+18
|
* clean up common colorsJared Dillard2015-12-162-66/+67
|
* Corrected movable/sortble table row handlingStephen Beaver2015-12-161-12/+15
|
* improve firewall rules table (WIP)Jared Dillard2015-12-163-29/+33
|
* Fixed #4915Stephen Beaver2015-12-161-0/+5
|
* Merge pull request #2252 from phil-davis/r013Stephen Beaver2015-12-1611-167/+206
|\
| * Code style services dhcp dnsmasq dyndnsPhil Davis2015-12-1611-167/+206
| |
* | Support <savehelp> package tag to allow adding help text to the save button.Stephen Beaver2015-12-161-2/+13
| |
* | services_dyndns_edit requestif key namePhil Davis2015-12-161-1/+1
| | | | | | This probably fixes forum thread https://forum.pfsense.org/index.php?topic=104076.0
* | Merge pull request #2250 from phil-davis/r012Stephen Beaver2015-12-1612-52/+76
|\ \ | |/ |/|
| * Code style services captive portalPhil Davis2015-12-1612-52/+76
| |
* | services_captiveportal text changesPhil Davis2015-12-161-3/+3
|/
* No need to set LANG env var hereRenato Botelho2015-12-161-1/+0
|
* Whitesapce changeStephen Beaver2015-12-161-2/+2
|
* Remove bogus radio buttonStephen Beaver2015-12-161-7/+1
|
* Fixed #5617Stephen Beaver2015-12-161-4/+6
| | | | Added ID and style to routing table
* Merge pull request #2248 from NOYB/HTML_Compliance_-_Log_WidgetStephen Beaver2015-12-161-2/+2
|\
| * HTML Compliance - Log WidgetNOYB2015-12-161-2/+2
| | | | | | | | | | The for attribute of the label element must refer to a non-hidden form control. Added id tag to form control.
* | Merge pull request #2247 from NOYB/HTML_Compliance_-_Services_Status_WidgetStephen Beaver2015-12-161-1/+1
|\ \
OpenPOWER on IntegriCloud