[Bug 32800] dumpBackup.php fails when $wgMainCacheType = CACHE_ACCEL; (and apc is disabled on commandline php)

2011-12-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32800

--- Comment #2 from Brion Vibber br...@wikimedia.org 2011-12-05 08:03:10 UTC 
---
This sort of caching is known to cause problems when mixed with command line
utilities or multiple servers. As a workaround, disable the CACHE_ACCEL in your
LocalSettings.php with a condition like this:

if (php_sapi_name != cli) {
  ...
}

dumpBackup.php should be safe to run in that config, I think, as it won't be
making writes and thus needs no cache clears.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32800] dumpBackup.php fails when $wgMainCacheType = CACHE_ACCEL; (and apc is disabled on commandline php)

2011-12-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32800

--- Comment #3 from Jools Wills b...@exotica.org.uk 2011-12-05 08:09:44 UTC 
---
Will do. Is this still considered a bug though - I mean if there is no cache
available, shouldn't the mediawiki code just not use any cache functions
instead of throwing an exception ?

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32801] Create Proofread Page namespaces on Sanskrit Wikisource

2011-12-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32801

p858snake p858sn...@gmail.com changed:

   What|Removed |Added

   Keywords||shell
 CC||p858sn...@gmail.com

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 7757] allow cropping images when rendered

2011-12-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=7757

--- Comment #14 from timothyaus...@yahoo.com 2011-12-05 08:26:23 UTC ---
(In reply to comment #8)
 I'd much rather we move towards limiting the number of rendered variants we
 have, not increase them... IMO cropping would be better served with an
 interface allowing for explicit, visible cropping which creates either a new
 saved version, or a 'cloned' virtual file which can be referred to by name...
 and more importantly, uses of it would be trackable so that if crops needs to
 be updated they can be cleanly.

Without cropping support, original, uncropped images get orphaned. Also, it
would not ruin the simple beauty of wiki markup because it only renders
ordinary css.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 30464] Persistent 'sessionID is invalid' error on log in

2011-12-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30464

Bencmq cn.chenmi...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #6 from Bencmq cn.chenmi...@gmail.com 2011-12-05 08:31:11 UTC ---
I have not encountered after that. Probably it is already fixed, so marked as
RESOLVED FIXED.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32801] Create Proofread Page namespaces on Sanskrit Wikisource

2011-12-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32801

abhivasish...@gmail.com changed:

   What|Removed |Added

 CC||abhivasish...@gmail.com

--- Comment #1 from abhivasish...@gmail.com 2011-12-05 08:32:49 UTC ---
(In reply to comment #0)
 Please create the following namespaces on Sanskrit Wikisource:
 
 Index: - अनुक्रमणिका:
 Index talk: - अनुक्रमणिकासंवादः:
 Page: - पुटम्:
 Page talk: - पुटसंवादः:
 
 See here for discussion:
 https://sa.wikisource.org/wiki/Wikisource:%E0%A4%B8%E0%A4%AE%E0%A5%81%E0%A4%A6%E0%A4%BE%E0%A4%AF%E0%A4%A6%E0%A5%8D%E0%A4%B5%E0%A4%BE%E0%A4%B0%E0%A4%AE%E0%A5%8D#Closing
 
 See bug 14693 (Latin Wikisource) and bug 13385 (English Wikisource) for
 examples, and other bugs with title Create proofread page namespaces on x
 Wikisource.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32800] dumpBackup.php fails when $wgMainCacheType = CACHE_ACCEL; (and apc is disabled on commandline php)

2011-12-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32800

Niklas Laxström niklas.laxst...@gmail.com changed:

   What|Removed |Added

 CC||niklas.laxst...@gmail.com

--- Comment #4 from Niklas Laxström niklas.laxst...@gmail.com 2011-12-05 
08:43:36 UTC ---
It's a faulty configuration. Some scripts rely on being able to clear the cache
(like the password reset script) and having them silently not work is not nice.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32802] New: $1 in message editsectionhint shouldn't be parsed

2011-12-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32802

   Web browser: ---
 Bug #: 32802
   Summary: $1 in message editsectionhint shouldn't be parsed
   Product: MediaWiki
   Version: (wikimedia-deployment)
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Internationalization
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: liang...@gmail.com
CC: niklas.laxst...@gmail.com, s.mazel...@xs4all.nl
Classification: Unclassified


In this message, if $1 contains a template call (also magic words etc.), it
shouldn't be expanded. (If a template call can be passed in, it must be already
escaped somehow, eg., with nowiki). See
http://zh.wikipedia.org/w/index.php?title=Wikipedia:%E6%B2%99%E7%9B%92oldid=18527982

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32797] Wikieditor Special charecter not working IE8 Windows XP

2011-12-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32797

Michael M. listenle...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||listenle...@gmail.com
 Resolution||DUPLICATE

--- Comment #2 from Michael M. listenle...@gmail.com 2011-12-05 08:48:40 UTC 
---


*** This bug has been marked as a duplicate of bug 31673 ***

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 31673] JavaScript Error: Object expected makes Special Characters section of (enhanced) toolbar of MW 1.18 unusable on IE 8

2011-12-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31673

Michael M. listenle...@gmail.com changed:

   What|Removed |Added

 CC||applebyro...@yahoo.co.uk

--- Comment #9 from Michael M. listenle...@gmail.com 2011-12-05 08:48:40 UTC 
---
*** Bug 32797 has been marked as a duplicate of this bug. ***

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32802] $1 in message editsectionhint shouldn't be parsed

