Skip to content

Commit

Permalink
Version 4.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leofeyer committed Aug 15, 2019
1 parent 55cfbf7 commit 879e05e
Show file tree
Hide file tree
Showing 99 changed files with 12,304 additions and 36 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change log

## 4.8.0 (2019-08-15)

* Ignore the --no-debug option when creating the console (see #626).
* Check for dynamic row format more consistently (see #628).
* Automatically generate response from template in fragment controllers (see #622).
* Update contao/image to version 1.0 (see #624).

## 4.8.0-RC2 (2019-07-30)

* Use the security helper instead of the token storage (see #609).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@
</trans-unit>
<trans-unit id="tl_calendar.new.0">
<source>New</source>
<target>Nieuw</target>
</trans-unit>
<trans-unit id="tl_calendar.new.1">
<source>Create a new calendar</source>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,7 @@
</trans-unit>
<trans-unit id="tl_calendar_events.new.0">
<source>New</source>
<target>Nieuw</target>
</trans-unit>
<trans-unit id="tl_calendar_events.new.1">
<source>Create a new event</source>
Expand Down Expand Up @@ -362,6 +363,7 @@
</trans-unit>
<trans-unit id="tl_calendar_events.editheader">
<source>Edit the settings of event ID %s</source>
<target>Bewerk de instellingen van event ID %s</target>
</trans-unit>
<trans-unit id="tl_calendar_events.pasteafter.0">
<source>Paste into this calendar</source>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@
</trans-unit>
<trans-unit id="tl_calendar_feed.new.0">
<source>New</source>
<target>Nieuw</target>
</trans-unit>
<trans-unit id="tl_calendar_feed.new.1">
<source>Create a new feed</source>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@
</trans-unit>
<trans-unit id="tl_calendar.new.0">
<source>New</source>
<target>Novo</target>
</trans-unit>
<trans-unit id="tl_calendar.new.1">
<source>Create a new calendar</source>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,7 @@ Deixe em branco para criar um evento sem data/hora de fim definido.</target>
</trans-unit>
<trans-unit id="tl_calendar_events.new.0">
<source>New</source>
<target>Novo</target>
</trans-unit>
<trans-unit id="tl_calendar_events.new.1">
<source>Create a new event</source>
Expand Down Expand Up @@ -363,6 +364,7 @@ Deixe em branco para criar um evento sem data/hora de fim definido.</target>
</trans-unit>
<trans-unit id="tl_calendar_events.editheader">
<source>Edit the settings of event ID %s</source>
<target>Editar as configurações do evento ID %s</target>
</trans-unit>
<trans-unit id="tl_calendar_events.pasteafter.0">
<source>Paste into this calendar</source>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@
</trans-unit>
<trans-unit id="tl_calendar_feed.new.0">
<source>New</source>
<target>Novo</target>
</trans-unit>
<trans-unit id="tl_calendar_feed.new.1">
<source>Create a new feed</source>
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 @@ -10,7 +10,7 @@

// Core version
\define('VERSION', '4.8');
\define('BUILD', '0-RC2');
\define('BUILD', '0');
\define('LONG_TERM_SUPPORT', false);

// Link constants
Expand Down
7 changes: 5 additions & 2 deletions core-bundle/src/Resources/contao/languages/cs/default.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -1356,8 +1356,8 @@
<target>Uzamčené</target>
</trans-unit>
<trans-unit id="MSC.move">
<source>Move the item via drag and drop or the up and down keys</source>
<target>Přesuňte položku pomocí zachycení a puštění nebo pomocí šipek nahoru a dolu</target>
<source>Move the item via drag and drop</source>
<target>Přesunout položku pomocí chytnutí a puštění.</target>
</trans-unit>
<trans-unit id="MSC.move_up.0">
<source>Move up</source>
Expand Down Expand Up @@ -2603,6 +2603,9 @@
<trans-unit id="DCA.delete">
<source>Delete element ID %s</source>
</trans-unit>
<trans-unit id="DCA.drag">
<source>Drag element ID %s</source>
</trans-unit>
<trans-unit id="DCA.editheader.0">
<source>Edit the element settings</source>
</trans-unit>
Expand Down
5 changes: 4 additions & 1 deletion core-bundle/src/Resources/contao/languages/cs/tl_files.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -217,10 +217,13 @@
<source>Edit file or folder &quot;%s&quot;</source>
<target>Upravit soubor nebo složku %s</target>
</trans-unit>
<trans-unit id="tl_files.delete.1">
<trans-unit id="tl_files.delete">
<source>Delete file or folder &quot;%s&quot;</source>
<target>Smazat soubor nebo složku &quot;%s&quot;</target>
</trans-unit>
<trans-unit id="tl_files.drag">
<source>Drag file or folder &quot;%s&quot;</source>
</trans-unit>
<trans-unit id="tl_files.source">
<source>Edit file &quot;%s&quot;</source>
<target>Upravit soubor &quot;%s&quot;</target>
Expand Down
8 changes: 6 additions & 2 deletions core-bundle/src/Resources/contao/languages/de/default.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -1362,8 +1362,8 @@
<target>Gesperrt</target>
</trans-unit>
<trans-unit id="MSC.move">
<source>Move the item via drag and drop or the up and down keys</source>
<target>Das Element durch Ziehen und Ablegen oder mittels der Pfeiltasten verschieben</target>
<source>Move the item via drag and drop</source>
<target>Das Element durch Ziehen und Ablegen verschieben</target>
</trans-unit>
<trans-unit id="MSC.move_up.0">
<source>Move up</source>
Expand Down Expand Up @@ -2621,6 +2621,10 @@
<source>Delete element ID %s</source>
<target>Element ID %s löschen</target>
</trans-unit>
<trans-unit id="DCA.drag">
<source>Drag element ID %s</source>
<target>Element ID %s verschieben</target>
</trans-unit>
<trans-unit id="DCA.editheader.0">
<source>Edit the element settings</source>
<target>Elementeinstellungen bearbeiten</target>
Expand Down
6 changes: 5 additions & 1 deletion core-bundle/src/Resources/contao/languages/de/tl_files.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -217,10 +217,14 @@
<source>Edit file or folder &quot;%s&quot;</source>
<target>Datei oder Verzeichnis &quot;%s&quot; bearbeiten</target>
</trans-unit>
<trans-unit id="tl_files.delete.1">
<trans-unit id="tl_files.delete">
<source>Delete file or folder &quot;%s&quot;</source>
<target>Datei oder Verzeichnis &quot;%s&quot; löschen</target>
</trans-unit>
<trans-unit id="tl_files.drag">
<source>Drag file or folder &quot;%s&quot;</source>
<target>Datei oder Verzeichnis &quot;%s&quot; verschieben</target>
</trans-unit>
<trans-unit id="tl_files.source">
<source>Edit file &quot;%s&quot;</source>
<target>Datei &quot;%s&quot; bearbeiten</target>
Expand Down
7 changes: 5 additions & 2 deletions core-bundle/src/Resources/contao/languages/es/default.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -1354,8 +1354,8 @@
<target>Cerrado</target>
</trans-unit>
<trans-unit id="MSC.move">
<source>Move the item via drag and drop or the up and down keys</source>
<target>Mover el elemento mediante arrastrar y soltar o las teclas de arriba y abajo</target>
<source>Move the item via drag and drop</source>
<target>Mover el elemento a través de arrastrar y soltar</target>
</trans-unit>
<trans-unit id="MSC.move_up.0">
<source>Move up</source>
Expand Down Expand Up @@ -2587,6 +2587,9 @@
<trans-unit id="DCA.delete">
<source>Delete element ID %s</source>
</trans-unit>
<trans-unit id="DCA.drag">
<source>Drag element ID %s</source>
</trans-unit>
<trans-unit id="DCA.editheader.0">
<source>Edit the element settings</source>
</trans-unit>
Expand Down
5 changes: 4 additions & 1 deletion core-bundle/src/Resources/contao/languages/es/tl_files.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -213,10 +213,13 @@
<source>Edit file or folder &quot;%s&quot;</source>
<target>Editar fichero o carpeta &quot;%s&quot;</target>
</trans-unit>
<trans-unit id="tl_files.delete.1">
<trans-unit id="tl_files.delete">
<source>Delete file or folder &quot;%s&quot;</source>
<target>Borrar archivo o carpeta &quot;%s&quot;</target>
</trans-unit>
<trans-unit id="tl_files.drag">
<source>Drag file or folder &quot;%s&quot;</source>
</trans-unit>
<trans-unit id="tl_files.source">
<source>Edit file &quot;%s&quot;</source>
<target>Editar código fuente del archivo &quot;%s&quot;</target>
Expand Down
6 changes: 5 additions & 1 deletion core-bundle/src/Resources/contao/languages/fa/default.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -1348,7 +1348,8 @@
<target>قفل شده</target>
</trans-unit>
<trans-unit id="MSC.move">
<source>Move the item via drag and drop or the up and down keys</source>
<source>Move the item via drag and drop</source>
<target>جابجایی آیتم از طریق کشیدن و رها کردن</target>
</trans-unit>
<trans-unit id="MSC.move_up.0">
<source>Move up</source>
Expand Down Expand Up @@ -2577,6 +2578,9 @@
<trans-unit id="DCA.delete">
<source>Delete element ID %s</source>
</trans-unit>
<trans-unit id="DCA.drag">
<source>Drag element ID %s</source>
</trans-unit>
<trans-unit id="DCA.editheader.0">
<source>Edit the element settings</source>
</trans-unit>
Expand Down
5 changes: 4 additions & 1 deletion core-bundle/src/Resources/contao/languages/fa/tl_files.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -212,10 +212,13 @@
<source>Edit file or folder &quot;%s&quot;</source>
<target>ویرایش پرونده یا پوشه &quot;%s&quot;</target>
</trans-unit>
<trans-unit id="tl_files.delete.1">
<trans-unit id="tl_files.delete">
<source>Delete file or folder &quot;%s&quot;</source>
<target>حذف پرونده یا پوشه &quot;%s&quot;</target>
</trans-unit>
<trans-unit id="tl_files.drag">
<source>Drag file or folder &quot;%s&quot;</source>
</trans-unit>
<trans-unit id="tl_files.source">
<source>Edit file &quot;%s&quot;</source>
<target>ویرایش پرونده &quot;%s&quot;</target>
Expand Down
7 changes: 5 additions & 2 deletions core-bundle/src/Resources/contao/languages/fr/default.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -1357,8 +1357,8 @@
<target>Verrouillé</target>
</trans-unit>
<trans-unit id="MSC.move">
<source>Move the item via drag and drop or the up and down keys</source>
<target>Déplacer l'élément par glisser-déposer ou par les touches haut et bas</target>
<source>Move the item via drag and drop</source>
<target>Déplacer l'élément par glisser-déposer</target>
</trans-unit>
<trans-unit id="MSC.move_up.0">
<source>Move up</source>
Expand Down Expand Up @@ -2599,6 +2599,9 @@
<trans-unit id="DCA.delete">
<source>Delete element ID %s</source>
</trans-unit>
<trans-unit id="DCA.drag">
<source>Drag element ID %s</source>
</trans-unit>
<trans-unit id="DCA.editheader.0">
<source>Edit the element settings</source>
</trans-unit>
Expand Down
5 changes: 4 additions & 1 deletion core-bundle/src/Resources/contao/languages/fr/tl_files.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -217,10 +217,13 @@
<source>Edit file or folder &quot;%s&quot;</source>
<target>Éditer le fichier ou le répertoire &quot;%s&quot;</target>
</trans-unit>
<trans-unit id="tl_files.delete.1">
<trans-unit id="tl_files.delete">
<source>Delete file or folder &quot;%s&quot;</source>
<target>Supprimer le fichier ou le répertoire &quot;%s&quot;</target>
</trans-unit>
<trans-unit id="tl_files.drag">
<source>Drag file or folder &quot;%s&quot;</source>
</trans-unit>
<trans-unit id="tl_files.source">
<source>Edit file &quot;%s&quot;</source>
<target>Éditer le fichier &quot;%s&quot;</target>
Expand Down
7 changes: 5 additions & 2 deletions core-bundle/src/Resources/contao/languages/it/default.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -1360,8 +1360,8 @@
<target>Bloccato</target>
</trans-unit>
<trans-unit id="MSC.move">
<source>Move the item via drag and drop or the up and down keys</source>
<target>Sposta l'elemento trascinandolo in modalità drag &amp; drop oppure utilizza le frecce direzione in alto o in basso</target>
<source>Move the item via drag and drop</source>
<target>Sposta l'elemento trascinandolo in modalità drag &amp; drop</target>
</trans-unit>
<trans-unit id="MSC.move_up.0">
<source>Move up</source>
Expand Down Expand Up @@ -2608,6 +2608,9 @@
<trans-unit id="DCA.delete">
<source>Delete element ID %s</source>
</trans-unit>
<trans-unit id="DCA.drag">
<source>Drag element ID %s</source>
</trans-unit>
<trans-unit id="DCA.editheader.0">
<source>Edit the element settings</source>
</trans-unit>
Expand Down
5 changes: 4 additions & 1 deletion core-bundle/src/Resources/contao/languages/it/tl_files.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -217,10 +217,13 @@
<source>Edit file or folder &quot;%s&quot;</source>
<target>Modifica il file o la cartella &quot;%s&quot;</target>
</trans-unit>
<trans-unit id="tl_files.delete.1">
<trans-unit id="tl_files.delete">
<source>Delete file or folder &quot;%s&quot;</source>
<target>Elimina il file o la cartella &quot;%s&quot;</target>
</trans-unit>
<trans-unit id="tl_files.drag">
<source>Drag file or folder &quot;%s&quot;</source>
</trans-unit>
<trans-unit id="tl_files.source">
<source>Edit file &quot;%s&quot;</source>
<target>Modifica il codice sorgente del file &quot;%s&quot;</target>
Expand Down
7 changes: 5 additions & 2 deletions core-bundle/src/Resources/contao/languages/ja/default.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -1362,8 +1362,8 @@
<target>ロック状態</target>
</trans-unit>
<trans-unit id="MSC.move">
<source>Move the item via drag and drop or the up and down keys</source>
<target>ドラッグアンドドロップ、または上下の矢印キーで項目を移動</target>
<source>Move the item via drag and drop</source>
<target>ドラッグアンドドロップで項目を移動</target>
</trans-unit>
<trans-unit id="MSC.move_up.0">
<source>Move up</source>
Expand Down Expand Up @@ -2621,6 +2621,9 @@
<source>Delete element ID %s</source>
<target>ID %sの要素の詳細を削除</target>
</trans-unit>
<trans-unit id="DCA.drag">
<source>Drag element ID %s</source>
</trans-unit>
<trans-unit id="DCA.editheader.0">
<source>Edit the element settings</source>
<target>要素の設定を変更</target>
Expand Down
5 changes: 4 additions & 1 deletion core-bundle/src/Resources/contao/languages/ja/tl_files.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -217,10 +217,13 @@
<source>Edit file or folder &quot;%s&quot;</source>
<target>&quot;%s&quot;というファイルまたはフォルダーを変更</target>
</trans-unit>
<trans-unit id="tl_files.delete.1">
<trans-unit id="tl_files.delete">
<source>Delete file or folder &quot;%s&quot;</source>
<target>&quot;%s&quot;というファイルまたはフォルダーを削除</target>
</trans-unit>
<trans-unit id="tl_files.drag">
<source>Drag file or folder &quot;%s&quot;</source>
</trans-unit>
<trans-unit id="tl_files.source">
<source>Edit file &quot;%s&quot;</source>
<target>&quot;%s&quot;というファイルを編集</target>
Expand Down
Loading

0 comments on commit 879e05e

Please sign in to comment.