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 7, 2024
1 parent feea078 commit 2bea527
Show file tree
Hide file tree
Showing 52 changed files with 10,494 additions and 1 deletion.
53 changes: 53 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,33 @@

This project adheres to [Semantic Versioning].

## [5.3.8] (2024-05-07)

**Fixed issues:**

- [#7195] Handle quoted columns names in the boolean fields migration ([ausi])
- [#7133] Skip permissions checks for child records ([aschempp])
- [#7192] Hide migrated news feeds in the navigation menu ([leofeyer])
- [#7189] Fix the `ParsedSequence::serialize()` method ([ausi])
- [#7186] Allow `contao.insert_tag` tags without method and priority ([fritzmg])
- [#7164] Do not use the deprecated `replaceInsertTags` hook ([ausi])
- [#7175] Check access to `fieldsOfTable` for the file edit operation ([aschempp])
- [#7149] Show all page types in the help wizard ([leofeyer])
- [#7145] Allow hyphens in custom legacy template names ([fritzmg])
- [#7151] Add the component style sheets before the user style sheets ([leofeyer])
- [#7049] Implode arrays recursively when showing undo records ([leofeyer])
- [#7168] Allow to move an error page within its root ([aschempp])
- [#7173] Correctly set the `defer` attribute for combined deferred scripts ([ReneLuecking])
- [#7170] Use the new `onpalette_callback` to unset fields in the file manager ([aschempp])
- [#7165] Fix invalid HTML markup in splash screens ([bennyborn])
- [#7154] Store enum fields in the DCA extractor cache ([SeverinGloeckle])
- [#7153] Fix non-existent "contao.image.image_factory" in FeedItem.php ([stefansl])
- [#7148] Disable the search index listener in the back end ([Toflar])
- [#7144] Fix the PHP subprocess call once again ([Toflar])
- [#7147] Catch the URL generator exception in the news insert tag ([qzminski])
- [#7146] Test the `deserialize` Twig filter ([ausi])
- [#7139] Add a `deserialize` Twig filter ([leofeyer])

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

**Fixed issues:**
Expand Down Expand Up @@ -295,6 +322,7 @@ This project adheres to [Semantic Versioning].
- [#6530] Also remove global operations in bundles ([aschempp])

[Semantic Versioning]: https://semver.org/spec/v2.0.0.html
[5.3.8]: https://github.com/contao/contao/releases/tag/5.3.8
[5.3.7]: https://github.com/contao/contao/releases/tag/5.3.7
[5.3.6]: https://github.com/contao/contao/releases/tag/5.3.6
[5.3.5]: https://github.com/contao/contao/releases/tag/5.3.5
Expand All @@ -313,14 +341,17 @@ This project adheres to [Semantic Versioning].
[CVE-2024-28234]: https://github.com/contao/contao/security/advisories/GHSA-j55w-hjpj-825g
[aschempp]: https://github.com/aschempp
[ausi]: https://github.com/ausi
[bennyborn]: https://github.com/bennyborn
[bezin]: https://github.com/bezin
[bytehead]: https://github.com/bytehead
[de-es]: https://github.com/de-es
[fritzmg]: https://github.com/fritzmg
[leofeyer]: https://github.com/leofeyer
[m-vo]: https://github.com/m-vo
[qzminski]: https://github.com/qzminski
[ReneLuecking]: https://github.com/ReneLuecking
[SeverinGloeckle]: https://github.com/SeverinGloeckle
[stefansl]: https://github.com/stefansl
[Toflar]: https://github.com/Toflar
[zoglo]: https://github.com/zoglo
[#5424]: https://github.com/contao/contao/pull/5424
Expand Down Expand Up @@ -518,6 +549,7 @@ This project adheres to [Semantic Versioning].
[#7044]: https://github.com/contao/contao/pull/7044
[#7045]: https://github.com/contao/contao/pull/7045
[#7046]: https://github.com/contao/contao/pull/7046
[#7049]: https://github.com/contao/contao/pull/7049
[#7057]: https://github.com/contao/contao/pull/7057
[#7064]: https://github.com/contao/contao/pull/7064
[#7071]: https://github.com/contao/contao/pull/7071
Expand All @@ -533,3 +565,24 @@ This project adheres to [Semantic Versioning].
[#7127]: https://github.com/contao/contao/pull/7127
[#7129]: https://github.com/contao/contao/pull/7129
[#7130]: https://github.com/contao/contao/pull/7130
[#7133]: https://github.com/contao/contao/pull/7133
[#7139]: https://github.com/contao/contao/pull/7139
[#7144]: https://github.com/contao/contao/pull/7144
[#7145]: https://github.com/contao/contao/pull/7145
[#7146]: https://github.com/contao/contao/pull/7146
[#7147]: https://github.com/contao/contao/pull/7147
[#7148]: https://github.com/contao/contao/pull/7148
[#7149]: https://github.com/contao/contao/pull/7149
[#7151]: https://github.com/contao/contao/pull/7151
[#7153]: https://github.com/contao/contao/pull/7153
[#7154]: https://github.com/contao/contao/pull/7154
[#7164]: https://github.com/contao/contao/pull/7164
[#7165]: https://github.com/contao/contao/pull/7165
[#7168]: https://github.com/contao/contao/pull/7168
[#7170]: https://github.com/contao/contao/pull/7170
[#7173]: https://github.com/contao/contao/pull/7173
[#7175]: https://github.com/contao/contao/pull/7175
[#7186]: https://github.com/contao/contao/pull/7186
[#7189]: https://github.com/contao/contao/pull/7189
[#7192]: https://github.com/contao/contao/pull/7192
[#7195]: https://github.com/contao/contao/pull/7195
4 changes: 3 additions & 1 deletion CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
* Benjamin Hummel ([xprojects-de](https://github.com/xprojects-de))
* Daniel Schwiperich ([DanielSchwiperich](https://github.com/DanielSchwiperich))
* Glen Langer ([BugBuster1701](https://github.com/BugBuster1701))
* Benny Born ([bennyborn](https://github.com/bennyborn))
* Andreas Burg ([Aybee](https://github.com/Aybee))
* Benedict Steele ([Benedict](https://github.com/Benedict))
* Blair Winans ([blairwinans](https://github.com/blairwinans))
Expand All @@ -63,7 +64,6 @@
* Torsten Baldes ([tobaco](https://github.com/tobaco))
* kroka ([kroka](https://github.com/kroka))
* Alexander Willner ([AlexanderWillner](https://github.com/AlexanderWillner))
* Benny Born ([bennyborn](https://github.com/bennyborn))
* Mathias Arzberger ([MDevster](https://github.com/MDevster))
* Andreas Fieger ([fiedsch](https://github.com/fiedsch))
* Arndt H. Ziegler ([ArndtZiegler](https://github.com/ArndtZiegler))
Expand Down Expand Up @@ -99,8 +99,10 @@
* Marko Cupic ([markocupic](https://github.com/markocupic))
* Niels ([Niels](https://github.com/Niels))
* Physiklehrer ([Physiklehrer](https://github.com/Physiklehrer))
* René Lücking ([ReneLuecking](https://github.com/ReneLuecking))
* 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: 2 additions & 0 deletions calendar-bundle/contao/languages/it/tl_module.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,11 @@
</trans-unit>
<trans-unit id="tl_module.cal_keepCanonical.0">
<source>Use the current URL for canonical links</source>
<target>Utilizzare l'URL corrente per i collegamenti canonici</target>
</trans-unit>
<trans-unit id="tl_module.cal_keepCanonical.1">
<source>Keep the current URL instead of the configured reader page for canonical links.</source>
<target>Mantenere l'URL corrente invece della pagina del lettore configurata per i collegamenti canonici.</target>
</trans-unit>
<trans-unit id="tl_module.cal_overview_legend">
<source>Overview page</source>
Expand Down
28 changes: 28 additions & 0 deletions core-bundle/contao/languages/cs/tl_settings.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,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 @@ -165,6 +189,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.chmod_legend">
<source>Default access rights</source>
<target>Výchozí přístupová práva</target>
Expand Down
28 changes: 28 additions & 0 deletions core-bundle/contao/languages/de/tl_settings.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,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 @@ -165,6 +189,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.chmod_legend">
<source>Default access rights</source>
<target>Standard-Zugriffsrechte</target>
Expand Down
28 changes: 28 additions & 0 deletions core-bundle/contao/languages/fr/tl_settings.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,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 @@ -165,6 +189,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.chmod_legend">
<source>Default access rights</source>
<target>Permissions par défaut</target>
Expand Down
5 changes: 5 additions & 0 deletions core-bundle/contao/languages/it/default.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -435,9 +435,11 @@
</trans-unit>
<trans-unit id="CTE.description_list.0">
<source>Description list</source>
<target>Elenco delle descrizioni</target>
</trans-unit>
<trans-unit id="CTE.description_list.1">
<source>Generates a description list with terms and details.</source>
<target>Genera un elenco di descrizioni con termini e dettagli.</target>
</trans-unit>
<trans-unit id="CTE.table.0">
<source>Table</source>
Expand Down Expand Up @@ -2381,9 +2383,11 @@
</trans-unit>
<trans-unit id="MSC.reauthenticate">
<source>Please enter your password to verify your identity.</source>
<target>Inserire la password per verificare la propria identità.</target>
</trans-unit>
<trans-unit id="MSC.verify">
<source>Verify</source>
<target>Verifica</target>
</trans-unit>
<trans-unit id="MSC.confirmation">
<source>Confirmation</source>
Expand Down Expand Up @@ -2499,6 +2503,7 @@
</trans-unit>
<trans-unit id="MSC.twitterShare">
<source>Share on X (formerly Twitter)</source>
<target>Condividi su X (ex Twitter)</target>
</trans-unit>
<trans-unit id="MSC.pleaseWait">
<source>Please wait</source>
Expand Down
1 change: 1 addition & 0 deletions core-bundle/contao/languages/it/tl_article.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@
</trans-unit>
<trans-unit id="tl_article.twitter">
<source>Share on X (formerly Twitter)</source>
<target>Condividi su X (ex Twitter)</target>
</trans-unit>
<trans-unit id="tl_article.new.0">
<source>New</source>
Expand Down
3 changes: 3 additions & 0 deletions core-bundle/contao/languages/it/tl_content.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -975,12 +975,15 @@
</trans-unit>
<trans-unit id="tl_content.dl_label.0">
<source>Description list items</source>
<target>Descrizione voci dell'elenco</target>
</trans-unit>
<trans-unit id="tl_content.dl_label.1">
<source>Please enter a list of terms and details for the description list. You can leave the term field empty to create multiple details for one term.</source>
<target>Inserire un elenco di termini e dettagli per l'elenco delle descrizioni. È possibile lasciare vuoto il campo del termine per creare più dettagli per un termine.</target>
</trans-unit>
<trans-unit id="tl_content.dl_key">
<source>Term</source>
<target>Termine</target>
</trans-unit>
<trans-unit id="tl_content.dl_value">
<source>Details</source>
Expand Down
1 change: 1 addition & 0 deletions core-bundle/contao/languages/it/tl_maintenance.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@
</trans-unit>
<trans-unit id="tl_maintenance.crawlHint">
<source>Your website is currently crawled with %d concurrent requests. If your server can handle more than %1$d concurrent requests, ask your system administrator to increase the &lt;code&gt;%s&lt;/code&gt; setting in the system configuration to speed up the crawling process. Refer to the &lt;a href=&quot;%s&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot;&gt;Contao manual&lt;/a&gt; for more information.</source>
<target>Il sito web è attualmente sottoposto a crawling con %d richieste contemporanee. Se il server è in grado di gestire più di %1$drichieste contemporanee, chiedere all'amministratore di sistema di aumentare l'impostazione &lt;code&gt;%s&lt;/code&gt; nella configurazione del sistema per accelerare il processo di crawling. Per ulteriori informazioni, consultare il manuale &lt;a href=&quot;%s&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot;&gt;Contao&lt;/a&gt; .</target>
</trans-unit>
<trans-unit id="tl_maintenance.crawlWaitToBeFinished">
<source>The crawler is currently working. Please wait for it to finish to see the results.</source>
Expand Down
1 change: 1 addition & 0 deletions core-bundle/contao/languages/it/tl_member.xlf
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
2 changes: 2 additions & 0 deletions core-bundle/contao/languages/it/tl_module.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -179,9 +179,11 @@
</trans-unit>
<trans-unit id="tl_module.reqFullAuth.0">
<source>Require full authentication</source>
<target>Richiedere l'autenticazione completa</target>
</trans-unit>
<trans-unit id="tl_module.reqFullAuth.1">
<source>Users with only a &quot;remember me&quot; cookie must verify their identity in order to access the module.</source>
<target>Gli utenti che hanno solo un cookie &quot;ricordami&quot; devono verificare la propria identità per accedere al modulo.</target>
</trans-unit>
<trans-unit id="tl_module.memberTpl.0">
<source>Form template</source>
Expand Down
Loading

0 comments on commit 2bea527

Please sign in to comment.