Skip to content

Commit d7caf30

Browse files
committed
New feature.
Changelog excerpt: - Added the ability to segregate cache data on the basis of prefixes specified by the instance. This could be useful for when different installations are utilising the same caching mechanisms at the same server.
1 parent 7e3ea80 commit d7caf30

32 files changed

+187
-55
lines changed

readme.ar.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -504,6 +504,7 @@ Detected phpMussel-Testfile.ASCII.Standard (ascii_standard_testfile.txt)! Detect
504504
│ pseudonymise_ip_addresses [bool]
505505
│ privacy_policy [string]
506506
├───supplementary_cache_options
507+
│ prefix [string]
507508
│ enable_apcu [bool]
508509
│ enable_memcached [bool]
509510
│ enable_redis [bool]
@@ -934,7 +935,10 @@ disabled_channels
934935
<div dir="rtl"><ul><li>عنوان سياسة الخصوصية ذات الصلة ليتم عرضها في تذييل الصفحات التي تم إنشاؤها. حدد عنوان URL، أو اتركه فارغًا لتعطيله.</li></ul></div>
935936

936937
#### <div dir="rtl">"supplementary_cache_options" (التصنيف)<br /></div>
937-
<div dir="rtl">خيارات ذاكرة التخزين المؤقت التكميلية.<br /><br /></div>
938+
<div dir="rtl">خيارات ذاكرة التخزين المؤقت التكميلية. ملاحظة: قد يؤدي تغيير هذه القيم إلى تسجيل خروجك.<br /><br /></div>
939+
940+
##### <div dir="rtl">"prefix" <code dir="ltr">[string]</code><br /></div>
941+
<div dir="rtl"><ul><li>سيتم إضافة القيمة المحددة هنا إلى جميع مفاتيح إدخال ذاكرة التخزين المؤقت. فارغ بشكل افتراضي. عند وجود عدة عمليات تثبيت على نفس الخادم، يمكن أن يكون ذلك مفيدًا للحفاظ على ذاكرة التخزين المؤقت منفصلة عن بعضها البعض.</li></ul></div>
938942

939943
##### <div dir="rtl">"enable_apcu" <code dir="ltr">[bool]</code><br /></div>
940944
<div dir="rtl"><ul><li>يحدد هذا ما إذا كنت تريد استخدام APCu للتخزين المؤقت. افتراضي = False (زائفة).</li></ul></div>
@@ -1762,4 +1766,4 @@ x.x.x.x - Day, dd Mon 20xx hh:ii:ss +0000 - "admin" - حاليا على.
17621766
---
17631767

17641768

1765-
<div dir="rtl">آخر تحديث: ١٠ يونيو ٢٠٢١ (٢٠٢١.٠٦.١٠).</div>
1769+
<div dir="rtl">آخر تحديث: ٣١ أكتوبر ٢٠٢١ (٢٠٢١.١٠.٣١).</div>

readme.de.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -500,6 +500,7 @@ Konfiguration (v3)
500500
│ pseudonymise_ip_addresses [bool]
501501
│ privacy_policy [string]
502502
├───supplementary_cache_options
503+
│ prefix [string]
503504
│ enable_apcu [bool]
504505
│ enable_memcached [bool]
505506
│ enable_redis [bool]
@@ -927,7 +928,10 @@ Konfiguration für gesetzliche Anforderungen.
927928
- Die Adresse einer relevanten Datenschutz-Bestimmungen, die in der Fußzeile aller generierten Seiten angezeigt werden soll. Geben Sie eine URL ein, oder lassen Sie sie leer, um sie zu deaktivieren.
928929

929930
#### "supplementary_cache_options" (Kategorie)
930-
Zusätzliche Cache-Optionen.
931+
Zusätzliche Cache-Optionen. Hinweis: Das Ändern dieser Werte kann Sie möglicherweise ausloggen.
932+
933+
##### "prefix" `[string]`
934+
- Dieser Wert hier wird zu allen Cache-Eintragsschlüsseln vorangestellt. Standardmäßig leer. Wenn mehrere Installationen auf demselben Server vorhanden sind, kann dies nützlich sein, um ihre Caches getrennt zu halten.
931935

932936
##### "enable_apcu" `[bool]`
933937
- Dies gibt an, ob APCu für das Caching verwendet werden soll. Standardeinstellung = False.
@@ -1735,4 +1739,4 @@ Alternativ gibt es einen kurzen (nicht autoritativen) Überblick über die GDPR/
17351739
---
17361740

