User "Reedy" posted a comment on MediaWiki.r93906. Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/93906#c20461 Commit summary:
Extension that pulls out Neilk's excellent jQuery localization/parsing thingy and makes it generally available. This may get rolled into trunk at some point, but for now turning this on will at least make it usable for development outside UploadWizard. Comment: Very minor issue <pre> + 'author' => 'Neil Kandalgaonkar and Ian Baker', </pre> should be <pre> + 'author' => array( 'Neil Kandalgaonkar', 'Ian Baker' ), </pre> Then the and can be nicely localised, and any extra names will automatically get made into a list _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
