[Bug 33413] Pages with broken file links category should not appear in some namespaces

2012-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33413

--- Comment #8 from Nemo_bis federicol...@tiscali.it 2012-01-03 08:04:07 UTC 
---
(In reply to comment #7)
 (In reply to comment #6)
  That would be because I had the mediawiki message adjusted so that
  [[Category:Articles_with_missing_files]] contains the articles,
  [[Category:Templates_with_missing_files]] contains the templates, and the 
  rest
  just go into the big dump bin that is [[Category:Pages_with_missing_files]] 
  I
  think this should be closed as WONTFIX as the current behavior is correct.
 
 I'm less concerned with Wikipedia and more concerned about the average
 third-party re-users of MediaWiki (who customize things significantly less).
 Would the out of the box default behaviour make more sense if these other 
 pages
 weren't categorized? (/me not really sure). Just because the behaviour is
 correct doesn't necessarily mean its the best possible choice.

Third-party reusers usually have way less images and pages, are less
bureaucratic about deletions hence have less broken links, are less formalist
about editing users' pages, have a weaker namespaces segregation etc.
In short, they'd just want an easy way to see all pages with broken file links.

-- 
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 33413] Pages with broken file links category should not appear in some namespaces

2012-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33413

Bawolff bawolff...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX

--- Comment #9 from Bawolff bawolff...@gmail.com 2012-01-03 08:10:40 UTC ---
Alrighty, that sounds good enough for me - wontfixing this.

If anyone disagrees (Esp if you happen to be a third party wiki ;) please don't
hesitate to re-open.

-- 
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 33481] New: Revision wrongly flagged as automatically checked after edit conflict

2012-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33481

   Web browser: ---
 Bug #: 33481
   Summary: Revision wrongly flagged as automatically checked
after edit conflict
   Product: MediaWiki extensions
   Version: any
  Platform: All
   URL: http://de.wikipedia.org/w/index.php?title=Emanuel_Semp
eraction=historyuselang=en
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: FlaggedRevs
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: listenle...@gmail.com
CC: aschulz4...@gmail.com, asha...@wikimedia.org,
innocentkil...@gmail.com, ro...@wikimedia.org
Classification: Unclassified


See URL for an example.

Revision 97771495 is flagged as automatically checked though the previous
version isn't. I think this is what happened:

1. The base version is the version from 17:14 (CET), a flagged version.
2. Elmar Nolte (with autoreview right) starts to edit.
3. The IP starts to edit and saves first. The revision is not flagged.
4. Elmar Nolte saves. The software detects an edit conflict which is resolved
automatically. So no warning is shown. The FR extension still sees this edit
based on the previous flagged version and flags the new revision as
automatically checked.

But in fact Elmar Nolte's revision is based on the unflagged revision by the IP
and should not be flagged automatically.

-- 
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 32946] Moving a page doesn't update its category links if the category depends on page relative magic words.

2012-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32946

Bawolff bawolff...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #15 from Bawolff bawolff...@gmail.com 2012-01-03 09:18:32 UTC ---
(In reply to comment #14)
 (In reply to comment #8)
  Created attachment 9745 [details]
  Patch to add a refreshLinksJob when moving a page.
 
 What about the rest of the page though ? Or is that already re-parsed when
 moving the page ? Because info/notice/message templates often change depending
 on in which namespace they are used.

Yes, that's already done - the page_touched timestamp gets updated.

However, it appears iAlex has (possibly accidentally) fixed this bug in
r107636. Hence marking 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 33482] New: Api incorrectly calls ApiBase::parseMultiValue if allowed values is given as an array.

2012-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33482

   Web browser: ---
 Bug #: 33482
   Summary: Api incorrectly calls ApiBase::parseMultiValue if
allowed values is given as an array.
   Product: MediaWiki
   Version: 1.19-svn
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: API
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: niklas.laxst...@gmail.com
CC: bryan.tongm...@gmail.com, roan.katt...@gmail.com,
s...@reedyboy.net, soxre...@gmail.com
Classification: Unclassified


Even though allowed values is given an array, that does not mean that we should
parse the input as multivalue. This prevents allowing string values with | in
them. This forces to check the param value manually elsewhere in the code.

-- 
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 33483] New: One space to much in header of auto-generated documentation

2012-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33483

   Web browser: ---
 Bug #: 33483
   Summary: One space to much in header of auto-generated
documentation
   Product: MediaWiki
   Version: 1.19-svn
  Platform: All
   URL: http://en.wikipedia.org/w/api.php
OS/Version: All
Status: NEW
  Severity: trivial
  Priority: Unprioritized
 Component: API
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: listenle...@gmail.com
CC: bryan.tongm...@gmail.com, roan.katt...@gmail.com,
s...@reedyboy.net, soxre...@gmail.com
Classification: Unclassified


Since https has one more character than http the border isn't aligned correctly
any longer. (See URL)

-- 
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 33484] New: submit release on F-Droid

2012-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33484

   Web browser: ---
 Bug #: 33484
   Summary: submit release on F-Droid
   Product: Wikimedia Mobile
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: generic
AssignedTo: tf...@wikimedia.org
ReportedBy: has...@free.fr
Classification: Unclassified


F-Droid is a repository of FOSS for the Android system. It would be great to
submit the Wikimedia mobile application there.

Main page:
http://f-droid.org/

