summaryrefslogtreecommitdiff
path: root/plugins/af_readability
AgeCommit message (Expand)Author
2021-03-01hide version for bundled plugins because it's meaningless; for everything els...Andrew Dolgov
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
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
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
2020-09-22remove a lot of stuff from global context (functions.php), add a few helper c...Andrew Dolgov
2020-09-17replace FALSE with false so that static analyzer shuts up about itAndrew Dolgov
2020-05-09rename cdmScrollToId to cdmMoveToIdAndrew Dolgov
2020-02-28af_readability: allow get full text button to work as a toggle; in cdm, scrol...Andrew Dolgov
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
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 ini...Andrew Dolgov
2019-04-17update plugin readability-related option namesAndrew Dolgov
2019-04-17move readability library to af_readability/vendor out of global vendor directoryAndrew Dolgov
2019-04-17plugins: add HOOK_GET_FULL_TEXT which may be used to provide full text extrac...Andrew Dolgov
2019-03-21domdocument: remove old meta charset unicode hacks, replace with shorter xml ...Andrew Dolgov
2019-02-22plugins: update markupAndrew Dolgov
2019-02-22dialogs: use semantic markup instead of dlgsec stuffAndrew Dolgov
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
2018-12-14remove pub_set.png, replace usages with iconfontAndrew Dolgov
2018-12-07remove separate classes for various panels, unify under .panelAndrew Dolgov
2018-12-06add icons to accordion panels in preferencesAndrew Dolgov
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
2018-06-20remove old-style readability loadingAndrew Dolgov
2018-06-20update autoloader to consider namespaces for third party libraries: placed an...Andrew Dolgov