@Vishkujo: I saw that you marked this extension as unstable, i.e. not working with MW 1.33+. May I ask you what error you are seeing, or what the server is logging as an error?
Topic on Extension talk:RecentActivity
Appearance
I was getting this: Error: invalid magic word 'RecentActivity'
Efectivamente no funciona en la 1.34 tampoco. si se comenta la instrucción $wgExtensionFunctions[] = 'efSetupRecentActivity'; ya no da errores, pero es como si no estuviera.
It doesn't work in 1.34 either. if the $ wgExtensionFunctions [] = 'efSetupRecentActivity' statement is commented; It no longer gives errors, but it is as if it were not there.
Reported on Gitlab as issue 41
I have modified the extension code to better follow MediaWiki's standard extension guidelines, to fix the reported issue and a few others I found along the way. My fix is hosted in this fork https://gitlab.com/lucamauri/extensions as it is impossible for me access the current extension repository that seems to be in private Git service.
I hope @Nad can help integrating those modification in the current repository, or move it back to a public Git service so we can contribute directly.
Thanks a lot. Indeed, having this is the main repo will be great!
Nad fixed the repository, so the extension is now working with recent MediaWiki versions.
Cool, thanks a lot!