Aaron Schulz has submitted this change and it was merged. Change subject: Swift compatibility and misc improvements ......................................................................
Swift compatibility and misc improvements * Optionally store files in an arbitrary FileBackend object. * When override_midi is used, add an imagelinks row so that the page will be updated if the file changes. * Put all the non-override output files in a single directory determined by the cache options, so that we can do a single getFileList() call instead of multiple fileExists() calls to determine what files were generated. * Put the Ogg files generated from override_midi in their own directory, to avoid conflicts with the non-override layout. * Remove a couple of try/catch blocks wrapping core MediaWiki functions that don't throw. * Wrap errors with a div instead of a span, because FileBackend status errors were generating block-level elements. Change-Id: I48311460b6654e43f301ed45a5a734da86c9e93b --- M Score.body.php M Score.i18n.php M Score.php 3 files changed, 251 insertions(+), 197 deletions(-) Approvals: Aaron Schulz: Verified; Looks good to me, approved -- To view, visit https://gerrit.wikimedia.org/r/23644 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I48311460b6654e43f301ed45a5a734da86c9e93b Gerrit-PatchSet: 3 Gerrit-Project: mediawiki/extensions/Score Gerrit-Branch: master Gerrit-Owner: Tim Starling <[email protected]> Gerrit-Reviewer: Aaron Schulz <[email protected]> Gerrit-Reviewer: Tim Starling <[email protected]> Gerrit-Reviewer: Tobias Gritschacher <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
