User "^demon" changed the status of MediaWiki.r86396.

Old Status: new
New Status: ok

Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/86396#c0
Commit summary:

EmailCapture fixes (also untested):
* Fix indices in SQL schema (PRIMARY KEY instead of one-field UNIQUE INDEX, and 
fix index naming)
* Fix parameter order for body message, was wrong
* Use getFullUrl() instead of link(). The previous code was wrong because
** link() wants a Title, not a string, so it would just return <!-- ERROR 
-->Special:EmailCapture
** even if called right, it would return an HTML <a> tag, and you're sending 
the e-mail as text/plain
** using getTitleFor() also produces nice localized special page titles
* Add aliases file

_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to