Skip to content

Commit

Permalink
Merge pull request #1225 from didoda/feat/fast-create-form
Browse files Browse the repository at this point in the history
Fast create object
  • Loading branch information
didoda authored Feb 17, 2025
2 parents b1bbaed + 5174c25 commit a2502be
Show file tree
Hide file tree
Showing 38 changed files with 2,791 additions and 2,024 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ module.exports = {
],
globals: {
'BEDITA': true,
'BEDITA_I18N': true,
'tinymce': true,
'vue': true
},
Expand Down
4 changes: 4 additions & 0 deletions config/app_local.example.php
Original file line number Diff line number Diff line change
Expand Up @@ -626,6 +626,7 @@
* - index: index settings. 'copy2clipboard' enables "onmouseover" of index general cells showing copy to clipboard button
* - modules: modules settings. 'counters' to show counters in modules; 'all', 'none', <list of modules> to show all, none or custom modules. Default is ['trash']
* - richeditor: richeditor settings per field: you can set 'config' and 'toolbar' per single field.
* - fast_create_form: custom element to use for fast create form
*/
// 'UI' => [
// 'index' => [
Expand Down Expand Up @@ -662,6 +663,9 @@
// ],
// ],
// ],
// 'fast_create_form' => [
// '_element' => 'MyPlugin.Form/fast_create',
// ],
// ],

