[Bug 42179] New: Re-enable Extension:CrossNamespaceLinks on Wikimedia wikis

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42179

   Web browser: ---
 Bug #: 42179
   Summary: Re-enable Extension:CrossNamespaceLinks on Wikimedia
wikis
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Extension setup
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: federicol...@tiscali.it
CC: dereck...@espace-win.org
Depends on: 15434
Classification: Unclassified
   Mobile Platform: ---


It was disabled in bug 16878 waiting for bug 15434: has to be re-enabled after
bug 15434 is 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 15434] Periodical run of currently disabled special pages

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=15434

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 Blocks||42179

-- 
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 27480] Fix page_props and iwlinks: run refreshLinks.php

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27480

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

Summary|Run refreshLinks.php on |Fix page_props and iwlinks:
   |wikimedia wikis |run refreshLinks.php

--- Comment #16 from Nemo federicol...@tiscali.it 2012-11-16 08:17:59 UTC ---
(In reply to comment #15)
 running it without --dfn-only would take _years_ on en.wp i am being told

Yes, unlikely to happen. Clarifying scope and adding as blockers requests for
creation of efficient scripts which do only what needed; note that bug 28628
comment 2 contains a proposed solution.

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

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


[Bug 28628] cleanup iwlinks table on WMF wikis

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28628

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 CC||federicol...@tiscali.it
 Blocks||27480
 Resolution|DUPLICATE   |

--- Comment #8 from Nemo federicol...@tiscali.it 2012-11-16 08:20:48 UTC ---
Reopening: unless bug 16112 solved it outside en.wiki, refreshlinks is not a
solution for this problem (overkill, won't be run).
How expensive is the solution proposed by Roan in comment 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 27480] Fix page_props and iwlinks: run refreshLinks.php

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27480

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 Depends on||28628

-- 
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 16660] Database table cleanup (tracking)

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16660

Bug 16660 depends on bug 28628, which changed state.

Bug 28628 Summary: cleanup iwlinks table on WMF wikis
https://bugzilla.wikimedia.org/show_bug.cgi?id=28628

   What|Old Value   |New Value

 Status|RESOLVED|REOPENED
 Resolution|DUPLICATE   |

-- 
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 42180] New: refreshLinks.php --dfn-only doesn't complete on en.wiki

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42180

   Web browser: ---
 Bug #: 42180
   Summary: refreshLinks.php --dfn-only doesn't complete on
en.wiki
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Maintenance scripts
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: federicol...@tiscali.it
CC: s...@reedyboy.net
Blocks: 16112
Classification: Unclassified
   Mobile Platform: ---


Split from bug 16112 comment 47 as this is a problem in the script itself.

(Reedy said in bug 16112 comment 48)
 The original queries take an age, and isn't going to attempt to load it all.
 
 mysql explain select DISTINCT pl_from from pagelinks LEFT JOIN page ON
 pl_from=page_id;
 ++-+---++---+-+-+--+---+--+
 | id | select_type | table | type   | possible_keys | key | key_len |
 ref  | rows  | Extra|
 ++-+---++---+-+-+--+---+--+
 |  1 | SIMPLE  | pagelinks | index  | NULL  | pl_from | 265 |
 NULL | 624327870 | Using index; Using temporary |
 |  1 | SIMPLE  | page  | eq_ref | PRIMARY   | PRIMARY | 4   |
 enwiki.pagelinks.pl_from | 1 | Using index; Distinct|
 ++-+---++---+-+-+--+---+--+
 2 rows in set (0.01 sec)
 
 Removing the distinct would make things simpler.. If kept a client side count,
 and removed the distint... Would this work for us..

-- 
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 16112] Run refreshLinks.php --dfn-only on all wikis periodically

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16112

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 Depends on||42180

-- 
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 42181] New: [gdash] Add long-term history graphs for some gdash metrics

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42181

   Web browser: ---
 Bug #: 42181
   Summary: [gdash] Add long-term history graphs for some gdash
metrics
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Unprioritized
 Component: General/Unknown
AssignedTo: afeld...@wikimedia.org
ReportedBy: federicol...@tiscali.it
Classification: Unclassified
   Mobile Platform: ---


How hard is it to add additional graphs which just show the same metric for a
longer period? (Where is the code?)
For instance, it would be nice to have
https://gdash.wikimedia.org/dashboards/datastores/ for a year, not just a week,
to plan when some DB-intensive tasks can be executed in the mid/long term.

-- 
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 40658] CheckUserLog API: Support for query continue

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40658

Grunny mwgru...@gmail.com changed:

   What|Removed |Added

 CC||mwgru...@gmail.com

--- Comment #2 from Grunny mwgru...@gmail.com 2012-11-16 08:37:01 UTC ---
Submitted patch in https://gerrit.wikimedia.org/r/#/c/33702/

-- 
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 41828] TypeError: this.params is undefined

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41828

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

   What|Removed |Added

 CC||listenle...@gmail.com

--- Comment #1 from Michael M. listenle...@gmail.com 2012-11-16 08:45:01 UTC 
---
This also happens for action=watch.
The line where the error occurs is in UiBuilder.prototype.createInputs

-- 
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 42182] New: Enhaced toolbar overlap

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42182

   Web browser: ---
 Bug #: 42182
   Summary: Enhaced toolbar overlap
   Product: Wikimedia
   Version: wmf-deployment
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: General/Unknown
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: juandevojni...@gmail.com
Classification: Unclassified
   Mobile Platform: ---


Created attachment 11368
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=11368
Overlap by edit window

There is an overlap of something called Format (in Czech: Formát) and
Insert (in Czech: Vložit). See images. This is with skin Vector and FF
16.0.2, cs.wn. Same problem in:
*Google Chrome Version 23.0.1271.64 m
*Opera v 12.02
*IE 7

-- 
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 42182] Enhaced toolbar overlap

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42182

