Andrew Dolgov
d36b64d8a7
event log: simplify styles, prevent horizontal scrolling
...
sql logger: clip context length to 8kb
6 years ago
Marcin Sadowski
23092f8a43
Translated using Weblate (Polish)
...
Currently translated at 99.6% (723 of 726 strings)
Translation: Tiny Tiny RSS/messages
Translate-URL: https://weblate.tt-rss.org/projects/tt-rss/messages/pl/
6 years ago
Dario Di Ludovico
1c8c2743c1
Translated using Weblate (Italian)
...
Currently translated at 100.0% (726 of 726 strings)
Translation: Tiny Tiny RSS/messages
Translate-URL: https://weblate.tt-rss.org/projects/tt-rss/messages/it/
6 years ago
fox
4a2836ea90
Merge branch 'master' of Greg-T/tt-rss into master
6 years ago
Greg-T
7770903a7f
Workaround for drag and drop in Firefox
...
It is just a temporary workaround.
6 years ago
Greg-T
d1252513ea
Workaround for drag and drop in Firefox
...
It is just a temporary workaround, as *.map isn't updated.
6 years ago
Marcin Sadowski
5d71a14e9c
Translated using Weblate (Polish)
...
Currently translated at 99.6% (723 of 726 strings)
Translation: Tiny Tiny RSS/messages
Translate-URL: https://weblate.tt-rss.org/projects/tt-rss/messages/pl/
6 years ago
Glandos
9d68d2fcb0
Translated using Weblate (French)
...
Currently translated at 100.0% (726 of 726 strings)
Translation: Tiny Tiny RSS/messages
Translate-URL: https://weblate.tt-rss.org/projects/tt-rss/messages/fr/
6 years ago
Ptsa Daniel
b6f4664f4d
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 99.6% (723 of 726 strings)
Translation: Tiny Tiny RSS/messages
Translate-URL: https://weblate.tt-rss.org/projects/tt-rss/messages/zh_Hans/
6 years ago
Andrew Dolgov
f38a89a131
rebase translations
6 years ago
Andrew Dolgov
b8b1615dcd
Merge branch 'weblate-integration'
6 years ago
Marcin Sadowski
acaa2eab28
Translated using Weblate (Polish)
...
Currently translated at 99.3% (733 of 738 strings)
Translation: Tiny Tiny RSS/messages
Translate-URL: https://weblate.tt-rss.org/projects/tt-rss/messages/pl/
6 years ago
Andrew Dolgov
079ef15b1b
previous: remove unused debugging line
6 years ago
Andrew Dolgov
905f038610
search dialog: display active query if searching already
6 years ago
Andrew Dolgov
09f520eda2
fix search query test statement stopping valid modifiers like unread: from working
6 years ago
Marcin Sadowski
84e2bc095e
Translated using Weblate (Polish)
...
Currently translated at 99.3% (733 of 738 strings)
Translation: Tiny Tiny RSS/messages
Translate-URL: https://weblate.tt-rss.org/projects/tt-rss/messages/pl/
6 years ago
Vladimir Budylnikov
74a1f54fef
Translated using Weblate (Russian)
...
Currently translated at 90.2% (666 of 738 strings)
Translation: Tiny Tiny RSS/messages
Translate-URL: https://weblate.tt-rss.org/projects/tt-rss/messages/ru/
6 years ago
Marcin Sadowski
c3cb8a748e
Translated using Weblate (Polish)
...
Currently translated at 98.9% (730 of 738 strings)
Translation: Tiny Tiny RSS/messages
Translate-URL: https://weblate.tt-rss.org/projects/tt-rss/messages/pl/
6 years ago
Andrew Dolgov
de713035fd
when subscribing, check for valid html content type before checking if requested document has HTML doctype/start element
6 years ago
Andrew Dolgov
9423d72f6c
parser: force libxml error messages to valid utf8
6 years ago
fox
e981d52bda
Merge branch 'master' of ltGuillaume/ttrss into master
6 years ago
Andrew Dolgov
3bf40f3ba8
_active_feed_id: set to undefined on startup to prevent unneeded Feed.open() if reloadCurrent is called because of a non-default main toolbar value
6 years ago
Andrew Dolgov
d09aad7c80
fix read categories not being hidden when hide read feeds is enabled
6 years ago
ltGuillaume
44bfbc9529
Allow to unregister plugin hooks
6 years ago
Andrew Dolgov
84d43a1b44
catchup_feed: invoke HOOK_SEARCH if necessary
6 years ago
Andrew Dolgov
2ce31fd0bf
FeedStoreModel.getFeedUnread: return -1 when value is unset
6 years ago
Andrew Dolgov
9368f1a07f
restore feed from URL hash after feedlist init
6 years ago
Andrew Dolgov
6479c07324
js: add PluginHost.HOOK_COUNTERS_PROCESSED
6 years ago
Andrew Dolgov
2411cc8d1c
js: add PluginHost.HOOK_COUNTERS_RECEIVED
6 years ago
Andrew Dolgov
4b74491b8b
feed tree: set placeholder feed unread value to -1
6 years ago
Andrew Dolgov
ae376bdfbf
search_sphinx: convert contructor of the sphinx API library
6 years ago
Andrew Dolgov
66cbe55148
sanity check: require UConverter from php intl
6 years ago
Andrew Dolgov
bf5dfc444e
sql logger: ensure error string and context are valid UTF8 before trying to insert it
6 years ago
Andrew Dolgov
fda475bd93
af_readability: fix HOOK_GET_FULL_TEXT not being installed because plugin init() is called before load_data()
6 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
6 years ago
Andrew Dolgov
1cd9b3c866
prevent a fatal error on an invalid tsquery syntax
6 years ago
Andrew Dolgov
4f306e61b4
update description of SELF_URL_PATH
6 years ago
Andrew Dolgov
4a21642f07
update CONTRIBUTING (2)
6 years ago
Andrew Dolgov
8d7e210c03
update CONTRIBUTING
6 years ago
Andrew Dolgov
adc2a51695
update plugin readability-related option names
6 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
6 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
6 years ago
fox
525298569e
Merge branch 'hotkeys-focus' of suraia/tt-rss into master
6 years ago
fox
a2be311f52
Merge branch 'master' of zeed/tt-rss into master
6 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.
6 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
6 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.
6 years ago
fox
7e55340295
Merge branch 'master' of ltGuillaume/tt-rss into master
6 years ago
ltGuillaume
3d8c6967da
Add keyboard shortcut 'g r': Go to Recently read
6 years ago
ltGuillaume
4c72d3b4fc
Add keyboard shortcut 'g r': Go to Recently read
6 years ago