https://bugzilla.wikimedia.org/show_bug.cgi?id=35639
Krinkle <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |WORKSFORME --- Comment #1 from Krinkle <[email protected]> --- wfAjaxWatch and ajaxwatch.js have been deprecated and removed. AjaxFunctions.php is deprecated, but not removed yet. Uour extension offers has been or should be refactored to use the API instead. Nowadays MediaWiki ships with jQuery and various mediawiki-tailored modules such as mediawiki.api.js. These make it really easy to do what ajaxwatch used to do with only a few lines of code. Providing a way to "clone" this core feature doesn't make sense anymore since it has become trivial to implement from scratch as all the features it uses underneath have been abstracted and become available independently. In a way it is already a clone of itself. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
