<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:www.nabble.com,2006:forum-14056</id>
	<title>Nabble - WikiMedia General</title>
	<updated>2008-10-07T02:28:51Z</updated>
	<link rel="self" type="application/atom+xml" href="http://www.nabble.com/WikiMedia-General-f14056.xml" />
	<link rel="alternate" type="text/html" href="http://www.nabble.com/WikiMedia-General-f14056.html" />
	<subtitle type="html">MediaWiki announcements and site admin list</subtitle>
	
<entry>
	<id>tag:www.nabble.com,2006:post-19854547</id>
	<title>Issue with usernames in internet explorer</title>
	<published>2008-10-07T02:28:51Z</published>
	<updated>2008-10-07T02:28:51Z</updated>
	<author>
		<name>Simon Orr</name>
	</author>
	<content type="html">Hi all,
&lt;br&gt;&lt;br&gt;Apologies if this is the wrong list for this query but I don't believe
&lt;br&gt;so...
&lt;br&gt;&lt;br&gt;Installed software listed at the bottom.
&lt;br&gt;&lt;br&gt;When creating an account /logging into Mediawiki using firefox,
&lt;br&gt;everything works perfectly. when attempting to create a user or login in
&lt;br&gt;IE, I get an error about an invalid username.
&lt;br&gt;&lt;br&gt;Example Usernames: John.Smith (I've also tried john.smith, johnsmith,
&lt;br&gt;Johnsmith, etc...)
&lt;br&gt;&lt;br&gt;I've pulled apart the SpecialUserLogin.php page and found that the
&lt;br&gt;function authenticateUserData is rejecting the username at the first
&lt;br&gt;test as the username appears to be blank.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; function authenticateUserData() {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; global $wgUser, $wgAuth;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if ( '' == $this-&amp;gt;mName ) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return self::NO_NAME;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;/*...*/ &amp;nbsp;
&lt;br&gt;&lt;br&gt;&lt;br&gt;I've used Fiddler2 to monitor the data POSTed to the wiki and the
&lt;br&gt;username and password are both being sent correctly.
&lt;br&gt;&lt;br&gt;I've decreased the post_max_size and upload_max_filesize to be 16MB
&lt;br&gt;(Instead of 50) as suggested in a thread on the boards but no joy (and
&lt;br&gt;yes, I restarted apache)
&lt;br&gt;&lt;br&gt;Any suggestions anyone can give me would be greatly appreciated
&lt;br&gt;&lt;br&gt;I've got he following installed:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; OS		Win2k3
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; MediaWiki &amp;nbsp;	1.13.1
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; PHP 	5.2.6 (apache2handler)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; MySQL 	5.0.67-community-nt
&lt;br&gt;&lt;br&gt;With 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Hooks:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ParserFunctions (Version 1.1.1)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; SyntaxHighlight (Version unknown)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Special:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Renameuser (Version r40857)
&lt;br&gt;&lt;br&gt;P Please think of the environment before you print this email
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;________________________________________________________________________
&lt;br&gt;This email and any files transmitted with it are private and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please return it to the address it came from telling them it is not for you and then delete it from your system.
&lt;br&gt;This footnote also confirms that this email message has been swept &amp;nbsp;for the presence of computer viruses but this in no way indicates that the message is virus free.
&lt;br&gt;Teleperformance is a trading style of MM Teleperformance Ltd: Reg No. 02060289 England: Registered Office: St James House, Moon Street, Bristol, BS2 8QY. VAT No.763 0980 18
&lt;br&gt;_______________________________________________________________________
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;MediaWiki-l mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19854547&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MediaWiki-l@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.wikimedia.org/mailman/listinfo/mediawiki-l&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.wikimedia.org/mailman/listinfo/mediawiki-l&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/%22parse%22-form-output-tp19851590p19854547.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19851870</id>
	<title>Re: &quot;parse&quot; form output</title>
	<published>2008-10-06T23:31:39Z</published>
	<updated>2008-10-06T23:31:39Z</updated>
	<author>
		<name>K. Peachey</name>
	</author>
	<content type="html">You could run the output from the form though a php function called
&lt;br&gt;str_replace (&lt;a href=&quot;http://au.php.net/str_replace&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://au.php.net/str_replace&lt;/a&gt;). Most other languages should
&lt;br&gt;also have something similar as well.
&lt;br&gt;_______________________________________________
&lt;br&gt;MediaWiki-l mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19851870&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MediaWiki-l@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.wikimedia.org/mailman/listinfo/mediawiki-l&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.wikimedia.org/mailman/listinfo/mediawiki-l&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/%22parse%22-form-output-tp19851590p19851870.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19851590</id>
	<title>&quot;parse&quot; form output</title>
	<published>2008-10-06T22:58:46Z</published>
	<updated>2008-10-06T22:58:46Z</updated>
	<author>
		<name>Shieldfire</name>
	</author>
	<content type="html">Not sure which list this should go to, but....
&lt;br&gt;&lt;br&gt;I want to take the output from a Semantic form field and turn the
&lt;br&gt;string which is rendered as
&lt;br&gt;&lt;br&gt;a,b,c,d,e,f
&lt;br&gt;&lt;br&gt;into something very similar to
&lt;br&gt;&lt;br&gt;a
&lt;br&gt;b
&lt;br&gt;c
&lt;br&gt;d
&lt;br&gt;e
&lt;br&gt;f
&lt;br&gt;&lt;br&gt;ie. turning &amp;quot;,&amp;quot; into &amp;quot;&amp;lt;br /&amp;gt;&amp;quot;.
&lt;br&gt;Is this possible and how - haven't figured out what to google on, so
&lt;br&gt;any hints appreciated.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;&lt;br&gt;Martin S
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;MediaWiki-l mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19851590&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MediaWiki-l@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.wikimedia.org/mailman/listinfo/mediawiki-l&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.wikimedia.org/mailman/listinfo/mediawiki-l&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/%22parse%22-form-output-tp19851590p19851590.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19851032</id>
	<title>Re: MediaWiki 1.12.1 Issue</title>
	<published>2008-10-06T21:50:53Z</published>
	<updated>2008-10-06T21:50:53Z</updated>
	<author>
		<name>Tim Starling-2</name>
	</author>
	<content type="html">Russ Lavoy wrote:
&lt;br&gt;&amp;gt; After upgrading my 1.12.0 version to 1.12.1 version everything broke
&lt;br&gt;&amp;gt; with amazing server overloads...
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I see that the 1.12.1 patch file includes changes to how mediawiki uses
&lt;br&gt;&amp;gt; memcached and this changed destroyed the site I am over... &amp;nbsp;Any time I
&lt;br&gt;&amp;gt; tried to bring up the site all the apache processes start flowing in
&lt;br&gt;&amp;gt; and the frontend webservers hit about 30 load (Linux terms) in less
&lt;br&gt;&amp;gt; than 2 minutes...
&lt;br&gt;&lt;br&gt;What are your cache settings, $wg*CacheType etc.?
&lt;br&gt;&lt;br&gt;-- Tim Starling
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;MediaWiki-l mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19851032&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MediaWiki-l@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.wikimedia.org/mailman/listinfo/mediawiki-l&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.wikimedia.org/mailman/listinfo/mediawiki-l&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/MediaWiki-1.12.1-Issue-tp19843247p19851032.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19850971</id>
	<title>Re: Bad signature for 1.13.2</title>
	<published>2008-10-06T21:42:46Z</published>
	<updated>2008-10-06T21:42:46Z</updated>
	<author>
		<name>Tim Starling-2</name>
	</author>
	<content type="html">Brion Vibber wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Tim Starling wrote:
&lt;br&gt;&amp;gt;&amp;gt; Brion Vibber wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Looks like Tim forgot to update the GPG signature files when he
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; re-issued the release; we'll make sure they get re-done. The file
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; checksums match, so we're good for now. :)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; It takes about 10 minutes to upload all the files for a release. I didn't
&lt;br&gt;&amp;gt;&amp;gt; want to wait that long, so I generated them on zwinger instead, where I
&lt;br&gt;&amp;gt;&amp;gt; don't have a GPG key.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; Maybe we could just serve the uploads via HTTPS and quit this mucking
&lt;br&gt;&amp;gt;&amp;gt; around with hashes and GPG. Hardly anyone checks them anyway.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Hashes and keys are nice for confirming that:
&lt;br&gt;&amp;gt; a) the file wasn't corrupted in download or on a mirror
&lt;br&gt;&amp;gt; b) the file didn't get corrupted on the master download server
&lt;br&gt;&amp;gt; c) the file didn't get surreptitiously replaced by an attacker
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; HTTPS helps with none of these.
&lt;/div&gt;&lt;br&gt;HTTPS has cryptographic block hashes, so the file would be protected
&lt;br&gt;against corruption during download.
&lt;br&gt;&lt;br&gt;Additionally, we could host hashes on the HTTPS server instead of sending
&lt;br&gt;them out by email. That way we could update the tarball without sending
&lt;br&gt;out a new release announcement, and reduce the amount of technical clutter
&lt;br&gt;in the email.
&lt;br&gt;&lt;br&gt;Since uploading the files to storage2 requires root access, I think the
&lt;br&gt;scenario of foul play on the server side falls into the &amp;quot;screwed anyway&amp;quot;
&lt;br&gt;category. An attacker could just wait for someone to log in with key
&lt;br&gt;forwarding enabled, and then edit the source files in SVN. As for
&lt;br&gt;inadvertent corruption during upload, it's done by ssh so there's a
&lt;br&gt;cryptographic block hash during transport, and there's the gzip checksum
&lt;br&gt;as well.
&lt;br&gt;&lt;br&gt;All of this misses the most common source of file corruption, which is the
&lt;br&gt;FTP upload from a user's computer to their shared hosting account,
&lt;br&gt;post-unpack. We often get reports on IRC of files missing or truncated. We
&lt;br&gt;had one just today (RingtailedFox). I'd like to have a file integrity
&lt;br&gt;check in the installer.
&lt;br&gt;&lt;br&gt;-- Tim Starling
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;MediaWiki-l mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19850971&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MediaWiki-l@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.wikimedia.org/mailman/listinfo/mediawiki-l&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.wikimedia.org/mailman/listinfo/mediawiki-l&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Bad-signature-for-1.13.2-tp19834797p19850971.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19850484</id>
	<title>Re: Duplicator</title>
	<published>2008-10-06T20:30:24Z</published>
	<updated>2008-10-06T20:30:24Z</updated>
	<author>
		<name>38388149</name>
	</author>
	<content type="html">I can't understand it.Thank you.
