- rex_version::compare fixed for REDAXO >= 5.12
- dark-mode support for REDAXO >= 5.13
- don't remove ' in media widget onclick id
- add mblock:change and set rex:change to deprecated. rex:change will remove in next minor version
- refresh disabled button status by drag and drop movements
- don't add empty link and media list option
- dark mode support thx to: @eaCe, @skerbis
- fixes: #137
- Widget fixes for REDAXO 5.12.1
- added rex:change event after item movements
- fix exactly 2 parameters, 3 given in
MBlockFormItemDecorator
- fix ensure demo table on update
- add saveHtml method to trait and remove libxml special
- use saveHtml from trait in replacer and decorator classes
- use for iclone item a hidden sortitem container
- use rex:ready by add block
- remove all mblock callback events
- fix
Call to a member function getAttribute() on null
bug in bootstrap replacer - fix bug by multiple selects
DOMElement::setAttribute() expects parameter 2 to be string, array given
- fix
Invalid argument supplied for foreach()
issue inMBlockRexFormProcessor
- added initial_hidden option for initial without form element, it will be add only a [+] button
- remove default setting to empty form content by duplication
- added initial_button_text optional
<?php $mform = new MForm(); $mform->addFieldset('Text'); $mform->addTextField('1.0.1', ['label' => 'Text']); echo MBlock::show(1, $mform->show(), ['initial_hidden' => 1, 'min' => 0, 'initial_button_text' => 'Press [+] to create MBlock']);
- Installfix for 2.2.2
- Selectfix - danke @tbaddade
- #96
- 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
- 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
- set debug sql false to remove sql debug message by addon update
- 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.
- 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
- 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!
- fix checkboxes bugs
- fix radio-buttons bugs
- add new created item to javascript events
- other small changes
- add block delete confirmation
- fix mform custom link handling
- add block delete confirmation
- fix mform custom link handling
- add button support
- fix data-unique-id for more than one items
- add data-unique and data-unique-int
- final redactor2 fix thanks @alfa-gonzalez
- update license to MIT thanks @schuer
- fix redactor 3.0.x was not reinitialized
- Fix for multiple selects without form
- fix multiple selectbox problems
- fix redactor 2 bugs without id's
- remove for replacement in javascript
- add count
- fix textarea problems with &
- add callback (thanks @Adrian Kühnis)
- add mform customlink support
- diverse Javascript Fixes
- Smooth-Scroll integriert
- Sortable Kompatibilitätsprobleme mit jQuery UI behoben
- HTML Beispiele
- Markitup Support
- Redactor content remove error behoben
- Multiple System-Elemente (link, media, lists)
- Multiple Redaktor-Felder
- Fehler gefixt Übernahme modifizierter Redactor.Content (nach add move oder remove wurde dieser immer zurück gesetzt)
- Add Redactor Kompatibilität
- Mehr als ein MBlock in einem Modul-Input
- Redaxo System Buttons außerhalb der MBlock Area möglich
- diverse kleine Fixes
- GUI updates: bootstrap/redaxo buttons and slightly update colors
- Text verbesserungen . Besten Dank an Dirk Schürjohann von DECAF* https://decaf.de dafür!!
- neue Beispiele
- überarbeitetes Javascript
- Text Buttons
- CSS3 animationen