--- Comment #1 from Juan de Vojníkov juandevojni...@gmail.com 2012-11-16 
08:59:50 UTC ---
Created attachment 11369
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=11369
Overlap by button

-- 
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 42183] New: Add more attachments to bug opening

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42183

   Web browser: ---
 Bug #: 42183
   Summary: Add more attachments to bug opening
   Product: Wikimedia
   Version: wmf-deployment
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Bugzilla
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: juandevojni...@gmail.com
CC: aklap...@wikimedia.org, s...@reedyboy.net,
thehelpfulonew...@gmail.com
Classification: Unclassified
   Mobile Platform: ---


I would propose to allow to add more attachments when new bug is opened.
Recently I needed to add two, but I had to open new bug with one attachment and
than I had to proceed to do another attachment. Having possibility to add
attachments at first would spare our time.

-- 
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 41932] Unknown dependency: jquery.uls in qunit tests

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41932

abraham.taheriv...@wikimedia.de changed:

   What|Removed |Added

 Status|NEW |ASSIGNED

-- 
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 42116] After MediaWiki 1.20 upgrade WikiEditor extension not working with Vector skin

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42116

--- Comment #4 from jb.holcr...@gmail.com 2012-11-16 09:24:45 UTC ---
You can use this wiki to see the bug :
http://bug.wikoutils.org/w/index.php?title=Bug_demoaction=edit

-- 
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 41768] Clicking outside ULS popup should close the popup

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41768

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

   What|Removed |Added

 Status|NEW |ASSIGNED
 AssignedTo|wikibugs-l@lists.wikimedia. |amir.ahar...@mail.huji.ac.i
   |org |l

-- 
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 42184] New: $wgUploadSizeWarning missing variable

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42184

   Web browser: ---
 Bug #: 42184
   Summary: $wgUploadSizeWarning missing variable
   Product: MediaWiki
   Version: 1.21-git
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Uploading
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: flo...@gmail.com
CC: bryan.tongm...@gmail.com
Classification: Unclassified
   Mobile Platform: ---


At least in the German translation, the warning message when reaching the
$wgUploadSizeWarning limit misses a variable. It reads like

Dateigröße sollte nach Möglichkeit 12345 Kbytes nicht überschreiten. Datei ist
$2 groß.

$2 is not replaced by the actual size.

-- 
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 42116] After MediaWiki 1.20 upgrade WikiEditor extension not working with Vector skin

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42116

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

   What|Removed |Added

 CC||listenle...@gmail.com

--- Comment #5 from Michael M. listenle...@gmail.com 2012-11-16 09:47:13 UTC 
---
(In reply to comment #3)
 I forgot to add : I updated yesterday WikiEditor and Vector to latest git
 version.

Sure? Your Vector extension still contains reference to
mediawiki.legacy.mwsuggest (e.g. in
http://bug.wikoutils.org/w/extensions/Vector/modules/ext.vector.simpleSearch.js),
which was removed recently by Gerrit change #24680.

-- 
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 41768] Clicking outside ULS popup should close the popup

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41768

--- Comment #1 from Pau Giner pgi...@wikimedia.org 2012-11-16 09:52:11 UTC ---
I agree in that this is a common assumption. In the same way, clicking on the
current language indicator that appears on top should also close the selector
when it is open.

-- 
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 39836] Patching after edit conflicts (5)

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39836

--- Comment #7 from jeb...@gmail.com 2012-11-16 09:56:02 UTC ---
Another case that fails involves removal of sitelinks or aliases, where the
user has an edit conflict with himself.

Load an item in a single browser window. Add a new sitelink that does not exist
already in the item, and save the sitelink. Now click on edit for the same
sitelink and remove it, and then save the sitelink. You will now get an adit
conflict.

-- 
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 42182] Enhaced toolbar overlap

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42182

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

   What|Removed |Added

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

--- Comment #2 from Michael M. listenle...@gmail.com 2012-11-16 09:59:24 UTC 
---
This is caused by http://cs.wikinews.org/wiki/MediaWiki:Common.css
You change the style for div.label there, but this class is used in the
toolbar, too.

You either should rename the class you called label by something more
descriptive to avoid having one class for different things.

Or you have to add something like

.wikiEditor-ui-toolbar .label {
 border-radius:0;
 box-shadow:none;
 padding:0;
}

to MediaWiki:Common.css

-- 
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 41491] Core tests die with fatal error: Undefined index: sdfsedtgsrdysftu

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41491

--- Comment #8 from Jeroen De Dauw jeroen_ded...@yahoo.com 2012-11-16 
10:02:37 UTC ---
 core/tests/phpunit/includes/libs/GenericArrayObjectTest.php:  try {
 $list-offsetUnset( 'sdfsedtgsrdysftu' ); } catch ( \Exception $exception ){}

Perfectly legit code to test if an exception that should be thrown is actually
thrown. We have such code at multiple places in Wikibase and no one has a
problem with it there either.

-- 
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 42182] Enhaced toolbar overlap

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42182

