summaryrefslogtreecommitdiff
path: root/plugins/af_readability
AgeCommit message (Collapse)Author
2022-12-13move af_readability out of master treeAndrew Dolgov
2022-12-12Add af_readability 'html5-php' Jenkinsfile.wn_
Got missed when updating that dependency.
2022-12-12Bump af_readability 'html5-php' dependency to latest.wn_
This is to add a couple more 'ReturnTypeWillChange' ( https://dev.tt-rss.org/main/html5-php/pulls/1 ). Composer 2.4.4 (latest release) also updated some of its files.
2022-07-31readability: import fixed html5-phpAndrew Dolgov
2022-07-31fork masterminds html5-phpAndrew Dolgov
2022-07-24readability: depend on psr/http-factoryAndrew Dolgov
2022-07-24readability: add missing dependenciesAndrew Dolgov
2022-07-24use correct namespace for forked readability-phpAndrew Dolgov
2022-07-16add missing files for forked idiormAndrew Dolgov
2022-03-22af_readability: ask readability-php library to fix relative URLsAndrew Dolgov
2022-01-14rework several instances of translated strings being used with single quotes ↵Andrew Dolgov
as HTML element attribute values
2022-01-09af_readability: use data-src for images if availableEugene Molotov
data-src is popular attribute to store original images for lazy loading via javascript
2021-11-14deal with most of warnings in plugins/af_readabilityAndrew Dolgov
2021-11-14deal with a few more phpstan warnings re: base plugin classAndrew Dolgov
2021-11-13deal with some warnings in plugins/trgm,readability and base plugin classAndrew Dolgov
2021-10-22minor phpstan tweaksAndrew Dolgov
2021-08-17pull latest readability-php via composerNils Gotzhein
2021-05-28apply usort workaround for readability-php because its authors were unable ↵Andrew Dolgov
to do so for 3 months (https://github.com/andreskrey/readability.php/issues/99)
2021-03-01hide version for bundled plugins because it's meaningless; for everything ↵Andrew Dolgov
else support showing version using git (if about[0] is null)
2021-02-28move all $fetch globals to UrlHelperAndrew Dolgov
2021-02-26use absolute namespace for readabilityAndrew Dolgov
2021-02-26add missing composer filesAndrew Dolgov
2021-02-26pull latest readability-php via composerAndrew Dolgov
2021-02-19af_readability: fix selectorAndrew Dolgov
2021-02-19 * switch to xhr.post() almost everywhereAndrew Dolgov
* call App.handlerpcjson() automatically on json request (if possible) * show net/log indicators in prefs
2021-02-19migrate xhrJson invocations to the new helperAndrew Dolgov
2021-02-18initial for RIP prototype/scriptaculousAndrew Dolgov
2021-02-18remove unneeded headingsAndrew Dolgov
2021-02-18shorten many invocations of Ajax.Request in inline form methodsAndrew Dolgov
2021-02-17 * add (disabled) shortcut syntax for plugin methodsAndrew Dolgov
* add controls shortcut for pluginhandler tags * add similar shortcut for frontend * allow plugins to selectively exclude their methods from CSRF checking
2021-02-17af_readability: cleanup markupAndrew Dolgov
2021-02-17af_readability: cleanup markupAndrew Dolgov
2021-02-16replace a few more controls to new styleAndrew Dolgov
2021-02-16replace print_hidden with hidden_tagAndrew Dolgov
2021-02-15feeds: unify namingAndrew Dolgov
2021-02-08remove PHPMD.UnusedFormalParameterAndrew Dolgov
2021-02-08fix several warnings related to feed editorAndrew Dolgov
2020-11-26af_readability: allow appending to original summary instead of alwaysAndrew Dolgov
replacing it, some minor code cleanup
2020-09-22remove a lot of stuff from global context (functions.php), add a few helper ↵Andrew Dolgov
classes instead
2020-09-17replace FALSE with false so that static analyzer shuts up about itAndrew Dolgov
2020-05-09rename cdmScrollToId to cdmMoveToIdAndrew Dolgov
prevent smooth scrolling when going directly to an article
2020-02-28af_readability: allow get full text button to work as a toggle; in cdm, ↵Andrew Dolgov
scroll to article after embedding
2020-02-27af_readability: sanitize content requested for embeddingAndrew Dolgov
2020-02-27fix plugins/note javascript part broken by previous changesetAndrew Dolgov
2020-02-27af_readability: add article button to embed content of a specific articleAndrew Dolgov
2019-09-13 Fix error "mb_convert_encoding(): Illegal character encoding specified"Aleksandr Beliaev
modified: plugins/af_readability/init.php
2019-08-21af_readability: require php 7.0Andrew Dolgov
2019-08-16af_readability: add missing fileAndrew Dolgov
2019-06-06af_readability: relax non-unicode hack to apply to HTML4 meta element markupAndrew Dolgov
2019-05-01af_readability: fix HOOK_GET_FULL_TEXT not being installed because plugin ↵Andrew Dolgov
init() is called before load_data()