summaryrefslogtreecommitdiff
path: root/include/rssfuncs.php
AgeCommit message (Expand)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
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
2014-08-12update stored article after filter has finished processing to prevent plugins...Andrew Dolgov
2014-07-15Store size of enclosure to databaseFelix Eckhofer
2014-06-26Updated cache_images() to use _MIN_CACHE_IMAGE_SIZE constant when checking fi...Dave Zaikos
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
2014-03-14fixed feed caching logic for multiuser scenarioRoland Angerer
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
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
2013-10-29report all libxml errors in updater debug outputAndrew Dolgov