summaryrefslogtreecommitdiff
path: root/plugins/af_readability
AgeCommit message (Collapse)Author
2019-05-01af_readability: fix HOOK_GET_FULL_TEXT not being installed because plugin ↵Andrew Dolgov
init() is called before load_data()
2019-04-17update plugin readability-related option namesAndrew Dolgov
2019-04-17move readability library to af_readability/vendor out of global vendor directoryAndrew Dolgov
af_redditimgur: use HOOK_GET_FULL_TEXT instead of invoking readability directly
2019-04-17plugins: add HOOK_GET_FULL_TEXT which may be used to provide full text ↵Andrew Dolgov
extraction to core code and other plugins, instead of trying to invoke af_readability specifically
2019-03-21domdocument: remove old meta charset unicode hacks, replace with shorter xml ↵Andrew Dolgov
preamble utf8 hack (on loadhtml where it makes sense) af_readability: better (?) charset hack for non-unicode pages
2019-02-22plugins: update markupAndrew Dolgov
2019-02-22dialogs: use semantic markup instead of dlgsec stuffAndrew Dolgov
continue unifying quoting style for html strings
2019-02-21af_readability: construct readability object inside try-catch blockAndrew Dolgov
2019-02-20simplify dlgSec-related markupAndrew Dolgov
2018-12-21fetch_file_contents: decompress gzipped dataAndrew Dolgov
af_readability: remove utf8 preamble hack
2018-12-14remove pub_set.png, replace usages with iconfontAndrew Dolgov
2018-12-07remove separate classes for various panels, unify under .panelAndrew Dolgov
remove a few other unnecessary css classes/ids
2018-12-06add icons to accordion panels in preferencesAndrew Dolgov
fix typo in pref-prefs closing panel tag
2018-12-02update notify_* calls to use NotifyAndrew Dolgov
2018-12-01move some more shared stuff to CommonDialogs, Filters, and UtilsAndrew Dolgov
2018-07-31use catchall exception handler for readabilityAndrew Dolgov
2018-06-21af_readability: check if sanitized content has anything before replacingAndrew Dolgov
original excerpt af_readability, af_redditimgur: check php version before using Readability
2018-06-20remove old-style readability loadingAndrew Dolgov
2018-06-20update autoloader to consider namespaces for third party libraries: placed ↵Andrew Dolgov
and loaded from vendor/namespace/classpath.php update readability to a newer implementation based on Readability.js (https://github.com/andreskrey/readability.php) add vendor/Psr/Log interface required for the above
2018-05-25af_readability: specify http accept headerAndrew Dolgov
2018-02-11af_readability: Use new global fetch_effective_url for canonical URL.JustAMacUser
2017-12-13Merge branch 'master' of git.tt-rss.org:git/tt-rss into pdo-experimentalAndrew Dolgov
2017-12-13Make af_readability use resolved URL when rewriting relative URLs in the ↵JustAMacUser
article.
2017-12-03plugins/af_readability: use PDOAndrew Dolgov
2017-12-02checkbox to sql bool related changes, some more boolean fixesAndrew Dolgov
2017-05-04move the following to Feeds:Andrew Dolgov
+ static function catchup_feed($feed, $cat_view, $owner_uid = false, $mode = 'all', $search = false) { + static function getFeedArticles($feed, $is_cat = false, $unread_only = false, + static function subscribe_to_feed($url, $cat_id = 0, + static function getFeedIcon($id) { + static function getFeedTitle($id, $cat = false) { + static function getCategoryUnread($cat, $owner_uid = false) { + static function getCategoryChildrenUnread($cat, $owner_uid = false) {
2017-04-26update phpmd ruleset to use (subset) of cleancodeAndrew Dolgov
fix various minor issues reported by static analysis remove redundant php closing tag from several more files
2017-02-10add some print_checkbox/print_button calls; rename some plugin preference ↵Andrew Dolgov
pane titles
2017-02-10use print_hidden() for hidden dojo form fieldsAndrew Dolgov
2017-01-28af_readability: force utf8 preamble on html document load. no idea why but ↵Andrew Dolgov
it seems to work better even for not-unicode sites.
2016-08-02readability: increase maximum source document size, reorganize the reddit ↵Andrew Dolgov
plugin code a bit
2016-01-29enable support for readability (if af_readability is enabled) in ↵Andrew Dolgov
shareanything bookmarklet
2016-01-26only stop inline feed updates with open_basedir enabled if there are any ↵Andrew Dolgov
plugins that require CURL enabled add plugin->flags() returning array with additional plugin information, currently only CURL requirement (optional)
2015-12-05Fix array checking method in 2 places, add array check in one locationTroy Engel
2015-12-05Revert "Fix accidental use of emtpy array: [E_WARNING (2) ↵Troy Engel
plugins/af_readability/init.php:186 Invalid argument supplied for foreach()]" This reverts commit beaddcba961cd187e6d3ce968b94610838d70b54.
2015-12-04Fix accidental use of emtpy array: [E_WARNING (2) ↵Troy Engel
plugins/af_readability/init.php:186 Invalid argument supplied for foreach()]
2015-11-20allow NO_CURL to disable several CURL-related checks in pluginsAndrew Dolgov
af_readability: skip http content-type checking when open_basedir is enabled
2015-11-19drop support for (obsolete, removed from recent php versions) php safe_mode ↵Andrew Dolgov
setting remove ugly hacks for curl + open_basedir combination breaking support for http redirects
2015-10-06limit maximum article length allowed for readabilityAndrew Dolgov
2015-08-12af_readability: add pluggable filter actionAndrew Dolgov
2015-07-13af_readability: encoding may be lower caseAndrew Dolgov
2015-07-08move readability libs to system locationAndrew Dolgov
2015-07-08ad_readability: also check for content-type if possibleAndrew Dolgov
2015-07-07af_readability: add a workaround for meta charset html pagesAndrew Dolgov
2015-07-06fix previous, oopsAndrew Dolgov
2015-07-06rewrite relative urls in readability outputAndrew Dolgov
2015-07-06add af_readabilityAndrew Dolgov