&lt;br&gt;&amp;nbsp;I like wiki.
&lt;br&gt;&amp;nbsp; 
&lt;br&gt;&amp;nbsp; 
&lt;br&gt;&amp;nbsp;------------------ Original ------------------
&lt;br&gt;&amp;nbsp; From: &amp;nbsp;&amp;quot;Frames Project&amp;quot;&amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19850484&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;frames@...&lt;/a&gt;&amp;gt;;
&lt;br&gt;&amp;nbsp;Date: &amp;nbsp;Mon, Oct 6, 2008 04:04 PM
&lt;br&gt;&amp;nbsp;To: &amp;nbsp;&amp;quot;MediaWiki announcements and site admin list&amp;quot;&amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19850484&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mediawiki-l@...&lt;/a&gt;&amp;gt;; 
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;Subject: &amp;nbsp;Re: [Mediawiki-l] Duplicator
&lt;br&gt;&lt;br&gt;&amp;nbsp; 
&lt;br&gt;&amp;nbsp;Le lundi 06 octobre 2008 à 00:28 +0200, Platonides a écrit :
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Frames Project wrote:
&lt;br&gt;&amp;gt; &amp;gt; Hello
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; I run Mediawiki 1.11.0
&lt;br&gt;&amp;gt; &amp;gt; I tried to install 
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; Duplicator-MW1.11-r25543.tar.gz
&lt;br&gt;&amp;gt; &amp;gt; and then
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; Duplicator-trunk-r41554.tar.gz
&lt;br&gt;&amp;gt; &amp;gt; I have no Special:Duplicator page 
&lt;br&gt;&amp;gt; &amp;gt; and nothing new in Special:Version 
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; Could you help ?
&lt;br&gt;&amp;gt; &amp;gt; Thanks
&lt;br&gt;&amp;gt; &amp;gt; Fran?ois Colonna
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; What did you do to installit?
&lt;br&gt;&amp;gt; Did you include the proper file in LocalSettings?
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;Good question. 
&lt;br&gt;Checking my LocalSettings.php I discovered that the two lines I added 
&lt;br&gt;&lt;br&gt;$wgDuplicatorRevisionLimit = 500;
&lt;br&gt;require_once( &amp;quot;{$IP}/extensions/Duplicator/Duplicator.php&amp;quot; ); 
&lt;br&gt;&lt;br&gt;had disappeared !
&lt;br&gt;&lt;br&gt;By the way, the documentation says :
&lt;br&gt;&lt;a href=&quot;http://www.mediawiki.org/wiki/Extension:Duplicator&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.mediawiki.org/wiki/Extension:Duplicator&lt;/a&gt;&lt;br&gt;&lt;br&gt;For MediaWiki 1.11.0 and above, use the trunk version
&lt;br&gt;it is not true I got an error with it.
&lt;br&gt;&lt;br&gt;For 1.11.0 it is necessary to use Duplicator-MW1.11-r25543.tar.gz
&lt;br&gt;and it works fine.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Fran?ois Colonna
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;MediaWiki-l mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19850484&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MediaWiki-l@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.wikimedia.org/mailman/listinfo/mediawiki-l&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.wikimedia.org/mailman/listinfo/mediawiki-l&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;MediaWiki-l mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19850484&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MediaWiki-l@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.wikimedia.org/mailman/listinfo/mediawiki-l&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.wikimedia.org/mailman/listinfo/mediawiki-l&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Duplicator-tp19827625p19850484.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19849469</id>
	<title>Re: Bad signature for 1.13.2</title>
	<published>2008-10-06T18:18:41Z</published>
	<updated>2008-10-06T18:18:41Z</updated>
	<author>
		<name>Brion Vibber-3</name>
	</author>
	<content type="html">-----BEGIN PGP SIGNED MESSAGE-----
&lt;br&gt;Hash: SHA1
&lt;br&gt;&lt;br&gt;Tim Starling wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Brion Vibber wrote:
&lt;br&gt;&amp;gt;&amp;gt; Looks like Tim forgot to update the GPG signature files when he
&lt;br&gt;&amp;gt;&amp;gt; re-issued the release; we'll make sure they get re-done. The file
&lt;br&gt;&amp;gt;&amp;gt; checksums match, so we're good for now. :)
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; It takes about 10 minutes to upload all the files for a release. I didn't
&lt;br&gt;&amp;gt; want to wait that long, so I generated them on zwinger instead, where I
&lt;br&gt;&amp;gt; don't have a GPG key.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Maybe we could just serve the uploads via HTTPS and quit this mucking
&lt;br&gt;&amp;gt; around with hashes and GPG. Hardly anyone checks them anyway.
&lt;/div&gt;&lt;br&gt;Hashes and keys are nice for confirming that:
&lt;br&gt;a) the file wasn't corrupted in download or on a mirror
&lt;br&gt;b) the file didn't get corrupted on the master download server
&lt;br&gt;c) the file didn't get surreptitiously replaced by an attacker
&lt;br&gt;&lt;br&gt;HTTPS helps with none of these.
&lt;br&gt;&lt;br&gt;(A signature file *on the same server* could have been replaced with
&lt;br&gt;another signature file with a valid signature... but unless the signer's
&lt;br&gt;key was compromised it would be with a different key, likely not a
&lt;br&gt;trusted one.)
&lt;br&gt;&lt;br&gt;Note also that checksums of source packages are often checked
&lt;br&gt;automatically as part of package build systems, to confirm that the
&lt;br&gt;right file was downloaded.
&lt;br&gt;&lt;br&gt;- -- brion
&lt;br&gt;-----BEGIN PGP SIGNATURE-----
&lt;br&gt;Version: GnuPG v1.4.8 (Darwin)
&lt;br&gt;Comment: Using GnuPG with Mozilla - &lt;a href=&quot;http://enigmail.mozdev.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://enigmail.mozdev.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;iEYEARECAAYFAkjquPEACgkQwRnhpk1wk44tFACfWtbluFsmvUMO9RQK/GeD9xNj
&lt;br&gt;vwMAoJAQX9q+q0VeHfjYr1DG/Xs8naOM
&lt;br&gt;=GVRX
&lt;br&gt;-----END PGP SIGNATURE-----
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;MediaWiki-l mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19849469&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MediaWiki-l@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.wikimedia.org/mailman/listinfo/mediawiki-l&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.wikimedia.org/mailman/listinfo/mediawiki-l&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Bad-signature-for-1.13.2-tp19834797p19849469.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19848582</id>
	<title>Re: Bad signature for 1.13.2</title>
	<published>2008-10-06T16:50:02Z</published>
	<updated>2008-10-06T16:50:02Z</updated>
	<author>
		<name>Tim Starling-2</name>
	</author>
	<content type="html">Brion Vibber wrote:
&lt;br&gt;&amp;gt; Looks like Tim forgot to update the GPG signature files when he
&lt;br&gt;&amp;gt; re-issued the release; we'll make sure they get re-done. The file
&lt;br&gt;&amp;gt; checksums match, so we're good for now. :)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;It takes about 10 minutes to upload all the files for a release. I didn't
&lt;br&gt;want to wait that long, so I generated them on zwinger instead, where I
&lt;br&gt;don't have a GPG key.
&lt;br&gt;&lt;br&gt;Maybe we could just serve the uploads via HTTPS and quit this mucking
&lt;br&gt;around with hashes and GPG. Hardly anyone checks them anyway.
&lt;br&gt;&lt;br&gt;-- Tim Starling
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;MediaWiki-l mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19848582&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MediaWiki-l@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.wikimedia.org/mailman/listinfo/mediawiki-l&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.wikimedia.org/mailman/listinfo/mediawiki-l&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Bad-signature-for-1.13.2-tp19834797p19848582.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19846628</id>
	<title>Re: exporting page with images</title>
	<published>2008-10-06T14:17:25Z</published>
	<updated>2008-10-06T14:17:25Z</updated>
	<author>
		<name>Platonides</name>
	</author>
	<content type="html">Russell, Elizabeth wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Please excuse my lack of experience. &amp;nbsp;A bit more help please? &amp;nbsp;I'm not
&lt;br&gt;&amp;gt; sure where I'm supposed to enter this. I've tried from the wiki while
&lt;br&gt;&amp;gt; logged on as sysop/bureaurcrat and it tells me
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 	unknown_prop: Unrecognised value for parameter 'prop'. &amp;nbsp;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; The URL I used was: &amp;nbsp;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 	
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://wikid/wiki/api.php?action=query&amp;prop=images&amp;titles=&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wikid/wiki/api.php?action=query&amp;prop=images&amp;titles=&lt;/a&gt;{{SAMP_Safety_
&lt;br&gt;&amp;gt; Manual_Chapter_2}} &amp;nbsp;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I've tried from phphyadmin screen also, and it seems to have no clue
&lt;br&gt;&amp;gt; what I'm talking about. &amp;nbsp;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanks....
&lt;/div&gt;&lt;br&gt;You should just provide the title, no {{ }}. If it's a template prefix 
&lt;br&gt;with Template:
&lt;br&gt;However, if it doesn't recognise prop=images you may be running a 
&lt;br&gt;mediawiki version with an old api which doesn't have that parameter.
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;MediaWiki-l mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19846628&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MediaWiki-l@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.wikimedia.org/mailman/listinfo/mediawiki-l&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.wikimedia.org/mailman/listinfo/mediawiki-l&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/exporting-page-with-images-tp19784160p19846628.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19846631</id>
	<title>Re: file does not exist: cologneblue?</title>
	<published>2008-10-06T14:17:21Z</published>
	<updated>2008-10-06T14:17:21Z</updated>
	<author>
		<name>Brion Vibber-3</name>
	</author>
	<content type="html">-----BEGIN PGP SIGNED MESSAGE-----
&lt;br&gt;Hash: SHA1
&lt;br&gt;&lt;br&gt;Daniel Barrett wrote:
&lt;br&gt;&amp;gt; My Apache error log is filling with this message (MediaWiki 1.13.2):
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; File does not exist: &amp;lt;path to mediawiki&amp;gt;/skins/cologneblue
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I see skins/CologneBlue.php exists but there is no skins/cologneblue
&lt;br&gt;&amp;gt; subdirectory. &amp;nbsp;Any idea why this is so?
&lt;br&gt;&lt;br&gt;Cologne Blue is an old-style skin, and keeps its stylesheet in the
&lt;br&gt;common directory:
&lt;br&gt;&lt;br&gt;skins/common/cologneblue.css
&lt;br&gt;&lt;br&gt;Your errors might be from the crappy old code in wikibits.js to load up
&lt;br&gt;skin-specific Opera 6, Opera 7, and KHTML fix files.
&lt;br&gt;&lt;br&gt;- -- brion
&lt;br&gt;-----BEGIN PGP SIGNATURE-----
&lt;br&gt;Version: GnuPG v1.4.8 (Darwin)
&lt;br&gt;Comment: Using GnuPG with Mozilla - &lt;a href=&quot;http://enigmail.mozdev.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://enigmail.mozdev.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;iEYEARECAAYFAkjqgGEACgkQwRnhpk1wk451JACfdVqAiHlPyLmZearfug1Zgjp3
&lt;br&gt;h2MAn3pn1M5gf13tI0GP0bG/h1kV23+H
&lt;br&gt;=ztlS
&lt;br&gt;-----END PGP SIGNATURE-----
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;MediaWiki-l mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19846631&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MediaWiki-l@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.wikimedia.org/mailman/listinfo/mediawiki-l&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.wikimedia.org/mailman/listinfo/mediawiki-l&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/file-does-not-exist%3A-cologneblue--tp19843548p19846631.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19846354</id>
	<title>Re: Duplicator</title>
	<published>2008-10-06T13:58:19Z</published>
	<updated>2008-10-06T13:58:19Z</updated>
	<author>
		<name>Platonides</name>
	</author>
	<content type="html">Frames Project wrote:
&lt;br&gt;&amp;gt; By the way, the documentation says :
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.mediawiki.org/wiki/Extension:Duplicator&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.mediawiki.org/wiki/Extension:Duplicator&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; For MediaWiki 1.11.0 and above, use the trunk version
&lt;br&gt;&amp;gt; it is not true I got an error with it.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; For 1.11.0 it is necessary to use Duplicator-MW1.11-r25543.tar.gz
&lt;br&gt;&amp;gt; and it works fine.
&lt;br&gt;&lt;br&gt;Well, for older versions, you should use the extension at the appropiate 
&lt;br&gt;branch.
&lt;br&gt;&lt;br&gt;In your case, 
&lt;br&gt;&lt;a href=&quot;http://svn.wikimedia.org/svnroot/mediawiki/branches/REL1_11/extensions/Duplicator/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.wikimedia.org/svnroot/mediawiki/branches/REL1_11/extensions/Duplicator/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;MediaWiki-l mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19846354&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MediaWiki-l@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.wikimedia.org/mailman/listinfo/mediawiki-l&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.wikimedia.org/mailman/listinfo/mediawiki-l&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Duplicator-tp19827625p19846354.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19843548</id>
	<title>file does not exist: cologneblue?</title>
	<published>2008-10-06T11:27:20Z</published>
	<updated>2008-10-06T11:27:20Z</updated>
	<author>
		<name>Daniel Barrett-3</name>
	</author>
	<content type="html">My Apache error log is filling with this message (MediaWiki 1.13.2):
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;File does not exist: &amp;lt;path to mediawiki&amp;gt;/skins/cologneblue
&lt;br&gt;&lt;br&gt;I see skins/CologneBlue.php exists but there is no skins/cologneblue subdirectory. &amp;nbsp;Any idea why this is so?
&lt;br&gt;&lt;br&gt;DanB
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;MediaWiki-l mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19843548&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MediaWiki-l@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.wikimedia.org/mailman/listinfo/mediawiki-l&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.wikimedia.org/mailman/listinfo/mediawiki-l&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/file-does-not-exist%3A-cologneblue--tp19843548p19843548.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19843247</id>
	<title>MediaWiki 1.12.1 Issue</title>
	<published>2008-10-06T11:13:02Z</published>
	<updated>2008-10-06T11:13:02Z</updated>
	<author>
		<name>Russ Lavoy</name>
	</author>
	<content type="html">After upgrading my 1.12.0 version to 1.12.1 version everything broke with amazing server overloads...
