AddOn
MBlock Multiple-Blöcke in Modul-Input-Formularen
Beschreibung
MBlock – multiple Datenblöcke innerhalb eines Moduls anlegen und sortieren.
Mit MBlock ist es möglich innerhalb eines Moduls belieb viele Datenblöcke zu erzeugen. Die Datenblöcke können dann einfach per Drag & Drop oder auch via Up-/Down-Button sortiert werden.
Die aktuellste MBlock Version auf Github: https://github.com/FriendsOfREDAXO/mblock
Umsetzung
Friends Of REDAXO zum Profil
Versionen
3.1.0
added rex:change event after item movements
3.0.1
- fix exactly 2 parameters, 3 given in `MBlockFormItemDecorator`
- fix ensure demo table on update
3.0.0
ACHTUNG!!
Dies ist ein Major-Release.
- MBlock funktioniert nun vollständig mit rex:ready
Der verwendete Editor sollte rex:ready nutzen.
- Spezieller Code für Editoren entfernt.
Ausführliche
Release-Notes:
https://github.com/FriendsOfREDAXO/mblock/releases/tag/3.0.0
2.2.3
Ersetzt die fehlerhafte Version 2.2.2.
/lib/classes/ war nicht erforderlich.
Danke an Thomas Blum und Marco Hanke
——————————————————
Fixed: Selectfix – danke @tbaddade
2.2.1
- use php xml parser
- remove completely PHPQuery
- Umstellung auf ‘includeCurrentPageSubPath’
- Traducción en castellano
- start new session in show if not exist
- fix mblock page count index notice
- uset isset to fix property undefined problem
- other small fixes
2.1.0
- not reinit bug for markitup fixed
- hide delete, duplicate buttons and drag and drop bar is min 1 and max 1
- set php-xml as requires
- readme updated and code field closed
2.0.2
Bugfix-Release:
set debug sql false to remove sql debug message by addon update
2.0.1
Neu:
Update sucht und ersetzt REX_INPUT_LINK, REX_INPUT_MEDIA, REX_INPUT_LINKLIST, REX_INPUT_MEDIALIST
durch die neue Schreibweise ohne _INPUT.
WICHTIG:
Module müssen händisch angepasst werden.
2.0.0
MBlock Multiple-Blöcke in Modul-Input-Formularen Version 2.0.0 für Redaxo 5
WICHTIG:
- für bestehende produktiv Seiten sollten MBlock nicht ohne ausgiebiges Testing upgedatet werden.
- In REX_INPUT_LINK und REX_INPUT_MEDIA wurde das _INPUT entfernt das wirkt sich auf bestehende Bild- und Link-Eingaben aus!
- Auch in REX_INPUT_LINKLIST und REX_INPUT_MEDIALIST wurde das _INPUT entfernt, das wirkt sich auf bestehende Bild- und Link-Listen-Eingaben aus!
Changelog:
- add MBlock for rex_form
- min 0 – add MBlock setting ‘disable_null_view’ and ‘null_view_button_text’
- use multiple MBlocks in one Form
- diverse other fixes
- INPUT_ was removed in REX_INPUT_MEDIA, REX_INPUT_LINK and MEDIALIST, LINKLIST
1.7.2
MBlock Multiple-Blöcke in Modul-Input-Formularen Version 1.7.2 für Redaxo 5
- fix checkboxes bugs
- fix radio-buttons bugs
- add new created item to javascript events
- other small changes