gregor FELLENZ wrote:
Hi brion
Thanx a lot for the quick response.
I thought about putting something like this in the localsettings, only that i am really no php hacker:
for ( u in alluser) { for (p in allpages) watch(u,p) }
might be a performancekiller, but would it work?
It would probably not be a good idea, since it'd effectively make everyone watch the page every time you loaded a new page.
See attachment for some food for thought. Not sure how wise an idea it is in the main distribution, though. :)
To enable that feature, add to LocalSettings.php the following line (after modifying the includes/UserMailer.php file -- I can send that file to you if you are confused by the diff): $wgNotifyEveryone = true;
-Kalle.
p.s. Untested code, so chances are it doesn't work. I'd test it, but I don't want to enable that feature for my unsuspecting users, and I don't have an experiment wiki set up right now -- but if it doesn't work, let me know. It's about time I get to work on that anyway. d.s.