--- Comment #3 from Michael M. listenle...@gmail.com 2012-11-16 10:04:15 UTC 
---
(In reply to comment #2)
 You either should rename the class you called label by something more
 descriptive to avoid having one class for different things.

I.e. change in [[cs:n:Template:Cedule]] the code from
div class=label label-pageinfo{{#if:{{{typ|}}}|...
to
div class=cedule-label label-pageinfo{{#if:{{{typ|}}}|...

and the style definition in [[cs:n:MediaWiki:Common.css]] from
div.label {
to
div.cedule-label {

-- 
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 42154] Code Review at the right

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42154

--- Comment #1 from Andre Klapper aklap...@wikimedia.org 2012-11-16 10:13:22 
UTC ---
(In reply to comment #0)
 The link to Code Review on the personal portlet

URLs please, always. Thanks...

-- 
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 42182] Enhaced toolbar overlap

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42182

--- Comment #4 from Juan de Vojníkov juandevojni...@gmail.com 2012-11-16 
10:17:03 UTC ---
Thank you Michael, I will contact the local admins.

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


[Bug 42116] After MediaWiki 1.20 upgrade WikiEditor extension not working with Vector skin

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42116

--- Comment #6 from jb.holcr...@gmail.com 2012-11-16 10:29:45 UTC ---
In fact I don't know, since you are using Git and rolling release (every two
weeks), it is very difficult to know what to extract to upgrade a mw based
site.

I use this simple script (homemade) to extract extensions :
https://www.mediawiki.org/wiki/User:Jibec/git-script.sh

If i search branches in my Vector git folder I got :
[Vector]$ git branch -r | sort -V
  origin/HEAD - origin/master
  origin/REL1_20
  origin/master
  origin/wmf/1.20wmf11

So I assume (git is not obvious to me) my script extract everything that is in
origin/REL1_20 if the tag exist, if not, it extract master.

Is your change also into REL1_20 ?

-- 
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 42159] Option to disable automatic language detection for anonymous users

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42159

Daniel Kinzler daniel.kinz...@wikimedia.de changed:

   What|Removed |Added

 CC||e...@wikimedia.org

--- Comment #1 from Daniel Kinzler daniel.kinz...@wikimedia.de 2012-11-16 
10:39:27 UTC ---
Wo probably need to send some additional cache control headers. So:

e) if the ULS cookie is received (or being set), send cache-control headers
that cause squid not to cache the response.

-- 
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 42185] New: Remove ULS as a hard dependency

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42185

   Web browser: ---
 Bug #: 42185
   Summary: Remove ULS as a hard dependency
   Product: MediaWiki extensions
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: WikidataRepo
AssignedTo: wikidata-b...@lists.wikimedia.org
ReportedBy: daniel.kinz...@wikimedia.de
CC: wikibugs-l@lists.wikimedia.org,
wikidata-b...@lists.wikimedia.org
Classification: Unclassified
   Mobile Platform: ---


The dependency on the Universal Language Selector should be optional: Wikibase
should make use of the ULS functionality if present, but degrade gracefully if
it's not there. 

As to the language directionality information we usually take from ULS:
ideally, just don't set the dir attribute at all if we don't have
directionality info. Or set it to an empty string (though that's not valid
HTML). If all else fails, use ltr.

-- 
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 42185] Remove ULS as a hard dependency

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42185

Daniel Kinzler daniel.kinz...@wikimedia.de changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 Status|NEW |ASSIGNED
 CC||daniel.kinz...@wikimedia.de

-- 
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 42186] New: Anonymous users can't pick language on wikidata.org

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42186

   Web browser: ---
 Bug #: 42186
   Summary: Anonymous users can't pick language on wikidata.org
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Wikidata
AssignedTo: wikidata-b...@lists.wikimedia.org
ReportedBy: daniel.kinz...@wikimedia.de
Classification: Unclassified
   Mobile Platform: ---


Anonymous users should be able to pick their language on wikidata.org. Since
this also controls the language the user views and edits content in, this is an
essential part of wikidata's functionality.

As discussed in bug 41451, this is not trivial to implement because of the way
the web caches (squids) work. A solution is proposed in bug 42159, but since
this also requires configuration changes (for the wiki, and possibly also for
squids), this here ticket was created to track the issue.

-- 
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 42186] Anonymous users can't pick language on wikidata.org

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42186

Daniel Kinzler daniel.kinz...@wikimedia.de changed:

   What|Removed |Added

   Priority|Unprioritized   |High
 CC||daniel.kinz...@wikimedia.de
   See Also||https://bugzilla.wikimedia.
   ||org/show_bug.cgi?id=41451
   Severity|normal  |major

-- 
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 42186] Anonymous users can't pick language on wikidata.org

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42186

Daniel Kinzler daniel.kinz...@wikimedia.de changed:

   What|Removed |Added

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

-- 
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 42159] Option to disable automatic language detection for anonymous users

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42159

Daniel Kinzler daniel.kinz...@wikimedia.de changed:

   What|Removed |Added

 Blocks||42186

-- 
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 42186] Anonymous users can't pick language on wikidata.org

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42186

Daniel Kinzler daniel.kinz...@wikimedia.de changed:

   What|Removed |Added

   Keywords||i18n
 Depends on||42159

-- 
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 16424] Cannot download extensions that are no longer in trunk

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16424

jb.holcr...@gmail.com changed:

   What|Removed |Added

 CC||jb.holcr...@gmail.com

--- Comment #3 from jb.holcr...@gmail.com 2012-11-16 11:03:43 UTC ---
This is an issue for many users (about 50 comments) :

From help desk :
https://www.mediawiki.org/w/index.php?title=Project:Support_deskoffset=20121113101455limit=20#Cannot_download_extensions_for_1.20_yet_20344

https://www.mediawiki.org/w/index.php?title=Project:Support_deskoffset=20121113101455limit=20#Extensions_currently_cannot_be_downloaded_14932

From Download from Git talk page :
https://www.mediawiki.org/wiki/Talk:Download_from_Git#How_to_set_extension_version_to_MW_version.3F_18030

Also looks like to be related to #41081

-- 
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 42187] New: Make client access item blobs directly, avoid local copies

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42187

   Web browser: ---
 Bug #: 42187
   Summary: Make client access item blobs directly, avoid local
copies
   Product: MediaWiki extensions
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: WikidataClient
AssignedTo: wikidata-b...@lists.wikimedia.org
ReportedBy: daniel.kinz...@wikimedia.de
CC: wikibugs-l@lists.wikimedia.org,
wikidata-b...@lists.wikimedia.org
Classification: Unclassified
   Mobile Platform: ---


