summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/jquery
Commit message (Collapse)AuthorAgeFilesLines
* Firewall / Rules - Page Efficiency UpgradeNOYB2016-02-081-7/+7
| | | | | | | | | | | | 1) Only load the rules of the selected interface instead of loading all the rules of all interfaces and hiding them. Very inefficient and can result in sluggishness. Especially with large number of rules and/or large alias tables. 1.1) Rule separators indexed to their position within their interface so they work with only loading the selected interface rules. 2) Supports consecutive separators. 3) Fixes #5559 - horizontal scrollbar when no rules to display (all hidden). No longer hiding rules. 4) Corrects case where a single rule defined on any interface would prevent the alert messages from being displayed on all interfaces.
* Correct jquery file attributesStephen Beaver2016-01-291-0/+0
|
* Update jquery to 1.12Stephen Beaver2016-01-294-17/+18
|
* Separator bar stuff moved to pfSenseHelpers.js so that it can be more easily ↵Stephen Beaver2016-01-281-0/+156
| | | | | | applied to other pages Separators added to firewall_nat.php
* Prototype #5373Stephen Beaver2016-01-181-1/+1
|
* Changed var name sine label is an HTML reserved name.Stephen Beaver2016-01-181-2/+2
|
* Fixed #5779Stephen Beaver2016-01-181-2/+13
| | | | Save/restore group label on delete row
* Ensure toggled text is NOT selected (Chrome browser quirk)Stephen Beaver2016-01-121-0/+1
|
* pfSenseHelpers comment textPhil Davis2016-01-121-3/+3
|
* Improved infoblock system no longer needs sufficies if more than one per pageStephen Beaver2016-01-121-8/+12
| | | | Removed long commented out script
* Revise auto infoblock to accommodate initially open divsStephen Beaver2016-01-111-9/+3
|
* Allow thee use of multiple infoblock on a pageStephen Beaver2016-01-111-9/+22
|
* Change the automatic information block to look for <div class="infoblock" ↵Stephen Beaver2016-01-071-4/+4
| | | | | | instrad of <div id="infoblock" Just makes more sense to use a class for this
* Allow an infoblock to be displayed (not hidden) on page load y specifying ↵Stephen Beaver2016-01-071-3/+3
| | | | id='infoblock_open'
* Fix help text on delete row when selector is used in a PHP tableStephen Beaver2015-12-211-1/+1
|
* Fix row add/delete issues intorduced by PR ↵Stephen Beaver2015-12-211-2/+3
| | | | https://github.com/pfsense/pfsense/commit/f35ce6d20e6fd1e3b66b5935c70532d7e5fa741f/
* Revised system to hide the automatically generated "Toggle all" button when ↵Stephen Beaver2015-12-152-12/+10
| | | | | | not required. Original system broke with PR to change radio button names.
* Moved global defines to globals.incStephen Beaver2015-12-141-5/+0
|
* Automatic panel collapse defines moved to jquery/pfSenseHelpsers.jsStephen Beaver2015-12-141-27/+32
| | | | | | define(COLLAPSIBLE, 0x08); define(SEC_CLOSED, 0x04); define(SEC_OPEN, 0x00);
* Merge pull request #2218 from NOYB/HTML_Compliance_-_DashboardStephen Beaver2015-12-141-2/+2
|\
| * HTML Compliance - DashboardNOYB2015-12-131-2/+2
| | | | | | | | | | | | | | | | 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.
* | Fixed #5638Stephen Beaver2015-12-141-5/+10
| |
* | Comment fixStephen Beaver2015-12-141-1/+1
| |
* | Fixed #5638Stephen Beaver2015-12-141-0/+15
|/
* Refine cloning of elements with autocomplete setStephen Beaver2015-12-071-7/+9
|
* Fixed #5593Stephen Beaver2015-12-071-4/+8
| | | | The jQuery required to fix this is tricky, but I believe this fixes the issue by re-adding the autoselect data to newly cloned groups.
* Experimental changes to Form_Section() to allow the panel to be made ↵Stephen Beaver2015-12-011-0/+34
| | | | | | collapsable in the same way that dashboard widgets are. Currently used on diag_logs_filter.php ONLY
* Fixed #5552 backed out hover dropdown changes for nowJared Dillard2015-11-301-5/+0
|
* clean up firewall rules tablesJared Dillard2015-11-251-11/+3
|
* fix typo caught by @phil-davisJared Dillard2015-11-251-1/+1
|
* make hover work only when navbar is horizontalJared Dillard2015-11-241-3/+3
|
* make dropdowns work on hoverJared Dillard2015-11-241-11/+3
|
* Comment fixStephen Beaver2015-11-231-1/+1
|
* Comment fixStephen Beaver2015-11-231-1/+1
|
* Adjust body top padding to match header height when top menu is pinned.Stephen Beaver2015-11-231-1/+15
|
* Remove commentStephen Beaver2015-11-191-1/+0
|
* Add tr/td to empty tbodys for Microsoft IEStephen Beaver2015-11-191-1/+8
|
* Nix hte spinning clockStephen Beaver2015-11-171-33/+0
|
* Added pietimer lib by popular request.Stephen Beaver2015-11-171-0/+33
|
* More $Id and whitespacePhil Davis2015-11-102-10/+10
| | | | from more obscure folders around the code
* Fix cosmetic infoblock issue when there is more than one info_box on a pageStephen Beaver2015-11-061-2/+2
|
* change onclick delete msg toLowerCase()heper2015-11-051-3/+3
|
* Delete confirmation vi fa-trash automated via pfSense.jsStephen Beaver2015-11-051-9/+11
|
* Convert system_certmanager.php to font awesome iconsStephen Beaver2015-11-051-3/+4
| | | | Automatically add confirmation dialog to all fa-trash icons
* Buttons converted to new deisgnStephen Beaver2015-11-041-0/+3
| | | | 'X' button suppressed in info text box
* AUtomatically add "info" icon where requiredStephen Beaver2015-11-041-0/+6
|
* Revised button style on firewall_aliases.php as a model for all other ↵Stephen Beaver2015-11-041-0/+9
| | | | table-based pages
* Completed #5357Stephen Beaver2015-10-291-1/+1
|
* Completed #5356Stephen Beaver2015-10-291-0/+40
| | | | Refactor row toggle javascript
* Javascript refine to hide Delete row button if there is only one rowStephen Beaver2015-10-271-0/+11
|
OpenPOWER on IntegriCloud