summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-03-10add hotkey to toggle grid viewAndrew Dolgov
2021-03-10use proper syntax for equal-width columnsAndrew Dolgov
2021-03-10fix vfeed group subtitle in grid modeAndrew Dolgov
2021-03-10some minor grid stuffAndrew Dolgov
2021-03-10set #headlines-spacer, etc, to span grid columnsAndrew Dolgov
2021-03-10experimental: add preference to show combined mode headlines as a 2 column gridAndrew Dolgov
2021-03-09set border color on that tooAndrew Dolgov
2021-03-09support coloring counters by feed-id/is-cat; set fresh counter to greenAndrew Dolgov
2021-03-09add HOOK_HEADLINE_MUTATIONS, HOOK_HEADLINE_MUTATIONS_SYNCEDAndrew Dolgov
2021-03-09show E_COMPILE_ERROR in event log at higher severity levelsAndrew Dolgov
2021-03-09error log: allow wrapping long filenamesAndrew Dolgov
2021-03-09reorganize update.php a bit, remove unneeded optionsAndrew Dolgov
2021-03-09add another coalesce for rule inverseAndrew Dolgov
2021-03-09get_article_filters: set coalesce values for inverse and match_any_ruleAndrew Dolgov
2021-03-09app password list: fix th/td alignmentAndrew Dolgov
2021-03-09af_redditimgur: import link flair as tagsAndrew Dolgov
2021-03-08describe global settings in classes/config.phpAndrew Dolgov
2021-03-08update messages.potAndrew Dolgov
2021-03-08Merge branch 'weblate-integration'Andrew Dolgov
2021-03-08Merge pull request 'Default to null 'rv' for plugin update check.' (#17) ↵fox
from wn/tt-rss:inaccurate-available-plugin-updates into master Reviewed-on: https://git.tt-rss.org/fox/tt-rss/pulls/17
2021-03-08Default to null 'rv' for plugin update check.wn_
Previously 'rv' was returned as an empty JS array, causing 'p.rv.git_status != 0' to evaluate to true and a misleading 'Ready to update' appearing for certain plugins.
2021-03-08cleanup javascript_tag and stylesheet_tagAndrew Dolgov
2021-03-08show user css editor before xhr is completedAndrew Dolgov
2021-03-08search dialog: add button iconAndrew Dolgov
2021-03-08api: add support for setting score (bump api level to 16)Andrew Dolgov
2021-03-08fix some php8 warningsAndrew Dolgov
2021-03-08Merge branch 'master' of git.fakecake.org:fox/tt-rssAndrew Dolgov
2021-03-08minor cleanup related to toolbar-main (use dijit methods, etc)Andrew Dolgov
2021-03-08fix digest preview not working on mysql because of a quoted LIMIT argumentAndrew Dolgov
2021-03-07add to previous a bitAndrew Dolgov
2021-03-07check updates one plugin at a timeAndrew Dolgov
2021-03-07 * af_redditimgur: optionally import scoreAndrew Dolgov
* add pluginhost->set_array() to set many plugin settings at once
2021-03-07HOOK_ARTICLE_IMAGE: stop after first provided matchAndrew Dolgov
2021-03-07nsfw: fix wrong return parameter count in hook article imageAndrew Dolgov
2021-03-07add nsfw.png placeholderAndrew Dolgov
2021-03-07nsfw: support API clientsAndrew Dolgov
2021-03-07fix previous to actually save enabled pluginsAndrew Dolgov
2021-03-07prevent list of enabled plugins resetting if saved while in search resultsAndrew Dolgov
2021-03-07make rendered labels clickableAndrew Dolgov
2021-03-07logger: use constants instead of hardcoded string literalsAndrew Dolgov
2021-03-07hide event log accordion pane if LOG_DESTINATION is not sqlAndrew Dolgov
2021-03-07allow blank override valuesAndrew Dolgov
2021-03-07set plugin list name width same as preferences tableAndrew Dolgov
2021-03-06add some icons, remove some wordsAndrew Dolgov
2021-03-06Merge branch 'master' of git.tt-rss.org:fox/tt-rssAndrew Dolgov
2021-03-06add some more dialog iconsAndrew Dolgov
2021-03-06Merge pull request 'Fix "array offset on value of type null" for $error and ↵fox
$old_error' (#16) from ltGuillaume/tt-rss:master into master Reviewed-on: https://git.tt-rss.org/fox/tt-rss/pulls/16
2021-03-06reduce overhead in hash set/getAndrew Dolgov
2021-03-06Fix "array offset on value of type null" for $error and $old_errorltGuillaume
I tried applying to only $error and only $old_error, but both appear to be needed. Log entries: E_NOTICE (8) classes/urlhelper.php:464 Trying to access array offset on value of type null 1. classes/urlhelper.php(464): ttrss_error_handler(8, Trying to access array offset on value of type null, classes/urlhelper.php, 464, [) 2. classes/rssutils.php(464): fetch([{"url":"https://some.url.rss","login":"","pass":"","timeout":15,"last_modified":"Sat, 31 Aug 2019 15:22:31 GMT"}) 3. update.php(235): update_rss_feed(732, 1)
2021-03-06fix plugins-list line heightAndrew Dolgov