/**
Expand Down
59 changes: 40 additions & 19 deletions locales/default.pot
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: BEdita 4 \n"
"POT-Creation-Date: 2024-12-19 11:17:51 \n"
"POT-Creation-Date: 2025-02-13 09:15:27 \n"
"MIME-Version: 1.0 \n"
"Content-Transfer-Encoding: 8bit \n"
"Language-Team: BEdita I18N & I10N Team \n"
Expand Down Expand Up @@ -133,9 +133,6 @@ msgstr ""
msgid "Choose a file"
msgstr ""

msgid "Choose a type"
msgstr ""

msgid "City"
msgstr ""

Expand Down Expand Up @@ -313,9 +310,6 @@ msgstr ""
msgid "Failed to write file to disk"
msgstr ""

msgid "File"
msgstr ""

msgid "File Name"
msgstr ""

Expand Down Expand Up @@ -922,9 +916,6 @@ msgstr ""
msgid "Upload multiple"
msgstr ""

msgid "Url"
msgstr ""

msgid "User Accesses"
msgstr ""

Expand Down Expand Up @@ -973,6 +964,9 @@ msgstr ""
msgid "You are not authorized to access that location."
msgstr ""

msgid "You are not authorized to access this resource"
msgstr ""

msgid "You do not have the required permissions to view this page."
msgstr ""

Expand Down Expand Up @@ -1021,12 +1015,6 @@ msgstr ""
msgid "controls"
msgstr ""

msgid "create"
msgstr ""

msgid "create new for"
msgstr ""

msgid "created"
msgstr ""

Expand Down Expand Up @@ -1108,9 +1096,6 @@ msgstr ""
msgid "remove"
msgstr ""

msgid "reset"
msgstr ""

msgid "scheduled_from"
msgstr ""

Expand Down Expand Up @@ -1758,6 +1743,42 @@ msgstr ""
msgid "Trashed"
msgstr ""

msgid "Latitude"
msgstr ""

msgid "Longitude"
msgstr ""

msgid "Canceled"
msgstr ""

msgid "Choose file"
msgstr ""

msgid "File upload"
msgstr ""

msgid "No file selected"
msgstr ""

msgid "Replace media"
msgstr ""

msgid "Uploading..."
msgstr ""

msgid "Upload succeeded"
msgstr ""

msgid "Choose a type"
msgstr ""

msgid "Click here to start"
msgstr ""

msgid "Fast create"
msgstr ""

msgid "Insert date(s)"
msgstr ""

Expand Down
59 changes: 40 additions & 19 deletions locales/en_US/default.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: BEdita Manager \n"
"POT-Creation-Date: 2024-12-19 11:17:51 \n"
"POT-Creation-Date: 2025-02-13 09:15:27 \n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: BEdita I18N & I10N Team \n"
Expand Down Expand Up @@ -136,9 +136,6 @@ msgstr ""
msgid "Choose a file"
msgstr ""

msgid "Choose a type"
msgstr ""

msgid "City"
msgstr ""

Expand Down Expand Up @@ -316,9 +313,6 @@ msgstr ""
msgid "Failed to write file to disk"
msgstr ""

msgid "File"
msgstr ""

msgid "File Name"
msgstr ""

Expand Down Expand Up @@ -925,9 +919,6 @@ msgstr ""
msgid "Upload multiple"
msgstr ""

msgid "Url"
msgstr ""

msgid "User Accesses"
msgstr ""

Expand Down Expand Up @@ -976,6 +967,9 @@ msgstr ""
msgid "You are not authorized to access that location."
msgstr ""

msgid "You are not authorized to access this resource"
msgstr ""

msgid "You do not have the required permissions to view this page."
msgstr ""

Expand Down Expand Up @@ -1024,12 +1018,6 @@ msgstr ""
msgid "controls"
msgstr ""

msgid "create"
msgstr ""

msgid "create new for"
msgstr ""

msgid "created"
msgstr ""

Expand Down Expand Up @@ -1111,9 +1099,6 @@ msgstr ""
msgid "remove"
msgstr ""

msgid "reset"
msgstr ""

msgid "scheduled_from"
msgstr ""

Expand Down Expand Up @@ -1761,6 +1746,42 @@ msgstr ""
msgid "Trashed"
msgstr ""

msgid "Latitude"
msgstr ""

msgid "Longitude"
msgstr ""

msgid "Canceled"
msgstr ""

msgid "Choose file"
msgstr ""

msgid "File upload"
msgstr ""

msgid "No file selected"
msgstr ""

msgid "Replace media"
msgstr ""

msgid "Uploading..."
msgstr ""

msgid "Upload succeeded"
msgstr ""

msgid "Choose a type"
msgstr ""

msgid "Click here to start"
msgstr ""

msgid "Fast create"
msgstr ""

msgid "Insert date(s)"
msgstr ""

Expand Down
65 changes: 44 additions & 21 deletions locales/it_IT/default.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: BEdita Manager \n"
"POT-Creation-Date: 2024-12-19 11:17:51 \n"
"POT-Creation-Date: 2025-02-13 09:15:27 \n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: BEdita I18N & I10N Team \n"
Expand Down Expand Up @@ -138,9 +138,6 @@ msgstr "Ordinamento contenuti"
msgid "Choose a file"
msgstr "Scegli un file"

msgid "Choose a type"
msgstr "Selezionare un tipo"

msgid "City"
msgstr "Città"

Expand Down Expand Up @@ -318,9 +315,6 @@ msgstr "Esporta Filtrati"
msgid "Failed to write file to disk"
msgstr "Scrittura file su disco fallita"

msgid "File"
msgstr ""

msgid "File Name"
msgstr "Nome File"

Expand Down Expand Up @@ -931,9 +925,6 @@ msgstr "Carica file locale"
msgid "Upload multiple"
msgstr "Upload multiplo"

msgid "Url"
msgstr ""

msgid "User Accesses"
msgstr "Accessi utente"

Expand Down Expand Up @@ -982,6 +973,9 @@ msgstr "Sì"
msgid "You are not authorized to access that location."
msgstr "Non sei autorizzato ad accedere a quest'area."

msgid "You are not authorized to access this resource"
msgstr "Non sei autorizzato ad accedere a questa risorsa"

msgid "You do not have the required permissions to view this page."
msgstr "Non hai i permessi necessari per visualizzare questa pagina."

Expand Down Expand Up @@ -1030,12 +1024,6 @@ msgstr "contesto"
msgid "controls"
msgstr ""

msgid "create"
msgstr "crea"

msgid "create new for"
msgstr "crea nuovo per"

msgid "created"
msgstr "creato"

Expand Down Expand Up @@ -1117,9 +1105,6 @@ msgstr ""
msgid "remove"
msgstr "rimuovi"

msgid "reset"
msgstr ""

msgid "scheduled_from"
msgstr "programmato da"

Expand Down Expand Up @@ -1667,7 +1652,8 @@ msgstr "Valido"
msgid ""
"Sorry, your browser does not support embedded <code>audio</code> element"
msgstr ""
"Spiacenti, il tuo browser non supporta l'elemento <code>audio</code> incorporato"
"Spiacenti, il tuo browser non supporta l'elemento <code>audio</code> "
"incorporato"

msgid "Cannot produce a thumbnail for this file"
msgstr "Impossibile produrre una miniatura per questo file"
Expand All @@ -1684,7 +1670,8 @@ msgstr "Apri immagine"
msgid ""
"Sorry, your browser does not support embedded <code>video</code> element"
msgstr ""
"Spiacenti, il tuo browser non supporta l'elemento <code>video</code> incorporato"
"Spiacenti, il tuo browser non supporta l'elemento <code>video</code> "
"incorporato"

msgid "View original"
msgstr "Vedi originale"
Expand Down Expand Up @@ -1782,6 +1769,42 @@ msgstr "data"
msgid "Trashed"
msgstr "Rimosso"

msgid "Latitude"
msgstr "Latitudine"

msgid "Longitude"
msgstr "Longitudine"

msgid "Canceled"
msgstr "Annullato"

msgid "Choose file"
msgstr "Scegli file"

msgid "File upload"
msgstr "Upload file"

msgid "No file selected"
msgstr "Nessun file selezionato"

msgid "Replace media"
msgstr "Sostituisci media"

msgid "Uploading..."
msgstr "Caricamento in corso..."

msgid "Upload succeeded"
msgstr "Caricamento riuscito"

msgid "Choose a type"
msgstr "Selezionare un tipo"

msgid "Click here to start"
msgstr "Clicca qui per iniziare"

msgid "Fast create"
msgstr "Creazione rapida"

msgid "Insert date(s)"
msgstr "Inserire data(e)"

Expand Down
Loading

0 comments on commit a2502be

Please sign in to comment.