summaryrefslogtreecommitdiff
path: root/include/rssfuncs.php
AgeCommit message (Expand)Author
2016-02-02update_rss_feed: disable support for http 304 for the time beingAndrew Dolgov
2016-01-23update_rss_feed: escape dumped content while debuggingAndrew Dolgov
2016-01-13updates: auto-disable CURL if open_basedir is enabled, notify possible issues...Andrew Dolgov
2016-01-07remove option ALLOW_DUPLICATE_POSTS as confusing/uselessAndrew Dolgov
2016-01-07fix broken article processing if ALLOW_DUPLICATE_POSTS is enabledAndrew Dolgov
2016-01-04do not automatically call cleanup_tags() in housekeeping tasksAndrew Dolgov
2015-12-31Update new feeds first in postgresThomas Kramer
2015-12-07fix previous, owner_uid not passed in daemon contextAndrew Dolgov
2015-12-07do not discard custom set article tags when updating from sourceAndrew Dolgov
2015-12-05calculate_article_hash: strip tags before hashing fieldsAndrew Dolgov
2015-12-03set_basic_feed_info: fix missing columnAndrew Dolgov
2015-12-03Revert "set_basic_feed_info: bail out if feed doesn't exist"Andrew Dolgov
2015-12-03set_basic_feed_info: bail out if feed doesn't existAndrew Dolgov
2015-12-03get_article_filters: check if action.type is setAndrew Dolgov
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
2015-08-11add plugin-based filter actions (see example plugin in attic)Andrew Dolgov
2015-08-10Revert "update: reenable first ref_id/id transaction"Andrew Dolgov
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
2015-07-04update_rss_feed: set basic feed info if title is [Unknown] (fixes batch subsc...Andrew Dolgov
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
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
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 t...Andrew Dolgov
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 of...Jonathon Padfield
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 sto...Andrew Dolgov