Index: trunk/extensions/Push/Push.i18n.php |
— | — | @@ -21,6 +21,10 @@ |
22 | 22 | 'right-bulkpush' => 'Authorization to use bulk push functionality (ie Special:Push).', |
23 | 23 | 'right-pushadmin' => 'Authorization to modify push targets and push settings.', |
24 | 24 | |
| 25 | + 'action-push' => 'push pages', |
| 26 | + 'action-bulkpush' => 'bulk push pages', |
| 27 | + 'action-pushadmin' => 'configure push', |
| 28 | + |
25 | 29 | 'group-pusher' => 'Pushers', |
26 | 30 | 'group-pusher-member' => '{{GENDER:$1|pusher}}', |
27 | 31 | 'grouppage-pusher' => 'Project:Pushers', |
Index: trunk/extensions/Push/Push.php |
— | — | @@ -24,7 +24,7 @@ |
25 | 25 | die( 'Not an entry point.' ); |
26 | 26 | } |
27 | 27 | |
28 | | -define( 'Push_VERSION', '1.1.3' ); |
| 28 | +define( 'Push_VERSION', '1.1.4 alpha' ); |
29 | 29 | |
30 | 30 | $wgExtensionCredits['other'][] = array( |
31 | 31 | 'path' => __FILE__, |
Index: trunk/extensions/Push/RELEASE-NOTES |
— | — | @@ -4,6 +4,11 @@ |
5 | 5 | Latest version of the release notes: http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/Push/RELEASE-NOTES?view=co |
6 | 6 | |
7 | 7 | |
| 8 | +=== Version 1.1.4 === |
| 9 | +(trunk) |
| 10 | + |
| 11 | +* Added missing action- messages. |
| 12 | + |
8 | 13 | === Version 1.1.3 === |
9 | 14 | 2011-10-04 |
10 | 15 | |