summaryrefslogtreecommitdiffstats
path: root/src/usr
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #2233 from phil-davis/patch-4Renato Botelho2015-12-151-1/+1
|\ \
| * | Adv DHCP Require Options textPhil Davis2015-12-151-1/+1
| | |
* | | Merge pull request #2232 from NOYB/Status_-_System_Logs_-_Sort_HeaderRenato Botelho2015-12-151-9/+9
|\ \ \ | |/ / |/| |
| * | Status - System Logs - Sort HeaderNOYB2015-12-141-9/+9
| |/ | | | | | | | | Fix header to not wrap the sort button/icon to the next row. Add sort capability to the "raw" table.
* | Merge pull request #2231 from phil-davis/r006Renato Botelho2015-12-1530-356/+432
|\ \
| * | Code style status*Phil Davis2015-12-1531-369/+449
| |/
* | Merge pull request #2229 from NOYB/Status_-_System_Logs_-_Firewall_-_Sort_HeaderRenato Botelho2015-12-151-12/+18
|\ \
| * | Conditionally indent the action icon so it doesn't look so out of place in ↵NOYB2015-12-151-1/+7
| | | | | | | | | | | | the wider column resulting to accommodate the sort button/icon.
| * | The rule entires still need to wrap.NOYB2015-12-151-1/+1
| | |
| * | Status - System Logs - Firewall - Sort HeaderNOYB2015-12-141-10/+10
| |/ | | | | | | | | Fix header to not wrap the sort button/icon to the next row. Add sort capability to the "raw" table.
* | status_gateways remove unused counterPhil Davis2015-12-151-13/+17
|/ | | | $counter is incremented but never initialized or used Code style formatting also done around here.
* Merge pull request #2226 from NOYB/HTML_Compliance_-_Status_-_System_Logs_-_VPNStephen Beaver2015-12-141-1/+1
|\
| * HTML Compliance - Status - System Logs - VPNNOYB2015-12-141-1/+1
| | | | | | | | | | Permitted content of p tag is phrasing content. Form is not a member of phrasing content.
* | Moved global defines to globals.incStephen Beaver2015-12-141-5/+0
|/
* Add gettext() calls to title elementsStephen Beaver2015-12-141-7/+11
|
* Correct <th> widthsStephen Beaver2015-12-141-2/+2
|
* Remove duplicate definesStephen Beaver2015-12-141-3/+0
|
* Fix vertical alignment of fa icons within buttonsStephen Beaver2015-12-141-0/+4
|
* Parse package title, splitting into an array delineated by '/'.Stephen Beaver2015-12-142-1/+5
| | | | So if the package title is "Services/Magic" the $pgtitle will be array("Services", "Magic") and the breadcrumb display will be as expected.
* Automatic panel collapse defines moved to jquery/pfSenseHelpsers.jsStephen Beaver2015-12-144-41/+34
| | | | | | define(COLLAPSIBLE, 0x08); define(SEC_CLOSED, 0x04); define(SEC_OPEN, 0x00);
* Merge pull request #2161 from heper/patch-1Stephen Beaver2015-12-141-19/+27
|\
| * problem with $only_editheper2015-12-051-2/+5
| |
| * proposed fix breadcrumb pkg xmlheper2015-12-051-19/+24
| |
* | Move function to fix none existent call.NOYB2015-12-141-1/+1
| |
* | Status - System Logs - Firewall - Manage LogNOYB2015-12-141-99/+501
| | | | | | | | | | Use the same methods of obtaining log file etc. and mimic much of the code that is common with status_logs.php. (future: factor out common code into shared functions to remove duplication.)
* | position confirm button betterJared Dillard2015-12-141-2/+9
| |
* | Merge pull request #2224 from phil-davis/r005Stephen Beaver2015-12-1420-445/+551
|\ \
| * | Coe style firewall *Phil Davis2015-12-1420-445/+551
| | |
* | | Text with max-src-conn-rate and max-src-conn-rates fieldsPhil Davis2015-12-141-2/+2
| | | | | | | | | | | | I fixed up the text to read the best I could think of. Actually in 2.2.* these 2 fields were horizontally across the page - so maybe someone can reformat this to look more like on 2.2.* ?
* | | Merge pull request #2218 from NOYB/HTML_Compliance_-_DashboardStephen Beaver2015-12-142-12/+12
|\ \ \
| * | | HTML Compliance - DashboardNOYB2015-12-132-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | HTML compliance (aside from the active widgets). Rename duplicate id's. Fix available widgets collapsible section href with id. Where obsolete replace name attribute with id.
* | | | Merge pull request #2217 from ↵Stephen Beaver2015-12-141-2/+2
|\ \ \ \ | | | | | | | | | | | | | | | NOYB/HTML_Compliance_-_Collapsible_Form_Section_HREF
| * | | | HTML Compliance - Collapsible Form Section HREFNOYB2015-12-131-2/+2
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bad value for attribute href on element a: Illegal character in fragment: not a URL code point. <a data-toggle="collapse" href="#<id> .panel-body"> Syntax of URL:Any URL. For example: /hello, #canvas, or http://example.org/. Characters should be represented in NFC and spaces should be escaped as %20. Fix is to set an id on the target.
* | | | Merge pull request #2216 from ↵Stephen Beaver2015-12-141-1/+7
|\ \ \ \ | | | | | | | | | | | | | | | NOYB/HTML_Compliance_-_Checkbox_Display_As_Radio_Unique_ID
| * | | | HTML Compliance - Checkbox Display As Radio Unique IDNOYB2015-12-131-1/+7
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ensure checkbox display as raido has unique id. Allow an id to be passed in displayAsRadio() as argument[0]. If no argument is passed, construct id as name_value:uniqid. Previous behavior was id = name. So all the radio buttons of the set had same id.
* | | | Remove debugStephen Beaver2015-12-141-1/+0
| | | |
* | | | Merge pull request #2215 from NOYB/HTML_Compliance_-_Form_Action_AttributeStephen Beaver2015-12-141-2/+3
|\ \ \ \
| * | | | HTML Compliance - Form Action AttributeNOYB2015-12-121-2/+3
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix Empty Form Action Attribute Violation An empty form action attribute is an HTML4 and HTML5 specification violation. http://www.w3.org/TR/html5/forms.html#attr-fs-action "The action and formaction content attributes, if specified, must have a value that is a valid non-empty URL potentially surrounded by spaces." The HTML4 specification requires that the form action attribute be present and contain a valid URI. Empty is not a valid URI. Though an empty form action attribute may currently function there is no guarantee it will continue to do so in the future or to do so as xpected. Since it does not adhere to the specification it is left open for each browser to handle in any way they choose. And to change that behavior at any time for any reason. Populating the form action attribute with the current URI covers both HTML4 and HTML5 specifications. Don't leave it open to browser interpretation. Give explicit instructions to the browser by adhering to the specification.
* | | | Fixed #5638Stephen Beaver2015-12-144-87/+99
| | | |
* | | | Merge pull request #2222 from phil-davis/patch-3Renato Botelho2015-12-141-1/+1
|\ \ \ \
| * | | | Fix array key typo in firewall_nat_1to1_editPhil Davis2015-12-141-1/+1
| | |/ / | |/| | | | | | This just looks wrong.
* | | | Remove duplicated code in firewall_aliases_editPhil Davis2015-12-141-7/+0
|/ / / | | | | | | This hidden Form_Input is duplicated and I don't see why. The system seems to work OK with the duplication and without.
* | | Merge pull request #2220 from phil-davis/r004Renato Botelho2015-12-1427-149/+201
|\ \ \
| * | | Code style usr local www a-ePhil Davis2015-12-1427-149/+201
| | | |
* | | | Fixed #5637Stephen Beaver2015-12-141-4/+4
| | | |
* | | | Revise child iconStephen Beaver2015-12-141-1/+1
| | | |
* | | | Add fa icon to show override is a childStephen Beaver2015-12-141-0/+1
| | | |
* | | | Comment fixStephen Beaver2015-12-141-1/+1
| | | |
* | | | Fixed #5638Stephen Beaver2015-12-142-16/+30
|/ / /
* | | Set language early on a common place included everywhere. This fix some tar ↵Renato Botelho2015-12-141-9/+0
| | | | | | | | | | | | warnings 'Failed to set locale'
OpenPOWER on IntegriCloud