The Wikibase client should access item data blobs directly, using the
repository's page, revision and text tables (and External Store, if needed).
Similarly, item_per_page should be accessed directly in the repo's database.
This removes the need to maintain local copies of items and the mapping table
in the client's database.

Keep in mind that for 3rd party wikis that can not access the repo's database
directly, we will still need these local tables.

-- 
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 42187] Make client access item blobs directly, avoid local copies

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42187

Daniel Kinzler daniel.kinz...@wikimedia.de changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 Status|NEW |ASSIGNED
 CC||daniel.kinz...@wikimedia.de

-- 
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 42187] Make client access item blobs directly, avoid local copies

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42187

--- Comment #1 from Daniel Kinzler daniel.kinz...@wikimedia.de 2012-11-16 
11:14:57 UTC ---
See also https://meta.wikimedia.org/wiki/Talk:Wikidata/Notes/Change_propagation

-- 
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 42188] New: Allow for something other than master to be deployed

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42188

   Web browser: ---
 Bug #: 42188
   Summary: Allow for something other than master to be deployed
   Product: Wikimedia Labs
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: deployment-prep (beta)
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: mmul...@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: ---


It would be neat if extensions could decide on what exactly is being deployed.
Currently, it looks like all extensions' master branches are checked out
periodically. I could pull in whatever code I want, but it'll automatically be
overwritten not too much later. This makes it hard to thoroughly test new
features: everything is expected to be code-reviewed and merged already, before
it can even be tested on labs.

Ideally, code should be testable _before_ it's merged into the codebase:
* It would allow non-tech people to test stuff before it's merged already -
otherwise they can only provide feedback after the code has been merged already
* It seems rather unsafe in the first place to merge stuff that has not yet
been tested in a production-like environment

Possible solutions: for every extension, check if there is a remote beta
branch. If there is, check that branch out, otherwise check out master.
Master would be the Gerrit-gated trunk; beta could be an ungated
push-whatever-whenever-you-want branch.

-- 
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 42189] New: Coalesc change events in pollForChanges

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42189

   Web browser: ---
 Bug #: 42189
   Summary: Coalesc change events in pollForChanges
   Product: MediaWiki extensions
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: WikidataClient
AssignedTo: wikidata-b...@lists.wikimedia.org
ReportedBy: daniel.kinz...@wikimedia.de
CC: wikibugs-l@lists.wikimedia.org,
wikidata-b...@lists.wikimedia.org
Classification: Unclassified
   Mobile Platform: ---


The pollForChanges should coalesc (combine/collapse) successive changes done by
the same user to the same item. This avoids clutter in the recentchanges table
(and thus in the watchlist), and also reduces overhead for notifying client
wikis about changes.

Note that some information from the edit comment may be lost; or perhaps the
summaries for each edit can be stored in the rc_params field of the
recentchanges table and later be used for rendering the RC item be type
appropriate hook. 

See also https://meta.wikimedia.org/wiki/Talk:Wikidata/Notes/Change_propagation

-- 
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 42189] Coalesc change events in pollForChanges

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42189

Daniel Kinzler daniel.kinz...@wikimedia.de changed:

   What|Removed |Added

 CC||daniel.kinz...@wikimedia.de
   See Also||https://bugzilla.wikimedia.
   ||org/show_bug.cgi?id=42065

--- Comment #1 from Daniel Kinzler daniel.kinz...@wikimedia.de 2012-11-16 
11:19:17 UTC ---
Note: This is related to but not at all the same as bug 42065. In fact, to
improve performance, both should be done: coalescing change events and skipping
redundant update jobs.

-- 
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 42065] Filter redundant jobs from the queue

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42065

Daniel Kinzler daniel.kinz...@wikimedia.de changed:

   What|Removed |Added

   Keywords||performance

-- 
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 40344] Bugzilla auto-linking mangling Gerrit URL

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40344

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

   What|Removed |Added

 Status|ASSIGNED|NEW
 AssignedTo|aklap...@wikimedia.org  |wikibugs-l@lists.wikimedia.
   ||org

--- Comment #7 from Andre Klapper aklap...@wikimedia.org 2012-11-16 11:29:24 
UTC ---
Gerrit annoys the hell out of me and wastes my time, so I unassign this though
the patch works and is tested. See Gerrit.

-- 
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 42097] Tablesorter hangs browsers on page load

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42097

Pxos pxos.fiw...@gmail.com changed:

   What|Removed |Added

 CC||pxos.fiw...@gmail.com

--- Comment #8 from Pxos pxos.fiw...@gmail.com 2012-11-16 11:37:29 UTC ---
(In reply to comment #6)
 Patch merged.

The problem remains the same.

-- 
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 42182] Enhanced toolbar overlap

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42182

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

   What|Removed |Added

Summary|Enhaced toolbar overlap |Enhanced toolbar overlap

-- 
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 42190] New: Poorely named classes of WikiEditor interact with user defined stuff and must be renamed

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42190

   Web browser: ---
 Bug #: 42190
   Summary: Poorely named classes of WikiEditor interact with user
defined stuff and must be renamed
   Product: MediaWiki extensions
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: major
  Priority: Unprioritized
 Component: WikiEditor
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: dann...@email.cz
CC: krinklem...@gmail.com, roan.katt...@gmail.com,
tpars...@wikimedia.org
Classification: Unclassified
   Mobile Platform: ---


Various classes of WikiEditor are poorely named.

There are classes with way too general names like label, tool, group etc.
which obviously interact with site/user defined styles elsewhere.

There was a consensus that all MediaWiki user interface classes will be
prefixed with mw- or mwe-name- (for extensions) to prevent this.

From these two reasons all these classes must be renamed.

-- 
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 42190] Poorely named classes of WikiEditor interact with user defined stuff and must be renamed

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42190

Danny B. dann...@email.cz changed:

   What|Removed |Added

   Priority|Unprioritized   |High

