r106588 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r106587‎ | r106588 | r106589 >
Date:19:36, 18 December 2011
Author:raymond
Status:ok
Tags:
Comment:
r106459: Consistency tweaks in preparation for adding extension to translatewiki.net:
Modified paths:
  • /trunk/extensions/Score/Score.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Score/Score.i18n.php
@@ -23,14 +23,6 @@
2424
2525 */
2626
27 -if ( !defined( 'MEDIAWIKI' ) ) {
28 - die( "This file cannot be run standalone.\n" );
29 -}
30 -
31 -/*
32 - * I18N setup.
33 - */
34 -
3527 $messages = array();
3628
3729 /* English */
@@ -39,10 +31,10 @@
4032 'score-cleanerr' => 'Unable to clean out old files before re-rendering',
4133 'score-compilererr' => 'Unable to compile LilyPond input file:
4234 $1',
43 - 'score-desc' => 'MediaWiki tag extension for rendering musical scores with LilyPond',
 35+ 'score-desc' => 'Adds a tag for rendering musical scores with LilyPond',
4436 'score-getcwderr' => 'Unable to obtain current working directory',
45 - 'score-nooutput' => 'Failed to create LilyPond image dir',
46 - 'score-nofactory' => 'Failed to create LilyPond factory dir',
 37+ 'score-nooutput' => 'Failed to create LilyPond image directory',
 38+ 'score-nofactory' => 'Failed to create LilyPond factory directory',
4739 'score-noinput' => 'Failed to create LilyPond input file',
4840 'score-page' => 'Page $1',
4941 'score-renameerr' => 'Error moving score files to upload directory',
@@ -65,3 +57,4 @@
6658 'score-trimerr' => 'Displayed if the extension failed to trim an output image.',
6759 'score-notexecutable' => 'Displayed if LilyPond binary can\'t be executed.',
6860 );
 61+

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r106459Commit Lilypond replacement from https://github.com/TheCount/score...mah18:47, 16 December 2011

Status & tagging log