summaryrefslogtreecommitdiffstats
path: root/usr/local/www/widgets/widgets/log.widget.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix whitespaces and indentRenato Botelho2014-06-181-46/+45
|
* standardize on https://www.pfsense.orgChris Buechler2014-03-141-1/+1
|
* XHTML ComplianceN0YB2014-02-131-1/+8
| | | | Create an empty row in tbody when there are no firewall log entries displayed.
* Also make the dialog_output query string option XHTML compliant.N0YB2014-01-271-2/+2
|
* Make select option XHTML compliant for "Number of lines to display".N0YB2014-01-271-1/+1
| | | | | | | | | | | | | http://validator.w3.org/check "SELECTED" is not a member of a group specified for any attribute <option value="7" SELECTED >7</option> The name and VI delimiter can be omitted from an attribute specification only if SHORTTAG YES is specified <option value="7" selected >7</option> "VI delimiter" is a technical term for the equal sign. This error message means that the name of an attribute and the equal sign cannot be omitted when specifying an attribute. A common cause for this error message is the use of "Attribute Minimization" in document types where it is not allowed, in XHTML for instance. How to fix: For attributes such as compact, checked or selected, do not write e.g <option selected ... but rather <option selected="selected" ...
* revert part of commit 4cfcbd3 - removes blank option on firewall log widget ↵Charlie Marshall2013-07-261-2/+2
| | | | drop down menu
* Widget Firewall Logs FieldsN0YB2013-05-211-10/+10
| | | | | | In the Firewall Log Widget view time field is of more use than source port and protocol. Add time field and remove source port and protocol fields. Fields: Action, Time, Interface, Source IP, Destination IP & Port
* Diag DNS Lookup Dialog OutputN0YB2013-03-161-2/+6
| | | | | Display DNS lookup results in a dialog box rather than browsing away from the current page (Dashboard Firewall Widget or Status: System logs: Firewall) to the diag DNS page. Especially useful when filtering so that filter does not have to be reposted to return to the current page.
* Tidy up "log" widget XHTMLColin Fleming2013-03-051-20/+26
| | | | | | | | | Add CDATA section to scripts Close INPUT tag Deprecate HTML boolean operators SELECTED and CHECKED Removed duplicate class Added summary to table Moved norwap to class definition
* Make synamic firewall logs and widget add new rows:Renato Botelho2013-01-251-25/+45
| | | | | | | | | | The Dynamic Firewall Log page doesn't add rows, it only updates the php generated rows which means that if it's loaded after the log is cleared, it'll never show any activity. The same occurs for the log widget. This pacth fix this issue moving from absolutely sized spans to tables. It should fix #2763
* Update usr/local/www/widgets/widgets/log.widget.phpN0YB2012-12-071-6/+49
| | | | Firewall Logs Widget Filtering Options to filter on interfaces, 'pass', 'block', & 'reject'
* Correct syntaxWarren Baker2012-11-221-1/+1
|
* Fix parentheses matchingErik Fonnesbeck2012-11-211-1/+1
|
* Up the char count to include a port numberWarren Baker2012-11-211-1/+1
|
* If destination is larger than 15 then truncate it, otherwise blocks like ↵Warren Baker2012-11-211-1/+1
| | | | VRRP advertisements push the values out
* Add $nocsrf = true;Scott Ullrich2011-01-031-0/+3
|
* fix Firewall Logs widget settings save.Chris Buechler2010-01-091-1/+9
| | | | Ticket #285
* Fix log widget title/linkjim-p2009-04-051-4/+0
|
* Filter log parsing updatejim-p2009-04-041-30/+81
| | | | | | | | | | | | * Share filter log parsing code instead of using copy/paste/code duplication. * Reworked the JavaScript a little so it could also be shared * Fix a large number of bugs, especially in the AJAX-based dynamic log viewer. * Picks up some more detail from the logs, and more accurately determines the protocol of a given log entry. * Adds a CLI log parser (filterparser.php) * Removed some redundant/unused code * Code cleanup/style fixes * Added support for finding logged rdr rules from miniupnpd NOTE: Due to the dynamic nature of upnp rules, the rule may not be present when checked.
* Add &nbsp; after each field so that empty spans do not break the cssScott Ullrich2008-02-031-4/+4
| | | | look and field. Minor nitpick.
* include required files for when widget is being loaded by AJAX calls.Scott Dale2007-12-301-0/+5
|
* updated copyrightScott Dale2007-07-031-0/+34
|
* update widgets to use css properlyScott Dale2007-06-221-1/+1
|
* Widget base. Note: changes to widgets are not saved yet.Scott Dale2007-05-071-0/+41
OpenPOWER on IntegriCloud