I plan to add support for legacy components to the MODX kernel as class_alias deprecated https://github.com/modxcms/revolution/blob/3.x/core/include/deprecated.php
Do you offer this PR, is it not worth the time to spend it?
Do you have a list of the legacy components that (might) not work in 3.x?
What do you mean with 'Partly support'? What is the difference to 'Support'?
I think we want to avoid adding every single change - but adding classes that people have been told to extend over the years (like resource processors, required for custom resources) or certain services (modMail, modParser, etc) would probably be quite useful.
@Jako

I think we want to avoid adding every single change - but adding classes that people have been told to extend over the years (like resource processors, required for custom resources) or certain services (modMail, modParser, etc) would probably be quite useful.
This is what I want, just using these classes will be easy to create simple sites at the beginning in MODX that will speed up testing ...
Can you share a list of the classes you would like to add?
@JoshuaLuckers
modMail,
modDashboardWidgetInterFace,
modTemplateVarInputRender,
modSystemEvent,
modManagerController
You will then be able to build sites and actively test the kernel
I propose to add modPHPMailer as well.
Added #14964
Thanks for taking time to report this issue and help make MODX better.
Please reopen if you still encounter this issue.
@modxbot close
Most helpful comment
I think we want to avoid adding every single change - but adding classes that people have been told to extend over the years (like resource processors, required for custom resources) or certain services (modMail, modParser, etc) would probably be quite useful.