Commit Graph

9522 Commits (4b74491b8b3353ae82f4dc1468e1c20546e5e03d)
 

Author SHA1 Message Date
Andrew Dolgov 4b74491b8b feed tree: set placeholder feed unread value to -1 5 years ago
Andrew Dolgov ae376bdfbf search_sphinx: convert contructor of the sphinx API library 5 years ago
Andrew Dolgov 66cbe55148 sanity check: require UConverter from php intl 5 years ago
Andrew Dolgov bf5dfc444e sql logger: ensure error string and context are valid UTF8 before trying to insert it 5 years ago
Andrew Dolgov fda475bd93 af_readability: fix HOOK_GET_FULL_TEXT not being installed because plugin init() is called before load_data() 5 years ago
Andrew Dolgov ccc0315ef0 better tsquery support:
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
5 years ago
Andrew Dolgov 1cd9b3c866 prevent a fatal error on an invalid tsquery syntax 5 years ago
Andrew Dolgov 4f306e61b4 update description of SELF_URL_PATH 5 years ago
Andrew Dolgov 4a21642f07 update CONTRIBUTING (2) 5 years ago
Andrew Dolgov 8d7e210c03 update CONTRIBUTING 5 years ago
Andrew Dolgov adc2a51695 update plugin readability-related option names 5 years ago
Andrew Dolgov d0a9aeaf80 move readability library to af_readability/vendor out of global vendor directory
af_redditimgur: use HOOK_GET_FULL_TEXT instead of invoking readability directly
5 years ago
Andrew Dolgov 6955b2e02d plugins: add HOOK_GET_FULL_TEXT which may be used to provide full text extraction to core code and other plugins, instead of trying to invoke af_readability specifically 5 years ago
fox 525298569e Merge branch 'hotkeys-focus' of suraia/tt-rss into master 5 years ago
fox a2be311f52 Merge branch 'master' of zeed/tt-rss into master 5 years ago
Michael Kuhn e38fcd6dea Fix button focus issues
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.
5 years ago
zeed e397caa82a update the tsvector_combined when create_published_article
https://discourse.tt-rss.org/t/create-published-article-doesnt-update-the-tsvector-combined/2277
5 years ago
Michael Kuhn 4a2a90c980 Fix focus issues with hotkeys
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.
5 years ago
fox 7e55340295 Merge branch 'master' of ltGuillaume/tt-rss into master 5 years ago
ltGuillaume 3d8c6967da Add keyboard shortcut 'g r': Go to Recently read 5 years ago
ltGuillaume 4c72d3b4fc Add keyboard shortcut 'g r': Go to Recently read 5 years ago
Andrew Dolgov 6fbf349155 add hidden _SKIP_SESSION_UA_CHECKS tunable 5 years ago
Andrew Dolgov c7ad4ad2d4 import_export: use default ts_lang if user one is unset 5 years ago
Andrew Dolgov dee1614d0a db_prefs: return null if requested key is unset 5 years ago
Andrew Dolgov e31e9ae04d db_prefs: don't report missing prefs if die_on_error is false 5 years ago
Andrew Dolgov 9e200f2cf0 schema: update version to 138 5 years ago
Andrew Dolgov d32e191ad7 import_export: set tsvector_combined using DEFAULT_SEARCH_LANGUAGE on import 5 years ago
Andrew Dolgov ed22473272 feed editor: use DEFAULT_SEARCH_LANGUAGE as a default per-feed dropdown value 5 years ago
Andrew Dolgov c936cc3a1f use DEFAULT_SEARCH_LANGUAGE to generate tsvector index if per-feed language is not specified, also use it as default value on search form for convenience 5 years ago
Andrew Dolgov 6768b3a4a3 schema: add DEFAULT_SEARCH_LANGUAGE 5 years ago
Andrew Dolgov d7282ec292 import_export: prevent form closing before doing anything; update markup 5 years ago
Andrew Dolgov cc2ac3a86c FeedTree: add feed debugger to per-feed context menu 5 years ago
Andrew Dolgov 1a484ec3f5 feedparser: remove horrible hacks for feeds with broken encoding 5 years ago
fox cb0c81729d Merge branch 'master' of Greg-T/tt-rss into master 5 years ago
Greg-T 2c2f74a104 PDO error in cleanup_tags repaired
Changes :
- add PDO::PARAM_INT to a value in a PDO query
- switch limit to limit_part to respect semantic here (cleanup by packages)
5 years ago
Andrew Dolgov 656475ec78 digest text mode excerpt: use ellipsis fit for plain text 5 years ago
Andrew Dolgov 4e1eeb0488 digest text mode: fix article excerpt source 5 years ago
Andrew Dolgov 59d0e35b7d Merge branch 'master' of git.fakecake.org:tt-rss 5 years ago
Andrew Dolgov b583ca12fb Merge branch 'weblate-integration' 5 years ago
Andrew Dolgov 671f4cee65 domdocument: remove old meta charset unicode hacks, replace with shorter xml preamble utf8 hack (on loadhtml where it makes sense)
af_readability: better (?) charset hack for non-unicode pages
5 years ago
Andrew Dolgov 3bd3324e5a update: add option to send digests 5 years ago
Andrew Dolgov 6ae0a3dd3e share: further improve og:description excerpt logic, minor layout stuff 5 years ago
Andrew Dolgov 74e8661351 share: decode entities in metadata fields so that length limits would make more sense 5 years ago
Andrew Dolgov 9f52327b34 feedlist: adjust star position 5 years ago
Andrew Dolgov 01b2f0a24f support "picture" tags in articles 5 years ago
fox e35c656b38 Merge branch 'hotkeys-keypress-bugfix' of suraia/tt-rss into master 5 years ago
Michael Kuhn bbb8a2e873 Fix missed hotkeys in googlereaderkeys plugin 5 years ago
himori kim 24c12e6114 Translated using Weblate (Korean)
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/
5 years ago
Andrew Dolgov 375c4c28a0 Merge branch 'master' of git.fakecake.org:tt-rss 5 years ago
Andrew Dolgov eab568065f enable excerpt for text digest 5 years ago