Skip to content

Commit

Permalink
Update the changelog and the language files
Browse files Browse the repository at this point in the history
  • Loading branch information
leofeyer committed May 23, 2024
1 parent 22171c5 commit 5ca6147
Show file tree
Hide file tree
Showing 27 changed files with 497 additions and 1 deletion.
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

This project adheres to [Semantic Versioning].

## [4.13.44] (2024-05-23)

**Fixed issues:**

- [#7077] Render the Contao login page even if the current route is not a Contao page ([aschempp])
- [#7232] Consolidate the route definitions in invokable controllers ([leofeyer])
- [#7224] Backport 'Set a low priority for the back end fallback route' ([fritzmg])
- [#7213] Check the cookie headers in the `isSessionEmpty()` method ([ausi])
- [#7227] Store the referrer by default in `backend` scope ([fritzmg])
- [#7181] Adjust the deprecation for custom template names ([leofeyer])
- [#7194] Handle quoted columns names in the boolean fields migration ([ausi])
- [#7179] Render the `date::Y` insert tag inline ([leofeyer])
- [#7171] Backport the boolean fields migration ([fritzmg])
- [#7169] Correctly resolve child definitions for callback tags ([Toflar])
- [#7160] Restore the time period back end settings ([fritzmg])
- [#7086] Add a fallback route for the back end ([aschempp])
- [#7161] Send an `X-Robots-Tag: noindex` header in the back end ([fritzmg])
- [#7126] Automatically set `ParameterType::BOOLEAN` for booleans ([fritzmg])
- [#7155] Backport 'Fix non-existent "contao.image.image_factory" in FeedItem.php' ([stefansl])

## [4.13.43] (2024-04-19)

**Fixed issues:**
Expand Down Expand Up @@ -982,6 +1002,7 @@ This project adheres to [Semantic Versioning].
- [#3596] Fix the visible root trail check in the extended tree view ([Toflar])

[Semantic Versioning]: https://semver.org/spec/v2.0.0.html
[4.13.44]: https://github.com/contao/contao/releases/tag/4.13.44
[4.13.43]: https://github.com/contao/contao/releases/tag/4.13.43
[4.13.42]: https://github.com/contao/contao/releases/tag/4.13.42
[4.13.41]: https://github.com/contao/contao/releases/tag/4.13.41
Expand Down Expand Up @@ -1073,6 +1094,7 @@ This project adheres to [Semantic Versioning].
[SeverinGloeckle]: https://github.com/SeverinGloeckle
[Shadow-Devil]: https://github.com/Shadow-Devil
[sheeep]: https://github.com/sheeep
[stefansl]: https://github.com/stefansl
[Tastaturberuf]: https://github.com/Tastaturberuf
[Toflar]: https://github.com/Toflar
[Wusch]: https://github.com/Wusch
Expand Down Expand Up @@ -1789,8 +1811,23 @@ This project adheres to [Semantic Versioning].
[#7069]: https://github.com/contao/contao/pull/7069
[#7072]: https://github.com/contao/contao/pull/7072
[#7076]: https://github.com/contao/contao/pull/7076
[#7077]: https://github.com/contao/contao/pull/7077
[#7078]: https://github.com/contao/contao/pull/7078
[#7086]: https://github.com/contao/contao/pull/7086
[#7092]: https://github.com/contao/contao/pull/7092
[#7109]: https://github.com/contao/contao/pull/7109
[#7123]: https://github.com/contao/contao/pull/7123
[#7126]: https://github.com/contao/contao/pull/7126
[#7131]: https://github.com/contao/contao/pull/7131
[#7155]: https://github.com/contao/contao/pull/7155
[#7160]: https://github.com/contao/contao/pull/7160
[#7161]: https://github.com/contao/contao/pull/7161
[#7169]: https://github.com/contao/contao/pull/7169
[#7171]: https://github.com/contao/contao/pull/7171
[#7179]: https://github.com/contao/contao/pull/7179
[#7181]: https://github.com/contao/contao/pull/7181
[#7194]: https://github.com/contao/contao/pull/7194
[#7213]: https://github.com/contao/contao/pull/7213
[#7224]: https://github.com/contao/contao/pull/7224
[#7227]: https://github.com/contao/contao/pull/7227
[#7232]: https://github.com/contao/contao/pull/7232
1 change: 1 addition & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@
* Physiklehrer ([Physiklehrer](https://github.com/Physiklehrer))
* Rory Zünd ([rorych](https://github.com/rorych))
* Stefan Schleich ([stefanschleich](https://github.com/stefanschleich))
* Stefan Schulz-Lauterbach ([stefansl](https://github.com/stefansl))
* Stephan Gehle ([SGehle](https://github.com/SGehle))
* Sven Baumann ([baumannsven](https://github.com/baumannsven))
* Tsarma ([Tsarma](https://github.com/Tsarma))
Expand Down
2 changes: 1 addition & 1 deletion core-bundle/src/Resources/contao/config/constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
// Backwards compatibility
// Core version
define('VERSION', '4.13');
define('BUILD', '43');
define('BUILD', '44');
define('LONG_TERM_SUPPORT', true);

// Backwards compatibility
Expand Down
28 changes: 28 additions & 0 deletions core-bundle/src/Resources/contao/languages/cs/tl_settings.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,30 @@
<source>Here you can enter the maximum height for image uploads in pixels.</source>
<target>Zadejte maximální výšku obrázku v pixelech, které se budou přenášet na server do určeného adresáře.</target>
</trans-unit>
<trans-unit id="tl_settings.undoPeriod.0">
<source>Storage time for undo steps</source>
<target>Doba ukládání pro obnovení provedených změn</target>
</trans-unit>
<trans-unit id="tl_settings.undoPeriod.1">
<source>Here you can enter the storage time for undo steps in seconds (24 hours = 86400 seconds).</source>
<target>Zde můžete uvést dobu, po kterou budou uchovávány provedené změny. (24 hodin = 86400 sekund).</target>
</trans-unit>
<trans-unit id="tl_settings.versionPeriod.0">
<source>Storage time for versions</source>
<target>Doba ukládání verzí</target>
</trans-unit>
<trans-unit id="tl_settings.versionPeriod.1">
<source>Here you can enter the storage time for different versions of a record in seconds (90 days = 7776000 seconds).</source>
<target>Zde můžete uvést dobu, po kterou budou uchovávány rozličné verze záznamů (90 dní = 7776000 sekund).</target>
</trans-unit>
<trans-unit id="tl_settings.logPeriod.0">
<source>Storage time for log entries</source>
<target>Doba ukládání zpráv systému</target>
</trans-unit>
<trans-unit id="tl_settings.logPeriod.1">
<source>Here you can enter the storage time for log entries in seconds (14 days = 1209600 seconds).</source>
<target>Zde můžete uvést dobu, po kterou budou uchovávány zprávy systému (14 dní = 1209600 sekund).</target>
</trans-unit>
<trans-unit id="tl_settings.defaultUser.0">
<source>Default page owner</source>
<target>Výchozí autor stránky</target>
Expand Down Expand Up @@ -205,6 +229,10 @@
<source>Upload settings</source>
<target>Nastavení přenosu dat</target>
</trans-unit>
<trans-unit id="tl_settings.timeout_legend">
<source>Timeout values</source>
<target>Doba ukládání</target>
</trans-unit>
<trans-unit id="tl_settings.cron_legend">
<source>Cron job settings</source>
<target>Nastavení naplánovaných úloh (cron job)</target>
Expand Down
28 changes: 28 additions & 0 deletions core-bundle/src/Resources/contao/languages/de/tl_settings.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,30 @@
<source>Here you can enter the maximum height for image uploads in pixels.</source>
<target>Hier können Sie die maximale Höhe für Bild-Uploads in Pixeln festlegen.</target>
</trans-unit>
<trans-unit id="tl_settings.undoPeriod.0">
<source>Storage time for undo steps</source>
<target>Speicherzeit für Undo-Schritte</target>
</trans-unit>
<trans-unit id="tl_settings.undoPeriod.1">
<source>Here you can enter the storage time for undo steps in seconds (24 hours = 86400 seconds).</source>
<target>Hier können Sie die Speicherzeit für Undo-Schritte in Sekunden eingeben (24 Stunden = 86400 Sekunden).</target>
</trans-unit>
<trans-unit id="tl_settings.versionPeriod.0">
<source>Storage time for versions</source>
<target>Speicherzeit für Versionen</target>
</trans-unit>
<trans-unit id="tl_settings.versionPeriod.1">
<source>Here you can enter the storage time for different versions of a record in seconds (90 days = 7776000 seconds).</source>
<target>Hier können Sie die Speicherzeit für verschiedene Versionen eines Datensatzes in Sekunden eingeben (90 Tage = 7776000 Sekunden).</target>
</trans-unit>
<trans-unit id="tl_settings.logPeriod.0">
<source>Storage time for log entries</source>
<target>Speicherzeit für Log-Einträge</target>
</trans-unit>
<trans-unit id="tl_settings.logPeriod.1">
<source>Here you can enter the storage time for log entries in seconds (14 days = 1209600 seconds).</source>
<target>Hier können Sie die Speicherzeit für Log-Einträge in Sekunden eingeben (14 Tage = 1209600 Sekunden).</target>
</trans-unit>
<trans-unit id="tl_settings.defaultUser.0">
<source>Default page owner</source>
<target>Standardbesitzer</target>
Expand Down Expand Up @@ -205,6 +229,10 @@
<source>Upload settings</source>
<target>Datei-Uploads</target>
</trans-unit>
<trans-unit id="tl_settings.timeout_legend">
<source>Timeout values</source>
<target>Speicherzeiten</target>
</trans-unit>
<trans-unit id="tl_settings.cron_legend">
<source>Cron job settings</source>
<target>Cronjob-Einstellungen</target>
Expand Down
28 changes: 28 additions & 0 deletions core-bundle/src/Resources/contao/languages/es/tl_settings.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,30 @@
<source>Here you can enter the maximum height for image uploads in pixels.</source>
<target>Por favor introduce la altura de imagen máxima en píxeles para archivos a transferir (uploads).</target>
</trans-unit>
<trans-unit id="tl_settings.undoPeriod.0">
<source>Storage time for undo steps</source>
<target>Duración de pasos de deshacer en el sistema</target>
</trans-unit>
<trans-unit id="tl_settings.undoPeriod.1">
<source>Here you can enter the storage time for undo steps in seconds (24 hours = 86400 seconds).</source>
<target>Por favor introduce el tiempo en segundos durante el que permanecerán guardados los pasos de deshacer de acciones realizadas (por defecto: 24 horas = 86400 segundos).</target>
</trans-unit>
<trans-unit id="tl_settings.versionPeriod.0">
<source>Storage time for versions</source>
<target>Duración de versiones en el sistema</target>
</trans-unit>
<trans-unit id="tl_settings.versionPeriod.1">
<source>Here you can enter the storage time for different versions of a record in seconds (90 days = 7776000 seconds).</source>
<target>Por favor introduce el tiempo en segundos durante el que permanecerán almacenados en el sistema las diferentes versiones de un registro (por defecto: 90 días = 7776000 segundos).</target>
</trans-unit>
<trans-unit id="tl_settings.logPeriod.0">
<source>Storage time for log entries</source>
<target>Duración de entradas log en el sistema</target>
</trans-unit>
<trans-unit id="tl_settings.logPeriod.1">
<source>Here you can enter the storage time for log entries in seconds (14 days = 1209600 seconds).</source>
<target>Por favor introduce el tiempo en segundos durante el que permanecerán almacenados en el sistema las entradas log (por defecto: 14 días = 1209600 segundos).</target>
</trans-unit>
<trans-unit id="tl_settings.defaultUser.0">
<source>Default page owner</source>
<target>Usuario de página por defecto</target>
Expand Down Expand Up @@ -205,6 +229,10 @@
<source>Upload settings</source>
<target>Ajustes de upload</target>
</trans-unit>
<trans-unit id="tl_settings.timeout_legend">
<source>Timeout values</source>
<target>Valores de tiemout</target>
</trans-unit>
<trans-unit id="tl_settings.cron_legend">
<source>Cron job settings</source>
<target>Configuración Cron job</target>
Expand Down
28 changes: 28 additions & 0 deletions core-bundle/src/Resources/contao/languages/fa/tl_settings.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,30 @@
<source>Here you can enter the maximum height for image uploads in pixels.</source>
<target>اینجا می‌توانید بیشترین ارتفاع برای بارگذاری تصویر در واحد پیکسل وارد نمایید.</target>
</trans-unit>
<trans-unit id="tl_settings.undoPeriod.0">
<source>Storage time for undo steps</source>
<target>زمان ذخیره‌سازی برای بازگردانی مراحل</target>
</trans-unit>
<trans-unit id="tl_settings.undoPeriod.1">
<source>Here you can enter the storage time for undo steps in seconds (24 hours = 86400 seconds).</source>
<target>اینجا می‌توانید زمان ذخیره‌سازی بازگردانی مراحل را به ثانیه وارد نمایید (۲۴ ساعت = ۸۶۴۰۰ ثانیه).</target>
</trans-unit>
<trans-unit id="tl_settings.versionPeriod.0">
<source>Storage time for versions</source>
<target>زمان ذخیره مانند برای نسخه‌ها</target>
</trans-unit>
<trans-unit id="tl_settings.versionPeriod.1">
<source>Here you can enter the storage time for different versions of a record in seconds (90 days = 7776000 seconds).</source>
<target>اینجا می‌توانید زمان ذخیره‌سازی نسخه‌های مختلف یک رکورد را به ثانیه وارد نمایید (۹۰ روز = ۷۷۷۶۰۰ ثانیه).</target>
</trans-unit>
<trans-unit id="tl_settings.logPeriod.0">
<source>Storage time for log entries</source>
<target>مدت زمان ذخیره برای ورودی های لاگ</target>
</trans-unit>
<trans-unit id="tl_settings.logPeriod.1">
<source>Here you can enter the storage time for log entries in seconds (14 days = 1209600 seconds).</source>
<target>اینجا می‌توانید زمان ذخیره‌سازی ورودی‌های گزارش را به ثانیه وارد نمایید (۱۴ روز = ۱۲۰۹۶۰۰ ثانیه).</target>
</trans-unit>
<trans-unit id="tl_settings.defaultUser.0">
<source>Default page owner</source>
<target>صاحب پیش‌فرض برگه</target>
Expand Down Expand Up @@ -205,6 +229,10 @@
<source>Upload settings</source>
<target>تنطیمات بارگذاری</target>
</trans-unit>
<trans-unit id="tl_settings.timeout_legend">
<source>Timeout values</source>
<target>مقادیر مهلت</target>
</trans-unit>
<trans-unit id="tl_settings.cron_legend">
<source>Cron job settings</source>
<target>تنظیمات کار Cron</target>
Expand Down
28 changes: 28 additions & 0 deletions core-bundle/src/Resources/contao/languages/fr/tl_settings.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,30 @@
<source>Here you can enter the maximum height for image uploads in pixels.</source>
<target>Saisir la hauteur maximale pour l'envoi des images en pixels.</target>
</trans-unit>
<trans-unit id="tl_settings.undoPeriod.0">
<source>Storage time for undo steps</source>
<target>Durée de stockage des états d'annulation</target>
</trans-unit>
<trans-unit id="tl_settings.undoPeriod.1">
<source>Here you can enter the storage time for undo steps in seconds (24 hours = 86400 seconds).</source>
<target>Saisir la durée de stockage des états d'annulation en secondes (24 heures = 86400 secondes).</target>
</trans-unit>
<trans-unit id="tl_settings.versionPeriod.0">
<source>Storage time for versions</source>
<target>Durée de stockage des versions</target>
</trans-unit>
<trans-unit id="tl_settings.versionPeriod.1">
<source>Here you can enter the storage time for different versions of a record in seconds (90 days = 7776000 seconds).</source>
<target>Saisir la durée de stockage des différentes versions d'un enregistrement en secondes (90 jours = 7776000 secondes).</target>
</trans-unit>
<trans-unit id="tl_settings.logPeriod.0">
<source>Storage time for log entries</source>
<target>Durée de stockage des journaux</target>
</trans-unit>
<trans-unit id="tl_settings.logPeriod.1">
<source>Here you can enter the storage time for log entries in seconds (14 days = 1209600 seconds).</source>
<target>Saisir la durée de stockage des entrées du journal système en secondes (14 jours = 1209600 secondes).</target>
</trans-unit>
<trans-unit id="tl_settings.defaultUser.0">
<source>Default page owner</source>
<target>Utilisateur propriétaire par défaut</target>
Expand Down Expand Up @@ -205,6 +229,10 @@
<source>Upload settings</source>
<target>Paramètres d'envoi des fichiers</target>
</trans-unit>
<trans-unit id="tl_settings.timeout_legend">
<source>Timeout values</source>
<target>Valeurs du timeout</target>
</trans-unit>
<trans-unit id="tl_settings.cron_legend">
<source>Cron job settings</source>
<target>Paramètres des tâches planifiées (Cron job)</target>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@
</trans-unit>
<trans-unit id="tl_member.captchaDetails">
<source>Verification</source>
<target>Verifica</target>
</trans-unit>
<trans-unit id="tl_member.new.0">
<source>New</source>
Expand Down
28 changes: 28 additions & 0 deletions core-bundle/src/Resources/contao/languages/it/tl_settings.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,30 @@
<source>Here you can enter the maximum height for image uploads in pixels.</source>
<target>Inserisci la massima altezza per le immagini caricate espressa in pixels.</target>
</trans-unit>
<trans-unit id="tl_settings.undoPeriod.0">
<source>Storage time for undo steps</source>
<target>Arco di tempo in cui vengono memorizzati i livelli di annullamento</target>
</trans-unit>
<trans-unit id="tl_settings.undoPeriod.1">
<source>Here you can enter the storage time for undo steps in seconds (24 hours = 86400 seconds).</source>
<target>Inserisci l'arco di tempo in cui vengono memorizzati i livelli di annullamento in secondi (default: 24 ore = 86400 secondi).</target>
</trans-unit>
<trans-unit id="tl_settings.versionPeriod.0">
<source>Storage time for versions</source>
<target>Arco di tempo in cui vengono memorizzate le diverse versioni</target>
</trans-unit>
<trans-unit id="tl_settings.versionPeriod.1">
<source>Here you can enter the storage time for different versions of a record in seconds (90 days = 7776000 seconds).</source>
<target>Inserisci l'arco di tempo in cui vengono memorizzate le diverse versioni in secondi (default: 90 giorni = 7776000 secondi).</target>
</trans-unit>
<trans-unit id="tl_settings.logPeriod.0">
<source>Storage time for log entries</source>
<target>Arco di tempo in cui vengono memorizzati i logs</target>
</trans-unit>
<trans-unit id="tl_settings.logPeriod.1">
<source>Here you can enter the storage time for log entries in seconds (14 days = 1209600 seconds).</source>
<target>Inserisci Arco di tempo in cui vengono memorizzati i dati di log in secondi (default: 14 giorni = 1209600 secondi).</target>
</trans-unit>
<trans-unit id="tl_settings.defaultUser.0">
<source>Default page owner</source>
<target>Utente di default</target>
Expand Down Expand Up @@ -205,6 +229,10 @@
<source>Upload settings</source>
<target>Impostazioni upload</target>
</trans-unit>
<trans-unit id="tl_settings.timeout_legend">
<source>Timeout values</source>
<target>Valori di timeout</target>
</trans-unit>
<trans-unit id="tl_settings.cron_legend">
<source>Cron job settings</source>
<target>Impostazioni del job Cron</target>
Expand Down
Loading

0 comments on commit 5ca6147

Please sign in to comment.