&lt;br&gt;&lt;br&gt;I see that the 1.12.1 patch file includes changes to how mediawiki uses memcached and this changed destroyed the site I am over... &amp;nbsp;Any time I tried to bring up the site all the apache processes start flowing in and the frontend webservers hit about 30 load (Linux terms) in less than 2 minutes... 
&lt;br&gt;&lt;br&gt;I use APC and memcached and have not had an issue with previous upgrades (from 1.9 to now 1.12 currently). &amp;nbsp;But the 1.12.1 upgrade was fine in my staging enviornment and everything worked. &amp;nbsp;But once I put into production and it got a good load... &amp;nbsp;It blew up and would no longer respond. &amp;nbsp;No other upgrades happened during this time. &amp;nbsp;PHP is the same, mysql is the same and so is apache... &amp;nbsp;The only thing I changed was the mediawiki version...
&lt;br&gt;&lt;br&gt;I got around this issue by reverting back to 1.12.0 which I did not want to do with the current security patch that is out there...
&lt;br&gt;&lt;br&gt;Can anyone help me out with this?
&lt;br&gt;&lt;br&gt;Thanks
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;MediaWiki-l mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19843247&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MediaWiki-l@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.wikimedia.org/mailman/listinfo/mediawiki-l&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.wikimedia.org/mailman/listinfo/mediawiki-l&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/MediaWiki-1.12.1-Issue-tp19843247p19843247.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19842484</id>
	<title>Re: importTextFile.php: new version</title>
	<published>2008-10-06T10:29:00Z</published>
	<updated>2008-10-06T10:29:00Z</updated>
	<author>
		<name>Brion Vibber-3</name>
	</author>
	<content type="html">-----BEGIN PGP SIGNED MESSAGE-----
&lt;br&gt;Hash: SHA1
&lt;br&gt;&lt;br&gt;Alessandra wrote:
&lt;br&gt;&amp;gt; I revised maintenance/importTextFile.php
&lt;br&gt;&amp;gt; New version works as old version but it has got a new option:
&lt;br&gt;&amp;gt; --morepages &amp;nbsp; &amp;lt;filename&amp;gt; contents more wiki pages divide by
&lt;br&gt;&amp;gt; &amp;lt;title&amp;gt;Title for the new page&amp;lt;title&amp;gt;
&lt;br&gt;&amp;gt; so, if you want insert more pages in one step, then you create one
&lt;br&gt;&amp;gt; file with all pages divide by &amp;lt;title&amp;gt;Title for the new page&amp;lt;title&amp;gt;
&lt;br&gt;&amp;gt; and usage command: php importTextFile.php --morepages &amp;lt;options&amp;gt; &amp;lt;filename&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; How can I insert new version in mediawiki package?
&lt;br&gt;&lt;br&gt;Hi Alessandra --
&lt;br&gt;&lt;br&gt;The best place to put patches is to open a bug/feature request in our
&lt;br&gt;bug tracker:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;https://bugzilla.wikimedia.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://bugzilla.wikimedia.org/&lt;/a&gt;&lt;br&gt;&lt;br&gt;You can attach the patch or updated file there so we can take a look
&lt;br&gt;over it and commit it to source control if things look good.
&lt;br&gt;&lt;br&gt;- -- brion
&lt;br&gt;-----BEGIN PGP SIGNATURE-----
&lt;br&gt;Version: GnuPG v1.4.8 (Darwin)
&lt;br&gt;Comment: Using GnuPG with Mozilla - &lt;a href=&quot;http://enigmail.mozdev.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://enigmail.mozdev.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;iEYEARECAAYFAkjqStwACgkQwRnhpk1wk475lQCdEof/vyKVEcHgUc32YnUmBqsB
&lt;br&gt;aJIAni1vlALgK1+wqOpFerIQSSQtu14T
&lt;br&gt;=oJc3
&lt;br&gt;-----END PGP SIGNATURE-----
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;MediaWiki-l mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19842484&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MediaWiki-l@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.wikimedia.org/mailman/listinfo/mediawiki-l&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.wikimedia.org/mailman/listinfo/mediawiki-l&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/importTextFile.php%3A-new-version-tp19841268p19842484.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19842454</id>
	<title>Re: Bad signature for 1.13.2</title>
	<published>2008-10-06T10:25:45Z</published>
	<updated>2008-10-06T10:25:45Z</updated>
	<author>
		<name>Brion Vibber-3</name>
	</author>
	<content type="html">-----BEGIN PGP SIGNED MESSAGE-----
&lt;br&gt;Hash: SHA1
&lt;br&gt;&lt;br&gt;Andre Bonhote wrote:
&lt;br&gt;&amp;gt; Hi
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I might be paranoid AND stupid, but to me, it appears that the files on
&lt;br&gt;&amp;gt; download.wikimedia.org are wrong.
&lt;br&gt;&lt;br&gt;There was an error in the original release (version numbers not
&lt;br&gt;updated), so it was re-issued:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://lists.wikimedia.org/pipermail/mediawiki-announce/2008-October/000079.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.wikimedia.org/pipermail/mediawiki-announce/2008-October/000079.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;- result: e10f791ba9ecd02dd751a5676cc84405 &amp;nbsp;mediawiki-1.13.2.tar.gz
&lt;br&gt;&lt;br&gt;Matches the updated release announce.
&lt;br&gt;&lt;br&gt;&amp;gt; [ &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19842454&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;apache@...&lt;/a&gt; ] [ bash ]: gpg --verify
&lt;br&gt;&amp;gt; mediawiki-1.13.2.tar.gz.sig
&lt;br&gt;&amp;gt; gpg: Signature made Thu 02 Oct 2008 05:48:30 PM METDST using DSA key ID
&lt;br&gt;&amp;gt; E8A3FEC4
&lt;br&gt;&amp;gt; gpg: BAD signature from &amp;quot;Tim Starling &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19842454&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tstarling@...&lt;/a&gt;&amp;gt;&amp;quot;
&lt;br&gt;&lt;br&gt;Looks like Tim forgot to update the GPG signature files when he
&lt;br&gt;re-issued the release; we'll make sure they get re-done. The file
&lt;br&gt;checksums match, so we're good for now. :)
&lt;br&gt;&lt;br&gt;- -- brion
&lt;br&gt;-----BEGIN PGP SIGNATURE-----
&lt;br&gt;Version: GnuPG v1.4.8 (Darwin)
&lt;br&gt;Comment: Using GnuPG with Mozilla - &lt;a href=&quot;http://enigmail.mozdev.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://enigmail.mozdev.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;iEYEARECAAYFAkjqShkACgkQwRnhpk1wk46K2gCcDWJw7JV8fnhnc/9cq6x/61/I
&lt;br&gt;jm8AoKErb2LFdtGf6MVAF/hE+W7PucHZ
&lt;br&gt;=HmPc
&lt;br&gt;-----END PGP SIGNATURE-----
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;MediaWiki-l mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19842454&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MediaWiki-l@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.wikimedia.org/mailman/listinfo/mediawiki-l&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.wikimedia.org/mailman/listinfo/mediawiki-l&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Bad-signature-for-1.13.2-tp19834797p19842454.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19841268</id>
	<title>importTextFile.php: new version</title>
	<published>2008-10-06T09:22:53Z</published>
	<updated>2008-10-06T09:22:53Z</updated>
	<author>
		<name>Alessandra-3</name>
	</author>
	<content type="html">Hi all,
&lt;br&gt;I revised maintenance/importTextFile.php
&lt;br&gt;New version works as old version but it has got a new option:
&lt;br&gt;--morepages &amp;nbsp; &amp;lt;filename&amp;gt; contents more wiki pages divide by
&lt;br&gt;&amp;lt;title&amp;gt;Title for the new page&amp;lt;title&amp;gt;
&lt;br&gt;so, if you want insert more pages in one step, then you create one
&lt;br&gt;file with all pages divide by &amp;lt;title&amp;gt;Title for the new page&amp;lt;title&amp;gt;
&lt;br&gt;and usage command: php importTextFile.php --morepages &amp;lt;options&amp;gt; &amp;lt;filename&amp;gt;
&lt;br&gt;&lt;br&gt;How can I insert new version in mediawiki package?
&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&amp;nbsp;Alessandra Bilardi, Ph. D.
&lt;br&gt;----
&lt;br&gt;&amp;nbsp;CRIBI, University of Padova, Italy
&lt;br&gt;&amp;nbsp;&lt;a href=&quot;http://www.linkedin.com/in/bilardi&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.linkedin.com/in/bilardi&lt;/a&gt;&lt;br&gt;----
&lt;br&gt;La semplicità è la più alta forma di perfezione (Leonardo Da Vinci)
&lt;br&gt;Keep simple, stupid (KISS, IT)
&lt;br&gt;----
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;MediaWiki-l mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19841268&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MediaWiki-l@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.wikimedia.org/mailman/listinfo/mediawiki-l&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.wikimedia.org/mailman/listinfo/mediawiki-l&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/importTextFile.php%3A-new-version-tp19841268p19841268.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19837046</id>
	<title>Re: exporting page with images</title>
	<published>2008-10-06T05:29:51Z</published>
	<updated>2008-10-06T05:29:51Z</updated>
	<author>
		<name>Russell, Elizabeth</name>
	</author>
	<content type="html">Please excuse my lack of experience. &amp;nbsp;A bit more help please? &amp;nbsp;I'm not
