summaryrefslogtreecommitdiffstats
path: root/usr/local/www/widgets/widgets/rss.widget.php
Commit message (Collapse)AuthorAgeFilesLines
* Move main pfSense content to src/Renato Botelho2015-08-251-198/+0
|
* Standardize widget iform and submit namesPhil Davis2015-06-231-2/+2
| | | | | | | | | | | | | | | | | | | | The log and picture widgets were both using "iforma" and "submita". Actually it did not break anything because it was only the form name repeated, not id. And nothing was using these names. Traffic Graphs widget was using just "iform". That is a bit dangerous for the future. I got tricked when cut-pasting some code to make some settings options for the Gateways widget. I kept "iform" and then wondered for a while why my Traffic Graphs widget show-hide settings would not save. There was traffic graph JS that referred to just "iform" and that started modifying the "iform" in my new Gateways widget code. Rather than having names "iforma", "iformb"... "submita", "submitb"... it seems much less risk of accidental duplication if these are named like: name_of_widget_iform name_of_widget_submit I don't think there is any user-visible bug in 2.2.* - so this standardization could just go into 2.3
* Widgets code stylePhil Davis2015-04-171-20/+33
|
* Remove latin-1 encoding of RSS feedPhil Davis2015-02-021-1/+0
| | | | | Many thanks to Gertjan in forum https://forum.pfsense.org/index.php?topic=87504.msg484017#msg484017 Specifically setting the output encoding to latin-1 was causing the "black diamonds" for special characters in the http://blog.pfsense.org RSS feed (e.g. the registered trademark sign after pfSense did not come out). It should all work by letting simplepie do its default stuff with the RSS feed.
* Fix lineup of copyright linesPhil Davis2015-01-011-26/+26
| | | | | and module names and other bits of formatting and typos in header comment sections.
* Welcome 2015Renato Botelho2014-12-311-1/+1
|
* Change copyright statement to reflect realityJim Thompson2014-11-101-0/+2
|
* Protect rssfeed parameters with htmlspecialchars()Renato Botelho2014-06-171-6/+6
|
* Replace Header() calls by lowercaseRenato Botelho2014-06-131-1/+1
|
* Merge branch 'master-br' of https://github.com/ayvis/pfsense into ↵Renato Botelho2014-03-171-4/+4
|\ | | | | | | ayvis-master-br
| * xhtml Complianceayvis2014-03-141-4/+4
| | | | | | replaced <br>, <br/> and </br> with <br />
* | standardize URLsChris Buechler2014-03-141-2/+2
| |
* | standardize on https on www.pfsense.orgChris Buechler2014-03-141-1/+1
|/
* remove whitespacesCharlie Marshall2013-08-051-17/+17
|
* fix / make textarea full widthCharlie Marshall2013-08-051-1/+1
|
* Tidy up widget XHTMLColin Fleming2013-03-051-10/+11
| | | | | | | | | Close input tags Change target _NEW to _BLANK Add ALT to img tags Add CDATA sections to scipts. Changed name in FORM tag to be different, not allowed to have the same "name" in XHMTL
* The function split() is replaced by the function explode(). Starting with ↵smos2012-01-191-1/+1
| | | | | | PHP 5.3 this is deprecated and with version 6 gone. Replacing it surpresses all the warnings
* Add $nocsrf = true;Scott Ullrich2011-01-031-0/+2
|
* Ensure tmp is ready before beginning operation.Scott Ullrich2009-03-181-6/+6
|
* Jettison clog and replace with fifolog which is included in FreeBSD 7.1Scott Ullrich2009-03-151-3/+3
|
* Handle post correctlyScott Ullrich2009-03-141-1/+1
|
* Allow setting of how many words to show.Scott Ullrich2009-03-141-2/+23
|
* Correctly restore rsswidgetheight sizeScott Ullrich2009-03-141-1/+4
|
* * Allow setting the div size and scroll the restScott Ullrich2009-03-141-23/+62
| | | | * Format items better
* Break before last <hr>Scott Ullrich2009-03-141-1/+1
|
* Default to 3 entriesScott Ullrich2009-03-141-1/+1
|
* Close <a> tagScott Ullrich2009-03-141-3/+1
|
* Widget is ready for general usage and defaults to pfS blogScott Ullrich2009-03-141-13/+56
|
* First crack at RSS widget.Scott Ullrich2009-03-141-0/+77
OpenPOWER on IntegriCloud