You can login there with OpenID then submit the app via the forum
http://f-droid.org/forums/forum/submission-queue/

-- 
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 33102] Opera 11.60 on OSX does not have font fallback

2012-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33102

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

   What|Removed |Added

Web browser|--- |Opera

-- 
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 33482] Api incorrectly calls ApiBase::parseMultiValue if allowed values is given as an array.

2012-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33482

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

   What|Removed |Added

 CC||santhosh.thottingal@gmail.c
   ||om

--- Comment #1 from Santhosh Thottingal santhosh.thottin...@gmail.com 
2012-01-03 10:42:26 UTC ---
As of now, I see this code in ApiBase.php: 

code
if ( isset( $value )  ( $multi || is_array( $type ) ) ) { 
 $value = $this-parseMultiValue( $encParamName, $value, $multi,
is_array( $type ) ? $type : null );
}
/code

May be we need to change that OR to AND condition, so that the value can
contain | , even if the allowed values are array when PARAM_ISMULTI is false

There is another bug related to ISMULTI in  APIBase.php

code
if ( isset( $paramSettings[self::PARAM_ISMULTI] ) ) {
$prompt = 'Values (separate with \'|\'): ';
} else {
$prompt = 'One value: ';
}
/code

Looks like the condition require additional condition -  
$paramSettings[self::PARAM_ISMULTI]

-- 
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 22377] NTOC : Cursor is not moved to the heading text when a link is clicked in Opera

2012-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22377

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

   What|Removed |Added

Web browser|--- |Opera

-- 
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 23522] Insert Reference: Opera not closing insert reference window over click on Cancel

2012-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23522

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

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||amir.ahar...@mail.huji.ac.i
   ||l
Web browser|--- |Opera
 Resolution||WORKSFORME

--- Comment #2 from Amir E. Aharoni amir.ahar...@mail.huji.ac.il 2012-01-03 
10:45:59 UTC ---
Cannot reproduce on Opera 11.60 on Windows XP.

-- 
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 24493] WikiEditor issues (tracking)

2012-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24493

Bug 24493 depends on bug 23522, which changed state.

Bug 23522 Summary: Insert Reference: Opera not closing insert reference window 
over click on Cancel
https://bugzilla.wikimedia.org/show_bug.cgi?id=23522

   What|Old Value   |New Value

 Status|NEW |RESOLVED
 Resolution||WORKSFORME

-- 
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 25280] Search icon off in Opera 10.62

2012-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25280

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

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||amir.ahar...@mail.huji.ac.i
   ||l
 Resolution||WORKSFORME

--- Comment #4 from Amir E. Aharoni amir.ahar...@mail.huji.ac.il 2012-01-03 
10:48:13 UTC ---
Cannot reproduce on Opera 11.60 on Windows XP.

-- 
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 31823] Opera 11.51 does not display saz font

2012-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31823

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

   What|Removed |Added

 CC||amir.ahar...@mail.huji.ac.i
   ||l
Web browser|--- |Opera

-- 
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 33485] New: Enable WikiLove in si.wikipedia

2012-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33485

   Web browser: ---
 Bug #: 33485
   Summary: Enable WikiLove in si.wikipedia
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: WikiLove
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: mmnanurud...@gmail.com
CC: rkald...@wikimedia.org
Classification: Unclassified


Hi,

Community has decided to enable wikilove in Sinhala wikipedia
(si.wikipedia.org).

Please intall this.

Discussion:

http://si.wikipedia.org/wiki/%E0%B7%80%E0%B7%92%E0%B6%9A%E0%B7%92%E0%B6%B4%E0%B7%93%E0%B6%A9%E0%B7%92%E0%B6%BA%E0%B7%8F:%E0%B6%9A%E0%B7%9D%E0%B6%B4%E0%B7%92_%E0%B6%9A%E0%B6%A9%E0%B7%9A_%28proposals%29#WikiLove_Activate.3F


Br,
/Binguwa

-- 
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 25697] Diff: Empty context lines not showing

2012-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25697

Roan Kattouw roan.katt...@gmail.com changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 CC||roan.katt...@gmail.com
 Resolution||FIXED

--- Comment #20 from Roan Kattouw roan.katt...@gmail.com 2012-01-03 10:55:27 
UTC ---
Modified patch applied in r107875.

-- 
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 33485] Enable WikiLove in si.wikipedia

2012-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33485

බිඟුවා mmnanurud...@gmail.com changed:

   What|Removed |Added

   Keywords||shell
 CC||mmnanurud...@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 25280] Search icon off in Opera 10.62

2012-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25280

Seb35 seb35wikipe...@gmail.com changed:

   What|Removed |Added

 Resolution|WORKSFORME  |FIXED

--- Comment #5 from Seb35 seb35wikipe...@gmail.com 2012-01-03 11:05:19 UTC ---
Not WORKSFORME, FIXED by r91356.

Thanks Trevor and mah!

-- 
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 33482] Api incorrectly calls ApiBase::parseMultiValue if allowed values is given as an array.

2012-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33482

John Du Hart j...@compwhizii.net changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||j...@compwhizii.net
 Resolution||FIXED
 AssignedTo|wikibugs-l@lists.wikimedia. |j...@compwhizii.net
   |org |

--- Comment #2 from John Du Hart j...@compwhizii.net 2012-01-03 11:07:15 UTC 
---
r107876

