Topic on Extension talk:RecentActivity

Summary by Kghbln

Use the recently released version 1.5 for best experience.

Kghbln (talkcontribs)

@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?

Vishkujo (talkcontribs)

I was getting this: Error: invalid magic word 'RecentActivity'

213.195.99.217 (talkcontribs)

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.

Kghbln (talkcontribs)
Lucamauri (talkcontribs)

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.

Kghbln (talkcontribs)

Thanks a lot. Indeed, having this is the main repo will be great!

Lucamauri (talkcontribs)

Nad fixed the repository, so the extension is now working with recent MediaWiki versions.

Kghbln (talkcontribs)

Cool, thanks a lot!