-- 
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 42164] Wiki Loves Monuments 2013 (tracking)

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42164

Dereckson dereck...@espace-win.org changed:

   What|Removed |Added

 CC||dereck...@espace-win.org
Summary|The big Wiki Loves  |Wiki Loves Monuments 2013
   |Monuments 2013 tracking bug |(tracking)

-- 
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 38648] Wiki Loves Monuments 2012 (tracking)

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38648

Dereckson dereck...@espace-win.org changed:

   What|Removed |Added

 CC||dereck...@espace-win.org
Summary|The big Wiki Loves  |Wiki Loves Monuments 2012
   |Monuments 2012 tracking bug |(tracking)

-- 
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 42184] $wgUploadSizeWarning missing variable

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42184

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

   What|Removed |Added

   Keywords||easy
   Priority|Unprioritized   |Low
   Severity|normal  |trivial

-- 
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 42165] Add Antarctic monuments to the database

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42165

Dereckson dereck...@espace-win.org changed:

   What|Removed |Added

 CC||dereck...@espace-win.org

--- Comment #2 from Dereckson dereck...@espace-win.org 2012-11-16 12:08:48 
UTC ---
A list of such monuments is maintained by the Secretariat of the Antartic
Treaty: 
http://www.ats.aq/devPH/apa/ep_protected_search.aspx?type=1lang=e

-- 
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 42097] Tablesorter hangs browsers on page load

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42097

--- Comment #9 from Nemo federicol...@tiscali.it 2012-11-16 12:09:30 UTC ---
(In reply to comment #8)
 (In reply to comment #6)
  Patch merged.
 
 The problem remains the same.

Yes Pxos, as Nikerabbit said someone should also deploy it, otherwise it will
go live presumably with 1.21wmf5 on Wednesday, December 5 for fi.wiki...
https://www.mediawiki.org/wiki/MediaWiki_1.21/Roadmap

-- 
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 42146] PHP Notice: Undefined index: HTTP_USER_AGENT in /www/translatewiki.net/w/extensions/SemanticForms/includes/SF_FormUtils.php on line 252

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42146

--- Comment #3 from Yaron Koren yaro...@gmail.com 2012-11-16 12:15:28 UTC ---
Hi - yes; this commit:

https://gerrit.wikimedia.org/r/gitweb?p=mediawiki/extensions/SemanticForms.git;a=commit;h=2ffe5a4d64704b138df46a8b9f36914d2d391733

-- 
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 42190] Rename WikiEditor classes with generic names to use mw- or mwe- prefixes

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42190

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

   What|Removed |Added

   Priority|High|Normal
 CC||aklap...@wikimedia.org
Summary|Poorely named classes of|Rename WikiEditor classes
   |WikiEditor interact with|with generic names to use
   |user defined stuff and must |mw- or mwe- prefixes
   |be renamed  |

--- Comment #1 from Andre Klapper aklap...@wikimedia.org 2012-11-16 12:21:31 
UTC ---
(In reply to comment #0)
 Various classes of WikiEditor are poorely named.

Which ones? List welcome, otherwise it's impossible to define when this bug
report has been 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 42191] New: Recording end overlap text

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42191

   Web browser: ---
 Bug #: 42191
   Summary: Recording end overlap text
   Product: Wikimedia
   Version: wmf-deployment
  Platform: All
OS/Version: All
Status: NEW
  Severity: minor
  Priority: Unprioritized
 Component: General/Unknown
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: juandevojni...@gmail.com
Classification: Unclassified
   Mobile Platform: ---


Created attachment 11370
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=11370
Info box covers text

If you run a recording and it ends up, there is more box information, which
hides text behind. I dont think it a good idea especially for Wikipedia. The
information about File, or better to say license, author and other conditions,
should be visible by default, not after the show.

-- 
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 42190] Rename WikiEditor classes with generic names to use mw- or mwe- prefixes

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42190

--- Comment #2 from Danny B. dann...@email.cz 2012-11-16 12:26:59 UTC ---
(In reply to comment #1)
 (In reply to comment #0)
  Various classes of WikiEditor are poorely named.
 
 Which ones? List welcome, otherwise it's impossible to define when this bug
 report has been fixed.

The example list is just one line lower ;-)

And I'm pretty sure devs will know all of them.

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

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


[Bug 42192] New: Page reload gives error mw.getConfig is not a function

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42192

   Web browser: Firefox
 Bug #: 42192
   Summary: Page reload gives error mw.getConfig is not a function
   Product: MediaWiki extensions
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: TimedMediaHandler
AssignedTo: d...@ucsc.edu
ReportedBy: lupo.bugzi...@gmail.com
CC: jger...@wikimedia.org, wikibugs-l@lists.wikimedia.org
Classification: Unclassified
   Mobile Platform: ---


Shift-reloading in FF 16.0.2/OS X 10.6.8 any page at the English Wikipedia
using the monobook skin consistently gives me the following error:

Error: TypeError: mw.getConfig is not a function
Source File:
https://bits.wikimedia.org/en.wikipedia.org/load.php?debug=falselang=enmodules=startuponly=scriptsskin=monobook*
Line: 1

The error consistently disappears if I switch on debug mode (debug=true).

Appears to come from the mwEmbedPlayer loader inside the generated setup()
function.

-- 
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 42190] Rename WikiEditor classes with generic names to use mw- or mwe- prefixes or redefine them more complexly

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42190

Danny B. dann...@email.cz changed:

   What|Removed |Added

Summary|Rename WikiEditor classes   |Rename WikiEditor classes
   |with generic names to use   |with generic names to use
   |mw- or mwe- prefixes|mw- or mwe- prefixes or
   ||redefine them more
   ||complexly

--- Comment #3 from Danny B. dann...@email.cz 2012-11-16 12:29:24 UTC ---
Another solution would be to define explicitely all commonly used properties
for these generally named classes to ensure nothing is inherited.