-- 
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 22377] NTOC : Cursor is not moved to the heading text when a link is clicked in Opera

2012-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22377

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

   What|Removed |Added

   Priority|Normal  |Low
 CC||amir.ahar...@mail.huji.ac.i
   ||l
   Severity|major   |normal

--- Comment #6 from Amir E. Aharoni amir.ahar...@mail.huji.ac.il 2012-01-03 
11:12:21 UTC ---
I tested it now with Opera 11.6 / Windows XP on translatewiki.net (NTOC seems
to be disabled in en.wikipedia). This particular bug doesn't appear there,
although there are others.

Lowering the importance, because NTOC is probably not developed much now. (Or
should this just be closed?)

-- 
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 25724] WikiEditor Layout broken in Opera

2012-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25724

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

   What|Removed |Added

 CC||amir.ahar...@mail.huji.ac.i
   ||l
Web browser|--- |Opera

--- Comment #7 from Amir E. Aharoni amir.ahar...@mail.huji.ac.il 2012-01-03 
11:16:21 UTC ---
It appears to work well in Opera 11.6 on Windows XP. Should this be kept open?

-- 
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 30876] WikiHiero: rendering bug in Opera when embedded into some infoboxes

2012-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30876

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

   What|Removed |Added

Web browser|--- |Opera

-- 
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 32764] MF beta fullscreen search shows no results in Opera Mini

2012-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32764

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

   What|Removed |Added

 CC||amir.ahar...@mail.huji.ac.i
   ||l
Web browser|--- |Opera

-- 
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 31055] UploadWizard does not work with Opera = 10.62

2012-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31055

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

   What|Removed |Added

 CC||amir.ahar...@mail.huji.ac.i
   ||l
Web browser|--- |Opera

-- 
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 29517] Allow client side folding in Opera Mini

2012-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29517

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

   What|Removed |Added

Web browser|--- |Opera

-- 
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 23512] sidebar inaccessible for Opera and Konqueror (Vector)

2012-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23512

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

   What|Removed |Added

 CC||amir.ahar...@mail.huji.ac.i
   ||l
Web browser|--- |Opera

-- 
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 33486] New: Updations of Statistics on sa-wikipedia and sa-wikisource

2012-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33486

   Web browser: ---
 Bug #: 33486
   Summary: Updations of Statistics on sa-wikipedia and
sa-wikisource
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: major
  Priority: Unprioritized
 Component: Site requests
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: abhivasish...@gmail.com
Classification: Unclassified


The statistics page on the individual community site of sa-wikipedia and
sa-wikisource are not updated regularly, or there is error in the updation
process. Check these pages :
http://sa.wikipedia.org/wiki/%E0%A4%B5%E0%A4%BF%E0%A4%B6%E0%A5%87%E0%A4%B7:%E0%A4%B8%E0%A4%BE%E0%A4%82%E0%A4%96%E0%A5%8D%E0%A4%AF%E0%A4%BF%E0%A4%95%E0%A5%80
and
http://sa.wikisource.org/wiki/%E0%A4%B5%E0%A4%BF%E0%A4%B6%E0%A5%87%E0%A4%B7:%E0%A4%B8%E0%A4%BE%E0%A4%82%E0%A4%96%E0%A5%8D%E0%A4%AF%E0%A4%BF%E0%A4%95%E0%A5%80

However, the statistics at stats.wikimedia.org show a different one... Check
for the article count.. The links are
http://stats.wikimedia.org/EN/SummarySA.htm
and http://stats.wikimedia.org/wikisource/EN/SummarySA.htm

I hope you will find the difference in article counts 

-- 
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 26354] dummy cells (containing nbsp;) in table.diff lack identifying CSS class

2012-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26354

--- Comment #4 from Erwin Dokter er...@darcoury.nl 2012-01-03 13:07:07 UTC ---
Created attachment 9790
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=9790
Patch for wikidiff2.cpp

Add class=diff-empty to empty rows.

-- 
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 26354] dummy cells (containing nbsp;) in table.diff lack identifying CSS class

2012-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26354

Erwin Dokter er...@darcoury.nl changed:

   What|Removed |Added

   Keywords||need-review, patch

-- 
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 26354] dummy cells (containing nbsp;) in table.diff lack identifying CSS class

2012-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26354

Roan Kattouw roan.katt...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||roan.katt...@gmail.com
 Resolution||FIXED

--- Comment #5 from Roan Kattouw roan.katt...@gmail.com 2012-01-03 13:19:00 
UTC ---
Patch applied in r107883.

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

2012-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=7757

Erwin Dokter er...@darcoury.nl changed:

   What|Removed |Added

 CC||er...@darcoury.nl

--- Comment #15 from Erwin Dokter er...@darcoury.nl 2012-01-03 13:19:39 UTC 
---
Chiming in here... instead of server-side cropping, the same effect can be
achieved with CSS overflow/positioning. Downside is that the entire image is
still downloaded, but it is not destrucrive and it only requires that the image
be scaled according to the size and cropping desired.

-- 
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 27724] Add timestamp to job queue

2012-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27724

Betacommand phoenixoverr...@gmail.com changed:

   What|Removed |Added

 CC||phoenixoverr...@gmail.com

--- Comment #1 from Betacommand phoenixoverr...@gmail.com 2012-01-03 13:31:18 
UTC ---
see bug 13786

