LaurentGH
07cf550265
Rename Show help dialog to Keyboard shortcuts help
...
In the dialog showing hotkeys, the '?' key explanation was Show help dialog. However, it does not open an help page, but the list of keyboard shortcuts. This sentence is more clear.
2025-11-07 20:44:24 +01:00
supahgreg
39db785a3a
Make plugin updates a separate icon and link to relevant content.
2025-11-02 03:23:54 +00:00
supahgreg
5bec70065a
Assorted array-related (or nearby) tweaks.
...
Move away from 'array_push', simplify various things (e.g. eliminate low value intermediate vars), etc.
2025-11-01 23:47:00 +00:00
supahgreg
a8320ab9cf
Use first-class callable syntax.
...
Also tweak 'clean()' a bit in the process.
https://wiki.php.net/rfc/first_class_callable_syntax
2025-10-23 16:59:27 +00:00
supahgreg
f9290ff37a
Rector rule 'ThisCallOnStaticMethodToStaticCallRector'.
...
https://getrector.com/rule-detail/this-call-on-static-method-to-static-call-rector
2025-10-18 01:48:51 +00:00
supahgreg
8480b14746
Rector rule 'LongArrayToShortArrayRector'.
...
https://getrector.com/rule-detail/long-array-to-short-array-rector
2025-10-18 01:24:59 +00:00
supahgreg
97ab007fc9
Publish and use 'version.json' for tt-rss update checking.
2025-10-16 18:17:27 +00:00
supahgreg
664f37ae71
Appeasing PHPStan.
...
The two if statements involved are related to calls to 'tt-rss.org' that are intentionally disabled.
2025-10-04 21:20:32 +00:00
supahgreg
5e99eb41ec
Remove references to, and integrations with, 'tt-rss.org'.
2025-10-03 21:00:43 +00:00
wn_
c472f00445
Get rid of 'Db::past_comparison_qpart()'.
...
With MySQL support dropped this function is just an unnecessary layer of abstraction.
2025-05-17 19:08:15 +00:00
Andrew Dolgov
b30f8c93a0
rename article mark/publish hooks
2025-05-02 21:27:50 +03:00
Andrew Dolgov
aeca30cb0c
drop SIMPLE_UPDATE_MODE, limit housekeeping and updates to background processes
2025-05-02 13:26:58 +03:00
Andrew Dolgov
44b5b33f3d
remove synchronous usages of _purge_orphans()
2025-05-02 10:28:35 +03:00
Andrew Dolgov
5f70e41118
add plugin hooks invoked when articles get un/marked or un/published
2025-05-01 22:36:33 +03:00
Andrew Dolgov
3c138a71a1
add deprecation notice for sql_random_function()
2025-04-14 15:27:58 +03:00
Andrew Dolgov
b154bc7a10
initial attempt to remove mysql-related stuff from tt-rss
2025-04-14 12:59:00 +03:00
wn_
89b0332d38
Add and use 'Db::now_comparison_qpart()'.
...
This introduces a helper to build a query part comparing a field against a past datetime (determined by '$now - $some_interval'), eliminating certain boilerplate code.
2025-03-04 18:34:35 +00:00
wn_
667528d5b9
Use PHP 8 'str_' functions.
...
A few more characters in some places, but helps with readability.
2024-11-24 13:59:29 +00:00
wn_
9b0baf9b32
Use match expressions in some places.
2024-11-24 13:45:26 +00:00
wn_
154abc61a0
Eliminate use of deprecated 'get_pref()' and 'set_pref()'.
2024-11-18 21:59:45 +00:00
Andrew Dolgov
884fd92f13
drop opentelemetry
2024-10-01 16:00:34 +03:00
Andrew Dolgov
865ecc8796
move to psr-4 autoloader
2023-10-25 12:55:09 +03:00