&lt;br&gt;sure where I'm supposed to enter this. I've tried from the wiki while
&lt;br&gt;logged on as sysop/bureaurcrat and it tells me
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; unknown_prop: Unrecognised value for parameter 'prop'. &amp;nbsp;
&lt;br&gt;&lt;br&gt;The URL I used was: &amp;nbsp;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;a href=&quot;http://wikid/wiki/api.php?action=query&amp;prop=images&amp;titles=&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wikid/wiki/api.php?action=query&amp;prop=images&amp;titles=&lt;/a&gt;{{SAMP_Safety_
&lt;br&gt;Manual_Chapter_2}} &amp;nbsp;
&lt;br&gt;&lt;br&gt;I've tried from phphyadmin screen also, and it seems to have no clue
&lt;br&gt;what I'm talking about. &amp;nbsp;
&lt;br&gt;&lt;br&gt;Thanks....
&lt;br&gt;&lt;br&gt;-----Original Message-----
&lt;br&gt;From: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19837046&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mediawiki-l-bounces@...&lt;/a&gt;
&lt;br&gt;[mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19837046&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mediawiki-l-bounces@...&lt;/a&gt;] On Behalf Of Platonides
&lt;br&gt;Sent: Thursday, October 02, 2008 6:22 PM
&lt;br&gt;To: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19837046&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mediawiki-l@...&lt;/a&gt;
&lt;br&gt;Subject: Re: [Mediawiki-l] exporting page with images
&lt;br&gt;&lt;br&gt;Russell, Elizabeth wrote:
&lt;br&gt;&amp;gt; I could tar up the images if she gives me the complete list, but was
&lt;br&gt;&amp;gt; wondering if there's a better way to do this.
&lt;br&gt;&lt;br&gt;A slightly better approach, 
&lt;br&gt;api.php?action=query&amp;prop=images&amp;titles={{PAGENAMEE}} will tell you 
&lt;br&gt;which images are used on that page.
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;MediaWiki-l mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19837046&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MediaWiki-l@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.wikimedia.org/mailman/listinfo/mediawiki-l&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.wikimedia.org/mailman/listinfo/mediawiki-l&lt;/a&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;MediaWiki-l mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19837046&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MediaWiki-l@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.wikimedia.org/mailman/listinfo/mediawiki-l&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.wikimedia.org/mailman/listinfo/mediawiki-l&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/exporting-page-with-images-tp19784160p19837046.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19834797</id>
	<title>Bad signature for 1.13.2</title>
	<published>2008-10-06T02:38:38Z</published>
	<updated>2008-10-06T02:38:38Z</updated>
	<author>
		<name>Andre Bonhote</name>
	</author>
	<content type="html">Hi
&lt;br&gt;&lt;br&gt;I might be paranoid AND stupid, but to me, it appears that the files on
&lt;br&gt;download.wikimedia.org are wrong. What I did:
&lt;br&gt;&lt;br&gt;&amp;nbsp;- downloaded
&lt;br&gt;&lt;a href=&quot;http://download.wikimedia.org/mediawiki/1.13/mediawiki-1.13.2.tar.gz&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://download.wikimedia.org/mediawiki/1.13/mediawiki-1.13.2.tar.gz&lt;/a&gt;&lt;br&gt;&amp;nbsp;- checked md5sum and compared it to
&lt;br&gt;&lt;a href=&quot;http://lists.wikimedia.org/pipermail/mediawiki-announce/2008-October/000078.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.wikimedia.org/pipermail/mediawiki-announce/2008-October/000078.html&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;- result: e10f791ba9ecd02dd751a5676cc84405 &amp;nbsp;mediawiki-1.13.2.tar.gz
&lt;br&gt;&amp;nbsp;- downloaded the .sig file from
&lt;br&gt;&lt;a href=&quot;http://download.wikimedia.org/mediawiki/1.13/mediawiki-1.13.2.tar.gz.sig&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://download.wikimedia.org/mediawiki/1.13/mediawiki-1.13.2.tar.gz.sig&lt;/a&gt;&lt;br&gt;&amp;nbsp;- downloaded the keys (&lt;a href=&quot;https://secure.wikimedia.org/keys.txt&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://secure.wikimedia.org/keys.txt&lt;/a&gt;) and imported
&lt;br&gt;them
&lt;br&gt;&amp;nbsp;- ran gpg --verify on the sig file
&lt;br&gt;&amp;nbsp; &amp;nbsp;- result:
&lt;br&gt;&lt;br&gt;[ &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19834797&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;apache@...&lt;/a&gt; ] [ bash ]: gpg --verify
&lt;br&gt;mediawiki-1.13.2.tar.gz.sig
&lt;br&gt;gpg: Signature made Thu 02 Oct 2008 05:48:30 PM METDST using DSA key ID
&lt;br&gt;E8A3FEC4
&lt;br&gt;gpg: BAD signature from &amp;quot;Tim Starling &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19834797&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tstarling@...&lt;/a&gt;&amp;gt;&amp;quot;
&lt;br&gt;&lt;br&gt;What's wrong here?
&lt;br&gt;&lt;br&gt;Cheers
&lt;br&gt;&lt;br&gt;André
&lt;br&gt;_______________________________________________
&lt;br&gt;MediaWiki-l mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19834797&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MediaWiki-l@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.wikimedia.org/mailman/listinfo/mediawiki-l&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.wikimedia.org/mailman/listinfo/mediawiki-l&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Bad-signature-for-1.13.2-tp19834797p19834797.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19833550</id>
	<title>Re: Duplicator</title>
	<published>2008-10-06T01:04:46Z</published>
	<updated>2008-10-06T01:04:46Z</updated>
	<author>
		<name>Frames Project</name>
	</author>
	<content type="html">Le lundi 06 octobre 2008 à 00:28 +0200, Platonides a écrit :
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Frames Project wrote:
&lt;br&gt;&amp;gt; &amp;gt; Hello
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; I run Mediawiki 1.11.0
&lt;br&gt;&amp;gt; &amp;gt; I tried to install 
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; Duplicator-MW1.11-r25543.tar.gz
&lt;br&gt;&amp;gt; &amp;gt; and then
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; Duplicator-trunk-r41554.tar.gz
&lt;br&gt;&amp;gt; &amp;gt; I have no Special:Duplicator page 
&lt;br&gt;&amp;gt; &amp;gt; and nothing new in Special:Version 
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; Could you help ?
&lt;br&gt;&amp;gt; &amp;gt; Thanks
&lt;br&gt;&amp;gt; &amp;gt; François Colonna
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; What did you do to installit?
&lt;br&gt;&amp;gt; Did you include the proper file in LocalSettings?
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;Good question. 
&lt;br&gt;Checking my LocalSettings.php I discovered that the two lines I added 
&lt;br&gt;&lt;br&gt;$wgDuplicatorRevisionLimit = 500;
&lt;br&gt;require_once( &amp;quot;{$IP}/extensions/Duplicator/Duplicator.php&amp;quot; ); 
&lt;br&gt;&lt;br&gt;had disappeared !
&lt;br&gt;&lt;br&gt;By the way, the documentation says :
&lt;br&gt;&lt;a href=&quot;http://www.mediawiki.org/wiki/Extension:Duplicator&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.mediawiki.org/wiki/Extension:Duplicator&lt;/a&gt;&lt;br&gt;&lt;br&gt;For MediaWiki 1.11.0 and above, use the trunk version
&lt;br&gt;it is not true I got an error with it.
&lt;br&gt;&lt;br&gt;For 1.11.0 it is necessary to use Duplicator-MW1.11-r25543.tar.gz
&lt;br&gt;and it works fine.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;François Colonna
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;MediaWiki-l mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19833550&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MediaWiki-l@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.wikimedia.org/mailman/listinfo/mediawiki-l&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.wikimedia.org/mailman/listinfo/mediawiki-l&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Duplicator-tp19827625p19833550.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19829761</id>
	<title>Re: Duplicator</title>
	<published>2008-10-05T15:28:22Z</published>
	<updated>2008-10-05T15:28:22Z</updated>
	<author>
		<name>Platonides</name>
	</author>
	<content type="html">Frames Project wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hello
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I run Mediawiki 1.11.0
&lt;br&gt;&amp;gt; I tried to install 
&lt;br&gt;&amp;gt; &amp;nbsp; Duplicator-MW1.11-r25543.tar.gz
&lt;br&gt;&amp;gt; and then
&lt;br&gt;&amp;gt; &amp;nbsp; Duplicator-trunk-r41554.tar.gz
&lt;br&gt;&amp;gt; I have no Special:Duplicator page 
&lt;br&gt;&amp;gt; and nothing new in Special:Version 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Could you help ?
&lt;br&gt;&amp;gt; Thanks
&lt;br&gt;&amp;gt; François Colonna
&lt;/div&gt;&lt;br&gt;What did you do to installit?
&lt;br&gt;Did you include the proper file in LocalSettings?
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;MediaWiki-l mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19829761&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MediaWiki-l@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.wikimedia.org/mailman/listinfo/mediawiki-l&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.wikimedia.org/mailman/listinfo/mediawiki-l&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Duplicator-tp19827625p19829761.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19827625</id>
	<title>Duplicator</title>
	<published>2008-10-05T11:29:44Z</published>
	<updated>2008-10-05T11:29:44Z</updated>
	<author>
		<name>Frames Project</name>
	</author>
	<content type="html">Hello