-- 
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 42193] New: Diffs in Opera and monobook are not colored

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42193

   Web browser: ---
 Bug #: 42193
   Summary: Diffs in Opera and monobook are not colored
   Product: MediaWiki
   Version: 1.21-git
  Platform: All
OS/Version: Windows XP
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: History/Diffs
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: jan.du...@gmail.com
Classification: Unclassified
   Mobile Platform: ---


Created attachment 11371
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=11371
Opera and monobook

Last about two days I have not colored diffs when using monobook skin and Opera
browser.
In Chrome browser is all OK, in vector too.
I deletd my common.css,  but there was not anything.

-- 
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 42193] Diffs in Opera and monobook are not colored

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42193

--- Comment #1 from JAn Dudík jan.du...@gmail.com 2012-11-16 12:33:40 UTC ---
Created attachment 11372
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=11372
Opera and vector

-- 
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 42193] Diffs in Opera and monobook are not colored

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42193

--- Comment #2 from JAn Dudík jan.du...@gmail.com 2012-11-16 12:34:00 UTC ---
Created attachment 11373
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=11373
Chrome and monobook

-- 
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 42193] Diffs in Opera and monobook are not colored

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42193

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

   What|Removed |Added

 CC||s...@reedyboy.net
  Component|History/Diffs   |General/Unknown
Version|1.21-git|wmf-deployment
Product|MediaWiki   |Wikimedia

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

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


[Bug 42194] New: CC icon sometimes below control bar

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42194

   Web browser: ---
 Bug #: 42194
   Summary: CC icon sometimes below control bar
   Product: MediaWiki extensions
   Version: master
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: TimedMediaHandler
AssignedTo: d...@ucsc.edu
ReportedBy: jger...@wikimedia.org
CC: jger...@wikimedia.org, wikibugs-l@lists.wikimedia.org
Classification: Unclassified
   Mobile Platform: ---


Created attachment 11374
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=11374
CC below fullscreen

for small videos the CC icon ends up below the control bar, below the
fullscreen button:

http://commons.wikimedia.org/wiki/File:Second_Battle_of_Fallujah,_mosque_firefight_and_house_searches.ogv

This happens in Chrome and Firefox

-- 
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 42193] Diffs in Opera and monobook are not colored

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42193

Maggie Dennis mden...@wikimedia.org changed:

   What|Removed |Added

 CC||mden...@wikimedia.org

--- Comment #3 from Maggie Dennis mden...@wikimedia.org 2012-11-16 12:38:34 
UTC ---
I'm having similar issues in Chrome, but not Firefox, using Monobook. There are
additional notes about it at the Village Pump, where it seems to be affecting a
wide range of browsers. See
http://en.wikipedia.org/wiki/Wikipedia:VPT#Style_sheet_changes

-- 
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 12788] CSS (tracking)

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=12788

Danny B. dann...@email.cz changed:

   What|Removed |Added

 Depends on||42193

-- 
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 42193] Diffs in Opera and monobook are not colored

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42193

Danny B. dann...@email.cz changed:

   What|Removed |Added

 CC||dann...@email.cz
  Component|General/Unknown |History/Diffs
Version|wmf-deployment  |unspecified
 Blocks||12788
Product|Wikimedia   |MediaWiki

-- 
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 42192] Page reload gives error mw.getConfig is not a function

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42192

--- Comment #1 from Lupo lupo.bugzi...@gmail.com 2012-11-16 12:48:22 UTC ---
Also see [[en:Wikipedia:Village pump (technical)#Missing Gadgets Tab]].

-- 
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 42176] Fatal error: Call to a member function getEntityType() on a non-object

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42176

Daniel Kinzler daniel.kinz...@wikimedia.de changed:

   What|Removed |Added

   Priority|Unprioritized   |High
 Status|NEW |ASSIGNED
 CC||daniel.kinz...@wikimedia.de
   Severity|normal  |major

-- 
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 30854] Broken Log Formatting for Page Moves

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30854

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 CC||federicol...@tiscali.it

--- Comment #35 from Nemo federicol...@tiscali.it 2012-11-16 13:55:38 UTC ---
Stefan, you should check the documentation on how to upgrade your MediaWiki and
then file a new bug for your issue.

-- 
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 42149] Broken link in the invitation for users to update the item

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42149

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

   What|Removed |Added

 CC||aklap...@wikimedia.org

--- Comment #2 from Andre Klapper aklap...@wikimedia.org 2012-11-16 14:02:03 
UTC ---
Merged already. Can this be closed as RESOLVED FIXED, or does this need to be
backported, or...?

-- 
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 42129] HTTPS Connection Close for login via API for Commons Wiki with IE user agent

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42129

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

   What|Removed |Added

   Priority|Unprioritized   |Lowest
 CC||aklap...@wikimedia.org
  Status Whiteboard||aklapper-moreinfo
   Severity|normal  |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 42107] wikieditor-toolbar-help-content-signaturetimestamp-result: Parse error at position 19 in input:

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42107

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

   What|Removed |Added

   Priority|Unprioritized   |Normal
 Status|UNCONFIRMED |NEW
 CC||aklap...@wikimedia.org
 Ever Confirmed|0   |1
   Severity|normal  |minor

--- Comment #1 from Andre Klapper aklap...@wikimedia.org 2012-11-16 14:08:16 
UTC ---
Confirming.

-- 
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 42107] wikieditor-toolbar-help-content-signaturetimestamp-result: Parse error at position 19 in input:

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42107

--- Comment #2 from Andre Klapper aklap...@wikimedia.org 2012-11-16 14:08:33 
UTC ---
Created attachment 11375
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=11375
Screenshot

-- 
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 42195] New: Moving page not works

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42195

   Web browser: ---
 Bug #: 42195
   Summary: Moving page not works
   Product: MediaWiki
   Version: 1.20
  Platform: All