-- 
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 33479] [RT] All and None buttons do not work in MediaWiki 1.18

2012-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33479

Yaron Koren yaro...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID

--- Comment #1 from Yaron Koren yaro...@gmail.com 2012-01-03 13:44:08 UTC ---
This was already fixed in SVN a few days ago; I'm marking this as invalid.

-- 
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 33487] New: Review and deploy Extension:FeaturedFeeds on WMF cluster

2012-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33487

   Web browser: ---
 Bug #: 33487
   Summary: Review and deploy Extension:FeaturedFeeds on WMF
cluster
   Product: Wikimedia
   Version: unspecified
  Platform: All
   URL: https://www.mediawiki.org/wiki/Extension:FeaturedFeeds
/WMF_deployment#Technical_notes_for_deployment
OS/Version: All
Status: NEW
  Keywords: mobile
  Severity: normal
  Priority: Unprioritized
 Component: Extension setup
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: maxsem.w...@gmail.com
CC: tf...@wikimedia.org
Classification: Unclassified


A lot of separate revisions had been reviewed in CR, but overall the extension
needs a review. See the URL for prerequisites.

-- 
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 33485] Enable WikiLove in si.wikipedia

2012-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33485

Reedy s...@reedyboy.net changed:

   What|Removed |Added

  Component|WikiLove|Extension setup
Version|any |unspecified
Product|MediaWiki extensions|Wikimedia
   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 33487] Review and deploy Extension:FeaturedFeeds on WMF cluster

2012-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33487

Reedy s...@reedyboy.net 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 33384] database drivers cannot be provided by extension

2012-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33384

Sumana Harihareswara suma...@panix.com changed:

   What|Removed |Added

   Keywords||need-review, patch
 CC||suma...@panix.com

--- Comment #9 from Sumana Harihareswara suma...@panix.com 2012-01-03 
14:24:35 UTC ---
Added patch and need-review keywords to indicate that Adam submitted a
patch that awaits review.  Thanks, Adam!  Next time you submit a patch, please
add those keywords to get review faster.

-- 
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 27724] Add timestamp to job queue

2012-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27724

--- Comment #2 from Reedy s...@reedyboy.net 2012-01-03 14:25:08 UTC ---
(In reply to comment #1)
 see bug 13786

And I'm not going to be exposing it through any user facing method. It's useful
for administration purposes if you can look at the highest job and get a
timestamp for when it was added

-- 
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 33472] Active WikiLove on si.wiki

2012-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33472

Reedy s...@reedyboy.net 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 33488] New: Defining namespaces in SearchableNamespaces is double work

2012-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33488

   Web browser: ---
 Bug #: 33488
   Summary: Defining namespaces in SearchableNamespaces is double
work
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Unprioritized
 Component: Search
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: subfa...@gmail.com
Classification: Unclassified


The SearchableNamespaces hook
http://www.mediawiki.org/wiki/Manual:Hooks/SearchableNamespaces requires double
work:

array(
  NS_MAIN = 'Haupt',
  NS_USER = 'Benutzer',
  ...
  NS_CUSTOM = 'Custom',
  ...
}

That's redicilus. Better would be array(0, 1, ..., 100, ...)

-- 
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 33486] Update of statistics on sa-wikipedia and sa-wikisource

2012-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33486

Reedy s...@reedyboy.net changed:

   What|Removed |Added

Summary|Updations of Statistics on  |Update of statistics on
   |sa-wikipedia and|sa-wikipedia and
   |sa-wikisource   |sa-wikisource
   Severity|major   |normal

--- Comment #1 from Reedy s...@reedyboy.net 2012-01-03 14:37:40 UTC ---
The stats.wm.o are going to be different, as they're done semi-automatically as
a separate process

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

2012-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32770

Strainu crangasi2...@yahoo.com changed:

   What|Removed |Added

 CC||crangasi2...@yahoo.com

--- Comment #6 from Strainu crangasi2...@yahoo.com 2012-01-03 15:04:32 UTC ---
(In reply to comment #3)
 Please set $wgPasswordSenderName to $wgSitename Mail. That's probably
 something like $wgPasswordSenderName = $wgSitename . ' Mail'; in the
 configuration.

This SHOULD be localized, so wouldn't it be simpler to just have a message for
this, which defaults to {{SITENAME}} Mail?

-- 
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 27724] Add timestamp to job queue

2012-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27724

Reedy s...@reedyboy.net changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #3 from Reedy s...@reedyboy.net 2012-01-03 15:08:38 UTC ---
r107886

-- 
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 33476] User was renamed and edits not reattributed

2012-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33476

--- Comment #4 from Reedy s...@reedyboy.net 2012-01-03 15:46:11 UTC ---
It might still not fix itself, but there is/was a job queue issue [1]. Look at
the graph for the last week/last month, it's slowly been building up. Similar
will have occurred for other wikis, though, probably nowhere near the same
extent

Roan has restarted a few stuck job runners, and this seems to be now processing
through the queue

The job queue itself is not guaranteed to run a job (there's a bug logged about
that), but it should do at least some of it. Hence, with the noted growth over
the last week (time of rename), there's no point putting any effort into
directly fixing the symptoms till the cause had been fixed.

