Re: [MediaWiki-l] Page disappeared

2013-03-11 Thread Krenair
Try checking your PHP error log. It's probably somewhere like 
/var/log/apache2/error.log



Alex Monk

On 12/03/13 00:45, Steve VanSlyck wrote:

Well this is weird.

I had a page on my wiki.

Created file link on it

[[File:The_Proud_Father.jpg|right|thumb|250px|The Proud Father. Sam 
Brown, ca. 1920-30]]


Saved the page.

Followed the link.

Uploaded the file (3021 x 3575, 1.55MB)...

... and, ever since then both that file's page and the article page it 
was to appear on, are blank. Server is not serving any code at all.


Some sort of PHP or memory limit? I can view other pages just fine.



___
MediaWiki-l mailing list
MediaWiki-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l



___
MediaWiki-l mailing list
MediaWiki-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l


Re: [MediaWiki-l] RevisionDelete not working for me

2013-03-09 Thread Krenair

It's definitely resolved (in master), but not in any release.
This happened because someone decided to include unapproved code in a 
release. Sorry.
You can fix it on your install by making this change: 
https://gerrit.wikimedia.org/r/#/c/27869/7..8/includes/specials/SpecialRevisiondelete.php
Of course, going to that special page alone with no parameters (which 
should be the only case this bug is triggered) is useless (it's just the 
target used by the revision deletion forms), so this is a very minor 
issue, all it hides is this error:



 Invalid target revision

You have either not specified a target revision(s) to perform this 
function, the specified revision does not exist, or you are attempting 
to hide the current revision.


Return toMediaWiki https://www.mediawiki.org/wiki/MediaWiki.



Alex Monk

On 09/03/13 17:09, Dan Fisher wrote:

Is Special:RevisionDelete working for anyone with 1.20.2 or 3?
To test if its working, go to: www.MyWiki.com/wiki/Special:RevisionDelete
  (replace mywiki.com with your own)

After the update this is still not working (at least for me). Can anyone
test it and let me know if its working for you?

Copy pasted below is the bug report that was submitted by someone. It was
marked as 'resolved' but it may still be broken?

thanks
Dan

-


When I go to Special:RevisionDelete with proper permissions, I get this
error:

Fatal error: Call to a member function isSpecial() on a non-object in
/includes/specials/SpecialRevisiondelete.php on line 150

Here is line 150:

if ( $this-targetObj-isSpecial( 'Log' ) ) {



https://bugzilla.wikimedia.org/show_bug.cgi?id=43012
___
MediaWiki-l mailing list
MediaWiki-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l


___
MediaWiki-l mailing list
MediaWiki-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l


Re: [MediaWiki-l] Third-Party Users Wish List - Does Anyone Know of Existing/Experimental Solutions?

2013-01-28 Thread Krenair
This is a wontfix according to 
https://bugzilla.wikimedia.org/show_bug.cgi?id=8390#c24



Alex

On 28/01/13 12:07, Maria Miteva wrote:

4. The implementation of Semantic MediaWiki on mediawiki.org website in
order to manage easily extensions pages.


___
MediaWiki-l mailing list
MediaWiki-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l


Re: [MediaWiki-l] How does one enable the animated star for the MediaWiki watchlist on the Vector skin?

2013-01-27 Thread Krenair

$wgVectorUseIconWatch = true;


On 27/01/13 03:34, Arcane 21 wrote:

I have Vector installed (the extension and skin). I just don't know how to 
activate the animated star for the watchlist feature.

Subject: Re: [MediaWiki-l] How does one enable the animated star for the 
MediaWiki watchlist on the Vector skin?
From: thehelpfulonew...@gmail.com
Date: Sun, 27 Jan 2013 03:28:59 +
To: arc...@live.com; mediawiki-l@lists.wikimedia.org

The first thing that comes to mind is 
https://www.mediawiki.org/wiki/Extension:Vector which is installed on all of 
our wikis. Perhaps give that a try?

Thehelpfulonehttps://meta.wikimedia.org/wiki/User:Thehelpfulone
On 27 Jan 2013, at 01:59, Arcane 21 arc...@live.com wrote:


I wanted enable the animated star icon for the watchlist on my wiki with the 
Vector skin (like it works on Wikipedia and RationalWiki), but I have no idea 
how to enable it.

I looked over MediaWiki.org over and over again and I couldn't find any 
information how to enable that feature.

If anyone knows how to enable that feature, your help would be appreciated.

___

MediaWiki-l mailing list
MediaWiki-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

___
MediaWiki-l mailing list
MediaWiki-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l


___
MediaWiki-l mailing list
MediaWiki-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l


Re: [MediaWiki-l] Modifying user rights and anti spam measures

2012-09-07 Thread Krenair

On 07/09/12 21:06, Aaron Gray wrote:

Hi,

A couple of quick questions, how do I stop anyone else from registering,
and how do I stop anyone who is not a registered user from editing ?

I seem to remember doing something in the LocalSettings.php file, but
cannot remember what :(

I am wondering what anti bot spam measures there are for MediaWIki.

Many thanks in advance,

Aron
___
MediaWiki-l mailing list
MediaWiki-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

In LocalSettings.php:
$wgGroupPermissions['*']['createaccount'] = false;
$wgGroupPermissions['*']['edit'] = false;
$wgGroupPermissions['user']['edit'] = true;

Third line might not be necessary, but use it if the previous one stops 
even logged in users from editing.


Alex

___
MediaWiki-l mailing list
MediaWiki-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l


Re: [MediaWiki-l] Security issue--page with child's home address

2012-09-06 Thread Krenair

You're asking the wrong people - this public mailing list is for the MediaWiki 
software.
You need to contact InterceptRadio if you want information removed from their 
site.
According tohttp://whois.domaintools.com/interceptradio.com  they have this 
email address: interceptradio@protecteddomainservices.com
You could also try sending a PM to an administrator on this 
forum:http://www.interceptradio.com/bbs

Hope this helps,
Alex M

On 06/09/12 18:39, Elisabeth T-M wrote:


Dear Media Wiki:

I found your page associated with InterceptRadio.com.

InterceptRadio has posted the full name and address of my daughter--with a
map to our home--apparently after trawling the information at the FCC
website (Federal Communications Commission) for licensed amateur radio
operators.

I want to know how I can have this page permanently deleted:
http://www.interceptradio.com/ham.php?call=KI6IMW

Two years ago, I changed my daughter's address at the FCC website, but
InterceptRadio has not updated.  FCC has initiated a huge privacy problem,
and with no regard for children, by posting personal information that used
to be archived on paper.  However, InterceptRadio is compounding the problem
by capturing that information, archiving it on the Internet, failing to
update it, adding maps to people's homes, and failing to provide any control
for the individual.

I also want to ask that InterceptRadio post prominent contact information to
let people demand deletion of such records.

Thank you to everyone on the list for your help.



___
MediaWiki-l mailing list
MediaWiki-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l


___
MediaWiki-l mailing list
MediaWiki-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l


Re: [MediaWiki-l] mediawiki behind Tor hidden service

2012-07-25 Thread Krenair

On 25/07/12 18:06, anots...@fastmail.fm wrote:

I want to use mediawiki behind a Tor hidden service and obviously not
leak my real ip.

Are there any things I should keep in mind or are there instructions how
to do it safely?

One thing that comes to mind is that you'll want to check some variables 
to make sure they are using your Onion URL instead of the real IP: 
https://www.mediawiki.org/wiki/Manual:Configuration_settings


Krenair
___
MediaWiki-l mailing list
MediaWiki-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l


Re: [MediaWiki-l] (no subject)

2012-07-19 Thread Krenair

Please don't send these WTF? messages to the lists. You already did this 
yesterday in response to the query about an offline wiki.
It's completely pointless and in this case more annoying than the random 
nonsense post you replied to.
You already got globally account locked  
https://meta.wikimedia.org/wiki/User:Mathonius/Reports/BrandonSky  on all 
Wikimedia wikis over other stupid things.

Krenair

On 19/07/12 13:24, Brandon Pimenta wrote:


WTF??? WTF???
WTF??? WTF???
WTF??? WTF???
WTF??? WTF???
WTF??? WTF???
WTF??? WTF???
WTF??? WTF???
WTF??? WTF???
WTF??? WTF???
WTF??? WTF???
WTF??? WTF???
WTF??? WTF???
WTF??? WTF???
WTF??? WTF???
WTF??? WTF???
WTF??? WTF???
WTF??? WTF???
WTF??? WTF???
WTF??? WTF???
WTF??? WTF???
WTF??? WTF???
WTF??? WTF???
WTF??? WTF???
WTF??? WTF???

On Thu, Jul 19, 2012 at 9:18 AM, ивинен мивпи slon07041...@mail.ru wrote:




yuyu

___
MediaWiki-l mailing list
MediaWiki-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l


___
MediaWiki-l mailing list
MediaWiki-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l


___
MediaWiki-l mailing list
MediaWiki-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l


Re: [MediaWiki-l] how to make references to wikipedia?

2012-07-04 Thread Krenair

On 05/07/12 01:13, Marcelo Chiaradía wrote:


Hello,

I have a the following question / need:

I would like to make in my pages some references to wikipedia pages.
Something like [[ text_to_show_in_my_page | wikipedia_name_page ]]

Is this possible somehow? do I need some extension or how can i acomplish
this?

Thanks in advance,

Marcelo.
___
MediaWiki-l mailing list
MediaWiki-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l


[[wikipedia:wikipedia_title|your_text]]



___
MediaWiki-l mailing list
MediaWiki-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l


Re: [MediaWiki-l] Strange cookie problems when registering/logging in

2012-06-25 Thread Krenair

Have you tried using diff to reveal what is different between your clean 
version of MediaWiki and the broken one you've been given?

Krenair

On 25/06/12 17:08, Lukas Bürgi wrote:


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I volunteered to administrate a wiki which was left to itself for
quite some time.
The previous admin left in a bad way and it's possible he messed stuff
up purposefully before he left.
So I upgraded the wiki to 1.19.1 by copying the LocalSettings.php over
to a folder containing 1.19.1, then commenting out all stuff by the
old admin I didn't like and then using the web updater.
The wiki is running at the moment, but I have one problem: When I try
to register a test account, it doesn't work:

The user account was not created, as we could not confirm its
source. Ensure you have cookies enabled, reload this page and try
again.

When trying to log into my existing account, I get

PandoraWiki uses cookies to log in users. You have cookies
disabled. Please enable them and try again.

But cookies are enabled. I even tried another browser to be sure.
The server also has no problems with cookies in principle: I wrote a
test script (see http://wiki.openpandora.de/myCookieTest.php) and I
could set cookies from there just fine.
I also read about the config option to disable the cookie check, so I
put the following line into my LocalSettings.php:
$wgDisableCookieCheck=true;
But that doesn't change anything.
I've also redownloaded MediaWiki, checked whether the downloaded
archive was correct, unpacked it and reuploaded all files again to be
sure there are no problems there.
So now I've kinda run out of ideas what might be the problem.
If you want to see yourself, the wiki is located there:
http://wiki.openpandora.de/index.php?title=Spezial:Anmelden
There are also some problems with some (not all) thumbnails (see the
mainpage), but I haven't really looked into that, it's far down my
priority list at the moment.

- --T4b
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQEcBAEBAgAGBQJP6I0SAAoJEEaeg0D8YQ3Uf2YH/0ZEAgfDWCGc90YxlJXAd8wW
Vvhx09YgMs/VutI8GEJCc37zc38tXycTDIfjbTds2VIwUSQtFFO8yvV6FzYdHHeN
Or5a8WmzNJSvYrmS/jkKMkPKEjWx70tDSesB4RdcA8XkzHdI1Nb8PgHukuQuhsAZ
XGTYSCisRmg1CKzMBrNRdaiCo3mW2xI9+QyL5sTEr9DTeN2yTRmp2CNoKPRnKCbu
gOmlgWkkNjtM2uWJuF5O64TfbyfPtRLXttta80TLq63jBKUl4QWqelvwzg1MAJIx
gMhRQBqlNaBRnX0SSILUV54X1OALsw6p+1q524VqqcPlsJ0jmMSd++pdCs7XMYs=
=tQ50
-END PGP SIGNATURE-

___
MediaWiki-l mailing list
MediaWiki-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l




___
MediaWiki-l mailing list
MediaWiki-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l


Re: [Mediawiki-l] about email configuration

2012-06-06 Thread Krenair

You're correct. The Spanish part is MediaWiki's mailerror message, the rest 
is generated by PHP, and I don't think that supports non-English error messages.

On 06/06/12 19:35, Jeremy Baron wrote:


On Wed, Jun 6, 2012 at 1:34 PM, Wjhonsonwjhon...@aol.com  wrote:

I have no solution for you, but I gotta love that Spanglish:

Error al enviar correo: Failed to connect to mailserver at localhost port
5, verify your SMTP and smtp_port setting in php.ini or use ini_set()

I guess the guys in the head office didn't get that memo to translate all error 
messages.
So after a few years in I.T. every foreign national can read English.
Why are you trying to get the computer to understand you?  Understand the 
computer!

Or one msg is from MediaWiki in spanish and wrapped inside it is a
message from php? just a guess...

___
MediaWiki-l mailing list
MediaWiki-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l



___
MediaWiki-l mailing list
MediaWiki-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l


Re: [Mediawiki-l] git checkout of all extensions

2012-04-25 Thread Krenair

I have it run git remote update in existing extension repositories.

Krenair

On 25/04/12 19:10, Florian Effenberger wrote:


Hi Krenair,

2012/4/24 Krenairkren...@gmail.com:


I'm using a slightly customised (I changed it to update extension repos)
version ofthis
  
http://svn.wikimedia.org/viewvc/mediawiki/trunk/tools/code-utils/clone-all.php?view=markup.

thanks a lot, this seems to work! Just a quick question: How do you
update the repo then? Re-running the script? git pull doesn't seem to
work.

Thanks,
Florian

___
MediaWiki-l mailing list
MediaWiki-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l



___
MediaWiki-l mailing list
MediaWiki-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l


Re: [Mediawiki-l] git checkout of all extensions

2012-04-24 Thread Krenair

I'm using a slightly customised (I changed it to update extension repos) version 
ofthis  
http://svn.wikimedia.org/viewvc/mediawiki/trunk/tools/code-utils/clone-all.php?view=markup.

Krenair

On 24/04/12 19:09, Florian Effenberger wrote:


Hello,

is there an easy way of checking out all extensions with git? It seems
to be possible with SVN, but git only allows checkout of individual
extensions.

Thanks,
Florian

___
MediaWiki-l mailing list
MediaWiki-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l


___
MediaWiki-l mailing list
MediaWiki-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l


Re: [Mediawiki-l] Updating MW 1.17.2 to 1.17.3

2012-04-12 Thread Krenair

Git Bash allows you to apply patch files on Windows. TortoiseMerge does as well.

Alex

On 12/04/12 11:05, CHOUIREF Mehdi [IT-CE] wrote:


Hi,

I have a MediaWiki 1.17.2 running on Windows Server with WAMP and I would like to know how can I 
use or run the security patches mediawiki-1.17.3.patch and 
mediawiki-i18n-1.17.3.patch?

Best Regards
Mehdi


Ce message et toutes les pièces jointes (ci-après le 'message') sont 
confidentiels et établis à l'intention exclusive de ses destinataires. Si vous 
n'êtes pas destinataire de ce message, merci de le détruire et d'en avertir 
immédiatement l'expéditeur.
Toute utilisation ou diffusion non autorisée est interdite. Tout message 
électronique est susceptible d'altération.
IT-CE décline toute responsabilité au titre de ce message s'il a été altéré, 
déformé ou falsifié.

This message and any attachments (the 'message') are confidential and intended 
solely for the addressee(s). If you receive this message in error, please 
delete it and immediately notify the sender. Any unauthorised use or 
dissemination is prohibited. E-mails are susceptible to alteration. Neither « 
IT-CE » will not be liable for the message if altered, changed or falsified.


___
MediaWiki-l mailing list
MediaWiki-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

___
MediaWiki-l mailing list
MediaWiki-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l