&lt;br&gt;&lt;br&gt;I run Mediawiki 1.11.0
&lt;br&gt;I tried to install 
&lt;br&gt;&amp;nbsp; Duplicator-MW1.11-r25543.tar.gz
&lt;br&gt;and then
&lt;br&gt;&amp;nbsp; Duplicator-trunk-r41554.tar.gz
&lt;br&gt;I have no Special:Duplicator page 
&lt;br&gt;and nothing new in Special:Version 
&lt;br&gt;&lt;br&gt;Could you help ?
&lt;br&gt;Thanks
&lt;br&gt;François Colonna
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;MediaWiki-l mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19827625&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MediaWiki-l@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.wikimedia.org/mailman/listinfo/mediawiki-l&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.wikimedia.org/mailman/listinfo/mediawiki-l&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Duplicator-tp19827625p19827625.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19811626</id>
	<title>(no subject)</title>
	<published>2008-10-04T05:32:19Z</published>
	<updated>2008-10-04T05:32:19Z</updated>
	<author>
		<name>vijay singh-4</name>
	</author>
	<content type="html">Please Flash the Website of  Vishwakarma Open University For Self-Employment,India
&lt;br&gt;www.vishwakarmaopenuniversity.org  
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Add more friends to your messenger and enjoy! Go to &lt;a href=&quot;http://messenger.yahoo.com/invite/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://messenger.yahoo.com/invite/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;MediaWiki-l mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19811626&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MediaWiki-l@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.wikimedia.org/mailman/listinfo/mediawiki-l&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.wikimedia.org/mailman/listinfo/mediawiki-l&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/%28no-subject%29-tp19811626p19811626.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19807419</id>
	<title>Monday bug days starting next week!</title>
	<published>2008-10-03T16:35:22Z</published>
	<updated>2008-10-03T16:35:22Z</updated>
	<author>
		<name>Brion Vibber-3</name>
	</author>
	<content type="html">-----BEGIN PGP SIGNED MESSAGE-----
&lt;br&gt;Hash: SHA1
&lt;br&gt;&lt;br&gt;Hey all --
&lt;br&gt;&lt;br&gt;I hereby invite you all to the first official regular weekly MediaWiki
&lt;br&gt;Bug Monday, to occur on October 6*.
&lt;br&gt;&lt;br&gt;Come hang out in #mediawiki on irc.freenode.net and help us verify and
&lt;br&gt;clean up bug reports, raise submitted patches for review and
&lt;br&gt;application, and generally *try to break stuff*. :D
&lt;br&gt;&lt;br&gt;It'll be awesome!
&lt;br&gt;&lt;br&gt;* (Pick a timezone, any timezone, just show up when you can -- even you
&lt;br&gt;Australians!)
&lt;br&gt;&lt;br&gt;- -- brion
&lt;br&gt;-----BEGIN PGP SIGNATURE-----
&lt;br&gt;Version: GnuPG v1.4.8 (Darwin)
&lt;br&gt;Comment: Using GnuPG with Mozilla - &lt;a href=&quot;http://enigmail.mozdev.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://enigmail.mozdev.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;iEYEARECAAYFAkjmrDoACgkQwRnhpk1wk46TlQCgutg+PosLCdda/EpVkyWw9iUn
&lt;br&gt;cUgAnRnz/82ehAr0eRVGtO5tX0fg9Gia
&lt;br&gt;=PjPN
&lt;br&gt;-----END PGP SIGNATURE-----
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;MediaWiki-l mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19807419&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MediaWiki-l@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.wikimedia.org/mailman/listinfo/mediawiki-l&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.wikimedia.org/mailman/listinfo/mediawiki-l&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Monday-bug-days-starting-next-week%21-tp19807419p19807419.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19807250</id>
	<title>Re: Share Access Details Between Wikis</title>
	<published>2008-10-03T16:17:11Z</published>
	<updated>2008-10-03T16:17:11Z</updated>
	<author>
		<name>Platonides</name>
	</author>
	<content type="html">Samuel Richardson wrote:
&lt;br&gt;&amp;gt; Hello List,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Is there a good article on how to setup MediaWiki installs to share
&lt;br&gt;&amp;gt; username/password access between them? (Similar to Wikia)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanks,
&lt;br&gt;&lt;br&gt;Yes, that's exactly what Wikia does: share the user table. See 
&lt;br&gt;&lt;a href=&quot;http://www.mediawiki.org/wiki/Manual:$wgSharedDB&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.mediawiki.org/wiki/Manual:$wgSharedDB&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;MediaWiki-l mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19807250&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MediaWiki-l@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.wikimedia.org/mailman/listinfo/mediawiki-l&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.wikimedia.org/mailman/listinfo/mediawiki-l&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Share-Access-Details-Between-Wikis-tp19797928p19807250.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19807121</id>
	<title>Create a page without first going to edit page?</title>
	<published>2008-10-03T15:58:28Z</published>
	<updated>2008-10-03T15:58:28Z</updated>
	<author>
		<name>Dave Clements-2</name>
	</author>
	<content type="html">Hello all,
&lt;br&gt;&lt;br&gt;I want to use Inputbox, Createbox, or CreateArticle extensions to create a
&lt;br&gt;page from a template, but I want the new page to be created directly without
&lt;br&gt;first dropping the user in the edit window. &amp;nbsp;I am hoping to use things like
&lt;br&gt;templates and the ProtectSection extension to prevent them from changing
&lt;br&gt;some things in the page. &amp;nbsp;If I drop them in the edit box for an
&lt;br&gt;as-yet-unsaved page, they can change anything they want.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;Dave C
&lt;br&gt;_______________________________________________
&lt;br&gt;MediaWiki-l mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19807121&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MediaWiki-l@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.wikimedia.org/mailman/listinfo/mediawiki-l&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.wikimedia.org/mailman/listinfo/mediawiki-l&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Create-a-page-without-first-going-to-edit-page--tp19807121p19807121.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19801917</id>
	<title>Re: exporting page with images</title>
	<published>2008-10-03T10:02:24Z</published>
	<updated>2008-10-03T10:02:24Z</updated>
	<author>
		<name>Jan Steinman</name>
	</author>
	<content type="html">&amp;gt; From: &amp;quot;Russell, Elizabeth&amp;quot; &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19801917&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;earussell@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Is it possible to export a page that has multiple images and somehow &amp;nbsp;
&lt;br&gt;&amp;gt; get
&lt;br&gt;&amp;gt; all the images to drag along with it?
&lt;br&gt;&lt;br&gt;What is your purpose?
&lt;br&gt;&lt;br&gt;You can use wget to scrape up a page and all its links to a specified &amp;nbsp;
&lt;br&gt;depth, but the result will be HTML.
&lt;br&gt;&lt;br&gt;:::: The Earth isn't a pizza. You can't dial up and have one &amp;nbsp;
&lt;br&gt;delivered! -- Alf ::::
&lt;br&gt;:::: Jan Steinman &amp;lt;&lt;a href=&quot;http://www.EcoReality.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.EcoReality.org&lt;/a&gt;&amp;gt; ::::
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;MediaWiki-l mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19801917&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MediaWiki-l@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.wikimedia.org/mailman/listinfo/mediawiki-l&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.wikimedia.org/mailman/listinfo/mediawiki-l&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/exporting-page-with-images-tp19784160p19801917.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19799545</id>
	<title>Re: mediawiki1.7 to mediawiki 1.13.1</title>
	<published>2008-10-03T07:59:47Z</published>
	<updated>2008-10-03T07:59:47Z</updated>
	<author>
		<name>Platonides</name>
	</author>
	<content type="html">Alessandra wrote:
&lt;br&gt;&amp;gt; Hi all,
&lt;br&gt;&amp;gt; I'm starting to transfer a mediawiki 1.7 database in new version
&lt;br&gt;&amp;gt; mediawiki 1.13.1
&lt;br&gt;&amp;gt; I look that there are new tables and any fields are lightly changed.
&lt;br&gt;&amp;gt; I think that I can not use old database (about mediawiki 1.7 version).. so
&lt;br&gt;&amp;gt; Is there script/other to convert old database (about mediawiki 1.7
&lt;br&gt;&amp;gt; version) to new database (about mediawiki 1.13.1 version) ?
&lt;br&gt;&amp;gt; Can you help me about it?
&lt;br&gt;&amp;gt; Thanks,
&lt;br&gt;&lt;br&gt;&lt;br&gt;See &lt;a href=&quot;http://www.mediawiki.org/wiki/Manual:Upgrading&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.mediawiki.org/wiki/Manual:Upgrading&lt;/a&gt;&lt;br&gt;It usually involves copying the new files over the previous and run the 
&lt;br&gt;update.php script at the maintenance folder.
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;MediaWiki-l mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19799545&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MediaWiki-l@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.wikimedia.org/mailman/listinfo/mediawiki-l&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.wikimedia.org/mailman/listinfo/mediawiki-l&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/mediawiki1.7-to-mediawiki-1.13.1-tp19795406p19799545.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19799431</id>
	<title>Re: Lost EDITING new page</title>
	<published>2008-10-03T07:53:09Z</published>
	<updated>2008-10-03T07:53:09Z</updated>
	<author>
		<name>Dave Sigafoos</name>
	</author>
	<content type="html">As follow-up, it turns out that someone created a category which had
&lt;br&gt;itself as a category. &amp;nbsp;This along with the use of selectCategory
&lt;br&gt;extension cause the problem to happen.
&lt;br&gt;&lt;br&gt;Thanks
&lt;br&gt;&lt;br&gt;DSig
&lt;br&gt;David Tod Sigafoos | SANMAR Corporation
&lt;br&gt;PICK Guy
&lt;br&gt;206-770-5585
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19799431&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;davesigafoos@...&lt;/a&gt; 
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;-----Original Message-----
&lt;br&gt;From: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19799431&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mediawiki-l-bounces@...&lt;/a&gt;
&lt;br&gt;[mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19799431&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mediawiki-l-bounces@...&lt;/a&gt;] On Behalf Of Dave
&lt;br&gt;Sigafoos
&lt;br&gt;Sent: Wednesday, October 01, 2008 7:31
&lt;br&gt;To: MediaWiki announcements and site admin list
&lt;br&gt;Subject: Re: [Mediawiki-l] Lost EDITING new page
&lt;br&gt;&lt;br&gt;Thomas,
&lt;br&gt;&lt;br&gt;No, sorry it is not public or I would have include a link.
&lt;br&gt;&lt;br&gt;Thanks
&lt;br&gt;&lt;br&gt;DSig
&lt;br&gt;David Tod Sigafoos | SANMAR Corporation
&lt;br&gt;PICK Guy
&lt;br&gt;206-770-5585
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19799431&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;davesigafoos@...&lt;/a&gt; 
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;&lt;br&gt;-----Original Message-----
&lt;br&gt;From: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19799431&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mediawiki-l-bounces@...&lt;/a&gt;
&lt;br&gt;[mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19799431&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mediawiki-l-bounces@...&lt;/a&gt;] On Behalf Of Thomas
&lt;br&gt;Dalton
&lt;br&gt;Sent: Tuesday, September 30, 2008 16:55
&lt;br&gt;To: MediaWiki announcements and site admin list
&lt;br&gt;Subject: Re: [Mediawiki-l] Lost EDITING new page
&lt;br&gt;&lt;br&gt;&amp;gt; In the last week we have somehow lost the ability to 'edit' a new
&lt;br&gt;page.
&lt;br&gt;&amp;gt; You can go to a page and edit the whole page or a section of the page.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; But If you enter &amp;quot;FOOBAR PAGE&amp;quot; in the search then click on edit new
&lt;br&gt;page
&lt;br&gt;&amp;gt; you will get a blank page with no header/footer .. nothing (guess that
&lt;br&gt;&amp;gt; is what 'blank' means)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Has anyone seen this before? &amp;nbsp;Ideas on what could change in a system
&lt;br&gt;&amp;gt; (outside of mediawiki) to do this?
&lt;br&gt;&lt;br&gt;Is it a publicly accessible wiki? If so, a link would be helpful so we
&lt;br&gt;can see for ourselves.
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;MediaWiki-l mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19799431&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MediaWiki-l@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.wikimedia.org/mailman/listinfo/mediawiki-l&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.wikimedia.org/mailman/listinfo/mediawiki-l&lt;/a&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;MediaWiki-l mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19799431&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MediaWiki-l@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.wikimedia.org/mailman/listinfo/mediawiki-l&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.wikimedia.org/mailman/listinfo/mediawiki-l&lt;/a&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;MediaWiki-l mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19799431&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MediaWiki-l@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.wikimedia.org/mailman/listinfo/mediawiki-l&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.wikimedia.org/mailman/listinfo/mediawiki-l&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Lost-EDITING-new-page-tp19752451p19799431.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19797928</id>
	<title>Share Access Details Between Wikis</title>
	<published>2008-10-03T06:36:49Z</published>
	<updated>2008-10-03T06:36:49Z</updated>
	<author>
		<name>Samuel Richardson</name>
	</author>
	<content type="html">Hello List,
&lt;br&gt;&lt;br&gt;Is there a good article on how to setup MediaWiki installs to share
&lt;br&gt;username/password access between them? (Similar to Wikia)
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;Samuel Richardson
&lt;br&gt;Freelance Web Developer
&lt;br&gt;www.richardson.co.nz | 0405 472 748
&lt;br&gt;&lt;br&gt;Have you added your business to the Melpedia yet? &lt;a href=&quot;http://www.melpedia.com.au&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.melpedia.com.au&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;MediaWiki-l mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19797928&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MediaWiki-l@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.wikimedia.org/mailman/listinfo/mediawiki-l&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.wikimedia.org/mailman/listinfo/mediawiki-l&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Share-Access-Details-Between-Wikis-tp19797928p19797928.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19795525</id>
	<title>Install MediaWiki with a SSL-Proxy</title>
	<published>2008-10-03T03:50:15Z</published>
	<updated>2008-10-03T03:50:15Z</updated>
	<author>
		<name>Raul Böhm</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;&lt;br&gt;I want to install a MediaWiki 1.13 an a machine with a SSL-Proxy, but I can
&lt;br&gt;not figure out how.
&lt;br&gt;&lt;br&gt;The wiki works fine under without SSL under: &lt;a href=&quot;http://mydomain.de/wiki/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mydomain.de/wiki/&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;The URL of the SSL-Proxy is &lt;a href=&quot;https://ssl.webpack.de/mydomain.de/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://ssl.webpack.de/mydomain.de/&lt;/a&gt;.
&lt;br&gt;The SSL-URL to the wiki is
&lt;br&gt;&lt;a href=&quot;https://ssl.webpack.de/mydomain.de/wiki/index.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://ssl.webpack.de/mydomain.de/wiki/index.php&lt;/a&gt;.
&lt;br&gt;The scriptpath is set to /wiki.
&lt;br&gt;&lt;br&gt;On loading the wiki with SSL it redirects to &lt;a href=&quot;http://mydomain.de/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mydomain.de/&lt;/a&gt;&amp;nbsp;every time.
&lt;br&gt;(The $wgServerName is set to mydomain.de.)
&lt;br&gt;&lt;br&gt;It does not work to set the scriptPath like this: /mydomain.de/wiki. (If so
&lt;br&gt;it redirects to &lt;a href=&quot;http://mydomain.de/mydomain.de/wiki&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mydomain.de/mydomain.de/wiki&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;It does not work to set this three variables in Localsettings.php:
&lt;br&gt;&lt;br&gt;$wgProto = 'https';
&lt;br&gt;$wgServerName = 'ssl.webpack.de/';
&lt;br&gt;$wgServer = $wgProto.'://' . $wgServerName;*/
&lt;br&gt;&lt;br&gt;-&amp;gt; Result is an infinite loop)
&lt;br&gt;&lt;br&gt;Does anybody knows a solution to this problem?
&lt;br&gt;&lt;br&gt;Thanks a lot, Raul
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;MediaWiki-l mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19795525&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MediaWiki-l@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.wikimedia.org/mailman/listinfo/mediawiki-l&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.wikimedia.org/mailman/listinfo/mediawiki-l&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Install-MediaWiki-with-a-SSL-Proxy-tp19795525p19795525.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19795406</id>
	<title>mediawiki1.7 to mediawiki 1.13.1</title>
	<published>2008-10-03T03:39:13Z</published>
	<updated>2008-10-03T03:39:13Z</updated>
	<author>
		<name>Alessandra-3</name>
	</author>
	<content type="html">Hi all,
