summaryrefslogtreecommitdiff
path: root/include/rssfuncs.php
AgeCommit message (Collapse)Author
2015-08-18shorten previous a bitAndrew Dolgov
2015-08-18Prevent concatenating words for full text search indexSkibbi
2015-08-16Keep local cached images fresh if file exists.JustAMacUser
Updates the cache_images() function to `touch` images if the file exists already. Some sites (e.g. news) re-use stock images and this change updates the local file's modified time every time the image is referenced in new articles. This should prevent the local file from being expired/deleted only to be re-cached later on.
2015-08-11add plugin-based filter actions (see example plugin in attic)Andrew Dolgov
bump schema
2015-08-10Revert "update: reenable first ref_id/id transaction"Andrew Dolgov
This reverts commit 14ce0e25043dfa70d87985a1d4fa06c1d3d1c8b4.
2015-08-10update: reenable first ref_id/id transactionAndrew Dolgov
2015-08-10update_rss_feed: disable transactions for the time beingAndrew Dolgov
2015-08-04implement per-feed stemming language settingAndrew Dolgov
2015-08-04more fts stuff for simple indexAndrew Dolgov
2015-07-06fix article tags/labels not assigning properly on mysql because of the 4byte ↵Andrew Dolgov
unicode workaround
2015-07-04update_rss_feed: set basic feed info if title is [Unknown] (fixes batch ↵Andrew Dolgov
subscribe)
2015-06-19move language detection to a plugin, remove config.php constantAndrew Dolgov
2015-06-17update_rss_feed: limit maximum execution time while processing articlesAndrew Dolgov
2015-06-17bayes, filter: do not categorize already processed articlesAndrew Dolgov
rss: remove site url/title checks from update_rss_feed
2015-06-17speedup feed subscription processAndrew Dolgov
2015-06-17add some more bayes stuffAndrew Dolgov
2015-06-16add workaround for mysql only accepting subset of unicode charactersAndrew Dolgov
2015-06-15allow plugins modify article scoreAndrew Dolgov
2015-03-06add housekeeping task for orphaned counter cache entriesAndrew Dolgov
2015-03-04add auto_assign_labels plugin; allow article filter plugins to add labels to ↵Andrew Dolgov
articles
2015-02-27remove image.php; put cached image endpoint to public.phpAndrew Dolgov
2015-02-21remove AUTO_ASSIGN_LABELS (confusing, idiots keep enable it and complain of ↵Andrew Dolgov
the results)
2015-01-19comment out old-school test trgm codeAndrew Dolgov
2014-11-02fix typo (refs #818)Andrew Dolgov
2014-11-02Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSSAndrew Dolgov
2014-11-02when registering feed title, consider its maximum length (closes #818)Andrew Dolgov
2014-11-02Fix allow duplicate posts feature with optimizations from 1.14Grant Pannell
2014-08-21update debugging: add force_rehashAndrew Dolgov
2014-08-20Minor refactor for php v5.3, which doens't support immediate dereferencing ↵Jonathon Padfield
of array entries
2014-08-19mention that language passed is read onlyAndrew Dolgov
2014-08-19update: include detected language to article structure passed to filtersAndrew Dolgov
2014-08-19add some timing information to update_daemon_commonAndrew Dolgov
2014-08-19fix language detection; remove f_guid debuggingAndrew Dolgov
2014-08-18pass correct instance of pluginhost to calculate_article_hashAndrew Dolgov
2014-08-18tweak article hash functionAndrew Dolgov
2014-08-18simplify article filter chaining mechanism, do not try to process already ↵Andrew Dolgov
stored articles
2014-08-12update stored article after filter has finished processing to prevent ↵Andrew Dolgov
plugins from reverting changes of earlier invoked plugins (experimental)
2014-07-15Store size of enclosure to databaseFelix Eckhofer
2014-06-26Updated cache_images() to use _MIN_CACHE_IMAGE_SIZE constant when checking ↵Dave Zaikos
file size. New constant is defined upon including rssfuncs.php if not already defined.
2014-05-19Add subscribe hook, give more information to fetch_feed hookwltb
2014-04-30rssfuncs: mention local cache filename for easier debuggingAndrew Dolgov
2014-03-14deactivated FeedParser re-use as it is not multiuser safeRoland Angerer
different users may have different fetch feed and feed fetched hooks
2014-03-14fixed feed caching logic for multiuser scenarioRoland Angerer
only vanilla feed data may be cached as every user may have different fetched feed hooks to apply
2014-03-06fix for article language breaking sql insertAndrew Dolgov
2014-02-19rssfuncs: remove unused variablesAndrew Dolgov
2013-12-18rssfuncs: fix typoAndrew Dolgov
2013-12-18when checking feeds to update, respect only default update setting stored in ↵Andrew Dolgov
default profile
2013-11-13add workaround for languagedetect idiotic shit of some kindAndrew Dolgov
2013-11-11pubsubhubbub: use atom rel=self link (when available) when subscribingAndrew Dolgov
to push-enabled feeds
2013-10-29report all libxml errors in updater debug outputAndrew Dolgov
force utf8 encoding if devforceupdate is on parser: try to convert non-unicode feeds with specified encoding to utf8 before trying to remove dangling utf8 characters in case of utf8-related libxml errors because doing so produces garbage content