r78362 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r78361‎ | r78362 | r78363 >
Date:09:45, 14 December 2010
Author:jeroendedauw
Status:deferred
Tags:
Comment:
Updated INSTALL and incremented version number
Modified paths:
  • /trunk/extensions/Push/INSTALL (modified) (history)
  • /trunk/extensions/Push/Push.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Push/Push.php
@@ -22,7 +22,7 @@
2323 die( 'Not an entry point.' );
2424 }
2525
26 -define( 'Push_VERSION', '0.5 alpha' );
 26+define( 'Push_VERSION', '0.5 rc' );
2727
2828 $wgExtensionCredits['other'][] = array(
2929 'path' => __FILE__,
Index: trunk/extensions/Push/INSTALL
@@ -57,13 +57,16 @@
5858 As of version 0.4, you can specify a username (<code>$egPushLoginUser</code>) and password (<code>$egPushLoginPass</code>)
5959 to authenticate with on the remote wikis. You can also specify login information per target wiki, which will override the
6060 global settings when set. You can do this by adding items to the <code>$egPushLoginUsers</code> and
61 -<code>$egPushLoginPasswords</code> arrays. The keys need to be the urls set in $egPushTargets. Example:
 61+<code>$egPushLoginPasswords</code> arrays. The keys need to be the target names set in $egPushTargets. Example:
6262
6363 <source lang="php">
64 -$egPushLoginUsers['http://mapping.referata.com/w'] = 'Jeroen De Dauw';
65 -$egPushLoginPasswords['http://mapping.referata.com/w'] = 'Awesome';
 64+$egPushLoginUsers['English Wikipedia'] = 'Jeroen De Dauw';
 65+$egPushLoginPasswords['English Wikipedia'] = 'Awesome';
6666 </source>
6767
 68+If you are running wikis on localhost, pushing from a MW 1.16 install will not work, due to an issue in
 69+Cookie::validateCookieDomain. It can be fixed by replacing this method by it's MW 1.17 equivalent.
 70+
6871 === Pushing files ===
6972
7073 As of version 0.5 of Push, you can choose to push the files used in the page you are pushing. This is done by checking

Status & tagging log