2011-12-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32802

--- Comment #1 from Liangent liang...@gmail.com 2011-12-05 08:50:34 UTC ---
Also
http://zh.wikipedia.org/w/index.php?title=Wikipedia:%E6%B2%99%E7%9B%92oldid=18528024

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 30087] Preferences - Date format - display standard date format

2011-12-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30087

Iswariya ichu.ram...@gmail.com changed:

   What|Removed |Added

 CC||ichu.ram...@gmail.com,
   ||jayara...@gmail.com
Version|unspecified |1.18.0
 AssignedTo|wikibugs-l@lists.wikimedia. |ichu.ram...@gmail.com
   |org |

--- Comment #1 from Iswariya ichu.ram...@gmail.com 2011-12-05 08:53:05 UTC ---
Reply to :
--
(At Special:Preferences - Date and time - Date format one is able to select
several options including no preference which means that the standard date
format of the wiki will be used. However, I think it would be useful to display
the result of this setting (=standard date format) in brackets just next to no
preference. Thank you for considering this.)
--
Standard date format is displayed in brackets next to 'no preference' by adding
the below code:


languages\messages\MessagesEn.php
-

1753: 'datedefault'= 'No preference ('.date('j F Y').', at '.date('H:i').')',

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32800] dumpBackup.php fails when $wgMainCacheType = CACHE_ACCEL; (and apc is disabled on commandline php)

2011-12-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32800

--- Comment #5 from Jools Wills b...@exotica.org.uk 2011-12-05 08:55:16 UTC 
---
am i missing something. If there is no cache in use, then they should work
anyway surely. This all worked in 1.17 - and I saw no information relating to
needing this logic wrapped around the configuration setting.

The sensible thing would be if there is no apc cache as in this case, to fall
back on not using a cache. Not failing (which is a change from behaviour from
1.17)

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32768] feature to disable some input methods based on version status

2011-12-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32768

Santhosh Thottingal santhosh.thottin...@gmail.com changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 Status|NEW |RESOLVED
 Resolution||FIXED
 AssignedTo|wikibugs-l@lists.wikimedia. |santhosh.thottingal@gmail.c
   |org |om

--- Comment #1 from Santhosh Thottingal santhosh.thottin...@gmail.com 
2011-12-05 10:09:38 UTC ---
r105160 fixed this

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32766] Remove Bamini from Narayam on Tamil Wikiprojects AND Comments on Tamil Inscript

2011-12-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32766

Bug 32766 depends on bug 32768, which changed state.

Bug 32768 Summary: feature to disable some input methods based on version status
https://bugzilla.wikimedia.org/show_bug.cgi?id=32768

   What|Old Value   |New Value

 Status|NEW |RESOLVED
 Resolution||FIXED

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32766] Remove Bamini from Narayam on Tamil Wikiprojects AND Comments on Tamil Inscript

2011-12-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32766

Santhosh Thottingal santhosh.thottin...@gmail.com changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 AssignedTo|wikibugs-l@lists.wikimedia. |santhosh.thottingal@gmail.c
   |org |om

--- Comment #3 from Santhosh Thottingal santhosh.thottin...@gmail.com 
2011-12-05 10:15:01 UTC ---
r105160 have added the feature to disable the inputmethods in beta status. I
have marked Tamil Bamini and Inscript as beta status. So they will be available
only in translatewiki for testing.

Note that it will take around a week time to get code reviewed, deployed in WMF
cluster.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 29742] Enable Extension:FlaggedRevs for fiwiki (fi.wikipedia.org)

2011-12-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29742

kimmo.virta...@gmail.com changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |

--- Comment #4 from kimmo.virta...@gmail.com 2011-12-05 10:43:48 UTC ---
There should be couple configuration changes. 

- wgSimpleFlaggedRevsUI should be false by default, because there are several
layout bugs with icon based ui and fiwiki's infoboxes. 

- Administrators should be directly in editor and reviewer groups and they
should be able to stabilize pages. 

-- thanks Kimmo

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 29744] FlaggedRev installation requests (tracking)

2011-12-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29744

Bug 29744 depends on bug 29742, which changed state.

Bug 29742 Summary: Enable Extension:FlaggedRevs for fiwiki (fi.wikipedia.org)
https://bugzilla.wikimedia.org/show_bug.cgi?id=29742

   What|Old Value   |New Value

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32768] feature to disable some input methods based on version status

2011-12-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32768

Srikanth Logic srik@gmail.com changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 CC||srik@gmail.com
 Resolution|FIXED   |

--- Comment #2 from Srikanth Logic srik@gmail.com 2011-12-05 10:47:25 UTC 
---
Please update the interface display also to populate the (beta) on
translatewiki based on the status. While its assumed that only wikipedians use
translatewiki and we keep it as staging environment, anyone else using
translatewiki should be told that these input methods are in beta.

A link to report bugs on narayam menu(only in beta mode) will encourage more
people to report faster :)

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32766] Remove Bamini from Narayam on Tamil Wikiprojects AND Comments on Tamil Inscript

2011-12-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32766

Bug 32766 depends on bug 32768, which changed state.

Bug 32768 Summary: feature to disable some input methods based on version status
https://bugzilla.wikimedia.org/show_bug.cgi?id=32768

   What|Old Value   |New Value

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 30963] Special:Prefixindex - hide redirects

2011-12-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30963

Iswariya ichu.ram...@gmail.com changed:

   What|Removed |Added

 CC||ichu.ram...@gmail.com

--- Comment #2 from Iswariya ichu.ram...@gmail.com 2011-12-05 10:51:19 UTC ---
Reply to:

MrBlueSky :
Created attachment 9590 [details]
Patch against trunk
-
-
I have done your code changes in my localhost but am unable to execute it since
I get the below error :

Notice: Undefined variable: request in
C:\xampp\htdocs\mediawiki-1.18.0\includes\specials\SpecialPrefixindex.php on
line 52

Fatal error: Call to a member function getBool() on a non-object in
C:\xampp\htdocs\mediawiki-1.18.0\includes\specials\SpecialPrefixindex.php on
line 52

Could you just tell me that where have you declared the function getBool()??

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 31827] Moving CSS and JS pages shouldn't cause errors for users importing the old title

2011-12-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31827

Waldir wal...@email.com changed:

   What|Removed |Added

 CC||wal...@email.com

--- Comment #5 from Waldir wal...@email.com 2011-12-05 12:11:17 UTC ---
(In reply to comment #1)
 I'm pretty sure that would still by definition break their scripts/styles by
 removing them...?

Why not actually making redirects work in css and js pages? Is there anything
that makes this fundamentally more complicated than other cases? By now we're
using redirects for pages, images, templates, and it all works seamlessly.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32746] Template:!, = (( and )) as built-in variables

2011-12-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32746

Chad H. innocentkil...@gmail.com changed:

   What|Removed |Added

   Keywords|need-review |reviewed
 CC||innocentkil...@gmail.com

--- Comment #2 from Chad H. innocentkil...@gmail.com 2011-12-05 13:22:18 UTC 
---
At the very least, such a change *must* have test cases.

However, introducing new magic syntax generally sounds like a bad idea :(

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32746] Template:!, = (( and )) as built-in variables

2011-12-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32746

--- Comment #3 from Daniel Werner danwe...@web.de 2011-12-05 13:47:32 UTC ---
Is it really new syntax we are talking about? I think they are just new magic
words which are part of an old syntax generally called brace substitution or
more specifically; variables, pretty much built-in templates.

I guess with test cases you are talking about the mentioned problem with
PPFrame::expand() where it should be possible to escape some passed stuff?
pretty much like you would use preg_quote() if you have user input you want to
put as a part of a regular expression.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 30963] Special:Prefixindex - hide redirects

2011-12-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30963

--- Comment #3 from MrBlueSky mrblue...@wikipedia.be 2011-12-05 13:56:21 UTC 
---
getBool() is in WebRequest. But the patch will only work when applied to
version 1.19 (trunk).

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32803] New: Deny of access to Special/Stabilization

2011-12-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32803

   Web browser: ---
 Bug #: 32803
   Summary: Deny of access to Special/Stabilization
   Product: MediaWiki extensions
   Version: any
  Platform: Other
OS/Version: Linux
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: FlaggedRevs
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: bertrand.gron...@aliceadsl.fr
CC: aschulz4...@gmail.com, asha...@wikimedia.org,
innocentkil...@gmail.com, ro...@wikimedia.org
Classification: Unclassified


French Wikinews has some problems about the access to the special page
configuring parametres of Flaggedrev. (Special:Stabilization)

Sysops and burocrat can't access to this special page.

See by exemple :
http://fr.wikinews.org/w/index.php?title=Sp%C3%A9cial:Stabilizationpage=Mod%C3%A8le:Article_d%C3%A9taill%C3%A9

In portuguese wikinews, sysops can access at this page.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32803] Deny of access to Special/Stabilization

2011-12-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32803

--- Comment #1 from Bertrand GRONDIN bertrand.gron...@aliceadsl.fr 2011-12-05 
14:26:09 UTC ---
I have the following message : 

Used on Special:Stabilization when the user has not the permission to change
the settings.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32803] Deny of access to Special/Stabilization

2011-12-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32803

--- Comment #2 from Bertrand GRONDIN bertrand.gron...@aliceadsl.fr 2011-12-05 
14:27:15 UTC ---
I think there is a mistake about the users permissions about this setting.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32804] New: mediawiki.org admins have rights to add undefined group autochecked users

2011-12-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32804

   Web browser: ---
 Bug #: 32804
   Summary: mediawiki.org admins have rights to add undefined
group autochecked users
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: trivial
  Priority: Unprioritized
 Component: Site requests
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: wikipediad...@googlemail.com
Classification: Unclassified


[[mediawiki:Special:ListGroupRights]] lists the last two permissions for
mediawiki.org admins as:
*Add groups: IP block exemptions, Editors and Autochecked users
*Remove groups: IP block exemptions, Editors and Autochecked users

The last usergroup in each line is undefined (i.e. it has no rights, so it
doesn't show anywhere else.  After IRC (#mediawiki) discussion, it was
suggested that it may have something to do with flagged revisions but it's not
mentioned at [[mediawiki:Extension:FlaggedRevs]] nor at
[[mediawiki:Help:Extension:FlaggedRevs]].  The right should be removed from the
permissions for sysops.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 30443] GENDER (tracking)

2011-12-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30443

Gustronico gustron...@gmail.com changed:

   What|Removed |Added

 Depends on||32703

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32703] Create {{SPACEUSER}} to improve detection of page owner in User spaces, also usable in interface messages

2011-12-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32703

Gustronico gustron...@gmail.com changed:

   What|Removed |Added

 Blocks||30443

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 29552] Squid cache of redirect pages don't get purged when page it redirects to gets edited

2011-12-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29552

Derk-Jan Hartman hart...@videolan.org changed:

   What|Removed |Added

 CC||hart...@videolan.org
  Component|Page editing|Site requests
Product|MediaWiki   |Wikimedia

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 29552] Squid cache of redirect pages don't get purged when page it redirects to gets edited

2011-12-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29552

--- Comment #12 from Derk-Jan Hartman hart...@videolan.org 2011-12-05 
14:42:44 UTC ---
Moved this into Wikimedia, as per testing of Bawolff, this seems wikimedia
specific.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32805] New: enable Confirmed users group on mediawiki.org

2011-12-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32805

   Web browser: ---
 Bug #: 32805
   Summary: enable Confirmed users group on mediawiki.org
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Site requests
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: wikipediad...@googlemail.com
Classification: Unclassified


The Confirmed group exists by default on mediawiki.org but the right is not
assignable by anyone.  The lack of the group makes it impossible for a trusted
user from another site or a bot, even a flagged one, if recently created, to
move pages or upload due to a lack of rights, no matter how experienced the
operator.  Alternatively, the underlying rights could be assigned to bots by
default as going together with the flag.

Suggest the promotion permission be given to admins.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32805] enable Confirmed users group on mediawiki.org

2011-12-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32805

Chad H. innocentkil...@gmail.com changed:

   What|Removed |Added

 CC||innocentkil...@gmail.com

--- Comment #1 from Chad H. innocentkil...@gmail.com 2011-12-05 15:00:00 UTC 
---
FWIW, I really don't think we need the Confirmed group at all on mw.org.

Is this an actual problem people are encountering?

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32124] Incorrect position for Input Method in Monobook skin

2011-12-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32124

Santhosh Thottingal santhosh.thottin...@gmail.com changed:

   What|Removed |Added

   Keywords||i18n

--- Comment #7 from Santhosh Thottingal santhosh.thottin...@gmail.com 
2011-12-05 15:01:20 UTC ---
(In reply to comment #5)
 There are more issues. In Modern, the tools do not seem to work at all. Looks
 OK in skin chick. We're going to look into this soon.

r105181 fixed this for webfonts.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 10173] Some Squids seem to be serving stale pages

2011-12-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=10173

Derk-Jan Hartman hart...@videolan.org changed:

   What|Removed |Added

 CC||hart...@videolan.org

--- Comment #9 from Derk-Jan Hartman hart...@videolan.org 2011-12-05 15:04:35 
UTC ---
See also bug 24575 ???

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32806] New: Extension:Book doesn't work on Indonesian (id.wikipedia)

2011-12-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32806

   Web browser: ---
 Bug #: 32806
   Summary: Extension:Book doesn't work on Indonesian
(id.wikipedia)
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Site requests
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: bknl...@yahoo.com
Classification: Unclassified


Try to make a pdf on any article, and it will generate error.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32775] Webfonts doesn't render in IE8 and produces junk characters

2011-12-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32775

--- Comment #3 from Santhosh Thottingal santhosh.thottin...@gmail.com 
2011-12-05 15:21:08 UTC ---
Srikanth, can you tell me the exact version of windows xp? Service pack 2 or 3? 
I tried to get screenshot from Windows XP SP3+ Windows 8 and results are here:

http://crossbrowsertesting.com/users/34057/screenshots/z0e15410d9d0a9b1bf09/public
 
Sreenshots does not have junk characters.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32807] New: Sort and #expr doesn't work on dot-separated decimals

2011-12-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32807

   Web browser: ---
 Bug #: 32807
   Summary: Sort and #expr doesn't work on dot-separated decimals
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: General/Unknown
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: bknl...@yahoo.com
Classification: Unclassified


Indonesian language is one of the language that uses dot to separate thousands
and commas to separate decimals (opposite to US), and it didn't reflect well on
sorting and #expr parserfunction. I've only tested it on 1.16, but I think I
saw the same bug on 1.17. Not sure about 1.18 have been resolved or not. Will
post examples as soon as I can find one.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32227] blog.wikimedia.org show mixed-content warning with https

2011-12-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32227

Guillaume Paumier gpaum...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #5 from Guillaume Paumier gpaum...@wikimedia.org 2011-12-05 
15:27:17 UTC ---
Fixed as far as the theme images are concerned (i.e. only the logo)

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32806] Extension:Book doesn't work on Indonesian (id.wikipedia)

2011-12-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32806

--- Comment #1 from bennylin bknl...@yahoo.com 2011-12-05 15:31:08 UTC ---
Error message: 

RuntimeError: command failed with returncode 256: ['mw-render', '-w', 'rl',
'-c', 'cache/fc/fc530664e8331b5f/collection.zip', '-o',
'cache/fc/fc530664e8331b5f/output.rl', '--status',
'qserve://localhost:14311/fc530664e8331b5f:render-rl', '--template-blacklist',
'MediaWiki:PDF Template Blacklist', '--template-exclusion-category', 'Halaman
yang tidak turut dicetak', '--print-template-prefix', 'Cetak',
'--print-template-pattern', '$1/Cetak', '--language', 'id'] Last Output:
2011-12-05T15:30:28 mwlib.options.warn  Both --print-template-pattern and
--print-template-prefix (deprecated) specified. Using --print-template-pattern
only. 1% reading /tmp/tmpBXphQ8/revisions-1.txt 1% laying out 0% error removing
'/tmp/tmpBXphQ8' Traceback (most recent call last): File
/home/pp/local/bin/mw-render, line 9, in module
load_entry_point('mwlib==0.13.0', 'console_scripts', 'mw-render')() File
/home/pp/local/lib/python2.6/site-packages/mwlib-0.13.0-py2.6-linux-x86_64.egg/mwlib/apps/render.py,
line 211, in main return Main()() File
/home/pp/local/lib/python2.6/site-packages/mwlib-0.13.0-py2.6-linux-x86_64.egg/mwlib/apps/render.py,
line 176, in __call__ writer(env, output=tmpout, status_callback=self.status,
**writer_options) File
/home/pp/local/lib/python2.6/site-packages/mwlib.rl-0.12.9-py2.6.egg/mwlib/rl/rlwriter.py,
line 2184, in writer r.writeBook(output=output, coverimage=coverimage,
status_callback=status_callback) File
/home/pp/local/lib/python2.6/site-packages/mwlib.rl-0.12.9-py2.6.egg/mwlib/rl/rlwriter.py,
line 449, in writeBook self.initReportlabDoc(output) File
/home/pp/local/lib/python2.6/site-packages/mwlib.rl-0.12.9-py2.6.egg/mwlib/rl/rlwriter.py,
line 392, in initReportlabDoc version = self.getVersion() File
/home/pp/local/lib/python2.6/site-packages/mwlib.rl-0.12.9-py2.6.egg/mwlib/rl/rlwriter.py,
line 341, in getVersion 'version': str(_extversion.version), ValueError:
incomplete format in function system, file
/home/pp/local/lib/python2.6/site-packages/mwlib-0.12.17-py2.6-linux-x86_64.egg/EGG-INFO/scripts/nslave.py,
line 37

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32806] Extension:Book doesn't work on Indonesian (id.wikipedia)

2011-12-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32806

--- Comment #2 from bennylin bknl...@yahoo.com 2011-12-05 15:31:49 UTC ---
First noted here:
http://id.wikipedia.org/w/index.php?title=Wikipedia:Warung_Kopi_%28Teknis%29oldid=4995831#Masalah_dengan_Buat_Buku_.2F_Unduh_versi_Pdf

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32805] enable Confirmed users group on mediawiki.org

2011-12-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32805

--- Comment #2 from Doug wikipediad...@googlemail.com 2011-12-05 15:32:00 UTC 
---
Actually, yes, I encountered the problem when I had a special project that I
needed my bot for.  I brought my bot over and asked for it to be flagged, it
was flagged but can't do the above because it isn't autoconfirmed yet.  I
personally can wait four days if I need to, or just do the job by hand - though
I'd rather not ;), but the fact that a flagged bot isn't autoconfirmed and
''nobody can make it so'' (short of opping the bot) is problematic.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32806] Extension:Book doesn't work on Indonesian (id.wikipedia)

2011-12-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32806

Reedy s...@reedyboy.net changed:

   What|Removed |Added

 CC||developm...@pediapress.com
  Component|Site requests   |Collection
Version|unspecified |any
Product|Wikimedia   |MediaWiki extensions

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32806] Collection doesn't work on Indonesian (id.wikipedia)

2011-12-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32806

Reedy s...@reedyboy.net changed:

   What|Removed |Added

Summary|Extension:Book doesn't work |Collection doesn't work on
   |on Indonesian   |Indonesian (id.wikipedia)
   |(id.wikipedia)  |

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32473] whitelist [[Special:PasswordReset]] for some or all private wikis

2011-12-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32473

Chad H. innocentkil...@gmail.com changed:

   What|Removed |Added

 CC||innocentkil...@gmail.com

--- Comment #3 from Chad H. innocentkil...@gmail.com 2011-12-05 15:38:05 UTC 
---
(In reply to comment #2)
 (In reply to comment #1)
  I think office and internal use a LDAP backend so you can not really reset 
  your
  password using MediaWiki tools.
 
 I don't think office does...

None of the wikis except labs ones use ldap.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32808] New: NetworkAuth: $u is undefined

2011-12-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32808

   Web browser: ---
 Bug #: 32808
   Summary: NetworkAuth: $u is undefined
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: minor
  Priority: Unprioritized
 Component: [other]
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: o...@lenz.name
Classification: Unclassified


Created attachment 9614
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=9614
Patch to fix the bug.

When error reporting is turned on and I use the NetworkAuth extension, I get
the following warning:

Notice: Undefined variable: u in (...)/extensions/NetworkAuth/NetworkAuth.php
on line 123

As noted on the extensions talk page by user 朝彦 (Asahiko):
  http://www.mediawiki.org/wiki/Extension_talk:NetworkAuth
this is caused by the usage of the function is_null($u) to check whether the
variable $u contains something useful. However, when $u is not defined, this
causes the warning. The solution is to replace is_null($u) by !isset($u).

I have attached a patch for NetworkAuth.php to solve the problem.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32808] NetworkAuth: $u is undefined

2011-12-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32808

Olaf Lenz o...@lenz.name changed:

   What|Removed |Added

URL||http://www.mediawiki.org/wi
   ||ki/Extension_talk:NetworkAu
   ||th

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32808] NetworkAuth: $u is undefined

2011-12-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32808

Reedy s...@reedyboy.net changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #1 from Reedy s...@reedyboy.net 2011-12-05 15:55:37 UTC ---
Fixed with numerous other issues in r105184

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32809] New: Showing all pages in a namespace without the form

2011-12-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32809

   Web browser: ---
 Bug #: 32809
   Summary: Showing all pages in a namespace without the form
   Product: MediaWiki
   Version: 1.18.0
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Unprioritized
 Component: Special pages
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: por...@narod.ru
Classification: Unclassified


At Special:AllPages are shown all pages in a namespace AND the form to choose
which pages to display.

I want the ability to display all pages in a namespace WITHOUT the form above
the list. We can add a CGI parameter noform=1 with this purpose.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 27832] rsvg -- apparent error in parsing SVG files (gradients)

2011-12-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27832

--- Comment #7 from AnonMoos anonm...@prismnet.com 2011-12-05 16:06:13 UTC ---
Re: latest attachment -- some other bugs seem to have been fixed, but this
basic bug has not been.

See http://commons.wikimedia.org/wiki/File:Differencing-en.png for how it
should display...

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32800] dumpBackup.php fails when $wgMainCacheType = CACHE_ACCEL; (and apc is disabled on commandline php)

2011-12-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32800

--- Comment #6 from Brion Vibber br...@wikimedia.org 2011-12-05 16:06:57 UTC 
---
That script would work, but bad data could be left in the caches for your web
scripts.

Ultimately it's our fault for having this config option available at all when
we constantly recommend against it. :P

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32802] $1 in message editsectionhint shouldn't be parsed

2011-12-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32802

--- Comment #2 from Brion Vibber br...@wikimedia.org 2011-12-05 16:09:27 UTC 
---
Can you point out exactly what on those pages looks wrong?

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32800] dumpBackup.php fails when $wgMainCacheType = CACHE_ACCEL; (and apc is disabled on commandline php)

2011-12-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32800

--- Comment #7 from Daniel Friesen mediawiki-b...@nadir-seen-fire.com 
2011-12-05 16:11:43 UTC ---
Jools, Niklas is saying that some cli scripts also do work that involves
clearing the web side's cache.
ie: There's something cached for the web version, a script from the cli is run,
modifies the backing information, and wants to clear that information. If
there's a cache on the web but not cache in the cli then that means that
falling back to no-cache and purging that means inadvertently the script has
thought it cleared the cache when in reality the cache is still there on the
web, and the web side of the wiki is still serving outdated information to
users.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32804] mediawiki.org admins have rights to add undefined group autochecked users

2011-12-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32804

Reedy s...@reedyboy.net changed:

   What|Removed |Added

   Keywords||shell
 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #1 from Reedy s...@reedyboy.net 2011-12-05 16:31:54 UTC ---
Fixed

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 25105] Add all public lists to Gmane: provide .mbox lists archives

2011-12-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25105

--- Comment #13 from Nemo_bis federicol...@tiscali.it 2011-12-05 16:31:57 UTC 
---
Created attachment 9615
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=9615
Excerpts from the Gmane subscription results replies

Should be done now: all lists have been created (120 have been added to Gmane)
and all archives should have been imported in the last few days (I checked only
a couple of them). I notified all the lists and list owners.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 25105] Add all public lists to Gmane: provide .mbox lists archives

2011-12-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25105

Nemo_bis federicol...@tiscali.it changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32802] $1 in message editsectionhint shouldn't be parsed

2011-12-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32802

--- Comment #3 from Liangent liang...@gmail.com 2011-12-05 16:36:53 UTC ---
(In reply to comment #2)
 Can you point out exactly what on those pages looks wrong?

See the tooltip of the edit link of the section and compare it with the
section title.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 21980] Lots of xhtml errors at blog.wikimedia.org

2011-12-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21980

Guillaume Paumier gpaum...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #4 from Guillaume Paumier gpaum...@wikimedia.org 2011-12-05 
16:46:40 UTC ---
I've fixed all the validation errors caused by bugs in the theme itself (e.g.
small elements around p, etc.). The Wikimedia blog should pass validation
as soon as the production copy is updated.

While I was at it, I also fixed the one in Rob's post (probably due to a
copy/paste from a MediaWiki page, where MediaWiki's divs conflicted with the
ps WordPress had automatically added) but specific posts are likely to break
validation often in similar cases.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32798] de.planet stuck

2011-12-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32798

Reedy s...@reedyboy.net changed:

   What|Removed |Added

Summary|de.planet stucks|de.planet stuck

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32805] enable Confirmed users group on mediawiki.org

2011-12-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32805

--- Comment #3 from Doug wikipediad...@googlemail.com 2011-12-05 16:18:09 UTC 
---
As noted above and on
[[mediawiki:Project:Current_issues#User_rights_on_mw.org_9524]], though, a
viable alternative is simply to give these rights to bots.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32757] Enable MoodBar on Wikimedia Sverige Wiki

2011-12-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32757

Reedy s...@reedyboy.net changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED
Summary|Enable MoodBar on Wikimedia |Enable MoodBar on Wikimedia
   |Sverige Wiki.   |Sverige Wiki

--- Comment #3 from Reedy s...@reedyboy.net 2011-12-05 17:01:11 UTC ---
Done

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32770] From field in notification email is confusing

2011-12-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32770

--- Comment #2 from Reedy s...@reedyboy.net 2011-12-05 17:02:43 UTC ---
If we decide what we want it to be, we can configure it

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 1450] Enable Extension:ShortUrl on or.wikipedia, ta.wikipedia...

2011-12-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=1450

Srikanth Logic srik@gmail.com changed:

   What|Removed |Added

 CC||gmeijs...@wikimedia.org

--- Comment #18 from Srikanth Logic srik@gmail.com 2011-12-05 17:15:07 
UTC ---
Is there anything else that prevents progress on this. A lot of non-latin wikis
are really looking forward to this for ages, can some priority given to this to
close and deploy them?

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 17955] Show end of image names in categories

2011-12-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17955

--- Comment #8 from duplicate...@googlemail.com 2011-12-05 17:22:18 UTC ---
No, it is not user-customizable, only for the whole wiki. It is a option, to
make it user-customizable, but setting it on all wmf wikis looks easy.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32805] enable Confirmed users group on mediawiki.org

2011-12-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32805

--- Comment #4 from Doug wikipediad...@googlemail.com 2011-12-05 17:29:38 UTC 
---
In which case, they should probably be given to all other assigned userrights,
such as editors, reviewers, and coders.  It is not inconceivable that one would
need such rights as there are devs with almost no edits on mediawiki.org.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32810] New: Allow recent/regular donators to turn off requests for donations

2011-12-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32810

   Web browser: ---
 Bug #: 32810
   Summary: Allow recent/regular donators to turn off requests for
donations
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Unprioritized
 Component: User interface
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: spay...@comcast.net
Classification: Unclassified


This is an enhancement request, but this is the only place I could find to
enter it. The request is for recent donators to not be asked for donations. If
one has donated in the last x months, donated so much money, or whatever, it
seems ungrateful to ask for more. It seems as if this feature would provide a
nice incentive to donate. The ability to click the close icon on the requests
is nice, and it is a sticky action, but this feature takes it one step further
with benefits to both sides of the donation equation.

Thank you,
Steven M Payeur

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32785] Attempt to action=edit a page in the Media: namespace

2011-12-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32785

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

 CC||m...@everybody.org

--- Comment #2 from Mark A. Hershberger m...@everybody.org 2011-12-05 
17:51:01 UTC ---
(In reply to comment #1)
 I wonder if the fix for special:whatlinkshere/media:foo that's currently 
 tagged
 1.18wmf1 will fix this.

Just verified that this is in 1.18 tarball, too.  What is the revision number
you are talking about?

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32803] Deny of access to Special/Stabilization

2011-12-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32803

Aaron Schulz aschulz4...@gmail.com changed:

   What|Removed |Added

  Component|FlaggedRevs |Site requests
Version|any |unspecified
Product|MediaWiki extensions|Wikimedia

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32785] Attempt to action=edit a page in the Media: namespace

2011-12-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32785

--- Comment #3 from Mark A. Hershberger m...@everybody.org 2011-12-05 
17:56:46 UTC ---
Aaron says r103450... testing.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32752] Create interwiki for the the Brazilian chapter wiki

2011-12-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32752

--- Comment #1 from Reedy s...@reedyboy.net 2011-12-05 18:00:22 UTC ---
https://meta.wikimedia.org/w/index.php?title=Interwiki_mapaction=historysubmitdiff=3126718oldid=3015164

Not live on the site

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32811] New: Direct link to a tab in Special:Preferences

2011-12-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32811

   Web browser: ---
 Bug #: 32811
   Summary: Direct link to a tab in Special:Preferences
   Product: MediaWiki
   Version: 1.17.1
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Unprioritized
 Component: User preferences
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: mediaw...@blazemonger.com
CC: agarr...@wikimedia.org
Classification: Unclassified


Special:Preferences should support a URL parameter that makes it open to a
specified user preference, rather than just starting on the General tab. For
example:

http://example.com/wiki/Special:Preferences?pref=showtoc

would cause Special:Preferences to open with its Appearance tab active, since
that is where the showtoc (Show table of contents) checkbox lives.

This would be a great help with documentation. Instead of wiki pages saying,
Click My Preferences, then click the Appearance tab, they can provide a
direct link to the setting in question.

This feature opens the doors to useful doc templates like this one:

Change the setting {{MediaWiki:tog-{{{1} by clicking
[{{fullurl:Special:Preferences|pref={{{1} HERE].

This request is related to bug 27559, which asks for Special:Preferences to
open a specified tab. My suggestion abstracts away the tab and focuses on the
preference setting itself... after all, the Preferences UI could change someday
(say, changing tabs into something else), but the preference names are not
likely to change.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32811] Direct link to a setting in Special:Preferences

2011-12-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32811

Dan Barrett mediaw...@blazemonger.com changed:

   What|Removed |Added

Summary|Direct link to a tab in |Direct link to a setting in
   |Special:Preferences |Special:Preferences

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32785] Attempt to action=edit a page in the Media: namespace

2011-12-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32785

--- Comment #4 from Mark A. Hershberger m...@everybody.org 2011-12-05 
18:21:57 UTC ---
Doesn't appear relevant

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32672] Firefox 11 nightlies on Android size text, controls incorrectly on MobileFrontend

2011-12-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32672

Brion Vibber br...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #1 from Brion Vibber br...@wikimedia.org 2011-12-05 18:22:40 UTC 
---
This appears to have been resolved in recent days; something in the beta
updates appears to have fixed it as a side effect. Mozilla people say no
relevant changes on their end, and can confirm going back a few days in dailies
they seem better now.

Not sure exactly what changed it, but possibly something affected the use of
CSS to disable font adjustment or such. Yay!

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32785] Attempt to action=edit a page in the Media: namespace

2011-12-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32785

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Highest

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32786] Change in Database api break extensions

2011-12-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32786

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||m...@everybody.org

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32789] Split hitcounter feature into an extension

2011-12-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32789

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||m...@everybody.org

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32789] Split hitcounter feature into an extension

2011-12-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32789

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

   Severity|normal  |enhancement

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32792] Proofread Page extension inconsistently expects escaped spaces in namespaces

2011-12-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32792

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||m...@everybody.org

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32793] Please upload 4 videos from 2011 GLAMcamp Amsterdam to Wikimedia Commons

2011-12-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32793

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

   Keywords||shell
   Priority|Unprioritized   |Normal
 CC||m...@everybody.org

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32794] UploadWizard should add attribution

2011-12-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32794

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||m...@everybody.org

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32796] status.wikimedia.org is using SSL cert from other domain

2011-12-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32796

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||m...@everybody.org

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32798] de.planet stuck

2011-12-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32798

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||m...@everybody.org

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32433] Package TestSwarm as Debian package

2011-12-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32433

--- Comment #4 from Antoine hashar Musso has...@free.fr 2011-12-05 18:34:28 
UTC ---
Got the package deployed on a virtual machine, had to update some puppet
classes meanwhile.

The package should install smoothly now.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32800] dumpBackup.php fails when $wgMainCacheType = CACHE_ACCEL; (and apc is disabled on commandline php)

2011-12-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32800

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||m...@everybody.org

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32801] Create Proofread Page namespaces on Sanskrit Wikisource

2011-12-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32801

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||m...@everybody.org

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32802] $1 in message editsectionhint shouldn't be parsed

2011-12-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32802

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||m...@everybody.org

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32803] Deny of access to Special/Stabilization

2011-12-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32803

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

   Keywords||shell
   Priority|Unprioritized   |Normal
 CC||m...@everybody.org

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32802] $1 in message editsectionhint shouldn't be parsed

2011-12-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32802

--- Comment #4 from Brion Vibber br...@wikimedia.org 2011-12-05 18:40:05 UTC 
---
There is no section edit link on old page views such as your sample URLs.

If I go to the current version of
https://zh.wikipedia.org/wiki/Wikipedia:%E6%B2%99%E7%9B%92, I see:

Source: =测试区=
Section title: 测试区
Edit link tooltip: 编辑段落:测试区

which seems entirely consistent.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32775] Webfonts doesn't render in IE8 and produces junk characters

2011-12-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32775

--- Comment #4 from Srikanth Logic srik@gmail.com 2011-12-05 18:41:03 UTC 
---
Santhosh, I am also on Windows XP SP3 + IE8.

I am trying now at my home network and not able to reproduce. Strange. Is it
something to have with connection speed / broken download of webfonts or
something like that ? I am just taking wild guess.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32805] enable Confirmed users group on mediawiki.org

2011-12-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32805

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Low
 CC||m...@everybody.org

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32812] New: Error on move page by visitor

2011-12-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32812

   Web browser: ---
 Bug #: 32812
   Summary: Error on move page by visitor
   Product: MediaWiki
   Version: 1.18.0
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Special pages
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: sls...@bk.ru
Classification: Unclassified


Error message:
Fatal error: Call to a member function spreadAnyEditBlock() on a non-object in
W:\home\kob.my\wiki\includes\specials\SpecialMovepage.php on line 78

How to fix: replase $user to $wgUser on the line 78.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32812] Error on move page by visitor

2011-12-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32812

Aaron Schulz aschulz4...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||aschulz4...@gmail.com
 Resolution||FIXED

--- Comment #1 from Aaron Schulz aschulz4...@gmail.com 2011-12-05 18:53:58 
UTC ---
Fixed in r105204.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32813] New: dumpInterwiki.php spews many warnings

2011-12-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32813

   Web browser: ---
 Bug #: 32813
   Summary: dumpInterwiki.php spews many warnings
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Interwiki links
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: s...@reedyboy.net
Classification: Unclassified


Maybe should go in a component of MW Extensions for Wikimedia Maintenance, but
bleugh


Notice: Undefined index: iw_local in
/home/wikipedia/common/php-1.18/maintenance/dumpInterwiki.php on line 247
PHP Notice:  Undefined index: iw_local in
/home/wikipedia/common/php-1.18/maintenance/dumpInterwiki.php on line 247

etc

I think there are/were some for iw_url too...

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32798] de.planet stuck

2011-12-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32798

--- Comment #2 from Mark A. Hershberger m...@everybody.org 2011-12-05 
19:08:52 UTC ---
User:Mutante looked at this and found the following:
https://meta.wikimedia.org/wiki/Planet_Wikimedia#Requests_for_Update_.28or_Removal.29

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 6422] Extract embedded text from PDF documents for search

2011-12-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=6422

--- Comment #1 from Brion Vibber br...@wikimedia.org 2011-12-05 19:09:43 UTC 
---
PdfHandler extension does text extraction using 'pdftotext' utility if
$wgPdftoText is on.

Currently this is stored into the metadata blob and isn't available for search,
but may be used by Extension:ProofreadPage.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 12639] table problem with « center » in an RTL environment

2011-12-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=12639

Diederik van Liere dvanli...@gmail.com changed:

   What|Removed |Added

 CC||dvanli...@gmail.com

--- Comment #7 from Diederik van Liere dvanli...@gmail.com 2011-12-05 
19:18:28 UTC ---
I have checked this with IE9 and the problem does not exist as well. I think
upgrading IE is the fastest solution :)

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32798] de.planet stuck

2011-12-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32798

--- Comment #3 from Brion Vibber br...@wikimedia.org 2011-12-05 19:20:37 UTC 
---
Are any of those in the de planet config.ini file? They seem to be mostly from
the french or english.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


  1   2   3   >