It seems to be doing around 10k jobs an hour now, so after 8 or 9 hours (and
make sure the queue is nearly [or totally] empty), if it's still an issue, this
can be investigated further. Certainly at this point, there's no reason for
anyone to believe the rename won't happen with the job queue batch processing
now occurring

[1]
http://ganglia3.wikimedia.org/graph_all_periods.php?c=Miscellaneous%20pmtpah=spence.wikimedia.orgv=76795m=enwiki%20JobQueue%20lengthr=hourz=smalljr=js=st=1325605106z=large

-- 
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 33483] One space to much in header of auto-generated documentation

2012-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33483

Reedy s...@reedyboy.net changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #1 from Reedy s...@reedyboy.net 2012-01-03 15:49:21 UTC ---
r107891

-- 
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 33472] Active WikiLove on si.wiki

2012-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33472

Reedy s...@reedyboy.net changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||DUPLICATE

--- Comment #1 from Reedy s...@reedyboy.net 2012-01-03 15:54:42 UTC ---


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

-- 
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 33485] Enable WikiLove in si.wikipedia

2012-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33485

Reedy s...@reedyboy.net changed:

   What|Removed |Added

 CC||pkavi...@gmail.com

--- Comment #1 from Reedy s...@reedyboy.net 2012-01-03 15:54:42 UTC ---
*** Bug 33472 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 33485] Enable WikiLove in si.wikipedia

2012-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33485

Reedy s...@reedyboy.net changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #2 from Reedy s...@reedyboy.net 2012-01-03 15:57:59 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 33468] Email notifications for eswikibooks

2012-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33468

Reedy s...@reedyboy.net 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 33488] Defining namespaces in SearchableNamespaces is double work

2012-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33488

Reedy s...@reedyboy.net changed:

   What|Removed |Added

   Severity|enhancement |minor

-- 
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 33480] Add Telugu Transliteration input method to Narayam

2012-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33480

Reedy s...@reedyboy.net 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 27851] Wikimedia wikis' job queues need better monitoring

2012-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27851

Roan Kattouw roan.katt...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||roan.katt...@gmail.com
 Resolution||FIXED

--- Comment #2 from Roan Kattouw roan.katt...@gmail.com 2012-01-03 17:03:33 
UTC ---
This is fixed now. There is a Nagios check which checks job queue length on all
wikis (and starting today, this check actually works), see
http://nagios.wikimedia.org/nagios/cgi-bin/extinfo.cgi?type=2host=spenceservice=check_job_queue
. Ganglia also measures the enwiki job queue length:
http://ganglia.wikimedia.org/?m=cpu_reportr=hours=descendingc=Miscellaneous+pmtpah=spence.wikimedia.orgsh=1

-- 
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 32404] Wrong pagelinks to images and user discussion pages in namespace 0

2012-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32404

Malafaya malaf...@clix.pt changed:

   What|Removed |Added

Summary|namespaceDupes.php does not |Wrong pagelinks to images
   |update pagelinks table  |and user discussion pages
   ||in namespace 0

-- 
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 29170] [[MediaWiki:Enotif body]] needs GENDER support

2012-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29170

--- Comment #3 from Reedy s...@reedyboy.net 2012-01-03 17:17:25 UTC ---
See r99942

-- 
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 22769] MediaWiki:Enotif body: Replace named Parameter

2012-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22769

--- Comment #4 from Reedy s...@reedyboy.net 2012-01-03 17:17:32 UTC ---
See r99942

-- 
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 10574] Export pages should allow to export all pages

2012-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=10574

Greg Sabino Mullane g...@turnstep.com changed:

   What|Removed |Added

 CC||g...@turnstep.com

--- Comment #24 from Greg Sabino Mullane g...@turnstep.com 2012-01-03 
17:21:10 UTC ---
I came up with my own 'export all' solution before seeing this bug, but this
seems the right place to post it. Similar in spirit to the earlier patches, but
has a simple checkbox to export everything. Uses the load balancer per the
large-history option, and has a global (defaults to false) that prevents the
checkbox from appearing unless set to true. This feature is really needed for
smaller wikis, else everyone ends up doing ugly workarounds such as putting all
pages into a dummy category, or dumping each namespace separately. Diff is
against r107904

-- 
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 10574] Export pages should allow to export all pages

2012-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=10574

--- Comment #25 from Greg Sabino Mullane g...@turnstep.com 2012-01-03 
17:22:27 UTC ---
Created attachment 9791
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=9791
Allow export of all pages

-- 
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 10574] Export pages should allow to export all pages

2012-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=10574

Greg Sabino Mullane g...@turnstep.com changed:

   What|Removed |Added

   Attachment #9791|0   |1
is obsolete||

--- Comment #26 from Greg Sabino Mullane g...@turnstep.com 2012-01-03 
17:27:12 UTC ---
Created attachment 9792
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=9792
Allow export of all pages

Disregard previous URL, better to have the patch

-- 
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 33380] Details of actions caught by a private filter should be private

2012-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33380

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

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED

--- Comment #18 from Mark A. Hershberger m...@everybody.org 2012-01-03 
17:29:45 UTC ---
r107906

-- 
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 26204] fontsize in source too small

2012-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26204

Erwin Dokter er...@darcoury.nl changed:

   What|Removed |Added

   Attachment #8597|0   |1
is obsolete||

--- Comment #21 from Erwin Dokter er...@darcoury.nl 2012-01-03 17:33:27 UTC 
---
Comment on attachment 8597
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=8597
Patch for shared.css

