1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-27 12:05:06 +02:00
Commit Graph

10939 Commits

Author SHA1 Message Date
Andrew Dolgov
fb89c3bad0 instead of a fixed column layout, fit based on minimum column size 2021-03-10 16:14:42 +03:00
Andrew Dolgov
5bc47451e1 shorten_expanded: increase timeout 2021-03-10 15:08:36 +03:00
Andrew Dolgov
36ad46e60d * shorten_expanded: use promises instead of a timeout hack
* normalize some icon colors
2021-03-10 14:57:03 +03:00
Ptsa Daniel
02af69328f Translated using Weblate (Chinese (Simplified))
Currently translated at 99.2% (655 of 660 strings)

Translation: Tiny Tiny RSS/messages
Translate-URL: https://weblate.tt-rss.org/projects/tt-rss/messages/zh_Hans/
2021-03-10 10:30:31 +00:00
Dario Di Ludovico
4aa595e3ba Translated using Weblate (Italian)
Currently translated at 100.0% (660 of 660 strings)

Translation: Tiny Tiny RSS/messages
Translate-URL: https://weblate.tt-rss.org/projects/tt-rss/messages/it/
2021-03-10 10:30:29 +00:00
Andrew Dolgov
96031c80bf stop setting specific background color on .cdm.expanded 2021-03-10 12:57:46 +03:00
Andrew Dolgov
e826c9e055 fix crash in preferences due to headlines-frame missing 2021-03-10 12:25:52 +03:00
Andrew Dolgov
f58879c1dc small stuck header fixes in grid mode 2021-03-10 12:10:11 +03:00
Andrew Dolgov
bdc72e5b63 fix headlines-spacer height in grid mode 2021-03-10 11:59:52 +03:00
Andrew Dolgov
df9c389cbf in grid mode, hide feed title from header 2021-03-10 11:51:06 +03:00
Andrew Dolgov
b6033d0bbd grid view tweaks 2021-03-10 11:44:16 +03:00
Andrew Dolgov
0b93d8d013 add hotkey to toggle grid view 2021-03-10 10:01:22 +03:00
Andrew Dolgov
089fa5ec26 use proper syntax for equal-width columns 2021-03-10 09:34:57 +03:00
Andrew Dolgov
87d13e826f fix vfeed group subtitle in grid mode 2021-03-10 09:17:49 +03:00
Andrew Dolgov
eba8c97f36 some minor grid stuff 2021-03-10 09:10:40 +03:00
Andrew Dolgov
a3ab4020bf set #headlines-spacer, etc, to span grid columns 2021-03-10 08:47:47 +03:00
Andrew Dolgov
ddfa39015e experimental: add preference to show combined mode headlines as a 2 column grid 2021-03-10 08:33:56 +03:00
Andrew Dolgov
6ec66d0ce5 set border color on that too 2021-03-09 18:59:49 +03:00
Andrew Dolgov
f804caec90 support coloring counters by feed-id/is-cat; set fresh counter to green 2021-03-09 18:55:28 +03:00
Andrew Dolgov
ae7b87bca9 add HOOK_HEADLINE_MUTATIONS, HOOK_HEADLINE_MUTATIONS_SYNCED 2021-03-09 17:01:22 +03:00
Andrew Dolgov
2160a86092 show E_COMPILE_ERROR in event log at higher severity levels 2021-03-09 17:00:51 +03:00
Andrew Dolgov
4e1c78374f error log: allow wrapping long filenames 2021-03-09 15:17:28 +03:00
Andrew Dolgov
74391ec30a reorganize update.php a bit, remove unneeded options 2021-03-09 14:45:35 +03:00
Andrew Dolgov
dd9d017f7d add another coalesce for rule inverse 2021-03-09 13:42:28 +03:00
Andrew Dolgov
9b321be270 get_article_filters: set coalesce values for inverse and match_any_rule 2021-03-09 09:31:52 +03:00
Andrew Dolgov
4fe2e6bbf1 app password list: fix th/td alignment 2021-03-09 09:04:13 +03:00
Andrew Dolgov
b1961163b8 af_redditimgur: import link flair as tags 2021-03-09 08:19:55 +03:00
Andrew Dolgov
bc7cb76379 describe global settings in classes/config.php 2021-03-08 20:39:11 +03:00
Weblate
63ca6333a5 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: Tiny Tiny RSS/messages
Translate-URL: https://weblate.tt-rss.org/projects/tt-rss/messages/
2021-03-08 16:08:01 +00:00
Andrew Dolgov
ea25c49eb9 update messages.pot 2021-03-08 19:07:05 +03:00
Andrew Dolgov
fe4c284858 Merge branch 'weblate-integration' 2021-03-08 18:57:49 +03:00
fox
9b2267510b Merge pull request 'Default to null 'rv' for plugin update check.' (#17) from wn/tt-rss:inaccurate-available-plugin-updates into master
Reviewed-on: https://git.tt-rss.org/fox/tt-rss/pulls/17
2021-03-08 18:50:52 +03:00
wn_
fed5158ec5 Default to null 'rv' for plugin update check.
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-08 15:38:52 +00:00
Andrew Dolgov
cfb4882591 cleanup javascript_tag and stylesheet_tag 2021-03-08 17:39:24 +03:00
Andrew Dolgov
28dd255c30 show user css editor before xhr is completed 2021-03-08 16:54:11 +03:00
Andrew Dolgov
bfeaf4d6a4 search dialog: add button icon 2021-03-08 15:55:08 +03:00
Andrew Dolgov
ef03f8188c api: add support for setting score (bump api level to 16) 2021-03-08 13:45:15 +03:00
Andrew Dolgov
c26f58d8a5 fix some php8 warnings 2021-03-08 11:16:32 +03:00
Andrew Dolgov
a125e8540d Merge branch 'master' of git.fakecake.org:fox/tt-rss 2021-03-08 10:43:58 +03:00
Andrew Dolgov
1fb7125f90 minor cleanup related to toolbar-main (use dijit methods, etc) 2021-03-08 10:43:49 +03:00
Andrew Dolgov
46b77fc6b7 fix digest preview not working on mysql because of a quoted LIMIT argument 2021-03-08 09:10:44 +03:00
Andrew Dolgov
5db6939dc9 add to previous a bit 2021-03-07 20:24:44 +03:00
Andrew Dolgov
603cc89638 check updates one plugin at a time 2021-03-07 20:11:54 +03:00
Andrew Dolgov
f4d0e7bb6d * af_redditimgur: optionally import score
* add pluginhost->set_array() to set many plugin settings at once
2021-03-07 15:21:31 +03:00
Andrew Dolgov
72c04123d4 HOOK_ARTICLE_IMAGE: stop after first provided match 2021-03-07 14:19:00 +03:00
Andrew Dolgov
518e677a6b nsfw: fix wrong return parameter count in hook article image 2021-03-07 14:00:56 +03:00
Andrew Dolgov
266c8a6eae add nsfw.png placeholder 2021-03-07 13:26:03 +03:00
Andrew Dolgov
ac6a59914b nsfw: support API clients 2021-03-07 13:22:38 +03:00
Andrew Dolgov
ffb93d72ac fix previous to actually save enabled plugins 2021-03-07 12:28:24 +03:00
Andrew Dolgov
773bad1490 prevent list of enabled plugins resetting if saved while in search results 2021-03-07 12:26:33 +03:00