summaryrefslogtreecommitdiff
path: root/classes/feeds.php
AgeCommit message (Collapse)Author
2018-12-05various icon updates; use new icons in feed treeAndrew Dolgov
2018-12-05remove pub_{set,unset}.png usage in main codeAndrew Dolgov
2018-12-05minor fixes to pub/mark icons etcAndrew Dolgov
2018-12-05update headlines to use vector iconsAndrew Dolgov
2018-12-05initial for material-iconsAndrew Dolgov
2018-12-05rework not-cdm headline rows to use flex-boxAndrew Dolgov
2018-12-05combined mode: use flex-box for header/footer layoutAndrew Dolgov
2018-12-05in three panel mode, attach context menu to the title, instead of entire ↵Andrew Dolgov
headlines row
2018-12-04initial work for flat modern themeAndrew Dolgov
2018-12-04updates for flat theme (mostly disable old dijit overrides)Andrew Dolgov
2018-12-04combined unexpanded: respect 'SHOW_CONTENT_PREVIEW' preferenceAndrew Dolgov
2018-12-03add placeholder loading indicator to CDM entriesAndrew Dolgov
restore missing "originally from" for archived articles
2018-12-03plugins: mail, mailto: remove code from global contextAndrew Dolgov
2018-12-02Fix an `onclick` (`Article.editArticleTags` --> `Article.editTags`)wn_
2018-12-02move Utils to AppBase where it belongsAndrew Dolgov
2018-12-02bring back excerpts in unexpanded modeAndrew Dolgov
2018-12-02remove obsolete row selection functionsAndrew Dolgov
move getUrlParam() to Utils
2018-12-02Feeds: shorten some method namesAndrew Dolgov
finally rename "view as rss"
2018-12-02Headlines: shorten selectArticlesAndrew Dolgov
2018-12-02Article, Headlines: shorten several method namesAndrew Dolgov
2018-12-01migrate tt-rss.js contents to AppAndrew Dolgov
2018-12-01fix vfeed group title CSS in not combined modeAndrew Dolgov
2018-12-01further effocts to wrap JS stuff into objectsAndrew Dolgov
2018-12-01js-ification: start on some common dialogsAndrew Dolgov
2018-12-01even more objectification of JSAndrew Dolgov
2018-12-01further objectification of JS codeAndrew Dolgov
2018-12-01WIP reshuffling of JS global context into separate logical objectsAndrew Dolgov
2018-12-01minor refactoring: normalize some function names; cleanup; etcAndrew Dolgov
2018-12-01toggleMark, togglePub: refactor implementationAndrew Dolgov
shorten marked/published img CSS classes
2018-12-01bring back (debloated) version of unexpanded combined modeAndrew Dolgov
2018-11-30css updates; night theme fixes for changed CSS classesAndrew Dolgov
2018-11-30minor css fixes (mostly for zoom mode)Andrew Dolgov
2018-11-30combined mode (and more) css class name updatesAndrew Dolgov
2018-11-30remove FTITLE- idAndrew Dolgov
2018-11-30remove some unnecessary element IDsAndrew Dolgov
rework plugins/note to use xhrJson()
2018-11-30packed headlines: no point in using JSON hereAndrew Dolgov
2018-11-30headlines: remove collapseBtnAndrew Dolgov
2018-11-30remove expandable CDM headlinesAndrew Dolgov
2018-11-30move to simpler CDM handling of encoded content (instead of CENCW... etc)Andrew Dolgov
2018-11-30debug logging system rework:Andrew Dolgov
* support various logging levels per-message * remove hacks like debug_suppress, DAEMON_EXTENDED_DEBUG, etc * _debug() is kept as a compatibility shim for plugins
2018-11-29some more eslint-related stuffAndrew Dolgov
2018-11-03php: remove trailing whitespacesAndrew Dolgov
2018-08-20split transparent rewriting of locally cached media URLs to execute after ↵Andrew Dolgov
both sanitize() and HOOK_RENDER_ARTICLE to allow plugins work on original source URLs consistently
2018-05-23Call the subscription hook from the plugins even if fetch_file_contents ↵MatthieuS
returned no data This allows a plug-in to override the fetch when the core fetch method fails for some feeds (eg. Tumblr feeds when requested from an EU IP).
2018-01-05subscribe_to_feed: force-cast login and password to stringAndrew Dolgov
2017-12-31remove synchronous feed refreshing on ForceUpdateAndrew Dolgov
2017-12-17force-cast some variables used in queries to integerAndrew Dolgov
do not display SQL query in headlines debug mode
2017-12-15properly highlight search keywords containing forward slashAndrew Dolgov
2017-12-11subscribe dialog: add primary actionAndrew Dolgov
2017-12-11add some primary dialog actions; update cssAndrew Dolgov