Marked patch obsolete.

-- 
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 28633] AbuseFilter should respect revdel flags

2012-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28633

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

   What|Removed |Added

   Keywords|bugsmash|platformeng
   Priority|Lowest  |Highest

--- Comment #7 from Mark A. Hershberger m...@everybody.org 2012-01-03 
17:40:27 UTC ---
Bumping priority. Thehelpfulone tells me via email:

 this bug is, in my
 opinon, very crucial to fix as it means that if a page has been oversighted
 but it was flagged by an abuse filter, then the logs of this abuse filter
 will show the content of the oversighted page. Therefore, this currently
 means that oversighters need to oversight 2 things - the page itself *and* the
 abuse filter log. This can unfortunately create a lot of extra work for
 them, so if this bug could be fixed, I'm sure they would appreciate it,
 especially as most of these oversighted pages contain sensitive personal
 information.

-- 
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 33489] New: CR path fragmentation fails with svn copy (with (from ... )

2012-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33489

   Web browser: ---
 Bug #: 33489
   Summary: CR path fragmentation fails with svn copy (with (from
... )
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: CodeReview
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: s...@reedyboy.net
CC: innocentkil...@gmail.com, s...@reedyboy.net
Classification: Unclassified


mysql select * from code_paths where cp_repo_id = 1 AND cp_rev_id = 100374;
++---+-+---+
| cp_repo_id | cp_rev_id | cp_path |
cp_action |
++---+-+---+
|  1 |100374 | /   | N 
   |
|  1 |100374 | /branches   | N 
   |
|  1 |100374 | /branches/JSTesting (from   | N 
   |
|  1 |100374 | /branches/JSTesting (from /trunk| N 
   |
|  1 |100374 | /branches/JSTesting (from /trunk/phase3:100351) | A 
   |
++---+-+---+
5 rows in set (0.01 sec)

-- 
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 33490] New: App hangs on incoming text messages during page load

2012-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33490

   Web browser: ---
 Bug #: 33490
   Summary: App hangs on incoming text messages during page load
   Product: Wikimedia Mobile
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: critical
  Priority: Unprioritized
 Component: iphone
AssignedTo: prei...@wikimedia.org
ReportedBy: phili...@gmail.com
CC: tf...@wikimedia.org
Classification: Unclassified


1) when loading a new article after a search - should a text or imessage arrive
while loading is in progress,
(2) when using a hotlink within an article to load a referenced page and a text
message arrives while loading is in progress;
in both cases the device promptly hangs after the text arrival notification
tone and cannot be recovered without completely powering down the device and
restarting, then selecting the APP again.

Note that I find the load times to be very slow irrespective of whether it is
the carrier or WiFi.
Clearly the slow load time will increase the probability of texts and page
loads occuring concomitantly.

What that should say is that the Wikipedia app hangs on incoming messages
during load and the only way out of it is to exit using the home button,
all touch screen function is disabled.  This leaves the device operating but
the Wikipedia app remains in the hung state and this can be verified by
simply trying to start it again. Only a complete power down and power up
cycle will get the app operational again.

-- 
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 32592] v1.6.1 and v1.7.0 rc1 / SMW_conceptCache.php --create fails

2012-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32592

Desiree Gennaro desiree.genn...@gmail.com changed:

   What|Removed |Added

 CC||desiree.genn...@gmail.com

--- Comment #12 from Desiree Gennaro desiree.genn...@gmail.com 2012-01-03 
18:25:20 UTC ---
Has there been any update on this?

-- 
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 7757] allow cropping images when rendered

2012-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=7757

--- Comment #16 from Michael Dale d...@ucsc.edu 2012-01-03 18:46:27 UTC ---
(In reply to comment #15)
 Chiming in here... instead of server-side cropping, the same effect can be
 achieved with CSS overflow/positioning. Downside is that the entire image is
 still downloaded, but it is not destrucrive and it only requires that the 
 image
 be scaled according to the size and cropping desired.

Yea templates exist for that. See:
http://en.wikipedia.org/wiki/Template:Css_Image_Crop

The idea of server side crop transform would be non-destructive creating a
local thumbnail.

-- 
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 33470] create api for Special:Nuke

2012-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33470

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

   What|Removed |Added

   Priority|Unprioritized   |Normal
   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 33471] $wgCookieSecure = 'detect' fails when $wgServer is protocol-relative

2012-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33471

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 33477] {{SECTIONPAGENAME}} and {{SECTIONPAGENAMEE}} variables, parser function, magic words

2012-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33477

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

   What|Removed |Added

   Priority|Unprioritized   |Normal
   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 33481] Revision wrongly flagged as automatically checked after edit conflict

2012-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33481

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 33484] submit release on F-Droid

2012-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33484

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 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 33406] Install sitemap extension into bugzilla, and then update bugzilla robots.txt

2012-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33406

--- Comment #9 from Mark A. Hershberger m...@everybody.org 2012-01-03 
18:54:55 UTC ---
(In reply to comment #0)
 Even if one then reads the bug number and searches for
 mediawiki bug 4711, one still doesn't get here.  So please remove 
 robots.txt.

robots.txt has been updated, the sitemap read, the site re-indexed, and you can
see bugzilla links in search results.

Beware, though, that this probably isn't what you want.  You're query doesn't
really give any better results now.

The only way I can get the bug report is this google string: bug 4711
site:bugzilla.wikimedia.org.  Searches on live, and ask were similarly
unfruitful.

-- 
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 32592] v1.6.1 and v1.7.0 / SMW_conceptCache.php --create fails

