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 Mar 15, 2022
1 parent 4397e68 commit 13165a0
Show file tree
Hide file tree
Showing 9 changed files with 115 additions and 45 deletions.
65 changes: 65 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,40 @@

This project adheres to [Semantic Versioning].

## [4.13.1] (2022-03-15)

**Fixed issues:**

- [#4279] Fix bug with database query returing non-string types ([ausi])
- [#4272] Add a help wizard if the canonical URL fields are disabled ([leofeyer])
- [#4273] Adjust the "Recreate the XML files" description ([leofeyer])
- [#4270] Only shorten the main headline elements if necessary ([leofeyer])
- [#4275] Fix a potential PHP 8 incompatibility when generating a DCA column ([qzminski])
- [#4274] Fall back to the section key if there is no label ([leofeyer])
- [#4271] Correctly show all breadcrumb items ([leofeyer])
- [#4197] Fix some dynamic routes handling ([aschempp])
- [#4269] Use the correct web dir in the InstallWebDirCommand ([leofeyer])
- [#4268] Fix the type hint of the MessageCatalogue::isContaoDomain() method ([leofeyer])
- [#4267] Fix two minor issues in the install tool ([leofeyer])
- [#4158] Set DB server version in install tool ([ausi])
- [#4228] Improve the performance of contao:backup:create ([Toflar])
- [#4261] Fix SQL error in purge expired data cron ([ausi])
- [#4262] Fix SQL commands not supported in prepared statements ([ausi])
- [#4264] Make search accent insensitive ([ausi])
- [#4254] Fix infinite loop while loading of languages ([rabauss])
- [#4202] Fix the remaining image size labels ([fritzmg])
- [#4265] Use service_closure instead of lazy service ([ausi])
- [#4259] Avoid error if the DATABASE_URL environment variable is an empty string ([qzminski])
- [#4245] Decode equal sign when parsing query parameters of figure insert tag ([m-vo])
- [#4244] Make sure tl_content.type has an index ([Toflar])
- [#4216] Skip non-UTF-8 resources when syncing the DBAFS ([m-vo])
- [#4230] Fix undefined array index warnings for content elements and forms ([fritzmg])
- [#4224] Execute BackendTemplate#compile() when using the AbstractBackendController ([m-vo])
- [#4221] Fix the FigureRendererTest ([aschempp])
- [#4208] Lower max file size in Dbafs service ([m-vo])
- [#4183] Clarify the backup command description ([Mynyx])
- [#4162] Fix the widget height ([leofeyer])

## [4.13.0] (2022-02-17)

**New features:**
Expand Down Expand Up @@ -236,6 +270,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.1]: https://github.com/contao/contao/releases/tag/4.13.1
[4.13.0]: https://github.com/contao/contao/releases/tag/4.13.0
[4.13.0-RC3]: https://github.com/contao/contao/releases/tag/4.13.0-RC3
[4.13.0-RC2]: https://github.com/contao/contao/releases/tag/4.13.0-RC2
Expand All @@ -253,13 +288,43 @@ This project adheres to [Semantic Versioning].
[m-vo]: https://github.com/m-vo
[MarkejN]: https://github.com/MarkejN
[MDevster]: https://github.com/MDevster
[Mynyx]: https://github.com/Mynyx
[qzminski]: https://github.com/qzminski
[rabauss]: https://github.com/rabauss
[richardhj]: https://github.com/richardhj
[SeverinGloeckle]: https://github.com/SeverinGloeckle
[sheeep]: https://github.com/sheeep
[Toflar]: https://github.com/Toflar
[xprojects-de]: https://github.com/xprojects-de
[#4279]: https://github.com/contao/contao/pull/4279
[#4272]: https://github.com/contao/contao/pull/4272
[#4273]: https://github.com/contao/contao/pull/4273
[#4270]: https://github.com/contao/contao/pull/4270
[#4275]: https://github.com/contao/contao/pull/4275
[#4274]: https://github.com/contao/contao/pull/4274
[#4271]: https://github.com/contao/contao/pull/4271
[#4197]: https://github.com/contao/contao/pull/4197
[#4269]: https://github.com/contao/contao/pull/4269
[#4268]: https://github.com/contao/contao/pull/4268
[#4267]: https://github.com/contao/contao/pull/4267
[#4158]: https://github.com/contao/contao/pull/4158
[#4228]: https://github.com/contao/contao/pull/4228
[#4261]: https://github.com/contao/contao/pull/4261
[#4262]: https://github.com/contao/contao/pull/4262
[#4264]: https://github.com/contao/contao/pull/4264
[#4254]: https://github.com/contao/contao/pull/4254
[#4202]: https://github.com/contao/contao/pull/4202
[#4265]: https://github.com/contao/contao/pull/4265
[#4259]: https://github.com/contao/contao/pull/4259
[#4245]: https://github.com/contao/contao/pull/4245
[#4244]: https://github.com/contao/contao/pull/4244
[#4216]: https://github.com/contao/contao/pull/4216
[#4230]: https://github.com/contao/contao/pull/4230
[#4224]: https://github.com/contao/contao/pull/4224
[#4221]: https://github.com/contao/contao/pull/4221
[#4208]: https://github.com/contao/contao/pull/4208
[#4183]: https://github.com/contao/contao/pull/4183
[#4162]: https://github.com/contao/contao/pull/4162
[#4123]: https://github.com/contao/contao/pull/4123
[#4151]: https://github.com/contao/contao/pull/4151
[#4149]: https://github.com/contao/contao/pull/4149
Expand Down
45 changes: 23 additions & 22 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
* Andreas Schempp ([aschempp](https://github.com/aschempp))
* Martin Auswöger ([ausi](https://github.com/ausi))
* Yanick Witschi ([Toflar](https://github.com/Toflar))
* Tristan Lins ([tristanlins](https://github.com/tristanlins))
* Fritz Michael Gschwantner ([fritzmg](https://github.com/fritzmg))
* Tristan Lins ([tristanlins](https://github.com/tristanlins))
* Moritz Vondano ([m-vo](https://github.com/m-vo))
* Hannes ([xchs](https://github.com/xchs))
* Christian Schiffler ([discordier](https://github.com/discordier))
Expand All @@ -19,8 +19,8 @@
* Ralf Baussenwein ([rabauss](https://github.com/rabauss))
* Dominik Zogg ([dominikzogg](https://github.com/dominikzogg))
* Severin Glöckle ([SeverinGloeckle](https://github.com/SeverinGloeckle))
* Jim Schmid ([sheeep](https://github.com/sheeep))
* Henry ([Mynyx](https://github.com/Mynyx))
* Jim Schmid ([sheeep](https://github.com/sheeep))
* Benedict Zinke ([bezin](https://github.com/bezin))
* Sergey Dyagovchenko ([DyaGa](https://github.com/DyaGa))
* Arne Stappen ([agoat](https://github.com/agoat))
Expand All @@ -31,13 +31,12 @@
* gmpf ([gmpf](https://github.com/gmpf))
* Daniel Jahnsmüller ([Tastaturberuf](https://github.com/Tastaturberuf))
* Dennis Bohn ([bohnmedia](https://github.com/bohnmedia))
* Glen Langer ([BugBuster1701](https://github.com/BugBuster1701))
* Daniel Schwiperich ([DanielSchwiperich](https://github.com/DanielSchwiperich))
* Stefan Heimes ([stefanheimes](https://github.com/stefanheimes))
* Glen Langer ([BugBuster1701](https://github.com/BugBuster1701))
* Blair Winans ([blairwinans](https://github.com/blairwinans))
* Andreas Burg ([Aybee](https://github.com/Aybee))
* Arndt von Lucadou ([a-v-l](https://github.com/a-v-l))
* Benjamin Hummel
* Blair Winans ([blairwinans](https://github.com/blairwinans))
* Christian Eggeling ([amisso](https://github.com/amisso))
* Cliff Parnitzky ([cliffparnitzky](https://github.com/cliffparnitzky))
* David Enke ([davidenke](https://github.com/davidenke))
Expand All @@ -52,47 +51,49 @@
* Patrick ([patrickjDE](https://github.com/patrickjDE))
* Roland Schütz ([rolandschuetz](https://github.com/rolandschuetz))
* Simon Wohler ([bekanntmacher](https://github.com/bekanntmacher))
* Stefan Heimes ([stefanheimes](https://github.com/stefanheimes))
* Takahiro Kambe ([taca](https://github.com/taca))
* Torsten Baldes ([tobaco](https://github.com/tobaco))
* kroka ([kroka](https://github.com/kroka))
* Patrick Landolt ([scuben](https://github.com/scuben))
* Arndt H. Ziegler
* Leopold Seckendorff ([poddus](https://github.com/poddus))
* Joe Ray Gregory ([may17](https://github.com/may17))
* Patrick Landolt ([scuben](https://github.com/scuben))
* Leopold Seckendorff ([poddus](https://github.com/poddus))
* Christian Romeni ([christianromeni](https://github.com/christianromeni))
* Daniele Sciannimanica
* Alex ([Alex](https://github.com/Alex))
* CMSworker ([CMSworker](https://github.com/CMSworker))
* ameotoko ([ameotoko](https://github.com/ameotoko))
* Christian Romeni ([christianromeni](https://github.com/christianromeni))
* CMSworker ([CMSworker](https://github.com/CMSworker))
* Benny Born ([bennyborn](https://github.com/bennyborn))
* Mathias Arzberger ([MDevster](https://github.com/MDevster))
* Patrick Froch ([eS-IT](https://github.com/eS-IT))
* Simon Reitinger ([simonreitinger](https://github.com/simonreitinger))
* Adrián Granado ([playmono](https://github.com/playmono))
* Andreas Allacher ([AndreasA](https://github.com/AndreasA))
* Stefan Schleich ([stefanschleich](https://github.com/stefanschleich))
* Stephan Gehle ([SGehle](https://github.com/SGehle))
* Sven Baumann ([baumannsven](https://github.com/baumannsven))
* zonky2 ([zonky2](https://github.com/zonky2))
* Martin Hauke ([soxrepo](https://github.com/soxrepo))
* Florian Reuschel ([loilo](https://github.com/loilo))
* Christian Kolb ([christian-kolb](https://github.com/christian-kolb))
* Alexej Kossmann
* Tsarma ([Tsarma](https://github.com/Tsarma))
* Vladimir Reznichenko ([kalessil](https://github.com/kalessil))
* Christian Kolb ([christian-kolb](https://github.com/christian-kolb))
* Benny Born ([bennyborn](https://github.com/bennyborn))
* Adrián Granado ([playmono](https://github.com/playmono))
* Alexander Stulnikov ([alarstyle](https://github.com/alarstyle))
* Marc Reimann ([MacKP](https://github.com/MacKP))
* Marko Cupic
* Jens Dutzi ([Blog404DE](https://github.com/Blog404DE))
* Marc Reimann ([MacKP](https://github.com/MacKP))
* Andreas ([Glumanda](https://github.com/Glumanda))
* Martin Schumann ([martinschumann](https://github.com/martinschumann))
* mkt ([mktcode](https://github.com/mktcode))
* Cédric Morin ([Cerdic](https://github.com/Cerdic))
* Marko Cupic
* Florian Reuschel ([loilo](https://github.com/loilo))
* Florian Krohmer ([Floxn](https://github.com/Floxn))
* leonexcc ([leonexcc](https://github.com/leonexcc))
* Martin Schumann ([martinschumann](https://github.com/martinschumann))
* Dennis Erdmann ([denniserdmann](https://github.com/denniserdmann))
* Defcon0 ([Defcon0](https://github.com/Defcon0))
* mkt ([mktcode](https://github.com/mktcode))
* Mike ([mvscheidt](https://github.com/mvscheidt))
* Bjarke Amann ([netzarbeiter](https://github.com/netzarbeiter))
* Physiklehrer ([Physiklehrer](https://github.com/Physiklehrer))
* Defcon0 ([Defcon0](https://github.com/Defcon0))
* Andreas Fieger ([fiedsch](https://github.com/fiedsch))
* Daniel Nemeth ([daniel-nemeth](https://github.com/daniel-nemeth))
* Andreas Allacher ([AndreasA](https://github.com/AndreasA))
* Bjarke Amann ([netzarbeiter](https://github.com/netzarbeiter))
* Cédric Morin ([Cerdic](https://github.com/Cerdic))
* Andreas Fieger ([fiedsch](https://github.com/fiedsch))
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', '0');
define('BUILD', '1');
define('LONG_TERM_SUPPORT', false);

// Backwards compatibility
Expand Down
4 changes: 2 additions & 2 deletions core-bundle/src/Resources/contao/languages/de/default.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -1582,8 +1582,8 @@
<target>Backend-Tastaturkürzel</target>
</trans-unit>
<trans-unit id="MSC.shortcuts.1">
<source>Learn more about speeding up your workflow by using &lt;a href=&quot;https://docs.contao.org/manual/en/administration-area/back-end-keyboard-shortcuts/&quot; title=&quot;Keyboard shortcuts overview&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot;&gt;keyboard shortcuts&lt;/a&gt;.</source>
<target>Wie Sie Ihren Arbeitsablauf durch die Verwendung von &lt;a href=&quot;https://docs.contao.org/books/manual/current/de/02-administrationsbereich/backend-tastaturkuerzel.html&quot; title=&quot;Übersicht der Tastaturkürzel&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot;&gt;Tastaturkürzeln&lt;/a&gt; beschleunigen.</target>
<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>Wie Sie Ihren Arbeitsablauf durch die Verwendung von &lt;a href=&quot;https://to.contao.org/shortcuts&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot;&gt;Tastaturkürzeln&lt;/a&gt; beschleunigen.</target>
</trans-unit>
<trans-unit id="MSC.toggleAll.0">
<source>Toggle all</source>
Expand Down
12 changes: 6 additions & 6 deletions core-bundle/src/Resources/contao/languages/de/exception.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
<target>Öffnen Sie die aktuelle Log-Datei im Ordner &lt;code&gt;var/logs&lt;/code&gt; und suchen Sie die zugehörige Fehlermeldung (normalerweise die letzte).</target>
</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, search the &lt;a href=&quot;https://contao.org/en/frequently-asked.html&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot;&gt;Contao FAQs&lt;/a&gt; or visit the &lt;a href=&quot;https://contao.org/en/support.html&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot;&gt;Contao support page&lt;/a&gt;.</source>
<target>Die Skriptausführung wurde gestoppt, weil irgendetwas nicht korrekt funktioniert. Die eigentliche Fehlermeldung wird aus Sicherheitsgründen hinter dieser Meldung verborgen und findet sich in der aktuellen Log-Datei (siehe oben). Wenn Sie die Fehlermeldung nicht verstehen oder nicht wissen, wie das Problem zu beheben ist, durchsuchen Sie die &lt;a href=&quot;https://contao.org/de/faq.html&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot;&gt;Contao-FAQs&lt;/a&gt; oder besuchen Sie die &lt;a href=&quot;https://contao.org/de/support.html&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot;&gt;Contao-Supportseite&lt;/a&gt;.</target>
<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>Die Skriptausführung wurde gestoppt, weil irgendetwas nicht korrekt funktioniert. Die eigentliche Fehlermeldung wird aus Sicherheitsgründen hinter dieser Meldung verborgen und findet sich in der aktuellen Log-Datei (siehe oben). Wenn Sie die Fehlermeldung nicht verstehen oder nicht wissen, wie das Problem zu beheben ist, besuchen Sie die &lt;a href=&quot;https://to.contao.org/support&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot;&gt;Contao-Supportseite&lt;/a&gt;.</target>
</trans-unit>
<trans-unit id="XPT.requestToken">
<source>Invalid request token</source>
Expand All @@ -42,16 +42,16 @@
<target>Das Request-Token konnte nicht validiert werden.</target>
</trans-unit>
<trans-unit id="XPT.tokenRetry">
<source>Please &lt;a href=&quot;javascript:window.location.href=window.location.href&quot;&gt;click this link&lt;/a&gt; and try again. Do not use the back button of your browser.</source>
<target>Bitte &lt;a href=&quot;javascript:window.location.href=window.location.href&quot;&gt;klicken Sie diesen Link&lt;/a&gt; und versuchen Sie es erneut. Verwenden Sie nicht die Zurück-Schaltfläche Ihres Browsers.</target>
<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>Bitte &lt;a href=&quot;javascript:window.location.href=window.location.href&quot;&gt;klicken Sie hier&lt;/a&gt; und versuchen Sie es erneut. Verwenden Sie nicht die Zurück-Schaltfläche Ihres Browsers.</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>Der Fehler tritt bei einer POST-Anfrage ohne gültiges Request-Token auf. In Contao 2.10 wurde die Referer-Prüfung durch ein Request-Token-System ersetzt. Wenn das Problem anhält, verwenden Sie eventuell eine inkompatible Drittanbieter-Erweiterung oder haben Ihre Contao-Installation nicht vollständig aktualisiert.</target>
</trans-unit>
<trans-unit id="XPT.tokenExplainTwo">
<source>For more information, search the &lt;a href=&quot;https://contao.org/en/frequently-asked.html&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot;&gt;Contao FAQs&lt;/a&gt; or visit the &lt;a href=&quot;https://contao.org/en/support.html&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot;&gt;Contao support page&lt;/a&gt;.</source>
<target>Durchsuchen Sie die &lt;a href=&quot;https://contao.org/de/faq.html&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot;&gt;Contao-FAQs&lt;/a&gt; oder besuchen Sie die &lt;a href=&quot;https://contao.org/de/support.html&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot;&gt;Contao-Supportseite&lt;/a&gt; für weitere Informationen.</target>
<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>Besuchen Sie die &lt;a href=&quot;https://to.contao.org/support&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot;&gt;Contao-Supportseite&lt;/a&gt; für weitere Informationen.</target>
</trans-unit>
<trans-unit id="XPT.unavailable">
<source>Service unavailable</source>
Expand Down
Loading

0 comments on commit 13165a0

Please sign in to comment.