EpopE
EpopE
## Bug report ### Summary When we add a semi-column (';') in the output filter "then", modx can't parse properly and the output is strange.... This behaviour needs to use...
When we call showLabel as in the following example: ``` var p2 = L.polyline([ [-37.7612, 175.2756], [-37.7612, 175.2950] ]).addTo(map); var label = new LeafletLabel({ offset: [-12,-15], }); label.setContent("20'-50'"); label.setLatLng(p2.getBounds().getCenter()); map.showLabel(label);...
This PR updates the php files in order to remove any php short tags and fixes some small glitches to be compliant with PHP 8.x
This property can send other data than html, like json data... it could be confusing. Change name to 'data' or 'blockdata' or...?
and simplify the documentation using these examples
Integrate websockets in order to update blapy blocks and send data as forms or links do to update blapy blocks
Perhaps I've got an old version (2014) but it seems that the 'div' of the edit form is not resizable. It would be great to have it resizable adding this...
The issue was initially written in Modx Revolution https://github.com/modxcms/revolution/issues/13657#issuecomment-338891612 ### Summary Using floats in a 'andCondition' call would transform them as integer ### Step to reproduce create an XPDO query...
As path directory may be a symbolic link in $_SERVER['DOCUMENT_ROOT'], the URL of pictures in the dialog box browsing images on the server may be wrongly solved.... To get the...
To use it, change the system setting "importx.datatype" to "csvplus". The PR adds a new processor that improves support of CSV content (escape, enclosure, multiline)