2012-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32592

[[kgh]] mediaw...@kghoffmeyer.de changed:

   What|Removed |Added

Summary|v1.6.1 and v1.7.0 rc1 / |v1.6.1 and v1.7.0 /
   |SMW_conceptCache.php|SMW_conceptCache.php
   |--create fails  |--create fails

-- 
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 33412] No notification of concurrent reviews on special pages

2012-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33412

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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID

--- Comment #4 from Aaron Schulz aschulz4...@gmail.com 2012-01-03 19:03:04 
UTC ---
Closing, as this was an intentional change. See bug 25295.

-- 
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 30185] Global account not appearing on Special:GlobalUsers

2012-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30185

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

   What|Removed |Added

 AssignedTo|br...@wikimedia.org |wikibugs-l@lists.wikimedia.
   ||org

--- Comment #10 from Brion Vibber br...@wikimedia.org 2012-01-03 19:09:31 UTC 
---
Deassigning as I'm not active on this ext and haven't picked up the bug myself.

-- 
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 33486] Update of statistics on sa-wikipedia and sa-wikisource

2012-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33486

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

   What|Removed |Added

   Priority|Unprioritized   |Normal
 Status|NEW |RESOLVED
 CC||m...@everybody.org
 Resolution||INVALID

-- 
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 33488] Defining namespaces in SearchableNamespaces is double work

2012-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33488

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

   What|Removed |Added

   Priority|Unprioritized   |Low
   Severity|minor   |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 33489] CR path fragmentation fails with svn copy (with (from ... )

2012-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33489

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 32691] i18n incomplete

2012-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32691

--- Comment #6 from [[kgh]] mediaw...@kghoffmeyer.de 2012-01-03 19:20:47 UTC 
---
I will close this bug as soon as mediawikiwiki was updated and I have checked
if everything is ok. However, judging from the messages that newly moved into
translatewiki.net, this may already be considered as a 99 per cent fix.

-- 
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 33490] App hangs on incoming text messages during page load

2012-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33490

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 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 32906] Support for switching language variants

2012-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32906

Tomasz Finc tf...@wikimedia.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal

--- Comment #7 from Tomasz Finc tf...@wikimedia.org 2012-01-03 19:28:39 UTC 
---
This also affects Serbian.

-- 
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 32592] v1.6.1 and v1.7.0 / SMW_conceptCache.php --create fails

2012-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32592

--- Comment #13 from Jeroen De Dauw jeroen_ded...@yahoo.com 2012-01-03 
19:35:55 UTC ---
Still partly broken. It ought to work to some degree, at least more then in
1.6.x due to a fix by Markus and one by me. Will look at this further as soon
as I have the time.

-- 
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 33479] [RT] All and None buttons do not work in MediaWiki 1.18

2012-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33479

badon fastgoldf...@gmail.com changed:

   What|Removed |Added

 Resolution|INVALID |FIXED

--- Comment #2 from badon fastgoldf...@gmail.com 2012-01-03 19:36:03 UTC ---
Since the bug is valid, but the fix is not released yet, I'm changing it to
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 32592] v1.6.1 and v1.7.0 / SMW_conceptCache.php --create fails

2012-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32592

--- Comment #14 from Desiree Gennaro desiree.genn...@gmail.com 2012-01-03 
19:46:38 UTC ---
Thank you for getting back to me on this.

-- 
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 10574] Export pages should allow to export all pages

2012-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=10574

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

   What|Removed |Added

 CC||m...@everybody.org

--- Comment #27 from Mark A. Hershberger m...@everybody.org 2012-01-03 
19:47:55 UTC ---
(In reply to comment #24)
 This feature is really needed for smaller wikis, else everyone ends up doing
 ugly workarounds such as putting all pages into a dummy category, or dumping
 each namespace separately.

Would you mind applying this (referencing this bug, natch) so that we can look
at it in CR?

-- 
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 33384] database drivers cannot be provided by extension

2012-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33384

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

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||m...@everybody.org
 Resolution||FIXED

--- Comment #10 from Mark A. Hershberger m...@everybody.org 2012-01-03 
19:56:45 UTC ---
r107932

-- 
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 33491] New: 'SMWResultPrinter' constructor should require a Parser object

2012-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33491

   Web browser: ---
 Bug #: 33491
   Summary: 'SMWResultPrinter' constructor should require a Parser
object
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Semantic MediaWiki
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: danwe...@web.de
CC: jeroen_ded...@yahoo.com, mar...@semantic-mediawiki.org
Classification: Unclassified


I think there should be a parameter for the 'SMWResultPrinter' class
constructor to pass the parser object of the rendering process the result
printing is a part of.

Right now there is $wgParser being used in a few places within
'SMWResultPrinter' class. We also have specific result formats making use of
$wgParser and at least within (SRFs) 'Array' and 'Hash' formats I know for sure
that this could lead to some ugly bugs under special circumstances. One such
case would be for example special page transclusion where the query printer is
being used within that special page - in that case $wgParser does not point to
the special pages Parser object!

-- 
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 32626] Backlinks generated by references/ shouldn't be visible in printed version of pages