&lt;br&gt;I'm starting to transfer a mediawiki 1.7 database in new version
&lt;br&gt;mediawiki 1.13.1
&lt;br&gt;I look that there are new tables and any fields are lightly changed.
&lt;br&gt;I think that I can not use old database (about mediawiki 1.7 version).. so
&lt;br&gt;Is there script/other to convert old database (about mediawiki 1.7
&lt;br&gt;version) to new database (about mediawiki 1.13.1 version) ?
&lt;br&gt;Can you help me about it?
&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&amp;nbsp;Alessandra Bilardi, Ph. D.
&lt;br&gt;----
&lt;br&gt;&amp;nbsp;CRIBI, University of Padova, Italy
&lt;br&gt;&amp;nbsp;&lt;a href=&quot;http://www.linkedin.com/in/bilardi&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.linkedin.com/in/bilardi&lt;/a&gt;&lt;br&gt;----
&lt;br&gt;La semplicità è la più alta forma di perfezione (Leonardo Da Vinci)
&lt;br&gt;Keep simple, stupid (KISS, IT)
&lt;br&gt;----
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;MediaWiki-l mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19795406&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MediaWiki-l@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.wikimedia.org/mailman/listinfo/mediawiki-l&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.wikimedia.org/mailman/listinfo/mediawiki-l&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/mediawiki1.7-to-mediawiki-1.13.1-tp19795406p19795406.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19788690</id>
	<title>Re: exporting page with images</title>
	<published>2008-10-02T15:22:13Z</published>
	<updated>2008-10-02T15:22:13Z</updated>
	<author>
		<name>Platonides</name>
	</author>
	<content type="html">Russell, Elizabeth wrote:
&lt;br&gt;&amp;gt; I could tar up the images if she gives me the complete list, but was
&lt;br&gt;&amp;gt; wondering if there's a better way to do this.
&lt;br&gt;&lt;br&gt;A slightly better approach, 
&lt;br&gt;api.php?action=query&amp;prop=images&amp;titles={{PAGENAMEE}} will tell you 
&lt;br&gt;which images are used on that page.
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;MediaWiki-l mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19788690&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MediaWiki-l@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.wikimedia.org/mailman/listinfo/mediawiki-l&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.wikimedia.org/mailman/listinfo/mediawiki-l&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/exporting-page-with-images-tp19784160p19788690.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19788401</id>
	<title>Re: Exception.php</title>
	<published>2008-10-02T14:59:30Z</published>
	<updated>2008-10-02T14:59:30Z</updated>
	<author>
		<name>Brion Vibber-3</name>
	</author>
	<content type="html">-----BEGIN PGP SIGNED MESSAGE-----
&lt;br&gt;Hash: SHA1
&lt;br&gt;&lt;br&gt;Guesnier, Thomas wrote:
&lt;br&gt;&amp;gt; Hi, i've got a probleme &amp; i can't find the solution anywhere on the web.
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; Here is the message: 
&lt;br&gt;&amp;gt; &amp;quot;Parse error: syntax error, unexpected T_STRING, expecting
&lt;br&gt;&amp;gt; T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in
&lt;br&gt;&amp;gt; /usr/share/mediawiki1.7/includes/Exception.php on line 140&amp;quot; and my
&lt;br&gt;&amp;gt; mediawiki1.7 is installed on a debian etch, last version.
&lt;br&gt;&lt;br&gt;1) Install PHP 5; it sounds like you may have an old PHP 4 which will
&lt;br&gt;not work with MediaWiki since 1.6 (which is well over two years old)
&lt;br&gt;&lt;br&gt;2) Install a modern version of MediaWiki, not the very very ancient one
&lt;br&gt;in your distro.
&lt;br&gt;&lt;br&gt;- -- brion
&lt;br&gt;-----BEGIN PGP SIGNATURE-----
&lt;br&gt;Version: GnuPG v1.4.8 (Darwin)
&lt;br&gt;Comment: Using GnuPG with Mozilla - &lt;a href=&quot;http://enigmail.mozdev.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://enigmail.mozdev.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;iEYEARECAAYFAkjlREIACgkQwRnhpk1wk46KZACgu1uEDWJx2cHBabxJEqkSV6UK
&lt;br&gt;L/oAoJUaEx4cxUehuKpQEMkajiHfD0Lv
&lt;br&gt;=lqRz
&lt;br&gt;-----END PGP SIGNATURE-----
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;MediaWiki-l mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19788401&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MediaWiki-l@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.wikimedia.org/mailman/listinfo/mediawiki-l&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.wikimedia.org/mailman/listinfo/mediawiki-l&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Exception.php-tp19787456p19788401.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19787454</id>
	<title>Re: exporting page with images</title>
	<published>2008-10-02T13:56:46Z</published>
	<updated>2008-10-02T13:56:46Z</updated>
	<author>
		<name>Brion Vibber-3</name>
	</author>
	<content type="html">-----BEGIN PGP SIGNED MESSAGE-----
&lt;br&gt;Hash: SHA1
&lt;br&gt;&lt;br&gt;Russell, Elizabeth wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Is it possible to export a page that has multiple images and somehow get
&lt;br&gt;&amp;gt; all the images to drag along with it? 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I've got user that has built a page with 20+ images, and is a bit
&lt;br&gt;&amp;gt; nervous about getting all the images correctly moved over to the new
&lt;br&gt;&amp;gt; wiki. &amp;nbsp;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I could tar up the images if she gives me the complete list, but was
&lt;br&gt;&amp;gt; wondering if there's a better way to do this.
&lt;/div&gt;&lt;br&gt;I'm afraid that's probably the easiest way for now. Currently
&lt;br&gt;Special:Export/Special:Import doesn't include image uploads along with
&lt;br&gt;the other data.
&lt;br&gt;&lt;br&gt;- -- brio
&lt;br&gt;-----BEGIN PGP SIGNATURE-----
&lt;br&gt;Version: GnuPG v1.4.8 (Darwin)
&lt;br&gt;Comment: Using GnuPG with Mozilla - &lt;a href=&quot;http://enigmail.mozdev.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://enigmail.mozdev.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;iEYEARECAAYFAkjlNY4ACgkQwRnhpk1wk47gRACgtlZdLdJr81ncHCws88J6kaY3
&lt;br&gt;aRsAn3YfK8yJ7jhMa9GBb/zMp7tmPwKC
&lt;br&gt;=g+zA
&lt;br&gt;-----END PGP SIGNATURE-----
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;MediaWiki-l mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19787454&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MediaWiki-l@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.wikimedia.org/mailman/listinfo/mediawiki-l&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.wikimedia.org/mailman/listinfo/mediawiki-l&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/exporting-page-with-images-tp19784160p19787454.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19784160</id>
	<title>exporting page with images</title>
	<published>2008-10-02T10:39:45Z</published>
	<updated>2008-10-02T10:39:45Z</updated>
	<author>
		<name>Russell, Elizabeth</name>
	</author>
	<content type="html">Is it possible to export a page that has multiple images and somehow get
&lt;br&gt;all the images to drag along with it? 
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;I've got user that has built a page with 20+ images, and is a bit
&lt;br&gt;nervous about getting all the images correctly moved over to the new
&lt;br&gt;wiki. &amp;nbsp;
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;I could tar up the images if she gives me the complete list, but was
&lt;br&gt;wondering if there's a better way to do this.
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Beth
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;MediaWiki-l mailing list
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19784160&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;MediaWiki-l@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.wikimedia.org/mailman/listinfo/mediawiki-l&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.wikimedia.org/mailman/listinfo/mediawiki-l&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/exporting-page-with-images-tp19784160p19784160.html" />
</entry>

</feed>