17371741

1738-
Zuletzt aktualisiert: 10. Juni 2021 (2021.06.10).
1742+
Zuletzt aktualisiert: 31. Oktober 2021 (2021.10.31).

readme.en.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -536,6 +536,7 @@ Configuration (v3)
536536
│ pseudonymise_ip_addresses [bool]
537537
│ privacy_policy [string]
538538
├───supplementary_cache_options
539+
│ prefix [string]
539540
│ enable_apcu [bool]
540541
│ enable_memcached [bool]
541542
│ enable_redis [bool]
@@ -963,7 +964,10 @@ Configuration for legal requirements.
963964
- The address of a relevant privacy policy to be displayed in the footer of any generated pages. Specify a URL, or leave blank to disable.
964965

965966
#### "supplementary_cache_options" (Category)
966-
Supplementary cache options.
967+
Supplementary cache options. Note: Changing these values may potentially log you out.
968+
969+
##### "prefix" `[string]`
970+
- The value specified here will be prepended to all cache entry keys. Empty by default. When multiple installations exist at the same server, this can be useful for keeping their caches separate from each other.
967971

968972
##### "enable_apcu" `[bool]`
969973
- Specifies whether to try using APCu for caching. Default = False.
@@ -1764,4 +1768,4 @@ Alternatively, there's a brief (non-authoritative) overview of GDPR/DSGVO availa
17641768
---
17651769

17661770

1767-
Last Updated: 10 June 2021 (2021.06.10).
1771+
Last Updated: 31 October 2021 (2021.10.31).

readme.es.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -500,6 +500,7 @@ Configuración (v3)
500500
│ pseudonymise_ip_addresses [bool]
501501
│ privacy_policy [string]
502502
├───supplementary_cache_options
503+
│ prefix [string]
503504
│ enable_apcu [bool]
504505
│ enable_memcached [bool]
505506
│ enable_redis [bool]
@@ -927,7 +928,10 @@ Configuración para requisitos legales.
927928
- La dirección de una política de privacidad relevante que se mostrará en el pie de página de cualquier página generada. Especificar una URL, o dejar en blanco para desactivar.
928929

929930
#### "supplementary_cache_options" (Categoría)
930-
Opciones de caché suplementarias.
931+
Opciones de caché suplementarias. Nota: Cambiar estos valores puede potencialmente cerrar la sesión.
932+
933+
##### "prefix" `[string]`
934+
- El valor especificado aquí se antepondrá a las claves de todas las entradas de la caché. Vacía por predefinida. Cuando existen varias instalaciones en el mismo servidor, esto puede ser útil para mantener sus cachés separados entre sí.
931935

932936
##### "enable_apcu" `[bool]`
933937
- Especifica si se intenta utilizar APCu para el almacenamiento en caché. Predefinido = False.
@@ -1727,4 +1731,4 @@ Alternativamente, hay una breve descripción (no autoritativa) de GDPR/DSGVO dis
17271731
---
17281732

17291733

1730-
Última Actualización: 10 de Junio de 2021 (2021.06.10).
1734+
Última Actualización: 31 de Octubre de 2021 (2021.10.31).

readme.fr.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -500,6 +500,7 @@ Configuration (v3)
500500
│ pseudonymise_ip_addresses [bool]
501501
│ privacy_policy [string]
502502
├───supplementary_cache_options
503+
│ prefix [string]
503504
│ enable_apcu [bool]
504505
│ enable_memcached [bool]
505506
│ enable_redis [bool]
@@ -927,7 +928,10 @@ Configuration pour les exigences légales.
927928
- L'adresse d'une politique de confidentialité pertinente à afficher dans le pied de page des pages générées. Spécifier une URL, ou laisser vide à désactiver.
928929

929930
#### « supplementary_cache_options » (Catégorie)
930-
Options de cache supplémentaires.
931+
Options de cache supplémentaires. Remarque : La modification de ces valeurs peut potentiellement vous déconnecter.
932+
933+
##### « prefix » `[string]`
934+
- La valeur spécifiée ici sera ajoutée à toutes les clés d'entrée du cache. Vide par défaut. Lorsque plusieurs installations existent sur le même serveur, cela peut être utile pour séparer leurs caches les uns des autres.
931935

