Skip to content

Commit

Permalink
Update the changelog and the language files (see #4428)
Browse files Browse the repository at this point in the history
Description
-----------

-

Commits
-------

bf01039 Update the changelog and the language files
  • Loading branch information
leofeyer committed Mar 31, 2022
1 parent e1a24b4 commit 00433ab
Show file tree
Hide file tree
Showing 39 changed files with 596 additions and 2 deletions.
44 changes: 44 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,30 @@

This project adheres to [Semantic Versioning].

## [4.9.28] (2022-03-31)

**Fixed issues:**

- [#4427] Handle long page titles and URLs in the search table ([leofeyer])
- [#4424] Also hover over the parent records in "paste" mode ([leofeyer])
- [#4423] Decode the folder name when checking for circular references ([leofeyer])
- [#4219] Make the contao:install:lock command idempotent ([richardhj])
- [#4408] Improve insert tags speed ([ausi])
- [#4252] Fix the trigger_error() calls ([leofeyer])
- [#4402] Fixed nested http client options not supported ([Toflar])
- [#4357] Fix srcToInsertTag() for URL encoded paths ([fritzmg])
- [#4294] Rename the Controller::reset() method ([aschempp])
- [#4331] Fix typos in the Environment class ([fritzmg])
- [#4293] Revert 'Do not use the `.tl_confirm` CSS class in the front end' ([leofeyer])
- [#4299] Fix invalid news content element ID ([ausi])
- [#4263] Make the search accent insensitive ([ausi])
- [#4256] Allow fragment reference with fake model instance ([aschempp])
- [#4236] Also create a new version if a checkbox is auto-submitted ([leofeyer])
- [#4373] Also clean textarea of caption for last metawizard ([aschempp])
- [#4322] Use FQCN instead of aliased class name ([bytehead])
- [#4266] Forward IO to Composer filesystem in ScriptHandler ([aschempp])
- [#4285] Fix DCA extractor wrongly assuming every DCA is database driven ([fritzmg])

## [4.9.27] (2022-03-09)

**Fixed issues:**
Expand Down Expand Up @@ -861,6 +885,7 @@ This project adheres to [Semantic Versioning].
- [#991] Replace mb_strlen() with Utf8::strlen() ([leofeyer])

[Semantic Versioning]: https://semver.org/spec/v2.0.0.html
[4.9.28]: https://github.com/contao/contao/releases/tag/4.9.28
[4.9.27]: https://github.com/contao/contao/releases/tag/4.9.27
[4.9.26]: https://github.com/contao/contao/releases/tag/4.9.26
[4.9.25]: https://github.com/contao/contao/releases/tag/4.9.25
Expand Down Expand Up @@ -928,6 +953,25 @@ This project adheres to [Semantic Versioning].
[xchs]: https://github.com/xchs
[xprojects-de]: https://github.com/xprojects-de
[zonky2]: https://github.com/zonky2
[#4427]: https://github.com/contao/contao/pull/4427
[#4424]: https://github.com/contao/contao/pull/4424
[#4423]: https://github.com/contao/contao/pull/4423
[#4219]: https://github.com/contao/contao/pull/4219
[#4408]: https://github.com/contao/contao/pull/4408
[#4252]: https://github.com/contao/contao/pull/4252
[#4402]: https://github.com/contao/contao/pull/4402
[#4357]: https://github.com/contao/contao/pull/4357
[#4294]: https://github.com/contao/contao/pull/4294
[#4331]: https://github.com/contao/contao/pull/4331
[#4293]: https://github.com/contao/contao/pull/4293
[#4299]: https://github.com/contao/contao/pull/4299
[#4263]: https://github.com/contao/contao/pull/4263
[#4256]: https://github.com/contao/contao/pull/4256
[#4236]: https://github.com/contao/contao/pull/4236
[#4373]: https://github.com/contao/contao/pull/4373
[#4322]: https://github.com/contao/contao/pull/4322
[#4266]: https://github.com/contao/contao/pull/4266
[#4285]: https://github.com/contao/contao/pull/4285
[#4248]: https://github.com/contao/contao/pull/4248
[#4241]: https://github.com/contao/contao/pull/4241
[#4235]: https://github.com/contao/contao/pull/4235
Expand Down
Expand Up @@ -71,9 +71,11 @@
</trans-unit>
<trans-unit id="tl_calendar.requireLogin.1">
<source>Allow only authenticated members to create comments.</source>
<target>Permitir apenas aos membros autenticados a criação de comentários.</target>
</trans-unit>
<trans-unit id="tl_calendar.disableCaptcha.0">
<source>Disable spam protection</source>
<target>Desactivar a protecção contra spam</target>
</trans-unit>
<trans-unit id="tl_calendar.disableCaptcha.1">
<source>Use this option only if you have limited comments to authenticated users.</source>
Expand Down
Expand Up @@ -79,13 +79,15 @@
</trans-unit>
<trans-unit id="tl_module.cal_template.1">
<source>Here you can select an event template.</source>
<target>Aqui pode seleccionar um modelo de evento.</target>
</trans-unit>
<trans-unit id="tl_module.cal_ctemplate.0">
<source>Calendar template</source>
<target>Modelo de calendário</target>
</trans-unit>
<trans-unit id="tl_module.cal_ctemplate.1">
<source>Here you can select a calendar template.</source>
<target>Aqui pode seleccionar um modelo de calendário.</target>
</trans-unit>
<trans-unit id="tl_module.cal_showQuantity.0">
<source>Show number of events</source>
Expand Down
Expand Up @@ -39,19 +39,23 @@
</trans-unit>
<trans-unit id="tl_content.com_requireLogin.1">
<source>Allow only authenticated members to create comments.</source>
<target>Permitir apenas aos membros autenticados a criação de comentários.</target>
</trans-unit>
<trans-unit id="tl_content.com_disableCaptcha.0">
<source>Disable spam protection</source>
<target>Desactivar a protecção contra spam</target>
</trans-unit>
<trans-unit id="tl_content.com_disableCaptcha.1">
<source>Here you can disable the spam protection (not recommended).</source>
<target>Aqui pode desactivar a protecção contra spam (não recomendado).</target>
</trans-unit>
<trans-unit id="tl_content.com_template.0">
<source>Comments template</source>
<target>Modelo dos Comentários</target>
</trans-unit>
<trans-unit id="tl_content.com_template.1">
<source>Here you can select a comments template.</source>
<target>Aqui pode seleccionar um modelo de comentários.</target>
</trans-unit>
<trans-unit id="tl_content.comment_legend">
<source>Comment settings</source>
Expand Down
2 changes: 1 addition & 1 deletion core-bundle/src/Resources/contao/config/constants.php
Expand Up @@ -10,7 +10,7 @@

// Core version
define('VERSION', '4.9');
define('BUILD', '27');
define('BUILD', '28');
define('LONG_TERM_SUPPORT', true);

// Link constants
Expand Down
1 change: 1 addition & 0 deletions core-bundle/src/Resources/contao/languages/it/default.xlf
Expand Up @@ -1519,6 +1519,7 @@
</trans-unit>
<trans-unit id="MSC.shortcuts.1">
<source>Learn more about speeding up your workflow by using &lt;a href=&quot;https://to.contao.org/shortcuts&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot;&gt;keyboard shortcuts&lt;/a&gt;.</source>
<target>Scopri di più su come velocizzare il tuo flusso di lavoro usando le scelte rapide da tastiera.</target>
</trans-unit>
<trans-unit id="MSC.toggleAll.0">
<source>Toggle all</source>
Expand Down
3 changes: 3 additions & 0 deletions core-bundle/src/Resources/contao/languages/it/exception.xlf
Expand Up @@ -31,6 +31,7 @@
</trans-unit>
<trans-unit id="XPT.errorExplain">
<source>The script execution stopped, because something does not work properly. The actual error message is hidden by this notice for security reasons and can be found in the current log file (see above). If you do not understand the error message or do not know how to fix the problem, visit the &lt;a href=&quot;https://to.contao.org/support&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot;&gt;Contao support page&lt;/a&gt;.</source>
<target>L'esecuzione dello script si è arrestato, perché qualcosa non funziona correttamente. Il messaggio di errore effettivo è nascosto da questo avviso per motivi di sicurezza e può essere trovato nel file di log corrente (vedi sopra). Se non capisci il messaggio di errore o non sai come risolvere il problema, visita la pagina di &lt;a href=&quot;https://to.contao.org/support&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot;&gt;supporto di Contao&lt;/a&gt;.</target>
</trans-unit>
<trans-unit id="XPT.requestToken">
<source>Invalid request token</source>
Expand All @@ -42,13 +43,15 @@
</trans-unit>
<trans-unit id="XPT.tokenRetry">
<source>Please &lt;a href=&quot;javascript:window.location.href=window.location.href&quot;&gt;click here&lt;/a&gt; and try again. Do not use the back button of your browser.</source>
<target>Per favore, &lt;a href=&quot;javascript:window.location.href=window.location.href&quot;&gt;clicca qui&lt;/a&gt; e riprova. Non usare il pulsante indietro del tuo browser.</target>
</trans-unit>
<trans-unit id="XPT.tokenExplainOne">
<source>This error occurs if there is a POST request without a valid authentication token. In Contao 2.10, the referer check has been replaced with a request token system. If the problem persists, you may be using an incompatible third-party extension or have not correctly updated your Contao installation.</source>
<target>Questo errore si verifica se c'è una richiesta POST senza un token di autenticazione valido. In Contao 2.10, il referer check è stato sostituito con un sistema di richiesta token. Se il problema persiste, è possibile che si stia utilizzando un'estensione di terzi non compatibile o non si abbia aggiornato correttamente l'installazione di Contao.</target>
</trans-unit>
<trans-unit id="XPT.tokenExplainTwo">
<source>For more information, visit the &lt;a href=&quot;https://to.contao.org/support&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot;&gt;Contao support page&lt;/a&gt;.</source>
<target>Per maggiori informazioni, visita la &lt;a href=&quot;https://to.contao.org/support&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot;&gt;pagina di supporto di Contao&lt;/a&gt;.</target>
</trans-unit>
<trans-unit id="XPT.unavailable">
<source>Service unavailable</source>
Expand Down
5 changes: 5 additions & 0 deletions core-bundle/src/Resources/contao/languages/it/explain.xlf
Expand Up @@ -7,20 +7,23 @@
</trans-unit>
<trans-unit id="XPL.insertTags.0.1">
<source>For more information on TinyMCE, please visit &lt;a href=&quot;https://www.tiny.cloud/tinymce/&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot;&gt;https://www.tiny.cloud/tinymce/&lt;/a&gt;.</source>
<target>Per ulteriori informazioni su TinyMCE, visitate &lt;a href=&quot;https://www.tiny.cloud/tinymce/&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot;&gt;https://www.tiny.cloud/tinymce/&lt;/a&gt;.</target>
</trans-unit>
<trans-unit id="XPL.insertTags.1.0">
<source>Insert tags</source>
<target>Inserisci tag</target>
</trans-unit>
<trans-unit id="XPL.insertTags.1.1">
<source>For more information on insert tags, please visit &lt;a href=&quot;https://docs.contao.org/dev/framework/insert-tags/&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot;&gt;https://docs.contao.org/dev/framework/insert-tags/&lt;/a&gt;.</source>
<target>Per ulteriori informazioni sui tag di inserimento, visitate &lt;a href=&quot;https://docs.contao.org/dev/framework/insert-tags/&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot;&gt;https://docs.contao.org/dev/framework/insert-tags/.</target>
</trans-unit>
<trans-unit id="XPL.insertTags.2.0">
<source>Code editor</source>
<target>Editor Codice</target>
</trans-unit>
<trans-unit id="XPL.insertTags.2.1">
<source>For more information on Ace, please visit &lt;a href=&quot;https://ace.c9.io&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot;&gt;https://ace.c9.io&lt;/a&gt;.</source>
<target>Per ulteriori informazioni su Ace, visitate &lt;a href=&quot;https://ace.c9.io&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot;&gt;https://ace.c9.io&lt;/a&gt;.</target>
</trans-unit>
<trans-unit id="XPL.dateFormat.0.0">
<source>colspan</source>
Expand Down Expand Up @@ -92,13 +95,15 @@
</trans-unit>
<trans-unit id="XPL.imageSizeDensities.0.1">
<source>The HTML attribute &lt;code&gt;sizes&lt;/code&gt; defines the intended layout width of the image, optionally combined with a media query. You can use any CSS length value in this attribute.&lt;br&gt;&lt;br&gt;E.g. &lt;code&gt;(max-width: 600px) 100vw, 50vw&lt;/code&gt; means the image‘s width is 100% of the viewport for small screens and 50% of the viewport for larger screens.&lt;br&gt;&lt;br&gt;And &lt;code&gt;(max-width: 600px) calc(100vw - 20px), 500px&lt;/code&gt; means the image‘s width is 20px smaller than the viewport for small screens and 500px for larger screens.&lt;br&gt;&lt;br&gt;The sizes attribute shouldn’t be used for styling, use CSS instead. The sizes attribute does not necessarily have to match up exactly with the actual image width as specified in the CSS.&lt;br&gt;&lt;br&gt;For more information about the sizes attribute please visit &lt;a href=&quot;https://www.w3.org/TR/2016/PR-html51-20160915/semantics-embedded-content.html#element-attrdef-img-sizes&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot;&gt;w3.org&lt;/a&gt;.</source>
<target>L'attributo HTML &lt;code&gt;sizes&lt;/code&gt; definisce la larghezza del layout dell'immagine, opzionalmente combinato con una media query. Puoi usare qualsiasi valore di lunghezza CSS in questo attributo,&lt;br&gt;&lt;br&gt; Per esempio &lt;code&gt;(max-width: 600px) 100vw, 50vw&lt;/code&gt; significa che la larghezza dell'immagine è il 100% del viewport per schermi piccoli e il 50% del viewport per schermi più grandi. &lt;br&gt;&lt;br&gt;E &lt;code&gt;(max-width: 600px) calc(100vw - 20px), 500px&lt;/code&gt; significa che la larghezza dell'immagine è 20px più piccola del viewport per schermi piccoli e 500px per schermi più grandi. &lt;br&gt;&lt;br&gt;L'attributo sizes non dovrebbe essere usato per lo stile, usa invece i CSS. L'attributo sizes non deve necessariamente corrispondere esattamente alla larghezza effettiva dell'immagine come specificato nel CSS. &lt;br&gt;&lt;br&gt;Per maggiori informazioni sull'attributo sizes visita &lt;a href=&quot;https://www.w3.org/TR/2016/PR-html51-20160915/semantics-embedded-content.html#element-attrdef-img-sizes&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot;&gt;w3.org&lt;/a&gt;.</target>
</trans-unit>
<trans-unit id="XPL.imageSizeDensities.1.0">
<source>Pixel densities/&lt;br&gt;scale factors</source>
<target>Densità pixel/&lt;br&gt;fattore di scala</target>
</trans-unit>
<trans-unit id="XPL.imageSizeDensities.1.1">
<source>If the sizes attribute is not defined, this setting simply defines the pixel densities you want to support. The dimensions of the images are adjusted automatically. E.g. &lt;code&gt;1x, 1.5x, 2x&lt;/code&gt; creates the following HTML code: &lt;code&gt;&amp;lt;img srcset=&quot;img-a.jpg 1x, img-b.jpg 1.5x, img-c.jpg 2x&quot;&amp;gt;&lt;/code&gt;&lt;br&gt;&lt;br&gt;If the sizes attribute is defined, the same image sizes are generated but width descriptors are used for the srcset attribute. E.g. a 200 pixel wide image with the densities &lt;code&gt;1x, 1.5x, 2x&lt;/code&gt; creates the following HTML code: &lt;code&gt;&amp;lt;img srcset=&quot;img-a.jpg 200w, img-b.jpg 300w, img-c.jpg 400w&quot;&amp;gt;&lt;/code&gt;&lt;br&gt;&lt;br&gt;For more information about the srcset attribute please visit &lt;a href=&quot;https://www.w3.org/TR/2016/PR-html51-20160915/semantics-embedded-content.html#element-attrdef-img-srcset&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot;&gt;w3.org&lt;/a&gt;.</source>
<target>Se l'attributo sizes non è definito, questa impostazione definisce semplicemente le densità di pixel che volete supportare. Le dimensioni delle immagini sono regolate automaticamente. Ad es. &lt;code&gt;1x, 1.5x, 2x&lt;/code&gt; crea il seguente codice HTML: &lt;code&gt;&amp;lt;img srcset=&quot;img-a.jpg 1x, img-b.jpg 1.5x, img-c.jpg 2x&quot;&amp;gt;&lt;/code&gt;&lt;br&gt;&lt;br&gt;Se l'attributo sizes è definito, vengono generate le stesse dimensioni delle immagini ma vengono utilizzati descrittori di larghezza per l'attributo srcset. Per esempio, un'immagine larga 200 pixel con le densità &lt;code&gt;1x, 1.5x, 2x&lt;/code&gt; crea il seguente codice HTML: &lt;code&gt;&amp;lt;img srcset=&quot;img-a.jpg 200w, img-b.jpg 300w, img-c.jpg 400w&quot;&amp;gt;&lt;/code&gt;&lt;br&gt;&lt;br&gt;Per maggiori informazioni sull'attributo srcset visitate &lt;a href=&quot;https://www.w3.org/TR/2016/PR-html51-20160915/semantics-embedded-content.html#element-attrdef-img-srcset&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot;&gt;w3.org&lt;/a&gt;.</target>
</trans-unit>
</body>
</file>
Expand Down

0 comments on commit 00433ab

Please sign in to comment.