summaryrefslogtreecommitdiffstats
path: root/app/classes/PlanetFeed.php
Commit message (Collapse)AuthorAgeFilesLines
* Sanitize some HTML tags while in fast parsing modeRomain d'Alverny2022-01-121-1/+21
| | | | | | | | It's almost the same config as `set_stupidly_fast(true)` only we don't want to touch at `add_attributes` (because it's valuable safety) and we do want to strip specific tags (among which <script>, see moonmoon/moonmoon#111).
* Fix PHP warningnashe2017-07-121-1/+8
| | | | | | "usort() expects parameter 2 to be a valid callback, non-static method PlanetFeed::compare() should not be called statically in moonmoon/custom/views/default/sidebar.tpl.php on line 3"
* Clean codenashe2015-08-111-1/+1
| | | | Replace dirname(__FILE__) by __DIR__.
* Control width blacklisting feed are down, cron.php manage the status of this ↵Fernando García2014-03-041-1/+8
| | | | feeds
* Refactioring, this is a syntax change for all Planet* classes to use PHP5 ↵Pascal Chevrel2012-03-091-12/+19
| | | | syntax instead of PHP4
* One file per classMaurice Svay2012-03-071-0/+39