summaryrefslogtreecommitdiffstats
path: root/src/usr
Commit message (Collapse)AuthorAgeFilesLines
* pkg_mgr - Fix disablepackagehistoryBBcan1772015-12-301-6/+6
| | | | * Version title should always print * $g['disablepackagehistory'] only disables the changelog hyperlink
* Fixed #5717Stephen Beaver2015-12-302-28/+27
|
* Merge pull request #2325 from stilez/patch-7Renato Botelho2015-12-301-5/+4
|\
| * Redundant logic tests in a range checkstilez2015-12-251-5/+4
| | | | | | | | | | | | | | The logic here is redundant. It tests IP1<START || IP2<START || IP1>END || IP2>END. *Then* it tests if IP1<IP2 unsigned. If the latter test succeeds (ie test that first) then IP1>=START *must imply* IP2>=START and IP2<=END *must imply* IP1<=END. In other words we only need to test: START <= IP1 <= IP2 <= END, ie 3 logic tests (IP1<=IP2 && IP1>=START && IP2<=END) not 5 logic tests.
* | Merge pull request #2337 from BBcan177/patch-1Stephen Beaver2015-12-301-54/+38
|\ \
| * | Update pkg_mgr.phpBBcan1772015-12-301-1/+1
| | | | | | | | | Update syntax to 4 space indent
| * | Update pkg_mgr.phpBBcan1772015-12-301-54/+38
| | | | | | | | | | | | | | | | | | | | | | | | * Note - There are two lines previously commented out at Lines! (L127-128) * Mods to if/else/elseif/endif statements for consistency. * Change package dependency href link icon from "paper-clip" to "globe". * Put package dependency links into a < ul > for a cleaner output when dependencies span over two lines. * Add missing gettext()
* | | Add password confirmation and change to Form_* frameworkStephen Beaver2015-12-301-53/+45
|/ /
* | Merge pull request #2335 from ↵Stephen Beaver2015-12-301-0/+1
|\ \ | | | | | | | | | NOYB/HTML_Compliance_-_Interfaces_/_Assign_network_ports
| * | HTML Compliance - Interfaces / Assign network portsNOYB2015-12-301-0/+1
| | | | | | | | | | | | A table row was 3 columns wide and exceeded the column count established by the first row (2).
* | | Merge pull request #2334 from BBcan177/patch-2Stephen Beaver2015-12-301-21/+22
|\ \ \
| * | | Update pkg_mgr_installed.phpBBcan1772015-12-291-21/+22
| |/ / | | | | | | | | | | | | | | | | | | | | | * Mods to if/else/elseif/endif statements for consistency. * Change font red to span class. * Change package dependency href link icon from "paper-clip" to "globe". * Remove redundant <i> in package dependency href link * Put package dependency links into a <ul> for a cleaner output when dependencies span over two lines. * Add <div> to "Action" column as the "!" icon was previously printing on the next line.
* | | Fix typo password confirmheper2015-12-301-1/+1
|/ / | | | | https://forum.pfsense.org/index.php?topic=104629.0
* | Add output validation here too. Ticket #5351Chris Buechler2015-12-291-2/+2
| |
* | complete breadcrumbs for each tabJared Dillard2015-12-292-2/+2
| |
* | No need to restart dpinger to get new rrd data, it's not like apinger that ↵Renato Botelho2015-12-291-1/+0
| | | | | | | | send data to rrd
* | Fixed #5694Stephen Beaver2015-12-291-2/+10
| |
* | Final updates in support of hidden passwordsStephen Beaver2015-12-296-11/+23
| |
* | Merge pull request #2333 from ↵Stephen Beaver2015-12-291-1/+3
|\ \ | | | | | | | | | NOYB/HTML_Compliance_-_System_/_User_Manager_/_Users
| * | HTML Compliance - System / User Manager / UsersNOYB2015-12-281-1/+3
| | | | | | | | | | | | | | | | | | | | | A table row was 6 columns wide and exceeded the column count established by the first row (5). End tag div seen, but there were open elements. Unclosed element form. Close php tag.
* | | Correction to #5710Stephen Beaver2015-12-291-1/+1
| | |
* | | Fixed #5710Stephen Beaver2015-12-291-2/+2
|/ /
* | Fixed saving password when the ols password needs to be retainedStephen Beaver2015-12-281-0/+2
| |
* | Merge pull request #2331 from BBcan177/patch-1Stephen Beaver2015-12-281-2/+2
|\ \
| * | Add href for package dependencies (pkg_mgr_installed)BBcan1772015-12-281-2/+2
| | | | | | | | | | | | * Case typo * Change package dependency text to href link(s).
* | | FInished password hiding logic by ensuring $_POST['password'] != DMYPWD ↵Stephen Beaver2015-12-2811-27/+59
| | | | | | | | | | | | before updating
* | | Added new addPassword method and password == password_confirm validation ↵Stephen Beaver2015-12-2810-46/+90
|/ / | | | | | | where required.
* | Merge pull request #2330 from ExolonDX/masterStephen Beaver2015-12-281-1/+8
|\ \
| * | Update "firewall_aliases.php"Colin Fleming2015-12-281-1/+8
| | | | | | | | | Add Bootstrap panels to "firewall_aliases.php"
* | | Don't display dummy password if configured pwd is emptyStephen Beaver2015-12-282-1/+9
| | |
* | | Experimental: Fixed #5693Stephen Beaver2015-12-283-6/+50
|/ / | | | | | | Added new functionality to PHP classes, and used it ONLY in system_advanced_notifications.php -> smtp password
* | Fixes issue where limiter mask does not save (from forum)Stephen Beaver2015-12-281-3/+3
| |
* | Change alert box color to successStephen Beaver2015-12-281-1/+1
| |
* | Merge pull request #2321 from ch1c4um/Fix_dns_resolverStephen Beaver2015-12-281-18/+15
|\ \
| * | Fixed bug to disable dns resolver serviceFrancisco Cavalcante2015-12-231-18/+15
| | |
* | | HTML Compliance - System / Package Manager / Available PackagesNOYB2015-12-281-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bad value #search-panel .panel-body for attribute href on element a: Illegal character in fragment: space is not allowed. <a data-toggle="collapse" href="#search-panel .panel-body" name="search-panel"> The name attribute is obsolete. Consider putting an id attribute on the nearest container instead. <a data-toggle="collapse" href="#search-panel .panel-body" name="search-panel"> Bad value button for attribute type on element a: Subtype missing. <a id="btnsearch" type="button" title="Search" class="btn btn-primary btn-sm">Search <a id="btnclear" type="button" title="Clear" class="btn btn-default btn-sm">Clear
* | | Fixed #5697Stephen Beaver2015-12-271-3/+5
| | |
* | | Merge pull request #2327 from ↵Stephen Beaver2015-12-271-1/+4
|\ \ \ | | | | | | | | | | | | NOYB/HTML_Compliance_-_System_/_Package_Manager_/_Available_Packages
| * | | HTML Compliance - System / Package Manager / Available PackagesNOYB2015-12-271-1/+4
| | |/ | |/| | | | | | | | | | Stray tbody, table, and div tag ends when list empty. Close php tag.
* | | Merge pull request #2326 from NOYB/HTML_Compliance_-_System_/_Certicate_/_CAsStephen Beaver2015-12-271-0/+2
|\ \ \
| * | | HTML Compliance - System / Certicate / CAsNOYB2015-12-261-0/+2
| |/ / | | | | | | | | | | | | Close div tag Close php tag
* | | Alternative to PR 2324 - Remove unneeded divStephen Beaver2015-12-271-2/+0
|/ /
* | Update pkg_edit.phpBBcan1772015-12-241-2/+2
| | | | | | * Incorrect variable name in pkg_edit
* | clarify text, might not apply to "NIC" (lagg, VLANs, etc.)Chris Buechler2015-12-241-1/+1
| |
* | Fixed #5691Stephen Beaver2015-12-241-0/+1
| |
* | HTML Compliance - System / Advanced / Firewall and NATNOYB2015-12-231-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bad value 200000↩ for attribute placeholder on element input: Line feed not allowed. <input class="form-control" name="maximumtableentries" id="maximumtableentries" type="text" placeholder="200000↩"> Element ul not allowed as child of element span in this context. Contexts in which element ul may be used: Where flow content is expected. Content model for element span: Phrasing content. Close div tag Close php tag
* | Merge branch 'master' of git.pfmechanics.com:pfsense/pfsenseJeremy Porter2015-12-231-30/+26
|\ \
| * | Added support for <width> on inouts and aliases.Stephen Beaver2015-12-231-30/+26
| | |
* | | fix part of #5604Jeremy Porter2015-12-231-1/+1
|/ /
* | Add title to add row buttoneStephen Beaver2015-12-231-1/+1
| |
OpenPOWER on IntegriCloud