Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
d8ff239
chore fix: check view var
didoda Feb 7, 2025
056b356
chore fix: app-icon in component
didoda Feb 7, 2025
d2373e7
chore fix: remove console.log
didoda Feb 7, 2025
059216e
feat: fast create form
didoda Feb 7, 2025
d354b78
tests: testFastCreateFieldsMap
didoda Feb 7, 2025
537bc25
doc: fast_create_form configuration example
didoda Feb 7, 2025
d36047a
fix: show create form if not readonly
didoda Feb 7, 2025
0a1d8c8
fix: reload objects in relation view
didoda Feb 7, 2025
c8d9022
feat: add loader + fix form field names
didoda Feb 7, 2025
6fc4508
fix: enum items from schema
didoda Feb 7, 2025
271f7eb
refactor: handle forced configurations
didoda Feb 7, 2025
9d40d74
fix: styles
didoda Feb 7, 2025
4093eff
fix: form defaults fields
didoda Feb 7, 2025
c752868
fix: set default form fields and required
didoda Feb 10, 2025
f3e9d1b
fix: error feedback on save relation data
didoda Feb 10, 2025
d510594
fix: bool and date fields
didoda Feb 10, 2025
b3a0f6a
fix: relation view save on remove
didoda Feb 10, 2025
7ad9cd7
feat: auto select type when only one right type for relation
didoda Feb 10, 2025
25fff27
fix: saveRelated
didoda Feb 11, 2025
7f0a34a
feat: share some vue components
didoda Feb 11, 2025
965e7ff
fix: i18n
didoda Feb 11, 2025
7b05c34
feat: update i18n files
didoda Feb 11, 2025
265811d
fix: remove yarn.lock
didoda Feb 11, 2025
a4c5e23
fix: git ignore yarn.lock
didoda Feb 11, 2025
9087ce6
fix: restore yarn.lock
didoda Feb 11, 2025
c6d6c86
fix: file upload preserve other attributes, if any
didoda Feb 11, 2025
a9ab877
refactor: split in reusable components
didoda Feb 12, 2025
d395e20
fix: translate fields from plugins too
didoda Feb 13, 2025
16d4f36
fix: eslint
didoda Feb 13, 2025
3a1e08b
tests: fix testTranslationsMap
didoda Feb 13, 2025
a717ce1
chore feat: update i18n
didoda Feb 13, 2025
9496a27
fix: handle exception in translations map cache key
didoda Feb 13, 2025
d8a453c
tests: testTranslationsMapExpection
didoda Feb 13, 2025
11141d0
fix: defaults for uploadable types
didoda Feb 13, 2025
62e5294
ui: fast create section styles
didoda Feb 13, 2025
3d9a2a0
feat: fast create only allowed types
didoda Feb 13, 2025
bb5551b
Merge branch 'master' into feat/fast-create-form
didoda Feb 14, 2025
f387a5a
fix: richeditor load
didoda Feb 17, 2025
5174c25
fix: border
didoda Feb 17, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading