diff options
| author | 2025-10-22 12:28:33 -0700 | |
|---|---|---|
| committer | 2025-10-22 21:28:33 +0200 | |
| commit | 581b81006af157d0fa12b8d1e2604c637234f778 (patch) | |
| tree | a75de00520a304e27296e4c6b5b6bf2116f1ae69 /app/i18n/sk/sub.php | |
| parent | 1282d3a2709064cb847b8757409a7153449faa9d (diff) | |
Add option to apply filter actions to existing articles (#7959)
* Add option to apply filter actions to existing articles
* make fix-all
* Fixes
* Another approach with preview
New approach: https://github.com/FreshRSS/FreshRSS/pull/7959/commits/20479475c90ac954b991b3703c3cc76c16aa2d5c
<img width="666" height="202" alt="image" src="https://github.com/user-attachments/assets/bb68ede4-60c8-4e0c-9317-c5ed7a6ad7df" />
Additional improvements:
* Also implemented at category level, and at global level
* Also implemented for favourites at global level
Shortcomings:
* Does not always work reliably with advanced regex, since the DB's flavour is not necessarily the same than PHP's
Related: https://github.com/FreshRSS/FreshRSS/pull/8141
* make fix-all
---------
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'app/i18n/sk/sub.php')
| -rw-r--r-- | app/i18n/sk/sub.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/i18n/sk/sub.php b/app/i18n/sk/sub.php index a8026ee0f..42fa17ab4 100644 --- a/app/i18n/sk/sub.php +++ b/app/i18n/sk/sub.php @@ -80,6 +80,7 @@ return array( 'filteractions' => array( '_' => 'Filtrovať akcie', 'help' => 'Napíšte jeden výraz hľadania na riadok. Operators <a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#with-the-search-field" target="_blank">see documentation</a>.', // DIRTY + 'view_filter' => 'Preview filters on existing articles (new window)', // TODO ), 'http_headers' => 'HTTP Headers', // TODO 'http_headers_help' => 'Headers are separated by a newline, and the name and value of a header are separated by a colon (e.g: <kbd><code>Accept: application/atom+xml<br />Authorization: Bearer some-token</code></kbd>).', // TODO |
