r109434 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r109433
|
r109434
|
r109435
>
Date:
21:23, 18 January 2012
Author:
raymond
Status:
resolved
Tags:
Comment:
r109227
: Consistency tweaks in preparation for adding extension to translatewiki.net
Modified paths:
/trunk/extensions/SwiftCloudFiles/SwiftCloudFiles.i18n.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/SwiftCloudFiles/SwiftCloudFiles.i18n.php
—
—
@@ -1,7 +1,17 @@
2
2
<?php
3
+/**
4
+ * Internationalisation for Add Media Wizard extension
5
+ *
6
+ * @file
7
+ * @ingroup Extensions
8
+ */
3
9
4
10
$messages = array();
5
11
12
+/** English
13
+ * @author Aaron Schulz
14
+ */
6
15
$messages['en'] = array(
7
16
'swiftcloudfiles-desc' => "Includes and registers the ''php-cloudfiles'' API (https://github.com/rackspace/php-cloudfiles), allowing MediaWiki to interface with an OpenStack Swift storage backend."
8
17
);
18
+
Follow-up revisions
Revision
Commit summary
Author
Date
r109436
Fix copy paste error from
r109434
raymond
21:24, 18 January 2012
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r109227
Added php-cloudfiles (verbatim) with a thin MediaWiki extension wrapper aroun...
aaron
22:00, 17 January 2012
Status & tagging log
21:29, 18 January 2012
Siebrand
(
talk
|
contribs
)
changed the
status
of r109434
[
removed:
new
added:
resolved]