2012-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32626

--- Comment #7 from MrBlueSky mrblue...@wikipedia.be 2012-01-03 20:13:58 UTC 
---
Created attachment 9793
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=9793
Adding classes to default messages

Yes, that would make it easier when someone wants to hide the backlinks.

-- 
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 32626] Backlinks generated by references/ shouldn't be visible in printed version of pages

2012-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32626

MrBlueSky mrblue...@wikipedia.be changed:

   What|Removed |Added

   Keywords||need-review, patch

-- 
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 33492] New: Wikipedia iOS app does multiple lookups to genoames for one query

2012-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33492

   Web browser: ---
 Bug #: 33492
   Summary: Wikipedia iOS app does multiple lookups to genoames
for one query
   Product: Wikimedia Mobile
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: iphone
AssignedTo: prei...@wikimedia.org
ReportedBy: tf...@wikimedia.org
CC: tf...@wikimedia.org
Classification: Unclassified


Created attachment 9794
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=9794
DebugLog

I'm seeing some weird behavior where the app does freezes up for the user all
while doing tons of geonames lookups. Debug log attached

-- 
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 33493] New: language list in setting not sorted by language name

2012-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33493

   Web browser: ---
 Bug #: 33493
   Summary: language list in setting not sorted by language name
   Product: Wikimedia Mobile
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: android
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: has...@free.fr
CC: herman.w...@nitobi.com, tf...@wikimedia.org
Classification: Unclassified


When setting the app language preference, the language list looks wrongly
sorted:

...
Na Vosa Vakaviti
Foroyskt
Français
Arpetan
Nordfriisk
Furlan
...

This is because you sort according to ISO code, not by language Name. Na Vosa
Vakaviti code is FJ, Nordfriisk is FRR.

That is easy to handle for roman / cyrilic scripts. I am not sure where to
place Arabic / Farsi ... scripts though :(

Version: nightly build
Android 2.3.7 / Cyanogen 7.2

-- 
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 10574] Export pages should allow to export all pages

2012-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=10574

--- Comment #28 from Greg Sabino Mullane g...@turnstep.com 2012-01-03 
21:09:04 UTC ---
Applied to r107939

-- 
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 32686] Page does not exist title cached in wrong language

2012-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32686

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

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |

--- Comment #3 from Brion Vibber br...@wikimedia.org 2012-01-03 21:22:01 UTC 
---
Provisionally reverted in r107941.

-- 
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 33494] New: Remove redundant CSS from chick/main.css

2012-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33494

   Web browser: ---
 Bug #: 33494
   Summary: Remove redundant CSS from chick/main.css
   Product: MediaWiki
   Version: 1.19-svn
  Platform: All
OS/Version: All
Status: NEW
  Keywords: need-review, patch
  Severity: normal
  Priority: Unprioritized
 Component: General/Unknown
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: er...@darcoury.nl
Classification: Unclassified


Created attachment 9795
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=9795
Patch for /skins/chick/main.css

This patch removes any redundant CSS from skins/chick/main.css that has moved
to skins/common/commonElement.css. I guess this was an oversight; it was
removed from all other skin files, but not this 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 33495] New: redlink

2012-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33495

   Web browser: ---
 Bug #: 33495
   Summary: redlink
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: minor
  Priority: Unprioritized
 Component: SemanticForms
AssignedTo: yaro...@gmail.com
ReportedBy: jeroen_ded...@yahoo.com
CC: wikibugs-l@lists.wikimedia.org
Classification: Unclassified


This is a feature request for redlink behavior for pages that have a form
associated. (Similar to the native redlink stuff, you'd have a create link with
redlink argument to action=formedit, which then will give you a form if the
page does not exist, or show the page if someone already created it).

-- 
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 31509] Run a cleanup bot over all EXIF-rotated images on Commons, other wiki sites

2012-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31509

Rob Lanphier ro...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #11 from Rob Lanphier ro...@wikimedia.org 2012-01-03 21:51:21 UTC 
---
RotateBot seems to be pretty much caught up now, and will probably be able to
keep up with whatever remaining rotation requests come along.  Marking as fixed
for lack of more appropriate state.  :)

-- 
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 31504] Image rotation issues (tracking)

2012-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31504

Bug 31504 depends on bug 31509, which changed state.

Bug 31509 Summary: Run a cleanup bot over all EXIF-rotated images on Commons, 
other wiki sites
https://bugzilla.wikimedia.org/show_bug.cgi?id=31509

   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 30339] Implement SpecialPage for running javascript tests

2012-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30339

--- Comment #13 from Krinkle krinklem...@gmail.com 2012-01-03 21:55:39 UTC ---
Landed in trunk r107919.

-- 
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 30656] Make it possible to run/add QUnit tests for extensions

2012-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30656

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Depends on||30339
 Resolution||FIXED

--- Comment #4 from Krinkle krinklem...@gmail.com 2012-01-03 21:55:43 UTC ---
Landed in trunk r107919.

-- 
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 30339] Implement SpecialPage for running javascript tests

2012-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30339

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

 Blocks||30656

-- 
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 33495] redlink

2012-01-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33495

--- Comment #1 from Yaron Koren yaro...@gmail.com 2012-01-03 21:55:59 UTC ---
Sorry, I don't understand - how is this different from SF's current red-link
behavior?

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


  1   2   >