r102976 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r102975‎ | r102976 | r102977 >
Date:12:53, 14 November 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
added action messages
Modified paths:
  • /trunk/extensions/Push/Push.i18n.php (modified) (history)
  • /trunk/extensions/Push/Push.php (modified) (history)
  • /trunk/extensions/Push/RELEASE-NOTES (modified) (history)

Diff [purge]

Index: trunk/extensions/Push/Push.i18n.php
@@ -21,6 +21,10 @@
2222 'right-bulkpush' => 'Authorization to use bulk push functionality (ie Special:Push).',
2323 'right-pushadmin' => 'Authorization to modify push targets and push settings.',
2424
 25+ 'action-push' => 'push pages',
 26+ 'action-bulkpush' => 'bulk push pages',
 27+ 'action-pushadmin' => 'configure push',
 28+
2529 'group-pusher' => 'Pushers',
2630 'group-pusher-member' => '{{GENDER:$1|pusher}}',
2731 'grouppage-pusher' => 'Project:Pushers',
Index: trunk/extensions/Push/Push.php
@@ -24,7 +24,7 @@
2525 die( 'Not an entry point.' );
2626 }
2727
28 -define( 'Push_VERSION', '1.1.3' );
 28+define( 'Push_VERSION', '1.1.4 alpha' );
2929
3030 $wgExtensionCredits['other'][] = array(
3131 'path' => __FILE__,
Index: trunk/extensions/Push/RELEASE-NOTES
@@ -4,6 +4,11 @@
55 Latest version of the release notes: http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/Push/RELEASE-NOTES?view=co
66
77
 8+=== Version 1.1.4 ===
 9+(trunk)
 10+
 11+* Added missing action- messages.
 12+
813 === Version 1.1.3 ===
914 2011-10-04
1015

Status & tagging log