summaryrefslogtreecommitdiff
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-30better tsquery support:Andrew Dolgov
1. report query syntax errors properly 2. fall back to implicit &-joining only if no joiners are detected in user query, otherwise permit full tsquery syntax
2019-04-29prevent a fatal error on an invalid tsquery syntaxAndrew Dolgov
2019-04-26update description of SELF_URL_PATHAndrew Dolgov
2019-04-22update CONTRIBUTING (2)Andrew Dolgov
2019-04-22update CONTRIBUTINGAndrew 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
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-04-14Merge branch 'hotkeys-focus' of suraia/tt-rss into masterfox
2019-04-14Merge branch 'master' of zeed/tt-rss into masterfox
2019-04-14Fix button focus issuesMichael Kuhn
This change introduces derived classes for ComboButton, DropDownButton and Select that make sure that buttons do not remain focused after their menus are closed. This allows using hotkeys after closing them.
2019-04-14update the tsvector_combined when create_published_articlezeed
https://discourse.tt-rss.org/t/create-published-article-doesnt-update-the-tsvector-combined/2277
2019-04-13Fix focus issues with hotkeysMichael Kuhn
Since making use of keypress in addition to keydown, hotkeys did not work in certain scenarios, including clicking on the feed tree expanders or empty spaces of the toolbar. This issue is caused by dijit.Tree and dijit.Toolbar implementing the _KeyNavMixin, which explicitly stops propagation of keypress events. This change contains two main fixes plus a smaller hotfix: 1. It overrides _onContainerKeydown and _onContainerKeypress for fox.FeedTree (which inherits from dijit.Tree). 2. It adds fox.Toolbar, which overrides _onContainerKeydown, _onContainerKeypress and focus. This fixes hotkeys being swallowed and the first focusable child receiving focus when clicking on an empty space of the toolbar. 3. It adds the same handling of keydown and keypress to the prefs hotkey handler as is done in the main hotkey handler.
2019-04-12Merge branch 'master' of ltGuillaume/tt-rss into masterfox
2019-04-12Add keyboard shortcut 'g r': Go to Recently readltGuillaume
2019-04-12Add keyboard shortcut 'g r': Go to Recently readltGuillaume
2019-04-11add hidden _SKIP_SESSION_UA_CHECKS tunableAndrew Dolgov
2019-04-11import_export: use default ts_lang if user one is unsetAndrew Dolgov
2019-04-10db_prefs: return null if requested key is unsetAndrew Dolgov
2019-04-10db_prefs: don't report missing prefs if die_on_error is falseAndrew Dolgov
2019-04-10schema: update version to 138Andrew Dolgov
2019-04-10import_export: set tsvector_combined using DEFAULT_SEARCH_LANGUAGE on importAndrew Dolgov
2019-04-10feed editor: use DEFAULT_SEARCH_LANGUAGE as a default per-feed dropdown valueAndrew Dolgov
2019-04-10use DEFAULT_SEARCH_LANGUAGE to generate tsvector index if per-feed language ↵Andrew Dolgov
is not specified, also use it as default value on search form for convenience
2019-04-10schema: add DEFAULT_SEARCH_LANGUAGEAndrew Dolgov
2019-04-09import_export: prevent form closing before doing anything; update markupAndrew Dolgov
2019-04-08FeedTree: add feed debugger to per-feed context menuAndrew Dolgov
2019-04-01feedparser: remove horrible hacks for feeds with broken encodingAndrew Dolgov
2019-03-29Merge branch 'master' of Greg-T/tt-rss into masterfox
2019-03-28PDO error in cleanup_tags repairedGreg-T
Changes : - add PDO::PARAM_INT to a value in a PDO query - switch limit to limit_part to respect semantic here (cleanup by packages)
2019-03-26digest text mode excerpt: use ellipsis fit for plain textAndrew Dolgov
2019-03-26digest text mode: fix article excerpt sourceAndrew Dolgov
2019-03-22Merge branch 'master' of git.fakecake.org:tt-rssAndrew Dolgov
2019-03-22Merge branch 'weblate-integration'Andrew Dolgov
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-03-21update: add option to send digestsAndrew Dolgov
2019-03-19share: further improve og:description excerpt logic, minor layout stuffAndrew Dolgov
2019-03-19share: decode entities in metadata fields so that length limits would make ↵Andrew Dolgov
more sense
2019-03-19feedlist: adjust star positionAndrew Dolgov
2019-03-19support "picture" tags in articlesAndrew Dolgov
2019-03-17Merge branch 'hotkeys-keypress-bugfix' of suraia/tt-rss into masterfox
2019-03-17Fix missed hotkeys in googlereaderkeys pluginMichael Kuhn
2019-03-17Translated using Weblate (Korean)himori kim
Currently translated at 65.6% (484 of 738 strings) Translation: Tiny Tiny RSS/messages Translate-URL: https://weblate.tt-rss.org/projects/tt-rss/messages/ko/
2019-03-16Merge branch 'master' of git.fakecake.org:tt-rssAndrew Dolgov
2019-03-16enable excerpt for text digestAndrew Dolgov
2019-03-15update_rss_feed: set basic feed info if site_url is blankAndrew Dolgov
2019-03-14Merge branch 'master' of git.tt-rss.org:fox/tt-rssAndrew Dolgov
2019-03-14Merge branch 'master' of git.fakecake.org:tt-rssAndrew Dolgov
2019-03-14fix feed icon upload not working, rework form to use FormData/ajaxAndrew Dolgov