]> git.wh0rd.org - tt-rss.git/history - classes/rssutils.php
add a workaround to support numeric tags
[tt-rss.git] / classes / rssutils.php
2018-02-11  Andrew Dolgovadd a workaround to support numeric tags
2018-01-30  Andrew Dolgovinclude: convert some spaces to tabs
2018-01-29  Andrew Dolgovstrip utf8mb4 characters in enclosures on mysql
2018-01-24  foxMerge branch 'master' of jsoares/tt-rss into master
2018-01-22  jsoaresFixed time stamping of new unmarked/unpublished articles
2017-12-18  Andrew Dolgovupdate_rss_feed: don't try to use quoted NOW() in query
2017-12-13  Andrew DolgovMerge branch 'master' of git.tt-rss.org:git/tt-rss...
2017-12-11  Andrew DolgovMerge branch 'master' of git.tt-rss.org:git/tt-rss...
2017-12-11  foxMerge branch 'master' of dim0x69/tt-rss into master
2017-12-11  foxMerge branch 'pda-rss-now' of richm/tt-rss into pdo...
2017-12-10  Richard MortimerInclude NOW() in prepared SQL for rssutils.php
2017-12-03  Andrew Dolgovforce strip_tags() on all user input unless explicitly...
2017-12-03  Andrew Dolgovfix some minor issues found by code analyzer
2017-12-03  Andrew Dolgovmove feeds cache directory to cache/feeds
2017-12-03  Andrew Dolgovforce article content/etc to string when updating to...
2017-12-03  Andrew Dolgovrssutils: forbid question marks in tsvector data, PDO...
2017-12-03  Andrew Dolgovmain classes: remove sql_bool_to_bool() kludge
2017-12-02  Andrew DolgovMerge branch 'master' of git.fakecake.org:tt-rss into...
2017-12-02  Andrew Dolgovupdate_rss_feed: transaction lock article processing
2017-12-02  Andrew Dolgovrssutils: PDO
2017-12-02  Andrew Dolgovrssutils: start PDO switch
2017-12-01  Andrew DolgovMerge branch 'pdo-experimental' of git.fakecake.org...
2017-12-01  Andrew DolgovMerge branch 'master' of git.fakecake.org:tt-rss into...
2017-11-30  Andrew Dolgovenforce unconditional requests every 6 hours even if...
2017-10-30  Andrew Dolgovfetch_file_contents: improve error handling
2017-10-13  foxMerge branch 'sort_title_date' of ggrandou/tt-rss into...
2017-10-13  foxMerge branch 'favicons_bmp' of ggrandou/tt-rss into...
2017-10-09  Gilles Grandouallows favicons to be in Windows PC BMP format
2017-10-08  foxMerge branch 'viewport' of jrconlin/tt-rss into master
2017-10-01  foxMerge branch 'hook_feed_basic_info' of wn/tt-rss into...
2017-09-27  wn_Only require an array of basic info from 'HOOK_FEED_BAS...
2017-09-25  wn_Add 'HOOK_FEED_BASIC_INFO' to enable plugins to provide...
2017-08-17  Andrew Dolgovadd support for http 304 not modified (no timestamp...
2017-08-06  Andrew Dolgovrssutils: include comment count when calculating articl...
2017-07-02  Andrew DolgovRevert "Revert "filters: support matching on multiple...
2017-07-02  Andrew DolgovRevert "filters: support matching on multiple feeds...
2017-07-02  Andrew DolgovMerge branch 'master' of git.fakecake.org:tt-rss
2017-07-02  Andrew Dolgovfilters: support matching on multiple feeds/categories
2017-06-13  Andrew Dolgovupdate_daemon_common: do not escape feed_url twice...
2017-05-29  Andrew Dolgovtunables:
2017-05-16  Andrew Dolgovremove pubsubhubbub: dead
2017-05-06  Andrew Dolgovfix DAEMON_SLEEP_INTERVAL not being defined when used
2017-05-05  Andrew Dolgovwrap rssfuncs into rssutils class