OS/Version: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: Unprioritized
 Component: Special pages
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: stefan.kai...@hartmann.info
Classification: Unclassified
   Mobile Platform: ---


Hi

I can't move pages in 1.20.0 (after the upgrade from 1.18 - I followed the
instructions in the documentation, I've runned the update-script, etc.).

Page moving not works:

bWarning/b
: call_user_func_array() expects parameter 1 to be a valid callback, function
'MoveLogFormatter' not found or invalid function name in
b.../includes/logging/LogPage.php/b
on line
b319/b

Datenbankfehler
Wechseln zu: Navigation, Suche
Es ist ein Datenbankfehler aufgetreten. Der Grund kann ein Programmierfehler
sein. Die letzte Datenbankabfrage lautete:

(Die SQL-Datenbankabfrage ist verborgen.)

aus der Funktion «efUpdateCheckUserData». Die Datenbank meldete den Fehler
«1048: Column 'cuc_actiontext' cannot be null (localhost)».


How can i fix this?

Best regards

Stefan

-- 
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 42135] Add page creator index (page.page_creator) to MediaWiki core

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42135

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

   What|Removed |Added

   Severity|normal  |enhancement

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

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


[Bug 42163] edit conflict sometimes does not show the current text - new text not loaded from master?

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42163

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

   What|Removed |Added

 CC||aklap...@wikimedia.org

--- Comment #1 from Andre Klapper aklap...@wikimedia.org 2012-11-16 14:12:39 
UTC ---
URLs and examples to track this down extremely welcome, in general. 
Is this about Wikipedia, or about other pages? Which language?

-- 
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 42152] Maintenance reports aren't updating since Nov. 4

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42152

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

   What|Removed |Added

   Priority|Unprioritized   |High

-- 
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 42152] Maintenance reports aren't updating since Nov. 4

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42152

--- Comment #6 from Andre Klapper aklap...@wikimedia.org 2012-11-16 14:13:30 
UTC ---
Reedy: Is bug 41919 the same issue (dup)?

-- 
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 42171] Enable a gadget by default, but only for logged-in users (not for anons)

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42171

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

   What|Removed |Added

Summary|How to default enable a |Enable a gadget by default,
   |gadget, but not for anons   |but only for logged-in
   ||users (not for anons)

-- 
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 42135] Add page creator index (page.page_creator) to MediaWiki core

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42135

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

   What|Removed |Added

  Component|General/Unknown |Database

-- 
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 19262] Pages with a high number of templates suffer extremely slow rendering or read timeout for logged in users

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19262

--- Comment #51 from Project LibX libx@gmail.com 2012-11-16 14:15:16 UTC 
---
So I read through this thread, and I'm amazed, to put it politely.

There is a performance problem that affects only people logged into Wikipedia,
which has got to be a small percentage of Wikipedia users, probably just
contributors and editors.  In response, you disable a crucial feature that
allows average users to actually find the article Wikipedia cites.  Not only do
you disable it for editors, you disable it for everyone!

You know that people make fun of Wikipedia for its lack of reliable sources,
and the circularity that sometimes results:
http://itst.net/wp-content/uploads/2009/06/informationsgesellschaft-wikipedia-presse-1024x768.jpg

I conclude a number of things. First, editors don't seem to be in the business
of checking cited sources. Otherwise, clicking on a COinS, getting the primary
source would be a *frequent* operation for them, and they'd be clamoring for
tools like LibX that streamline this process.

Second, why was this disabled both for editors (where, I'm guessing, the page
is rendered every time a visit occurs), and ordinary users (who, I'm guessing,
fetch a cached, prerendered page?)  Why can't the COinS be in the cached page
the majority of users sees?

Third, there doesn't seem to be any metadata in the page right now. See point
#1 - how are editors checking primary sources efficiently? Why did you disable
this feature *before* you had a replacement?

-- 
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 42183] Add more attachments to bug opening

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42183

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

   What|Removed |Added

   Keywords||upstream
 Status|NEW |RESOLVED
   See Also||https://bugzilla.mozilla.or
   ||g/show_bug.cgi?id=278469
 Resolution||WONTFIX
   Severity|normal  |enhancement

--- Comment #1 from Andre Klapper aklap...@wikimedia.org 2012-11-16 14:16:44 
UTC ---
This is upstream bug report https://bugzilla.mozilla.org/show_bug.cgi?id=278469
and there are currently no plans to assign Wikimedia time to write this
feature, sorry. Patches are accepted upstream.

-- 
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 41919] Several pages (e.g. Special:WantedCategories) stopped updating on *.wiktionary.org since Oct31

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41919

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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||DUPLICATE

--- Comment #5 from Andre Klapper aklap...@wikimedia.org 2012-11-16 14:17:25 
UTC ---
Same issue as bug 42152 which has more discussion.

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

-- 
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 42152] Maintenance reports aren't updating since Nov. 4

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42152

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

   What|Removed |Added

 CC||malaf...@clix.pt

--- Comment #7 from Andre Klapper aklap...@wikimedia.org 2012-11-16 14:17:25 
UTC ---
*** Bug 41919 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 29782] Maintenance scripts waiting to be run on Wikimedia wikis (tracking)

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29782

Bug 29782 depends on bug 41919, which changed state.

Bug 41919 Summary: Several pages (e.g. Special:WantedCategories) stopped 
updating on *.wiktionary.org since Oct31
https://bugzilla.wikimedia.org/show_bug.cgi?id=41919

   What|Old Value   |New Value

 Status|NEW |RESOLVED
 Resolution||DUPLICATE

-- 
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 42180] refreshLinks.php --dfn-only doesn't complete on en.wiki

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42180

Umherirrender umherirrender_de...@web.de changed:

   What|Removed |Added

 CC||umherirrender_de...@web.de

