zikula-modules / Scribite

Integrate WYSIWYG editors for Zikula and its modules.
30 stars 7 forks source link

Missing legacy modules in textarea/module override in Scribite 6 with Zikula 1.5 #184

Closed nmpetkov closed 4 years ago

nmpetkov commented 6 years ago

Scribite 6 supports Zikula 1.5, but legacy modules are missing in dropdown list in textarea override.

Picture below illustrates this. Formicula and News modules are missing, despite they are installed and function.

image

craigh commented 6 years ago

News at least is a 1.3-era module and while it may be forward compatible with 1.5 it is not a 1.5-era module. Formicula may be similar. IMO the better answer is to update News, not retrofit Scribite.

craigh commented 6 years ago

the reason is because they use the old hook system. This is where they are retrieved: https://github.com/zikula-modules/Scribite/blob/master/Controller/OverrideController.php#L100

nmpetkov commented 6 years ago

I thought Zikula 1.5 is to be compatible with legacy modules (and it seems is, as News and Formicula function in Zikula 1.5). If Scribite 6 is intended to Zikula 2, then it is good to know what version of Scribite to use with Ziklula 1.5.

craigh commented 6 years ago

https://github.com/zikula-modules/Scribite#scribite-503