summaryrefslogtreecommitdiffstats
path: root/src/usr/local
Commit message (Collapse)AuthorAgeFilesLines
* Code style v wPhil Davis2015-12-1714-176/+251
|
* 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
|/
* 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
|\ \
| * | HTML Compliance - Services Status WidgetNOYB2015-12-161-1/+1
| |/ | | | | | | | | | | | | | | Attribute height not allowed on element select at this point. The for attribute of the label element must refer to a non-hidden form control. '<label for="inputPassword3" class="col-sm-3 control-label">Hidden services</label>' Can't find an "inputPassword3" form element this binds too. Maybe it's a placeholder for future feature. Leaving it for now.
* | Merge pull request #2246 from NOYB/HTML_Compliance_-_Interfaces_WidgetStephen Beaver2015-12-161-2/+2
|\ \
| * | HTML Compliance - Interfaces WidgetNOYB2015-12-161-2/+2
| |/ | | | | | | | | Replace status indicator icon alt tag with title tag. Add space between td tag and attributes.
* | HTML Compliance - System - General SetupNOYB2015-12-161-2/+5
|/ | | | | Remove placeholder from dns gateway selector. Close container div tag.
* Fixed #5617Stephen Beaver2015-12-151-2/+5
| | | | Table columns corrected
* Add breadcrumb to pkg.phpBBcan1772015-12-151-1/+18
|
* Show package dependencies if they exist (on both available package list and ↵jim-p2015-12-152-0/+12
| | | | installed package list)
* Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever ↵Renato Botelho2015-12-15208-736/+1
| | | | was the reason they were added, it was never finished and it's not being used
* Font Awesome updated to v4.5Stephen Beaver2015-12-1514-35/+190
|
* Remove unhelpful help textStephen Beaver2015-12-151-9/+5
|
* Code style System AdvancedPhil Davis2015-12-156-51/+69
|
* Update system_advanced_firewall.phpPhil Davis2015-12-151-49/+43
| | | | | | | | | A few little code style bits Make the State Timeouts section actually appear (add the section to the form) The State Timeouts section was trying to do groups of fields, which spread themselves horizontally. That did not fit across a reasonable screen nicely, specially for the 6 different TCP timeouts. So the groups thing is removed and each field is its own input in the section, all vertically below each other. Fixed various cut-and-paste bugs in the variable naming of the timeouts code. Added logic to be able to generate the key name (like tcpfinwaittimeout) from the screen displayed text (like "FIN Wait"). Previously the "FIN Wait" case would not work with the simple strtolower($name) This works now. If someone wants to mess with grouping the TCP, UDP, ICMP and Other in some way, then great.
* Applying htmlspecialchars on form action attribute causes ampersands to ↵NOYB2015-12-151-1/+1
| | | | multiply, and also breaks multi-parameter query strings that are delimited with ampersands.
* Revised system to hide the automatically generated "Toggle all" button when ↵Stephen Beaver2015-12-153-22/+12
| | | | | | not required. Original system broke with PR to change radio button names.
* Merge pull request #2237 from phil-davis/r009Stephen Beaver2015-12-155-102/+125
|\
| * Code style pkgPhil Davis2015-12-155-102/+125
| |
* | Merge pull request #2236 from phil-davis/patch-2Stephen Beaver2015-12-151-1/+2
|\ \
| * | pkg_edit curliesPhil Davis2015-12-151-1/+2
| |/ | | | | | | This looks wrong - with the way the curlies were, the custom_php_after_form_command stuff was inside the ($pkg['note'] != "") block. It looks like these should be 2 independent if statement blocks.
* | Merge pull request #2235 from phil-davis/r008Stephen Beaver2015-12-158-65/+97
|\ \
| * | Code style lPhil Davis2015-12-158-65/+97
| |/
* | Merge pull request #2234 from phil-davis/r007Stephen Beaver2015-12-1523-210/+280
|\ \
| * | Code style g-iPhil Davis2015-12-1523-210/+280
| | |
* | | Remove placeholder from form select (raw mode filter form).NOYB2015-12-151-1/+1
| | |
* | | HTML 5 complaince changesStephen Beaver2015-12-151-10/+10
| |/ |/|
OpenPOWER on IntegriCloud