932936
##### « enable_apcu » `[bool]`
933937
- Spécifie s'il faut essayer d'utiliser APCu pour la mise en cache. Défaut = False.
@@ -1733,4 +1737,4 @@ Alternativement, il y a un bref aperçu (non autorisé) de GDPR/DSGVO disponible
17331737
---
17341738

17351739

1736-
Dernière mise à jour : 10 Juin 2021 (2021.06.10).
1740+
Dernière mise à jour : 31 Octobre 2021 (2021.10.31).

readme.id.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -500,6 +500,7 @@ Konfigurasi (v3)
500500
│ pseudonymise_ip_addresses [bool]
501501
│ privacy_policy [string]
502502
├───supplementary_cache_options
503+
│ prefix [string]
503504
│ enable_apcu [bool]
504505
│ enable_memcached [bool]
505506
│ enable_redis [bool]
@@ -927,7 +928,10 @@ Konfigurasi untuk persyaratan hukum.
927928
- Alamat dari kebijakan privasi yang relevan untuk ditampilkan di footer dari setiap halaman yang dihasilkan. Spesifikasikan URL, atau biarkan kosong untuk menonaktifkan.
928929

929930
#### "supplementary_cache_options" (Kategori)
930-
Opsi cache tambahan.
931+
Opsi cache tambahan. Catatan: Mengubah nilai ini berpotensi membuat Anda keluar.
932+
933+
##### "prefix" `[string]`
934+
- Nilai yang ditentukan disini akan ditambahkan ke awal kunci untuk semua entri di cache. Kosong secara default. Ketika beberapa instalasi ada di server, ini dapat berguna untuk menjaga cache mereka terpisah.
931935

932936
##### "enable_apcu" `[bool]`
933937
- Menentukan apakah akan mencoba menggunakan APCu untuk cache. Default = False.
@@ -1720,4 +1724,4 @@ Beberapa sumber bacaan yang direkomendasikan untuk mempelajari informasi lebih l
17201724
---
17211725

17221726

1723-
Terakhir Diperbarui: 10 Juni 2021 (2021.06.10).
1727+
Terakhir Diperbarui: 31 Oktober 2021 (2021.10.31).

readme.it.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -500,6 +500,7 @@ Configurazione (v3)
500500
│ pseudonymise_ip_addresses [bool]
501501
│ privacy_policy [string]
502502
├───supplementary_cache_options
503+
│ prefix [string]
503504
│ enable_apcu [bool]
504505
│ enable_memcached [bool]
505506
│ enable_redis [bool]
@@ -927,7 +928,10 @@ Configurazione per requisiti legali.
927928
- L'indirizzo di una politica sulla privacy pertinente da visualizzare nel piè di pagina delle pagine generate. Specificare un URL, o lasciare vuoto per disabilitare.
928929

929930
#### "supplementary_cache_options" (Categoria)
930-
Opzioni di cache supplementari.
931+
Opzioni di cache supplementari. Nota: La modifica di questi valori potrebbe potenzialmente disconnettersi.
932+
933+
##### "prefix" `[string]`
934+
- Il valore specificato qui verrà anteposto a tutte le chiavi di ingresso della cache. Vuoto per impostazione predefinita. Quando esistono più installazioni sullo stesso server, questo può essere utile per mantenere le loro cache separate l'una dall'altra.
931935

932936
##### "enable_apcu" `[bool]`
933937
- Specifica se provare a utilizzare APCu per la memorizzazione nella cache. Predefinito = False.
@@ -1723,4 +1727,4 @@ In alternativa, è disponibile una breve panoramica (non autorevole) di GDPR/DSG
17231727
---
17241728

17251729

1726-
Ultimo Aggiornamento: 10 Giugno 2021 (2021.06.10).
1730+
Ultimo Aggiornamento: 31 Ottobre 2021 (2021.10.31).

readme.ja.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -500,6 +500,7 @@ phpMusselを拡張し、新しいプラグインを作成するためのボイ
500500
│ pseudonymise_ip_addresses [bool]
501501
│ privacy_policy [string]
502502
├───supplementary_cache_options
503+
│ prefix [string]
503504
│ enable_apcu [bool]
504505
│ enable_memcached [bool]
505506
│ enable_redis [bool]
@@ -927,7 +928,10 @@ URLスキャナーの設定。
927928
- 生成されたページのフッターに表示される関連プライバシー・ポリシーのアドレス。​URLを指定するか、無効にしたい場合は空白のままにして下さい。
928929

