User "Krinkle" changed the status of MediaWiki.r88044. Old Status: new New Status: ok
User "Krinkle" also posted a comment on MediaWiki.r88044. Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/88044#c17385 Commit summary: basic email functionality Comment: <pre> + message: 'Hello '+wgTitle+'!\n\nI just awarded you a barnstar.' // message to use in email notification </pre> Although this has been fixed in the mean time to use mw.config (by janpaul) during the reorganizations after the [[User:Catrope/Extension_review/WikiLove|reviews]], just wanted to note here: As of 1.17 these wg* globals are deprecated (but work fine), as of 1.19 they can be disabled through {{wg|LegacyJavaScriptGlobals}} and will break on wikis that no longer support them, and in 1.20 they will likely be disabled by default. _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