--- Comment #1 from Umherirrender umherirrender_de...@web.de 2012-11-16 
14:20:45 UTC ---
See also bug 36195

-- 
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 41919] Several pages (e.g. Special:WantedCategories) stopped updating on *.wiktionary.org since Oct31

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41919

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 CC||federicol...@tiscali.it
  Component|Site requests   |General/Unknown
 Blocks|29782   |

-- 
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 29782] Maintenance scripts waiting to be run on Wikimedia wikis (tracking)

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29782

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 Depends on|41919   |

-- 
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 42152] All query pages (maintenance reports) updates are broken in 1.21wmf3

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42152

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 Blocks||38865
Summary|Maintenance reports aren't  |All query pages
   |updating since Nov. 4   |(maintenance reports)
   ||updates are broken in
   ||1.21wmf3

--- Comment #8 from Nemo federicol...@tiscali.it 2012-11-16 14:23:58 UTC ---
Clarifying summary: it's all query pages and it's for all wikis since the
moment they switched to 1.21wmf3.

-- 
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 38865] Next wmf deployment (tracking)

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38865

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 Depends on||42152

-- 
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 42163] edit conflict sometimes does not show the current text - new text not loaded from master?

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42163

--- Comment #2 from Umherirrender umherirrender_de...@web.de 2012-11-16 
14:24:55 UTC ---
This was happen yesterday on de.wp. De.wp was slow (and the styles was missing)

I have seen the bad diff and than reload the page and readded my comment to the
section, so no data was lost.

The conflict was with [1] and my manual readded edit was saved as [2]


[1]
https://de.wikipedia.org/w/index.php?title=Wikipedia:Administratoren/Anfragendiff=prevoldid=110550538
[2]
https://de.wikipedia.org/w/index.php?title=Wikipedia:Administratoren/Anfragendiff=nextoldid=110550538

-- 
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 42196] New: InstantCommons doesn't respect $wgHTTPProxy

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42196

   Web browser: ---
 Bug #: 42196
   Summary: InstantCommons doesn't respect $wgHTTPProxy
   Product: MediaWiki
   Version: 1.20
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: File management
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: m...@everybody.org
CC: bawolff...@gmail.com, bryan.tongm...@gmail.com
Classification: Unclassified
   Mobile Platform: ---


From mediawiki-l at
http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/40553

Situation: InstantCommons does not work for me (I sitting behind a proxy).

Configuration:
- mediawiki 1.20 on debian squeeze

Proxyconfig in Localsettings.php
# PROXY Setting
$wgHTTPProxy = http://*myproxy*:8080;
# proxy bypass list
$wgConf-localVHosts[] = '*www.secret.com*';

In my firewall-log I see that the debian-box tries to connect directly
(which does not work)
- Server: 91.198.174.224 port 80 http
- wikimedia-lb.esams.wikimedia.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 42170] Editing articles on mr.wikipedia has overlays issues for anon users, makes text unreadable

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42170

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

   What|Removed |Added

   Priority|Highest |High
 CC||aklap...@wikimedia.org,
   ||benap...@gmail.com,
   ||dereck...@espace-win.org,
   ||srik@gmail.com,
   ||wikimedia.b...@snowolf.eu
  Component|General/Unknown |Site requests
Summary|edit window distortion for  |Editing articles on
   |anons at mr wikipedia   |mr.wikipedia has overlays
   ||issues for anon users,
   ||makes text unreadable
   Severity|critical|major

--- Comment #1 from Andre Klapper aklap...@wikimedia.org 2012-11-16 14:42:53 
UTC ---
I can confirm this with Firefox 16.0.2 and Opera 12.02, and only when being not
logged in. There is for example no problem on the Kannada Wikipedia (kn.wp).

Funny enough, for the last two minutes I could NOT reproduce it anymore on one
machine. Adding useskin=vector to the URL does not change the problem.

Mahitgar: Do you know when this problem started?

-- 
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 41928] sometimes right buttons missing in menu after finishing playing media

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41928

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

   What|Removed |Added

Summary|menu sometimes broken in|sometimes right buttons
   |audio player|missing in menu after
   ||finishing playing media

-- 
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 42191] Expanded menu after playing record overlaps page text

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42191

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

   What|Removed |Added

 CC||jger...@wikimedia.org,
   ||wikibugs-l@lists.wikimedia.
   ||org
  Component|General/Unknown |TimedMediaHandler
Version|wmf-deployment  |unspecified
 AssignedTo|wikibugs-l@lists.wikimedia. |d...@ucsc.edu
   |org |
Product|Wikimedia   |MediaWiki extensions
Summary|Recording end overlap text  |Expanded menu after playing
   ||record overlaps page text

--- Comment #1 from Andre Klapper aklap...@wikimedia.org 2012-11-16 14:46:35 
UTC ---
= MWExtensions/TimedMediaHandler

-- 
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.
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 42192] Page reload gives error mw.getConfig is not a function

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42192

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

   What|Removed |Added

   Priority|Unprioritized   |High
 CC||aklap...@wikimedia.org
   Severity|normal  |major

--- Comment #2 from Andre Klapper aklap...@wikimedia.org 2012-11-16 14:51:45 
UTC ---
Cannot reproduce with Ctrl+F5 in Firefox 16.0.2.

-- 
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 36195] refreshLinks.php --dfn-only can't reliably make it through a full enwiki run

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36195

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 Blocks||16112

-- 
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 16112] Run refreshLinks.php --dfn-only on all wikis periodically

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16112

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 Depends on||36195

-- 
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 42170] Editing articles on mr.wikipedia has overlays issues for anon users, makes text unreadable

2012-11-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42170

--- Comment #2 from Dereckson dereck...@espace-win.org 2012-11-16 14:58:18 
UTC ---
Created attachment 11376
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=11376
Firefox edit behavior screenshot (can repro)

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

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


  1   2   3   4   >