929930
#### "supplementary_cache_options" (カテゴリ)
930-
補足キャッシュ・オプション。
931+
補足キャッシュ・オプション。 注:これらの値を変更すると、ログアウトする可能性があります。
932+
933+
##### "prefix" `[string]`
934+
- ここで指定された値は、すべてのキャッシュ・エントリ・キーの前に追加されます。​デフォルトでは空です。​同じサーバーに複数のインストールが存在する場合、これはキャッシュを互いに分離しておくのに役立ちます。
931935

932936
##### "enable_apcu" `[bool]`
933937
- キャッシュに「APCu」を使用するかどうかを指定します。 Default/デフォルルト = False。
@@ -1720,4 +1724,4 @@ phpMusselは、マーケティングやアドバタイジング目的で情報
17201724
---
17211725

17221726

1723-
最終アップデート:2021年6月10日
1727+
最終アップデート:2021年10月31日

readme.ko.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -500,6 +500,7 @@ v3 상용구 코드의 구조는 다양한 다른 phpMussel v3 리포지토리
500500
│ pseudonymise_ip_addresses [bool]
501501
│ privacy_policy [string]
502502
├───supplementary_cache_options
503+
│ prefix [string]
503504
│ enable_apcu [bool]
504505
│ enable_memcached [bool]
505506
│ enable_redis [bool]
@@ -927,7 +928,10 @@ URL 스캐너 설정.
927928
- 생성 된 페이지의 꼬리말에 표시 할 관련 개인 정보 정책 방침의 주소입니다. URL 지정, 또는 사용하지 않으려면 비워 두십시오.
928929

929930
#### "supplementary_cache_options" (카테고리)
930-
보충 캐시 옵션.
931+
보충 캐시 옵션. 참고 : 이 값을 변경하면 잠재적으로 로그아웃될 수 있습니다.
932+
933+
##### "prefix" `[string]`
934+
- 여기에 지정된 값은 모든 캐시 항목 키 앞에 추가됩니다. 기본적으로 비어 있습니다. 동일한 서버에 여러 설치가 있는 경우, 캐시를 서로 분리하여 유지하는 데 유용할 수 있습니다.
931935

932936
##### "enable_apcu" `[bool]`
933937
- 캐싱에 APCu를 사용할지 여부를 지정합니다. Default (기본값) = False.
@@ -1718,4 +1722,4 @@ phpMussel은 마케팅이나 광고 목적으로 정보를 수집하거나 처
17181722
---
17191723

17201724

1721-
최종 업데이트 : 2021년 6월 10일.
1725+
최종 업데이트 : 2021년 10월 31일.

readme.nl.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -500,6 +500,7 @@ Configuratie (v3)
500500
│ pseudonymise_ip_addresses [bool]
501501
│ privacy_policy [string]
502502
├───supplementary_cache_options
503+
│ prefix [string]
503504
│ enable_apcu [bool]
504505
│ enable_memcached [bool]
505506
│ enable_redis [bool]
@@ -927,7 +928,10 @@ Configuratie voor wettelijke vereisten.
927928
- Het adres van een relevant privacybeleid dat moet worden weergegeven in de voettekst van eventuele gegenereerde pagina's. Geef een URL, of laat leeg om uit te schakelen.
928929

929930
#### "supplementary_cache_options" (Categorie)
930-
Aanvullende cache-opties.
931+
Aanvullende cache-opties. Opmerking: Als u deze waarden wijzigt, mogelijk bent u uitgelogd.
932+
933+
##### "prefix" `[string]`
934+
- De hier opgegeven waarde wordt toegevoegd aan alle cache-invoersleutels. Standaard leeg. Als er meerdere installaties op dezelfde server staan, dit kan handig zijn om hun caches gescheiden van elkaar te houden.
931935

932936
##### "enable_apcu" `[bool]`
933937
- Dit geeft aan of APCu moet worden gebruikt voor caching. Standaard = False.
@@ -1744,4 +1748,4 @@ Als alternatief is er een kort (niet-gezaghebbende) overzicht van GDPR/DSGVO/AVG
17441748
---
17451749

17461750

1747-
Laatste Bijgewerkt: 10 Juni 2021 (2021.06.10).
1751+
Laatste Bijgewerkt: 31 Oktober 2021 (2021.10.31).

0 commit comments

Comments
 (0)