Greystate-XSLT-Helpers icon indicating copy to clipboard operation
Greystate-XSLT-Helpers copied to clipboard

Umbraco 7 compatibility

Open greystate opened this issue 9 years ago • 2 comments

Fortunately, most of the helpers are compatible with Umbraco 7 out of the box, but there are a couple of things that could be cleaned up, and some that needs fixing:

  • [x] Media Helper needs to be updated to use the new cropper
  • [ ] MultiPicker Helper needs to support pickers that store as JSON or CSV

greystate avatar Apr 26 '15 09:04 greystate

Paginationhelper has issues in at least Umbraco 7.2.4 due to the fact that the Esxlt extensions have been removed from Umbraco https://our.umbraco.org/forum/developers/xslt/46995-Umbraco-7-XSLT-Error-Due-to-Missing-Extension. Works after installing the https://our.umbraco.org/projects/website-utilities/exslt-redux package

Ladefuss avatar Nov 18 '15 12:11 Ladefuss

Thanks for bringing that up (even tough it's a bummer to have a dependency for something like that).

Might be able to detect it using function-available() though...

greystate avatar Nov 20 '15 09:11 greystate