[Bug 47191] [Regression] Installer: MySQL Fatal Error 1283: Column 'si_title' cannot be part of FULLTEXT index

2013-04-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47191

--- Comment #1 from Krinkle krinklem...@gmail.com ---
MySQL version 5.6.10 (latest stable).

-- 
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 47191] [Regression] Installer: MySQL Fatal Error 1283: Column 'si_title' cannot be part of FULLTEXT index

2013-04-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47191

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

   Priority|High|Highest
   Severity|critical|blocker

-- 
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 47191] [Regression] Installer: MySQL Fatal Error 1283: Column 'si_title' cannot be part of FULLTEXT index

2013-04-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47191

--- Comment #2 from Krinkle krinklem...@gmail.com ---
MySQL database is newly created.

I cannot reproduce the problem with database collation set to binary.

However the default collation for new databases is utf8_general_ci (MySQL
5.6.10).

And when having that as the collation, I can reproduce this fatal error every
time.

-- 
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 47191] [Regression] Installer: MySQL Fatal Error 1283: Column 'si_title' cannot be part of FULLTEXT index

2013-04-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47191

--- Comment #3 from Krinkle krinklem...@gmail.com ---
(In reply to comment #2)
 MySQL database is newly created.
 
 I cannot reproduce the problem with database collation set to binary.
 
 However the default collation for new databases is utf8_general_ci (MySQL
 5.6.10).
 
 And when having that as the collation, I can reproduce this fatal error every
 time.

Sorry, the other way around. On the default collation (utf8_general_ci) is
works fine. When installing it on a newly created database with collation set
to binary, it fails.

Possibly related issue:
*
https://www.mediawiki.org/wiki/Thread:Project:Support_desk/I_just_instill_whole_new_kloxo_on_lindoe_VPS,_Then_I_got_this%EF%BC%9A#Installation_gives_MySQL_ERROR_1283:_Column_.27si_title.27_cannot_be_part_of_FULLTEXT_index_19853

-- 
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 5244] Allow searching in intersections, etc. of categories

2013-04-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=5244

--- Comment #49 from Yuvi Panda yuvipa...@gmail.com ---
I know that the E3 team started using Redis in a limited capacity to implement
efficient 'random article from category' (can not find link right now, will
update when I do). Perhaps we can use Redis / similar non-mysql database for
things like this?

-- 
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 25931] Implement efficient way to select random page from specified category on Wikimedia wikis

2013-04-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25931

Yuvi Panda yuvipa...@gmail.com changed:

   What|Removed |Added

 CC||yuvipa...@gmail.com

--- Comment #34 from Yuvi Panda yuvipa...@gmail.com ---
Update: The e3 team implemented a limited version of this in
https://gerrit.wikimedia.org/r/#/c/52468/ and
https://gerrit.wikimedia.org/r/#/c/51881/ - it only makes it available for a
pre-configured small set of categories. 

Most of the code required for this is written, it just needs extracting out to
its own Extension (RedisRandomCategory?), and perhaps an API Module. And there
shouldn't be *too* much performance issues in getting this on cluster,
considering that it is already deployed (albeit in a limited way) by E3.

-- 
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 43092] Warn if error_reporting has E_STRICT

2013-04-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43092

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

  Flags|Backport_to_Stable? |Backport_to_Stable+

--- Comment #8 from Nemo federicol...@tiscali.it ---
(In reply to comment #7)
 Fix backport status: we're still at 1.19.4, should be set to + once released
 (per discussion we had).

Well, Krinkle just set to + after backporting, I guess we'll check the pending
backports on gerrit instead.

-- 
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 45903] 1.19 needs to avoid gzip unless useGzip returns true

2013-04-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=45903

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 CC||federicol...@tiscali.it
  Flags|Backport_to_Stable? |Backport_to_Stable+

--- Comment #2 from Nemo federicol...@tiscali.it ---
(In reply to comment #1)
 See gerrit I4213401502584dcc49339c6a32e92a5d49e4ab47

Merged.

-- 
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 43594] wfSuppressWarnings() should suppress E_STRICT warnings

2013-04-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43594

--- Comment #16 from Nemo federicol...@tiscali.it ---
1.20 backport was +2'ed by Platonides but needs verified +2 because tests fail.

-- 
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 42430] Exception Caught: Error in numRows(): Table 'metawiki.revtag_type' doesn't exist (10.0.6.36)

2013-04-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42430

--- Comment #13 from Nemo federicol...@tiscali.it ---
Still needs backporting – only 2 days left.

-- 
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 37714] [Regression] Incomplete log entries: sublog missing

2013-04-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37714

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 CC||federicol...@tiscali.it
  Flags|Backport_to_Stable? |Backport_to_Stable+

--- Comment #11 from Nemo federicol...@tiscali.it ---
Was already in the tarball and was then backported to 1.20 with
https://gerrit.wikimedia.org/r/#/c/32227/

-- 
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 37209] LinkCache doesn't currently know about this title

2013-04-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37209

Alexandre Emsenhuber [IAlex] wikib...@emsenhuber.ch changed:

   What|Removed |Added

   Keywords|patch-in-gerrit |
 Status|RESOLVED|REOPENED
URL|https://gerrit.wikimedia.or |
   |g/r/#/c/8770/   |
 Resolution|FIXED   |---
   Assignee|vita...@yourcmc.ru  |wikibugs-l@lists.wikimedia.
   ||org
   Target Milestone|1.20.x release  |---

--- Comment #34 from Alexandre Emsenhuber [IAlex] wikib...@emsenhuber.ch ---
Gerrit change #43445 was reverted by Gerrit change #55389; reopening bug.

-- 
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 39480] Bugs affecting translatewiki.net (errors from MediaWiki master) (tracking)

2013-04-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39480

Bug 39480 depends on bug 37209, which changed state.

Bug 37209 Summary: LinkCache doesn't currently know about this title
https://bugzilla.wikimedia.org/show_bug.cgi?id=37209

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |---

-- 
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 43899] DataValues test failures

2013-04-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43899

Bug 43899 depends on bug 37209, which changed state.

Bug 37209 Summary: LinkCache doesn't currently know about this title
https://bugzilla.wikimedia.org/show_bug.cgi?id=37209

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |---

-- 
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 37209] LinkCache doesn't currently know about this title

2013-04-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37209

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 CC||aschulz4...@gmail.com
 Depends on||46397

--- Comment #35 from Nemo federicol...@tiscali.it ---
(In reply to comment #34)
 Gerrit change #43445 was reverted by Gerrit change #55389; reopening bug.

Ah, it would have been nice to know... This bug causes major disruption and now
we have only 2 days to fix it on 1.19 and 1.20. :(

-- 
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 46397] Moving pages is completely broken in 1.21wmf12

2013-04-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46397

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 Blocks||37209

-- 
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 37209] LinkCache doesn't currently know about this title

2013-04-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37209

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

   Priority|Highest |Immediate

-- 
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 27162] Parsing dependencies should be greyed out when previewing

2013-04-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27162

Jan Paul Posma jp.po...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WONTFIX

--- Comment #1 from Jan Paul Posma jp.po...@gmail.com ---
InlineEditor is no longer being developed.

-- 
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 27163] Cite should communicate dependencies to InlineEditor

2013-04-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27163

Bug 27163 depends on bug 27162, which changed state.

Bug 27162 Summary: Parsing dependencies should be greyed out when previewing
https://bugzilla.wikimedia.org/show_bug.cgi?id=27162

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WONTFIX

-- 
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 27166] Edit conflicts in InlineEditor

2013-04-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27166

Jan Paul Posma jp.po...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WONTFIX

--- Comment #1 from Jan Paul Posma jp.po...@gmail.com ---
InlineEditor is no longer being developed.

-- 
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 27746] A special page should be added to execute marking tests

2013-04-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27746

Jan Paul Posma jp.po...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WONTFIX

--- Comment #1 from Jan Paul Posma jp.po...@gmail.com ---
InlineEditor is no longer being developed.

-- 
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 27163] Cite should communicate dependencies to InlineEditor

2013-04-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27163

Jan Paul Posma jp.po...@gmail.com changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |WONTFIX

--- Comment #1 from Jan Paul Posma jp.po...@gmail.com ---
InlineEditor is no longer being developed.

-- 
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 29625] Qunit test for tablesorter with custom collation fails in Konqueror

2013-04-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29625

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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WONTFIX

--- Comment #1 from Michael M. listenle...@gmail.com ---
Closing this old bug as WONTFIX. Konqueror 3.5 is really old, in current
versions the bug causing this has been fixed
(https://bugs.kde.org/show_bug.cgi?id=48182), [[de:MediaWiki:Common.js]] sets
both 'Ä' and 'ä', so this isn't an actual problem.

-- 
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 46978] Cite error category rapidly populating with phantom entries

2013-04-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46978

--- Comment #13 from John Perry john37pe...@gmail.com ---
There is a [[WP:VPT#Articles randomly showing up in categories|new bleat]]
which suggests the same problem with other categories.

-- 
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 46086] internal_api_error_DBQueryError

2013-04-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46086

Fastily fast...@yahoo.com changed:

   What|Removed |Added

   Priority|High|Highest
   Severity|major   |critical

--- Comment #14 from Fastily fast...@yahoo.com ---
This is an example of the response I get when a deletion fails with a
DBQeryError.  Please fix.


WARNING: [commons.wikimedia.org] Exception: MediaWiki error, response was ?xml
version=1.0?api servedby=mw1144error
code=internal_api_error_DBQueryError info=Database query error
xml:space=preserve //api

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 46086] internal_api_error_DBQueryError

2013-04-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46086

--- Comment #15 from Rainer Rillke @commons.wikimedia 
rainerril...@hotmail.com ---
(In reply to comment #12)
With shell user, you mean someone using the UI? The API? ...?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 46782] API imageinfo per-title-limit

2013-04-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46782

Rainer Rillke @commons.wikimedia rainerril...@hotmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #9 from Rainer Rillke @commons.wikimedia rainerril...@hotmail.com 
---
(In reply to comment #8)
 please close
I thought it was.

 can't calculate the info for the thumbnail without
 actually resizing it
When images are used in the usual UI, it's beneficial to know whether resizing
works (or OOM occurs, it's over the max-size), ... but if this information is
not forwarded to the API, there is no reason to scale all files. 

Also I doubt all were scaled because these queries usually took (and take) less
than 1 s to complete while when requesting URIs of unusual image sizes, the
server usually takes at least 1 s to respond per file. And I thought files are
scaled on dedicated image scalers... so you really send requests out to these
scalers and wait for them to complete and then send out the API response?
Either I am under a misconception or this sounds really dubious...

-- 
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 41078] Special:ActiveUsers query is very slow

2013-04-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41078

Rainer Rillke @commons.wikimedia rainerril...@hotmail.com changed:

   What|Removed |Added

 CC||rainerril...@hotmail.com

--- Comment #25 from Rainer Rillke @commons.wikimedia 
rainerril...@hotmail.com ---
I wonder, why I didn't read it in the wikitech-ambassadors mailing list.
Perhaps this change was just not submitted to that mailing list?

-- 
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 29501] Extension:PrefStats returns false / different results compared to maintenance/userOptions.php

2013-04-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29501

--- Comment #1 from Subfader subfa...@gmail.com ---
I have not tried again since then. Possibly the bug report is still valid.

-- 
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 29853] bugzilla integration with Mediawiki

2013-04-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29853

Rainer Rillke @commons.wikimedia rainerril...@hotmail.com changed:

   What|Removed |Added

 CC||rainerril...@hotmail.com

--- Comment #5 from Rainer Rillke @commons.wikimedia rainerril...@hotmail.com 
---
(In reply to comment #1)
 if you want to
 remain anonymous, for which, a lot of people don't actually care
A lot of people in the Community want to stay anonymous. Just look at their
user names. I would give you a link to [[Special:ActiveUsers]] but
unfortunately this special page was removed due to Bug 41078

 Wiki syntax does work
Only very limited

-- 
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 47192] New: ext.math.mathjax throws null exception in IE10

2013-04-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47192

   Web browser: ---
Bug ID: 47192
   Summary: ext.math.mathjax throws null exception in IE10
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: PC
OS: Windows 8
Status: UNCONFIRMED
  Severity: blocker
  Priority: Unprioritized
 Component: Math
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: peter2bl...@gmail.com
CC: mflasc...@wikimedia.org, o...@wikimedia.org,
phy...@ckurs.de
Classification: Unclassified
   Mobile Platform: ---

latest version of Math extension in mediawiki 1.20.3

-- 
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 47192] ext.math.mathjax throws null exception in IE10

2013-04-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47192

peter2bl...@gmail.com changed:

   What|Removed |Added

Version|unspecified |master

-- 
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 47192] ext.math.mathjax throws null exception in IE10

2013-04-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47192

peter2bl...@gmail.com changed:

   What|Removed |Added

Web browser|--- |Internet Explorer

-- 
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 43821] resources/mw.FormDataTransport.js makes use of deprecated jQuery.browser and uses string comparison

2013-04-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43821

--- Comment #1 from Rainer Rillke @commons.wikimedia rainerril...@hotmail.com 
---
Note to myself:
Formdata won't work before FF 22 [
https://bugzilla.mozilla.org/show_bug.cgi?id=649150 ] because it will use
blob as file name (ignoring the specified file name) and MediaWiki will
complain about a missing file extension.

-- 
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 33365] resources/mediawiki/mediawiki.feedback.js: Privacy and usability issues

2013-04-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33365

Rainer Rillke @commons.wikimedia rainerril...@hotmail.com changed:

   What|Removed |Added

 CC||rainerril...@hotmail.com

--- Comment #6 from Rainer Rillke @commons.wikimedia rainerril...@hotmail.com 
---
(In reply to comment #2)
Saibo retired.

-- 
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 46086] internal_api_error_DBQueryError

2013-04-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46086

--- Comment #16 from Alex Monk (Krenair) kren...@gmail.com ---
(In reply to comment #15)
 (In reply to comment #12)
 With shell user, you mean someone using the UI? The API? ...?

Someone with shell access on the servers and the ability to look at the log
files which store things like database errors.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 47193] New: Diff links between revdeleted versions in deleted histories causing a PHP error

2013-04-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47193

   Web browser: ---
Bug ID: 47193
   Summary: Diff links between revdeleted versions in deleted
histories causing a PHP error
   Product: MediaWiki
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: History/Diffs
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: orlod...@wiki256.net
Classification: Unclassified
   Mobile Platform: ---

Some diff links in deleted histories between DELETED_TEXT+DELETED_RESTRICTED
revisions and DELETED_TEXT revisions raise an error in SpecialUndelete.php for
sysops.

I first noticed this bug in the deleted history of [[fr:FC Lyon 13]], that
contains the link
http://fr.wikipedia.org/w/index.php?title=Sp%C3%A9cial:Restaurertarget=FC+Lyon+13timestamp=20120112092914diff=prev.
It causes a PHP error when logged in with a sysop (but not oversight) account:
PHP fatal error in
/usr/local/apache/common-local/php-1.22wmf1/includes/diff/DifferenceEngine.php
line 752:
Argument 1 passed to DifferenceEngine::generateContentDiffBody() must implement
interface Content, null given, called in
/usr/local/apache/common-local/php-1.22wmf1/includes/specials/SpecialUndelete.php
on line 1015 and defined

Steps to reproduce (it requires an account with sysop and oversight rights, and
a second account with sysop but no oversight rights):
1. Create a page and edit it twice, so that there are three versions (say that
#1 the oldest version, then come #2 and #3 the current version).
2. With the sysop+oversight account, set the visibility parameters of revision
#1 to DELETED_TEXT + DELETED_RESTRICTED (Hide revision text and Suppress
data from administrators as well as others) and set the visibility parameters
of revision #2 to DELETED_TEXT (Hide revision text)
3. With the sysop-only account, delete the page and go the deleted history. For
revision #2, a diff link is visible (this is already a minor bug, as a sysop
cannot see the diff between #1 and #2).
4. Clicking on this diff link causes the error described at the beginning.

-- 
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 46166] Add automated browser tests to beta labs (tracking)

2013-04-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46166

--- Comment #3 from Željko Filipin zfili...@wikimedia.org ---
Should this bug be closed now that we run Selenium tests both on
http://test2.wikipedia.org and http://en.wikipedia.beta.wmflabs.org?

-- 
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 47194] New: GettingStarted extension not at en.wikipedia.beta.wmflabs.org

2013-04-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47194

   Web browser: ---
Bug ID: 47194
   Summary: GettingStarted extension not at
en.wikipedia.beta.wmflabs.org
   Product: Wikimedia Labs
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: deployment-prep (beta)
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: zfili...@wikimedia.org
CC: benap...@gmail.com, cmcma...@wikimedia.org,
fai...@wikimedia.org, has...@free.fr,
mhershber...@wikimedia.org, platoni...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

GettingStarted extension is at http://en.wikipedia.org/ and
http://test2.wikipedia.org/

http://en.wikipedia.org/wiki/Main_Page?tour=gettingstarted
http://test2.wikipedia.org/wiki/Main_Page?tour=gettingstarted

The extension is not at http://en.wikipedia.beta.wmflabs.org/

http://en.wikipedia.beta.wmflabs.org/wiki/Main_Page?tour=gettingstarted

That breaks our Selenium tests.

All tests are passing at test2.wikipedia.org:

https://wmf.ci.cloudbees.com/job/browsertests-test2.wikipedia.org-linux-chrome/lastCompletedBuild/testReport/(root)/Guided%20Tour/

All tests are failing at en.wikipedia.beta.wmflabs.org:

https://wmf.ci.cloudbees.com/job/browsertests-en.wikipedia.beta.wmflabs.org-linux-chrome/3/testReport/(root)/Guided%20Tour/

-- 
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 47195] New: Remove skins that can't be properly supported and instead add some easy-to-support options for all skins

2013-04-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47195

   Web browser: ---
Bug ID: 47195
   Summary: Remove skins that can't be properly supported and
instead add some easy-to-support options for all skins
   Product: MediaWiki
   Version: 1.21-git
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Skin and page rendering
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: rainerril...@hotmail.com
CC: krinklem...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

In Bug 41246, it turned out that skins are maintained by volunteers. This is
not an option for a popular CMS, especially if they can't be maintained
properly. 
Removing the Cologne Blue skin completely after its main benefit was removed
should be considered.

Skins often also complicate the situation so compatibility wrappers must be
written (cf. mw.util.$content) that in turn suffer from other issues (e.g.
being undefined or null when accessed too early) which can only be fixed with
huge efforts. Another example is that some links in the quickbar in the classic
(useskin=standard) like the move link do not carry IDs.

What people often want are just some features of the skin like a different
background color or smaller elements/padding/margin, a fixed sidebar. I know
this because I am involved in the community and take the time listening to
people's proposals.

https://meta.wikimedia.org/wiki/Turning_off_outdated_skins goes will just
remove skins but does not offer options that work without editing personal js
or css.

Encouraging people to edit they personal CSS, can for example lead to difficult
and strange-to-detect side effects: Consider a user adding invalid CSS to their
file; then ResourceLoader merges this CSS with the usergroup CSS and both will
fail.

-- 
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 43594] wfSuppressWarnings() should suppress E_STRICT warnings

2013-04-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43594

--- Comment #17 from Bawolff (Brian Wolff) bawolff...@gmail.com ---
Am I allowed to self-verify?

-- 
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 46751] Namespace translations in bxr.wikipedia.org

2013-04-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46751

--- Comment #12 from Oleg grazero...@rambler.ru ---
Here is discussion with previous sysop Gubin Michail:
http://bxr.wikipedia.org/wiki/Википеэди:Community_Portal/Archive_2012#.D0.97.D0.B0.D1.81.D0.B8.D0.BB.D1.8C.D0.B5_.D0.BB.D0.B0.D1.82.D0.B8.D0.BD.D0.B8.D1.86.D1.8B_.D0.B2_.D0.BA.D0.BE.D0.B4.D0.B5
He agreed with arguments that I wrote above. Latin script for Buryat WP is very
bad thing. Two variants: Russian or Mongolian pack. With already translated
system messages. OK, I'll ask another native speaker, user Aldar Badmaev, it is
important to know his opinion.

-- 
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 43594] wfSuppressWarnings() should suppress E_STRICT warnings

2013-04-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43594

--- Comment #18 from Nemo federicol...@tiscali.it ---
(In reply to comment #17)
 Am I allowed to self-verify?

It's less than a self-merge and IIRC there aren't big objections for self-merge
of backports even.

-- 
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 46751] Namespace translations in bxr.wikipedia.org

2013-04-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46751

--- Comment #13 from Nemo federicol...@tiscali.it ---
This is getting way beyond the scope of any bugzilla ticket. Changing the
script of a project should be discussed with [[m:LangCom]], please ask them and
bring this up where/how they suggest.

-- 
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 34617] Jenkins: Set up tests for all extensions used by WMF

2013-04-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34617

Brad Jorsch bjor...@wikimedia.org changed:

   What|Removed |Added

 CC||bjor...@wikimedia.org

--- Comment #16 from Brad Jorsch bjor...@wikimedia.org ---
(In reply to comment #14)
 Zuul triggers: https://gerrit.wikimedia.org/r/54357

This change seems to have broken testing for the TemplateSandbox extension, and
possibly others. According to Krinkle, every project that is going to set
jshint to voting must have a jshintrc file. Apparently whatever default
settings jshint uses are broken and whine about spacing that is specifically
called for in [[mw:CC/JS]].

-- 
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 37209] LinkCache doesn't currently know about this title

2013-04-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37209

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

   Priority|Immediate   |Highest

--- Comment #36 from Andre Klapper aklap...@wikimedia.org ---
rc tarball creation is not a good reason for immediate priority. Resetting.

(In reply to comment #34)
 Gerrit change #43445 was reverted by Gerrit change #55389; reopening bug.

The revert got merged on March 22nd, which means it's included in 1.22wmf1
which is now deployed everywhere since April 10th.

So has anybody run into the issue originally reported here in the last days?

-- 
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 47189] Better handling of module and its documentation header and footer

2013-04-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47189

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Low

-- 
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 47193] Diff links between revdeleted versions in deleted histories cause PHP error: DifferenceEngine::generateContentDiffBody() must implement interface Content, null given

2013-04-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47193

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

   Priority|Unprioritized   |High
Version|unspecified |1.22-git
Summary|Diff links between  |Diff links between
   |revdeleted versions in  |revdeleted versions in
   |deleted histories causing a |deleted histories cause PHP
   |PHP error   |error:
   ||DifferenceEngine::generateC
   ||ontentDiffBody() must
   ||implement interface
   ||Content, null given

-- 
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 46086] action=delete fails with internal_api_error_DBQueryError

2013-04-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46086

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

   Keywords||platformeng
   Priority|Highest |High
 CC||g...@wikimedia.org
Summary|internal_api_error_DBQueryE |action=delete fails with
   |rror|internal_api_error_DBQueryE
   ||rror

--- Comment #17 from Andre Klapper aklap...@wikimedia.org ---
I don't see a reason to suddenly bump this issue to highest prio, as it has
been existing for months and there's no indicators that situation has gotten
worse in the last days. This doesn't mean that it shouldn't get fixed though.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 47196] New: New langcom@ mailing list

2013-04-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47196

   Web browser: ---
Bug ID: 47196
   Summary: New langcom@ mailing list
   Product: Wikimedia
   Version: wmf-deployment
  Hardware: All
OS: All
Status: NEW
  Severity: enhancement
  Priority: Unprioritized
 Component: Mailing lists
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: mfwarb...@googlemail.com
CC: b...@caseybrown.org, pbeaude...@wikimedia.org,
thehelpfulonew...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

Per langcom consensus, Langcom wishes to switch a publicly logged mailing list.
The archives of the old, private langcom-l list should be kept [privately]; so
please create a new langcom@ list, which will have public archives  be open to
public subscription (though the non-LC members on it should be moderated).

-- 
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 47197] New: Delete langcom-observers@ list

2013-04-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47197

   Web browser: ---
Bug ID: 47197
   Summary: Delete langcom-observers@ list
   Product: Wikimedia
   Version: wmf-deployment
  Hardware: All
OS: All
Status: NEW
  Severity: enhancement
  Priority: Unprioritized
 Component: Mailing lists
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: mfwarb...@googlemail.com
CC: b...@caseybrown.org, pbeaude...@wikimedia.org,
thehelpfulonew...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

Since langcom switches to langcom@ (see bug 47196), please delete the
langcom-observers list, which has no archive (or no archive with content
distinct from langcom-l).
Observers will be able to subscribe to langcom@ directly.

-- 
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 47196] New langcom@ mailing list

2013-04-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47196

Thehelpfulone thehelpfulonew...@gmail.com changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 Status|NEW |ASSIGNED
   See Also||https://bugzilla.wikimedia.
   ||org/show_bug.cgi?id=47197
   Assignee|wikibugs-l@lists.wikimedia. |thehelpfulonew...@gmail.com
   |org |

--- Comment #1 from Thehelpfulone thehelpfulonew...@gmail.com ---
Thanks, list created at https://lists.wikimedia.org/mailman/listinfo/langcom.
I'll share the list admin password with the existing list admins, I've set the
list to be publicly logged and subscribed all the old members of the langcom
and langcom-observers list, setting the old Langcom Observers and new members
to have their posts automatically moderated. I'll keep this open for a while as
a place to report any potential problems with the migration.

-- 
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 47197] Delete langcom-observers@ list

2013-04-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47197

Thehelpfulone thehelpfulonew...@gmail.com changed:

   What|Removed |Added

   See Also||https://bugzilla.wikimedia.
   ||org/show_bug.cgi?id=47196

-- 
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 27932] Basic sentence matching should work for all languages

2013-04-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27932

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WONTFIX

--- Comment #2 from Andre Klapper aklap...@wikimedia.org ---
According to bug 27166 comment 1, InlineEditor is no longer being developed.
CLosing as WONTFIX.

-- 
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 27770] InlineEditor should be accessible

2013-04-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27770

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WONTFIX

--- Comment #2 from Andre Klapper aklap...@wikimedia.org ---
According to bug 27166 comment 1, InlineEditor is no longer being developed.
CLosing as WONTFIX.

-- 
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 47197] Delete langcom-observers@ list

2013-04-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47197

Thehelpfulone thehelpfulonew...@gmail.com changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal

--- Comment #1 from Thehelpfulone thehelpfulonew...@gmail.com ---
This will need to be done by a member of ops, I'll poke one directly for you.

-- 
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 27852] Wikimedia wikis need better issue reporting system

2013-04-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27852

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

   Priority|Normal  |Low

--- Comment #17 from Andre Klapper aklap...@wikimedia.org ---
So what are the exact criteria required to consider this bug report FIXED?

-- 
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 47126] Rename reverted magically

2013-04-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47126

--- Comment #3 from Benjamin Chen bencmqw...@gmail.com ---
I redid the renaming.

-- 
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 47126] Rename reverted magically

2013-04-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47126

p858snake p858sn...@gmail.com changed:

   What|Removed |Added

 CC||p858sn...@gmail.com
 Blocks||29757

-- 
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 29757] Incomplete user renames (and other username discrepancies) (tracking)

2013-04-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29757

p858snake p858sn...@gmail.com changed:

   What|Removed |Added

 Depends on||47126

-- 
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 47198] New: [TUX] duplicate results are shown when filtering/searching

2013-04-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47198

   Web browser: ---
Bug ID: 47198
   Summary: [TUX] duplicate results are shown when
filtering/searching
   Product: MediaWiki extensions
   Version: REL1_19 branch
  Hardware: All
   URL: https://translatewiki.net/wiki/Special:Translate?filte
r=action=translategroup=ext-translate-0-alllanguage
=nl
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Translate
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: amir.ahar...@mail.huji.ac.il
CC: asha...@wikimedia.org, niklas.laxst...@gmail.com,
run...@gmail.com, s.mazel...@xs4all.nl,
santhosh.thottin...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

Created attachment 12093
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=12093action=edit
a screenshot showing the problem

Spin-off from from Bug 45434.

Steps to reproduce:

1. Open the URL.

2. Filter by the word unapproved.

Observed:
* Found 4 results for unapproved.
* Unapproved translators is found twice.

Expected:
* Found 2 results for unapproved
* Unapproved translators is found once.

-- 
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 45434] [TUX] Unclear filtering completion status

2013-04-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=45434

--- Comment #8 from Amir E. Aharoni amir.ahar...@mail.huji.ac.il ---
I think that the original bug is resolved. I reported duplicate results as Bug
47198.

-- 
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 47195] Remove skins that can't be properly supported and instead add some easy-to-support options for all skins

2013-04-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47195

Daniel Friesen mediawiki-b...@nadir-seen-fire.com changed:

   What|Removed |Added

 CC||mediawiki-bugs@nadir-seen-f
   ||ire.com

--- Comment #1 from Daniel Friesen mediawiki-b...@nadir-seen-fire.com ---
Sorry, but MediaWiki is an open-source project and large swaths of the software
ARE maintained by volunteers.

And skins are an important feature. And differences between skins are a fact
which is part of the fundamentals of this feature.

And there is nothing wrong with mw.util.$content being undefined. DOM nodes are
not available right away. That is a fact of scripting. There is nothing new
about having to wait for dependencies and dom to be ready.

Standard has been removed. Bugs in it aren't relevant. Quickbar is dead too.
All that stuff was part of rotting code that was completely unmaintained by
even volunteers and was actively getting in the way of development.

This doesn't look like an actual bug report with a request.

-- 
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 21579] OTRS password request abuse (implement CAPTCHA?)

2013-04-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21579

--- Comment #9 from しかさ hoza...@image.ocn.ne.jp ---
Created attachment 12094
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=12094action=edit
Put it in facebook and is my image photograph.

Thanking you in advance.

-- 
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 46786] [TUX] Incorrect message when nothing to proofread

2013-04-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46786

Amir E. Aharoni amir.ahar...@mail.huji.ac.il changed:

   What|Removed |Added

 CC||amir.ahar...@mail.huji.ac.i
   ||l
   Assignee|pgi...@wikimedia.org|amir.ahar...@mail.huji.ac.i
   ||l

-- 
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 47175] Uploading just spins

2013-04-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47175

--- Comment #3 from Alex deVries alexthepuf...@gmail.com ---
Created attachment 12095
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=12095action=edit
Version information.

This is version information from the affected website.

-- 
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 47175] Uploading just spins

2013-04-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47175

--- Comment #4 from Alex deVries alexthepuf...@gmail.com ---
From Special:Version:

Mediawiki: 1.20.3
PHP: 5.4.12 (cgi-fcgi)
MySQL: 5.5.30-log

Also, I attached full version information. I have the Semantic extensions, not
sure that makes a difference.

Thanks.

-- 
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 21579] OTRS password request abuse (implement CAPTCHA?)

2013-04-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21579

--- Comment #10 from Sam Reed (reedy) s...@reedyboy.net ---
The content of attachment 12094 has been deleted by
Sam Reed (reedy) s...@reedyboy.net
who provided the following reason:

Seemingly spam

The token used to delete this attachment was generated at 2013-04-13 15:30:17
UTC.

-- 
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 47199] New: Links become blue after a too big delay

2013-04-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47199

   Web browser: ---
Bug ID: 47199
   Summary: Links become blue after a too big delay
   Product: MediaWiki
   Version: 1.20.3
  Hardware: All
OS: All
Status: NEW
  Severity: minor
  Priority: Unprioritized
 Component: JobQueue
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: por...@narod.ru
CC: tstarl...@wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

There is a too long delay between creating a new page and the links to this
page becoming blue.

I tried to manually update links:

$ time php /var/www/withoutvowels/web/w/maintenance/runJobs.php

real0m0.163s
user0m0.084s
sys0m0.020s

but after running this command links which should become blue remained brown.

Please help me to make links to newly created page blue.

-- 
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 47200] New: General-purpose user sandbox tour

2013-04-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47200

   Web browser: ---
Bug ID: 47200
   Summary: General-purpose user sandbox tour
   Product: MediaWiki extensions
   Version: master
  Hardware: All
OS: All
Status: NEW
  Severity: enhancement
  Priority: Unprioritized
 Component: GuidedTour
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: mflasc...@wikimedia.org
CC: lwell...@wikimedia.org, mflasc...@wikimedia.org,
swall...@wikimedia.org, tc...@wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

S Page suggested a user sandbox tour, and I think this is one that would make
sense to bundle.

-- 
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 47193] Diff links between revdeleted versions in deleted histories cause PHP error: DifferenceEngine::generateContentDiffBody() must implement interface Content, null given

2013-04-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47193

--- Comment #1 from Sam Reed (reedy) s...@reedyboy.net ---
[13-Apr-2013 13:46:51] Catchable fatal error: Argument 1 passed to
DifferenceEngine::generateContentDiffBody() must implement interface Content,
null given, called in
/usr/local/apache/common-local/php-1.22wmf1/includes/specials/SpecialUndelete.php
on line 1015 and defined at
/usr/local/apache/common-local/php-1.22wmf1/includes/diff/DifferenceEngine.php
on line 752
Server: mw1027
Method: GET
Backtrace:
#0
/usr/local/apache/common-local/php-1.22wmf1/includes/diff/DifferenceEngine.php(752):
DifferenceEngine::generateContentDiffBody()
#1
/usr/local/apache/common-local/php-1.22wmf1/includes/specials/SpecialUndelete.php(1015):
DifferenceEngine-generateContentDiffBody(NULL, Object(WikitextContent))
#2
/usr/local/apache/common-local/php-1.22wmf1/includes/specials/SpecialUndelete.php(874):
SpecialUndelete-showDiff(Object(Revision), Object(Revision))
#3
/usr/local/apache/common-local/php-1.22wmf1/includes/specials/SpecialUndelete.php(749):
SpecialUndelete-showRevision('20120112092914')
#4 /usr/local/apache/common-local/php-1.22wmf1/includes/SpecialPage.php(613):
SpecialUndelete-execute(NULL)
#5
/usr/local/apache/common-local/php-1.22wmf1/includes/SpecialPageFactory.php(486):
SpecialPage-run(NULL)
#6 /usr/local/apache/common-local/php-1.22wmf1/includes/Wiki.php(291):
SpecialPageFactory::executePath(Object(Title), Object(RequestContext))
#7 /usr/local/apache/common-local/php-1.22wmf1/includes/Wiki.php(565):
MediaWiki-performRequest()
#8 /usr/local/apache/common-local/php-1.22wmf1/includes/Wiki.php(458):
MediaWiki-main()
#9 /usr/local/apache/common-local/php-1.22wmf1/index.php(59): MediaWiki-run()
#10 /usr/local/apache/common-local/w/index.php(3):
require('/usr/local/apac...')
#11 {main}

-- 
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 36762] enter_bug.cgi?format=guided not properly configured

2013-04-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36762

--- Comment #3 from Andre Klapper aklap...@wikimedia.org ---
A different approach is taken by LibreOffice to make it easier to report
helpful bugs: They have a bug submission assistant at
https://www.libreoffice.org/get-help/bug/ and described on
https://wiki.documentfoundation.org/QA/BSA

-- 
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 39817] Migrate to SUL all non-clashing accounts

2013-04-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39817

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|wikibugs-l@lists.wikimedia. |pgeh...@wikimedia.org
   |org |

--- Comment #2 from Nemo federicol...@tiscali.it ---
First pass for this is being done in these days by pgehres, while keeping an
eye on database overload, about 1.4 millions in two days so far with
migrateAccount.php --safe (usernames without global account and only a single
local account).

https://gerrit.wikimedia.org/r/gitweb?p=mediawiki/extensions/CentralAuth.git;a=blob;f=maintenance/migrateAccount.php;h=5b82781667d37cebae788d482c660cbf62bce674;hb=HEAD

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 39817] Migrate to SUL all non-clashing accounts

2013-04-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39817

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

   Keywords||shell

-- 
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 47195] Remove skins that can't be properly supported and instead add some easy-to-support options for all skins

2013-04-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47195

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |INVALID

--- Comment #2 from Andre Klapper aklap...@wikimedia.org ---
This report is too vague, as it misses clear criteria when to call this request
fixed at some point (e.g. meaning of properly supported is subjective).

http://meta.wikimedia.org/wiki/Talk:Turning_off_outdated_skins might be a
better place to discuss first, to end up with specific and actionable items.

-- 
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 47175] Uploading just spins

2013-04-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47175

--- Comment #5 from Nischay Nahata nischay...@gmail.com ---
Currently I don't know the reason behind this, but this doesn't look like a UW
error and something is apparently wrong with your configuration.

Does these help?
http://www.mwusers.com/forums/showthread.php?21392-quot-Error-creating-thumbnail-Unable-to-save-thumbnail-to-destination-quot

-- 
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 47175] Uploading just spins

2013-04-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47175

--- Comment #6 from Alex deVries alexthepuf...@gmail.com ---
Okay, I'll pick through my LocalSettings.php and turn off a bunch of things to
see if that's it. And I'll report back.

If that turns up nothing, how can I debug it?

- A

-- 
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 47201] New: Linden Scripting Language has wrong tag and is not up to date

2013-04-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47201

   Web browser: ---
Bug ID: 47201
   Summary: Linden Scripting Language has wrong tag and is not up
to date
   Product: MediaWiki extensions
   Version: master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: Unprioritized
 Component: SyntaxHighlight (GeSHi)
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: jobinmun...@gmail.com
CC: s...@reedyboy.net, soxre...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

Created attachment 12096
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=12096action=edit
update for the Linden Scripting Language syntax highlight as of 2013-04-13

1.) The Linden Scripting Language should have the tag source
lang=lsl/source instead of source lang=lsl2/source. Why does it have
lsl2 as tag? There's no other language listed under lsl. This is weird.

2.) The syntax highlight file is not up to date. An up to date version is
attached to this report.

-- 
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 8480] Support multi-page DjVu files in image galleries

2013-04-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=8480

Quim Gil q...@wikimedia.org changed:

   What|Removed |Added

 CC||q...@wikimedia.org
  Component|DjVu|Parser
   Hardware|PC  |All
 OS|Windows XP  |All
   Severity|normal  |enhancement

--- Comment #4 from Quim Gil q...@wikimedia.org ---
This enhancement request refers to djvu files but actually it needs to be
applied in the parser. Moving to the right component with the hope that it will
receive more feedback.

-- 
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 47202] New: FireFox 20 confused with FireFox 2

2013-04-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47202

   Web browser: ---
Bug ID: 47202
   Summary: FireFox 20 confused with FireFox 2
   Product: MediaWiki
   Version: 1.20.3
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: Unprioritized
 Component: JavaScript
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: porplemont...@gmail.com
CC: krinklem...@gmail.com, tpars...@wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

I'm running FireFox 20 and I noticed that the feedlink icon was no longer
showing up in my toolbox. I saw that it's hidden in FF2Fixes.css. In
/skins/common/wikibits.js:

window.ff2_bugs = /firefox\/2/.test( clientPC );

It looks to me like FireFox 20 is being read as FireFox 2, and thus the
feedlink icon is being hidden. I'm sure this will be an issue for all of
FireFox 20-something version numbers.

-- 
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 47203] New: Math extension broken at en.wikipedia.beta.wmflabs.org

2013-04-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47203

   Web browser: ---
Bug ID: 47203
   Summary: Math extension broken at en.wikipedia.beta.wmflabs.org
   Product: Wikimedia Labs
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: deployment-prep (beta)
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: zfili...@wikimedia.org
CC: benap...@gmail.com, cmcma...@wikimedia.org,
fai...@wikimedia.org, has...@free.fr,
mhershber...@wikimedia.org, platoni...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

To reproduce:

- edit any page at http://en.wikipedia.beta.wmflabs.org
- enter this at the top of the page: math3 + 2/math
- click button Show preview
- error message appears:

Internal error
No backend defined with the name `global-multiwrite`.
Backtrace:
#0
/data/project/apache/common-local/php-master/extensions/Math/MathTexvc.php(229):
FileBackendGroup-get('global-multiwri...')
#1
/data/project/apache/common-local/php-master/extensions/Math/MathTexvc.php(47):
MathTexvc-getBackend()
#2
/data/project/apache/common-local/php-master/extensions/Math/MathTexvc.php(303):
MathTexvc-getHashPath()
#3
/data/project/apache/common-local/php-master/extensions/Math/MathTexvc.php(32):
MathTexvc-readCache()
#4
/data/project/apache/common-local/php-master/extensions/Math/Math.hooks.php(54):
MathTexvc-render()
#5 [internal function]: MathHooks::mathTagHook('3 + 2', Array, Object(Parser),
Object(PPFrame_DOM))
#6
/data/project/apache/common-local/php-master/includes/parser/Parser.php(3913):
call_user_func_array(Array, Array)
#7
/data/project/apache/common-local/php-master/includes/parser/Preprocessor_DOM.php(1155):
Parser-extensionSubstitution(Array, Object(PPFrame_DOM))
#8
/data/project/apache/common-local/php-master/includes/parser/Parser.php(3070):
PPFrame_DOM-expand(Object(PPNode_DOM), 0)
#9
/data/project/apache/common-local/php-master/includes/parser/Parser.php(1148):
Parser-replaceVariables('math3 + 2/ma...')
#10
/data/project/apache/common-local/php-master/includes/parser/Parser.php(383):
Parser-internalParse('math3 + 2/ma...')
#11
/data/project/apache/common-local/php-master/includes/content/WikitextContent.php(300):
Parser-parse('math3 + 2/ma...', Object(Title), Object(ParserOptions), true,
true, NULL)
#12 /data/project/apache/common-local/php-master/includes/EditPage.php(3081):
WikitextContent-getParserOutput(Object(Title), NULL, Object(ParserOptions))
#13 /data/project/apache/common-local/php-master/includes/EditPage.php(2103):
EditPage-getPreviewText()
#14 /data/project/apache/common-local/php-master/includes/EditPage.php(441):
EditPage-showEditForm()
#15
/data/project/apache/common-local/php-master/includes/actions/EditAction.php(50):
EditPage-edit()
#16
/data/project/apache/common-local/php-master/includes/actions/EditAction.php(76):
EditAction-show()
#17 /data/project/apache/common-local/php-master/includes/Wiki.php(439):
SubmitAction-show()
#18 /data/project/apache/common-local/php-master/includes/Wiki.php(305):
MediaWiki-performAction(Object(Article), Object(Title))
#19 /data/project/apache/common-local/php-master/includes/Wiki.php(565):
MediaWiki-performRequest()
#20 /data/project/apache/common-local/php-master/includes/Wiki.php(458):
MediaWiki-main()
#21 /data/project/apache/common-local/php-master/index.php(59):
MediaWiki-run()
#22 /data/project/apache/common-local/w/index.php(3):
require('/data/project/a...')
#23 {main}

-- 
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 47203] Math extension broken at en.wikipedia.beta.wmflabs.org

2013-04-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47203

--- Comment #1 from Željko Filipin zfili...@wikimedia.org ---
Different error message on http://commons.wikimedia.beta.wmflabs.org/

Failed to parse (Missing texvc executable; please see math/README to
configure.): 3 + 2

Math works just fine on http://commons.wikimedia.org/

-- 
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 47203] Math extension broken at beta.wmflabs.org

2013-04-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47203

Željko Filipin zfili...@wikimedia.org changed:

   What|Removed |Added

Summary|Math extension broken at|Math extension broken at
   |en.wikipedia.beta.wmflabs.o |beta.wmflabs.org
   |rg  |

-- 
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 47204] New: Remove zh-mo from $wgDisabledVariants for zhwiki

2013-04-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47204

   Web browser: ---
Bug ID: 47204
   Summary: Remove zh-mo from $wgDisabledVariants for zhwiki
   Product: Wikimedia
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Site requests
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: liang...@gmail.com
CC: benap...@gmail.com, dereck...@espace-win.org,
odder.w...@gmail.com, wikimedia.b...@snowolf.eu
Classification: Unclassified
   Mobile Platform: ---

Discussion:
https://zh.wikipedia.org/wiki/Wikipedia:%E4%BA%92%E5%8A%A9%E5%AE%A2%E6%A0%88/%E6%8A%80%E6%9C%AF/%E5%AD%98%E6%A1%A3/2013%E5%B9%B44%E6%9C%88#.E9.A6.99.E6.B8.AF.E8.AD.AF.E5.90.8D.E8.88.87.E6.BE.B3.E9.96.80.E8.AD.AF.E5.90.8D.E8.A1.9D.E7.AA.81.E7.9A.84.E8.99.95.E7.90.86.E6.96.B9.E5.BC.8F

-- 
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 47205] New: Sandbox not at en.wikipedia.beta.wmflabs.org

2013-04-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47205

   Web browser: ---
Bug ID: 47205
   Summary: Sandbox not at en.wikipedia.beta.wmflabs.org
   Product: Wikimedia Labs
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: deployment-prep (beta)
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: zfili...@wikimedia.org
CC: benap...@gmail.com, cmcma...@wikimedia.org,
fai...@wikimedia.org, has...@free.fr,
mhershber...@wikimedia.org, platoni...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

To reproduce:

- log in to http://en.wikipedia.beta.wmflabs.org/
- there should be link Sandbox at the top of the page
- the link is not there

- the link is there if you log in to http://en.wikipedia.org/

-- 
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 47204] Remove zh-mo from $wgDisabledVariants for zhwiki

2013-04-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47204

Liangent liang...@gmail.com changed:

   What|Removed |Added

   Keywords||shell

-- 
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 47205] Sandbox not at en.wikipedia.beta.wmflabs.org

2013-04-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47205

--- Comment #1 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Related URL: https://gerrit.wikimedia.org/r/59054 (Gerrit Change
Ic87e6f035c18288acd0271f7e4caa0c98ce49423)

-- 
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 47202] FireFox 20 confused with FireFox 2

2013-04-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47202

Marius Hoch h...@online.de changed:

   What|Removed |Added

 Status|UNCONFIRMED |ASSIGNED
 CC||h...@online.de
   Assignee|wikibugs-l@lists.wikimedia. |h...@online.de
   |org |
 Ever confirmed|0   |1

--- Comment #1 from Marius Hoch h...@online.de ---
Fixed in https://gerrit.wikimedia.org/r/59053 (needs review).

Per default this will only affect Monobook slightly as only that has a
F2Fixes.css which is invoked in case wikibits detects the browser as Firefox 2.

But it might also have an impact on extensions and other custom scripts relying
on these globals.

-- 
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 47201] Linden Scripting Language has wrong tag and is not up to date

2013-04-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47201

--- Comment #1 from Sam Reed (reedy) s...@reedyboy.net ---
Created attachment 12097
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=12097action=edit
Patch rather than file

-- 
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 47046] API gives spurious unrecognized parameter warnings for parameters added by extensions

2013-04-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47046

Umherirrender umherirrender_de...@web.de changed:

   What|Removed |Added

 CC||umherirrender_de...@web.de

--- Comment #1 from Umherirrender umherirrender_de...@web.de ---
You should use the 'APIGetAllowedParams' hook to add the params, than
extractRequestParams() will extract and validate it and marked it as used, than
you have not a problem with unrecognized parameters.

With 'APIGetParamDescription' you can add help for the autodoc and
action=paraminfo

All other ways are not the common way, so you have to live with such warnings
and maybe other things.

Do you want a new hook, when ApiMain::getParamsUsed is called, to add your own
parameters there and avoid the warning? Use the first hook, makes live easier,
because the api will validate you param and die in a documented way for invalid
input.

-- 
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 47202] FireFox 20 confused with FireFox 2

2013-04-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47202

Marius Hoch h...@online.de changed:

   What|Removed |Added

   Keywords||patch-in-gerrit

--- Comment #2 from Marius Hoch h...@online.de ---
I forgot to mention, that the accesskeys in Firefox 20+ were also broken.

-- 
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 47201] Linden Scripting Language has wrong tag and is not up to date

2013-04-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47201

Sam Reed (reedy) s...@reedyboy.net changed:

   What|Removed |Added

   Keywords||upstream

--- Comment #2 from Sam Reed (reedy) s...@reedyboy.net ---
Please note we do not maintain the GeSHi component, this is done at
http://sourceforge.net/projects/geshi/, so questions about why it is lsl2
should be directed to http://sourceforge.net/p/geshi/_list/tickets

I do have commit rights on that repository, but the file you have provided
looks a lot different from the lsl2.php at
http://sourceforge.net/p/geshi/code/HEAD/tree/trunk/geshi-1.0.X/src/geshi/lsl2.php
- Where did you get your original version from?

I've attached a proper diff file of what you have provided, versus the file
above. Although the majority of the changes look sane, I'm pretty hesitant
about the removal of parts from the header, such as the author details

-- 
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 47204] Remove zh-mo from $wgDisabledVariants for zhwiki

2013-04-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47204

--- Comment #1 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Related URL: https://gerrit.wikimedia.org/r/59055 (Gerrit Change
I5806a17d5eb0b9abc43e253eb6971048411b1f50)

-- 
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 47204] Remove zh-mo from $wgDisabledVariants for zhwiki

2013-04-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47204

--- Comment #2 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Related URL: https://gerrit.wikimedia.org/r/59055 (Gerrit Change
I5806a17d5eb0b9abc43e253eb6971048411b1f50)

-- 
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 39817] Migrate to SUL all non-clashing accounts

2013-04-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39817

James Forrester jforres...@wikimedia.org changed:

   What|Removed |Added

URL||https://www.mediawiki.org/w
   ||iki/Admin_tools_development
   ||/SUL_Audit

-- 
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 42900] windows-nonascii-filename and ForeignAPIRepo: Broken images for file names with nonascii letters

2013-04-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42900

--- Comment #1 from Umherirrender umherirrender_de...@web.de ---
Found
http://stackoverflow.com/questions/14070687/php-character-encoding-umlaute-in-mediawiki
will looking at this

-- 
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 43663] Search on ua.wikimedia.org (chapter website) does not work

2013-04-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43663

--- Comment #19 from Yuri Perohanych direc...@wikimediaukraine.org.ua ---
If you enter Ukrainian words you do see results now which was not the case
before. 

It looks like it works well only for the pages, which where edited after the
10th of April, 2013.

For example, visiting ua.wikimedia.org and entering Україна in the search box
now shows ONLY EIGHT results. 

There are much more pages on the site containing Україна even in title:

http://ua.wikimedia.org/wiki/Вікімедіа_Україна - the main page
http://ua.wikimedia.org/wiki/Діяльність_Вікімедіа_Україна
http://ua.wikimedia.org/wiki/Регламент_ГО_«Вікімедіа_Україна»

Hope this information was useful.

-- 
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 44507] grammatical error(s) in message MediaWiki:Permissionserrors

2013-04-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=44507

--- Comment #1 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Related URL: https://gerrit.wikimedia.org/r/59060 (Gerrit Change
I91848f98e59bddb4c33bb6ca4d5d9a2ebeeafada)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 44507] grammatical error(s) in message MediaWiki:Permissionserrors

2013-04-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=44507

--- Comment #2 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Related URL: https://gerrit.wikimedia.org/r/59060 (Gerrit Change
I91848f98e59bddb4c33bb6ca4d5d9a2ebeeafada)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 44102] Please enable Huggle for es.wikivoyage

2013-04-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=44102

--- Comment #3 from Marco Aurelio maure...@gmx.es ---
Hi. I think that all pages and templates for huggle to work on es.wikivoyage
were created. Please tell us if there's something missing or wrong so it can be
fixed. Best regards.

-- 
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


  1   2   >