I have downloaded the beta features and included it in mediawiki 1.25.1.
- I've placed "only" wfLoadExtension( 'BetaFeatures' ); in the localsettings.php.
- I've added MyExtension.php
- I've added MyExtensionHooks.php according to the auto-enroll groups script
- I've added SpecialMyExtension.php
In the beta link, all i got in there is the checkbox: Automatically enable all new beta feature
A. What do have to do next to add VisualEditor Opt-in, math function, media, sidebars etc?
B. What do i have to add in LocalSettings.php to call those hook?
C. Or maybe i'm misunderstanding this beta extension. Maybe, all it does is to create extension enable/disable in the beta category rather than in the overall extension directory?
Thanks!
AT