[Bug 66605] OpenID prevents wiki update when running on an sqlite database

2014-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66605

--- Comment #1 from T. Gries m...@tgries.de ---
* But please indicate the exact version of OpenID you use (copy the text from
Special:Version page).

Ug, I am very sorry, I never supported SQlite, only MySQL and, the latest
versions, PostgreSQL (see
https://www.mediawiki.org/wiki/Extension:OpenID#MySQL_ok.2C_PostgreSQL_ok ).

Thansk for your workaround ( As a workaround, disabling the extension,
running the upgrade script and then reenabling it will work without problems),
which also helped - in the past - other databases' users.


I recommend always to use the the lastet HEAD version, see detailed information
in https://www.mediawiki.org/wiki/Extension:OpenID#Download .

-- 
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 66605] OpenID prevents wiki update when running on an sqlite database

2014-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66605

--- Comment #2 from Max Dominik Weber fe...@fenhl.net ---
(In reply to T. Gries from comment #1)
 * But please indicate the exact version of OpenID you use (copy the text
 from Special:Version page).

4.4.0 20140401 (1f3daaf) 2014-06-13T23:34:01

 Ug, I am very sorry, I never supported SQlite, only MySQL and, the latest
 versions, PostgreSQL (see
 https://www.mediawiki.org/wiki/Extension:OpenID#MySQL_ok.2C_PostgreSQL_ok ).

Are there any plans for official support? After all, judging by my workaround,
it does not seem like much work.

 I recommend always to use the the lastet HEAD version, see detailed
 information in https://www.mediawiki.org/wiki/Extension:OpenID#Download .

Is there a specific reason HEAD is recommended over the release-specific
branch? This seems inconsistent with the versioning of other extensions.

-- 
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 53447] Special:CreateAccount should be listed in Special:SpecialPages

2014-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=53447

Umherirrender umherirrender_de...@web.de changed:

   What|Removed |Added

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

-- 
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 66589] Special:SpecialPages displays create account when permissions do not allow it

2014-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66589

Umherirrender umherirrender_de...@web.de changed:

   What|Removed |Added

 CC||umherirrender_de...@web.de
   See Also||https://bugzilla.wikimedia.
   ||org/show_bug.cgi?id=53447

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


[Bug 65988] Don't load ULS IME on autofocused search bar

2014-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65988

--- Comment #6 from Nemo federicol...@tiscali.it ---
It was pointed out that the same behaviour is not immediately reproducible on
other wikis like fr.wiki. To reproduce, one indeed needs to add something like
it.wiki's JS

// Autofocus nel campo ricerca della homepage
$(function() {
  if (mw.config.get('wgIsMainPage')  mw.config.get('wgAction') === 'view')
$('#searchInput').focus();
});

(of which as a workaround I'm asking removal
https://it.wikipedia.org/w/index.php?title=Discussioni_MediaWiki%3ACommon.jsdiff=66456352oldid=66261344
).

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


[Bug 66605] OpenID prevents wiki update when running on an sqlite database

2014-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66605

T. Gries m...@tgries.de changed:

   What|Removed |Added

 Status|UNCONFIRMED |ASSIGNED
 Ever confirmed|0   |1

--- Comment #3 from T. Gries m...@tgries.de ---
 Is there a specific reason HEAD is recommended over the release-specific
 branch? This seems inconsistent with the versioning of other extensions.

Since my early years as MediaWiki developer - I started in 2004 - I learnt,
that only the (then-svn trunk, now head) HEAD versions have the latest bugs
and security issues fixed, and at those times, we did not have a regular
release schedule. So I decided for my extensions, to only concentrate to keep
every head extension version running together with the most recent versions
in core. 

This also means that I check the update code, when core requires a database
change, the extension must be capable to work (and, if necessary, to adapt) to
such changes.

Every version: in the sense, everytime when I have the time to check the
functionality with the new version.

Regarding sqlite: I never installed and used and tested E:OpenID with sqlite -
if you want to help, you are welcome. Your present bugreport is a help, and
perhaps we together can fix the update does not work with Sqlite issue.

The code is
https://git.wikimedia.org/blob/mediawiki%2Fextensions%2FOpenID/HEAD/OpenID.hooks.php#L506
and following. You will easily notice, that there is MySQLUpdater, and a
PostgreSQL updater, but that an SQliteUpdater is simply *missing*. If you feel
competent, please send me a proposal for a change, or make a commiot for review
in Gerrit. But please test your change thoroughly before submitting and
indicate along with the commit, that you have tested it successfully. (thanks
for this).

-- 
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 66605] OpenID prevents wiki update when running on an sqlite database

2014-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66605

--- Comment #4 from T. Gries m...@tgries.de ---
In other words (short version): I keep E:OpenID head working against mediawiki
core head. When MediaWiki makes a realease 1.xy, they make a freeze snapshot
from the E:OpenID, but I do not do anything, especially, I do *never* check the
correct working of a version 1.xy with the corresponding frozen E:OpenID
version (which - In my view - would be nice, if someone checks this for every
release.)

-- 
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 66610] New: VisualEditor: Image CE HTML should match Parsoid

2014-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66610

Bug ID: 66610
   Summary: VisualEditor: Image CE HTML should match Parsoid
   Product: VisualEditor
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: ContentEditable
  Assignee: mor...@gmail.com
  Reporter: esand...@wikimedia.org
CC: da...@sheetmusic.org.uk, jforres...@wikimedia.org,
ryasm...@wikimedia.org
   Web browser: ---
   Mobile Platform: ---

When converting between block and inline images we hide the figcaption with
CSS instead of removing it from the DOM tree. We need to preserve the caption
in case the user converts from inline back to block, but this can be done in
the model.

-- 
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 66610] VisualEditor: Image CE HTML should match Parsoid

2014-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66610

--- Comment #1 from Ed Sanders esand...@wikimedia.org ---
Discussion from Gerrit:

MooeypooJun 13 8:25 PM

figcaption isn't destroyed and/or is recreated each time an image type
changes, so it has to be hidden for the block image types that don't support
it, like frameless and basic.
But yes, it could be added to the CSS instead, hiding the figcaption for the
block image types that don't support it. 
I'm not sure it should be generalized for Parsoid's use, though, since the
Parsoid output for the figcaption is always correct (so, no caption for images
that don't support it). We keep the caption in VE to let the user be able to
change the images back and forth and retain the information in the caption even
if the type changed.

EsandersJun 13 8:29 PM

If it's not supposed to be in the tree when it's not in use, why don't we
destroy it completely and recreate it when it's needed again?

MooeypooJun 13 8:40 PM

Because the caption information is taken from figcaption and we want to
retain it for (A) if the user regrets their type choice and edits again to
another type that supports the caption (make sure that the caption isn't lost)
and (B) so it won't be removed from the wikitext.
There's a tech debt to fix the way caption works in general, especially in
light of VE allowing the switch from block to inline and the existence of
alternate text (which gets the value of the caption if it exists) but right now
it's on hold for a little bit waiting for the new Media Edit dialog redesign.

EsandersJun 13 8:43 PM

If we need to preserve the caption that should be done in the model, not the
view.

MooeypooJun 13 8:48 PM

Yes, and it also must be preserved in wikitext, so the figcaption must be
sent to parsoid in certain cases. And the caption surface in the editor should
be selectively disabled and enabled, and exchange its information with the
alt-text in a way that the user understands where and why things are replaced.
Hence the tech debt.

GWickeJun 13 9:36 PM

Also see https://gerrit.wikimedia.org/r/#/c/139473/. There should be no need to
manually hide the caption with inline CSS. Inline images have no caption in the
DOM, as that can for example break a surrounding paragraph in case the caption
contains a paragraph.

-- 
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 66599] Browser window gets black with out exit when the browser is offline

2014-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66599

--- Comment #4 from Fomafix foma...@googlemail.com ---
(In reply to Andre Klapper from comment #1)
 Which browser(s) was this tested with?

Firefox, Chrome and Opera.

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


[Bug 66609] Editing a commons file returns Could not connect to the network

2014-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66609

--- Comment #1 from Yuvi Panda yuvipa...@gmail.com ---
Hmm, I'm guessing we should either support posting to commons, or just hide
edit pencils in File: pages.

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


[Bug 64890] In TOC, tapping article title should return you to the top of the article

2014-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64890

Sage Ross rages...@gmail.com changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |RESOLVED
 Resolution|--- |FIXED

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


[Bug 66611] New: Access Control Panel

2014-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66611

Bug ID: 66611
   Summary: Access Control Panel
   Product: MediaWiki extensions
   Version: REL1_23 branch
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: Unprioritized
 Component: [other]
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: zidjinn...@gmx.de
   Web browser: ---
   Mobile Platform: ---

For me, previous (old) pages, created by Access control panel Groups disapears.

WikiName.org/wiki/ProtectedGroupName:PageName

become 

WikiName.org/wiki/:PageName

if I create a page with this content :
#REDIRECT[[ProtectedGroupName:PageName]], the page is visible. (And already
protected)..

errors logs are here : https://github.com/JanLuca/UMEduWiki/pull/1

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


[Bug 66611] Access Control Panel

2014-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66611

Zidjinn zidjinn...@gmx.de changed:

   What|Removed |Added

URL||https://www.mediawiki.org/w
   ||iki/Extension:Access_Contro
   ||l_Panel
 CC||zidjinn...@gmx.de

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


[Bug 66612] New: TOC does not update highlighted position until after it is opened

2014-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66612

Bug ID: 66612
   Summary: TOC does not update highlighted position until after
it is opened
   Product: Wikipedia App
   Version: Alpha
  Hardware: All
OS: All
Status: NEW
  Severity: trivial
  Priority: Unprioritized
 Component: Android App
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: rages...@gmail.com
CC: dga...@wikimedia.org, rages...@gmail.com,
yuvipa...@gmail.com
   Web browser: ---
   Mobile Platform: ---

The latest TOC highlights which section of the article you are in. However, if
you go to a different section -- either by tapping it in the TOC or scrolling
through the article -- the highlighting usually doesn't update until a fraction
of a second after the next time you open the TOC. This is slightly
disorienting.

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


[Bug 66366] Improve Error handling: api-error-unknownerror

2014-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66366

Marco maic...@yahoo.com changed:

   What|Removed |Added

 CC||ril...@wikipedia.de
Summary|Error handling: |Improve Error handling:
   |api-error-unknownerror  |api-error-unknownerror

--- Comment #11 from Marco maic...@yahoo.com ---
I can't reproduce but I think this bug is still valid. I'd guess you received
one of the random API outage errors (503 et al. , though not sure)


If the above is correct a solution would be to retry once and/or pass a more
meaningful error message?

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


[Bug 64460] Dynamically generate files with Scribunto

2014-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64460

Janus Troelsen ysang...@gmail.com changed:

   What|Removed |Added

 CC||ysang...@gmail.com

--- Comment #2 from Janus Troelsen ysang...@gmail.com ---
This could also replace EasyTimeline, see bug 27156, bug 60263, bug 35320.

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


[Bug 64460] Dynamically generate files with Scribunto

2014-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64460

--- Comment #3 from Janus Troelsen ysang...@gmail.com ---
The reason I used the [[File:Module:XXX]] syntax for the prototype, is, that it
enables these scripts to be used whereever images can currently be used. It was
important to me that it worked with Extension:ImageMap, since that is necessary
if we want to replace EasyTimeline.

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


[Bug 66613] New: Unable to select all input methods

2014-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66613

Bug ID: 66613
   Summary: Unable to select all input methods
   Product: MediaWiki extensions
   Version: master
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: UniversalLanguageSelector
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: niklas.laxst...@gmail.com
CC: alolita.sha...@gmail.com,
amir.ahar...@mail.huji.ac.il, da...@sheetmusic.org.uk,
kartik.mis...@gmail.com, niklas.laxst...@gmail.com,
pgi...@wikimedia.org, run...@gmail.com,
santhosh.thottin...@gmail.com,
sucheta.ghos...@gmail.com
   Web browser: ---
   Mobile Platform: ---

I created input method for Ludic (lud), but it is not selectable from the IME
language selector, perhaps because it is not known language to the wiki.

Imho all IMEs should be selectable regardless of what languages MediaWiki is
configured to allow as interface language.

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


[Bug 66366] Improve Error handling: api-error-unknownerror

2014-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66366

--- Comment #12 from Rainer Rillke @commons.wikimedia ril...@wikipedia.de ---
(In reply to Marco from comment #11)
Issues I see from the screenshot 1:

1) Looks like a missing MediaWiki message
2) Title was not validated before submitted
3) Title is an invalid file title (for uploading) -- can someone please +2
I260ba883548975263bb ?



1) https://commons.wikimedia.org/wiki/MediaWiki:Api-error-unkownerror does not
exist -- don't know whether it's still used anywhere in UploadWizard
2) Still an issue. UploadWizard asks the TitleBlacklist and Protection for a
title in the Gallery namespace, not in the file namespace

actiontitleblacklist
formatjson
tbactioncreate
tbtitleXN Sympetrum sanguineum w prey 658.JPG

actionquery
formatjson
iipropurl|mime|size
iiurlwidth150
inpropprotection
propinfo|imageinfo
titlesXN Sympetrum sanguineum w prey 658.JPG

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


[Bug 65758] Invalid value for wikidata item. Long integer expected but gets a floatnumber

2014-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65758

--- Comment #3 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 135397 merged by jenkins-bot:
(bug 65758) WbQuantity may represent various value types

https://gerrit.wikimedia.org/r/135397

-- 
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 66003] Remove the wikimedia-connecticut list

2014-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66003

Tomasz W. Kozlowski twkozlow...@gmail.com changed:

   What|Removed |Added

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

--- Comment #2 from Tomasz W. Kozlowski twkozlow...@gmail.com ---
Assigning this to Giuseppe after a short discussion in #wikimedia-operations a
couple of days ago.

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


[Bug 46016] Close wikimedia-de-by-ltp

2014-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46016

Tomasz W. Kozlowski twkozlow...@gmail.com changed:

   What|Removed |Added

   Keywords||ops

-- 
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 63877] please close chip-l mailing list

2014-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63877

Tomasz W. Kozlowski twkozlow...@gmail.com changed:

   What|Removed |Added

   Keywords||ops

-- 
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 61735] Delete lists for WMVE

2014-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61735

Tomasz W. Kozlowski twkozlow...@gmail.com changed:

   What|Removed |Added

   Keywords||ops

-- 
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 4740] thead, tbody, tfoot for wikitable syntax

2014-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=4740

--- Comment #24 from Andy Mabbett a...@pigsonthewing.org.uk ---
Gabriel: The use case is out lined in  Michael Zajac's initial post (timestamp:
 2006-01-24 02:41:52); and in comments 4  11. Do you have questions about
those? 

It appeared from comment 15 that this was resolved four years ago; no reason
for its reversion has been given here.

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


[Bug 4740] thead, tbody, tfoot for wikitable syntax

2014-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=4740

--- Comment #25 from Andy Mabbett a...@pigsonthewing.org.uk ---
Also, the heuristic suggested above won't work, as it's necessary to allow for
more than one tbody per table.

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


[Bug 66585] Add converttitles param to the API call of Go in search

2014-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66585

--- Comment #3 from Liangent liang...@gmail.com ---
This also needs to be done in URL parsing, because it's done in core here too.

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


[Bug 66614] New: Service group links are incorrect on http://tools.wmflabs.org/

2014-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66614

Bug ID: 66614
   Summary: Service group links are incorrect on
http://tools.wmflabs.org/
   Product: Wikimedia Labs
   Version: unspecified
  Hardware: All
   URL: http://tools.wmflabs.org/
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: tools
  Assignee: m...@uberbox.org
  Reporter: maar...@mdammers.nl
CC: benap...@gmail.com, t...@tim-landscheidt.de
   Web browser: ---
   Mobile Platform: ---

On http://tools.wmflabs.org/ you see links to add or remove members, for
example
https://wikitech.wikimedia.org/w/index.php?title=Special:NovaServiceGroupaction=addmemberprojectname=toolsservicegroupname=tools.heritage

This link is incorrect. It should be
https://wikitech.wikimedia.org/w/index.php?title=Special:NovaServiceGroupaction=managemembersprojectname=toolsservicegroupname=local-heritagereturnto=Special%3ANovaServiceGroup

(servicegroupname tools.heritage - local-heritage)

I would change the text to one link manage maintainers

-- 
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 66366] Improve Error handling: api-error-unknownerror

2014-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66366

Gerrit Notification Bot gerritad...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |PATCH_TO_REVIEW

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


[Bug 66366] Improve Error handling: api-error-unknownerror

2014-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66366

--- Comment #13 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 139592 had a related patch set uploaded by Rillke:
Create title in file NS and validate as such

https://gerrit.wikimedia.org/r/139592

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


[Bug 66366] Improve Error handling: api-error-unknownerror

2014-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66366

--- Comment #14 from Rainer Rillke @commons.wikimedia ril...@wikipedia.de ---
Note that I1ed825b05ea80b41 won't solve the issue that invalid file titles (for
uploading) containing slashes are not detected.

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


[Bug 66366] Improve Error handling: api-error-unknownerror

2014-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66366

--- Comment #15 from Rainer Rillke @commons.wikimedia ril...@wikipedia.de ---
(In reply to Rainer Rillke @commons.wikimedia from comment #14)
... are not detected before finally submitting.

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


[Bug 55971] High coordinate precision fires The value does not comply with the property's definition.

2014-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55971

Lydia Pintscher lydia.pintsc...@wikimedia.de changed:

   What|Removed |Added

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

-- 
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 55971] High coordinate precision fires The value does not comply with the property's definition.

2014-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55971

Lydia Pintscher lydia.pintsc...@wikimedia.de changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED

-- 
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 65883] VisualEditor: Only insert block images at the start of a paragraph

2014-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65883

Ed Sanders esand...@wikimedia.org changed:

   What|Removed |Added

 CC||esand...@wikimedia.org
   Assignee|mor...@gmail.com|esand...@wikimedia.org

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


[Bug 66615] New: deleteOldRevisions.php delete content date

2014-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66615

Bug ID: 66615
   Summary: deleteOldRevisions.php delete content date
   Product: MediaWiki
   Version: 1.22.7
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: Unprioritized
 Component: Maintenance scripts
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: slb...@me.com
   Web browser: ---
   Mobile Platform: ---

i run the script,it delete a lot revision,which is cool.

[root@li84-236 w]# php maintenance/deleteOldRevisions.php 
Delete old revisions

Searching for active revisions...done.
Searching for inactive revisions...done.
[root@li84-236 w]# php maintenance/deleteOldRevisions.php  --delete
Delete old revisions

Searching for active revisions...done.
Searching for inactive revisions...done.
43744 old revisions found.
Deleting...done.
Searching for active text records in revisions table...done.
Searching for active text records in archive table...done.
Searching for inactive text records...done.
39866 inactive items found.
Deleting...done.

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


[Bug 66615] deleteOldRevisions.php delete content date

2014-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66615

--- Comment #1 from sen slb...@me.com ---
but after doing that,i found lot of page become empty content,after dump all
the date,i can paster some info like:

titleYum 被锁定/title
ns0/ns
id121/id
revision
  id37328/id
  parentid21104/parentid
  timestamp2013-04-11T06:19:52Z/timestamp
  contributor
usernameSen/username
id1/id
  /contributor
  minor/
  commentSen move[[Yum被锁定]]to[[Yum 被锁定]]/comment
  text xml:space=preserve bytes=1283 /
  sha1fv944ixooe=/sha1
  modelwikitext/model
  formattext/x-wiki/format
/revision
  /page

  page
titleUbuntu 添加在此打开终端/title
ns0/ns
id238/id
revision
  id33477/id
  parentid33476/parentid
  timestamp2013-03-02T17:22:09Z/timestamp
  contributor
usernameSen/username
id1/id
  /contributor
  minor/
  commentSen移动[[添加在此打开终端]]页面至[[Ubuntu 添加在此打开终端]]/comment
  text xml:space=preserve bytes=1589 /
  sha1tozgbw2=/sha1
  modelwikitext/model
  formattext/x-wiki/format
/revision
  /page

there are bunch of this as you can seethe content become a empty
  text xml:space=preserve bytes=1283 /

and all of this are just the last log is a move info...

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


[Bug 66615] deleteOldRevisions.php delete content date

2014-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66615

--- Comment #2 from sen slb...@me.com ---
you can see the page is blank on mysite
http://see.sl088.com/wiki/Yum_%E8%A2%AB%E9%94%81%E5%AE%9A

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


[Bug 66369] use rspec-expectations expect syntax instead of should syntax

2014-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66369

--- Comment #3 from Jagori jagor...@gmail.com ---
(In reply to Željko Filipin from comment #1)
 Pick a repository:
 
 https://github.com/wikimedia/mediawiki-selenium#links
 
 Replace all expect syntax with should syntax.

  Editing the above line to :
Replace all should syntax with expect syntax.

-- 
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 66366] Improve Error handling: api-error-unknownerror

2014-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66366

--- Comment #16 from Nicolas Raoul nicolas.ra...@gmail.com ---
I can reproduce the error any time, so if there is a way to test any patch,
please let me know whenever you want me to test :-)
In particular if there is a kind of beta server where I can test the latest
development version.

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


[Bug 48176] Requested Scribunto/Lua built-in methods/functions (tracking)

2014-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48176
Bug 48176 depends on bug 47828, which changed state.

Bug 47828 Summary: frame object should have property indicating subst status
https://bugzilla.wikimedia.org/show_bug.cgi?id=47828

   What|Removed |Added

 Status|RESOLVED|PATCH_TO_REVIEW
 Resolution|FIXED   |---

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


[Bug 47828] frame object should have property indicating subst status

2014-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47828

--- Comment #5 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 139597 had a related patch set uploaded by MarkAHershberger:
Add mw.isSubsting()

https://gerrit.wikimedia.org/r/139597

-- 
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 47828] frame object should have property indicating subst status

2014-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47828

Gerrit Notification Bot gerritad...@wikimedia.org changed:

   What|Removed |Added

 Status|RESOLVED|PATCH_TO_REVIEW
 Resolution|FIXED   |---

-- 
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 66616] New: Parsoid: No class given to image inside a figure

2014-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66616

Bug ID: 66616
   Summary: Parsoid: No class given to image inside a figure
   Product: Parsoid
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: General
  Assignee: gwi...@wikimedia.org
  Reporter: esand...@wikimedia.org
CC: jforres...@wikimedia.org, ssas...@wikimedia.org
   Web browser: ---
   Mobile Platform: ---

As a result we have to use element name selectors in the CSS which are bad in
general, e.g. figure[typeof~='mw:Image/Thumb'] img

In this case for two specific reasons:
1. an inline image in the caption will now get an unwanted border
2. an image used by VE as shield will get unwanted margins

-- 
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 66616] Parsoid: No class given to image inside a figure

2014-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66616

Ed Sanders esand...@wikimedia.org changed:

   What|Removed |Added

   Priority|Unprioritized   |High

-- 
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 49996] VisualEditor: Provide a way for users to insert variable magic words

2014-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49996

--- Comment #3 from Alex Monk kren...@wikimedia.org ---
Actually, maybe we should just have VE query
api.php?action=querymeta=siteinfosiprop=magicwords, then load a documentation
message for it in the given language.

-- 
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 52784] Trouble with inserted apostrophe in italics/bold running text not getting nowiki /'ed.

2014-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52784

--- Comment #2 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 139313 merged by jenkins-bot:
Nowiki wrap new text w/ pre|post-apost. adjacent to i|b

https://gerrit.wikimedia.org/r/139313

-- 
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 66614] Service group links are incorrect on http://tools.wmflabs.org/

2014-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66614

Tim Landscheidt t...@tim-landscheidt.de changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from Tim Landscheidt t...@tim-landscheidt.de ---


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

-- 
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 63741] add / remove maintainers links at http://tools.wmflabs.org/ should link directly to management page

2014-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63741

Tim Landscheidt t...@tim-landscheidt.de changed:

   What|Removed |Added

 CC||maar...@mdammers.nl

--- Comment #3 from Tim Landscheidt t...@tim-landscheidt.de ---
*** Bug 66614 has been marked as a duplicate of this bug. ***

-- 
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 66617] New: me.Uri doesn't recognize URLs like http://wikimedia.org

2014-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66617

Bug ID: 66617
   Summary: me.Uri doesn't recognize URLs like
http://wikimedia.org
   Product: MediaWiki
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: JavaScript
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: yuvipa...@gmail.com
CC: krinklem...@gmail.com, matma@gmail.com,
tpars...@wikimedia.org
   Web browser: ---
   Mobile Platform: ---

http://wikimedia.org/ is recognized. So if you have only a domain name, it
*requires* a path. 

This might be valid({{cn}}) based on a strict interpretation of the RfC, but is
problematic when users are inputting URLs we are validating/parsing.

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


[Bug 66618] New: httplib2 dependency check doesnt work

2014-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66618

Bug ID: 66618
   Summary: httplib2 dependency check doesnt work
   Product: Pywikibot
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: network
  Assignee: pywikipedia-b...@lists.wikimedia.org
  Reporter: jay...@gmail.com
   Web browser: ---
   Mobile Platform: ---

Running any script or entry point results in a backtrace.

$ PYTHONPATH=.. python scripts/basic.py
Traceback (most recent call last):
  File scripts/basic.py, line 26, in module
import pywikibot
  File .../pywikibot/__init__.py, line
486, in module
from .page import Page, ImagePage, Category, Link, User, ItemPage,
PropertyPage, Claim
  File .../pywikibot/page.py, line 17,
in module
import pywikibot.site
  File .../pywikibot/site.py, line 31,
in module
from pywikibot.data import api
  File .../pywikibot/data/api.py, line
13, in module
from pywikibot.comms import http
  File .../pywikibot/comms/http.py,
line 31, in module
from httplib2 import SSLHandshakeError
ImportError: No module named httplib2

Even invoking threadedhttp.py, which includes a dependency check, fails before
the dependency check.

-- 
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 57697] Provide filearchive table with fa_storage_key or, if it exists and is sufficiently indexed and populated, fa_sha1 for commonswiki

2014-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57697

--- Comment #10 from Rainer Rillke @commons.wikimedia ril...@wikipedia.de ---
Thank you. What I, however observe is that fa_sha1-queries are notably slower
compared to img_sha1 queries and oi_sha1 queries:

18:38:38SELECT * FROM commonswiki_p.image WHERE
img_sha1=qtexhtbcwt0tnkuxb2wf3xs7d7j761u LIMIT 0, 10001 row(s) returned  
 0.172 sec / 0.000 sec

18:36:31SELECT * FROM commonswiki_p.oldimage WHERE
oi_sha1=0mpoldytyxspxrdbf44r1kc7m8vtbq67 LIMIT 0, 10000 row(s) returned  
 0.156 sec / 0.000 sec

18:36:07SELECT * FROM commonswiki_p.filearchive WHERE
fa_sha1=0mpoldytyxspxrdbf44r1kc7m8vtbq67 LIMIT 0, 10001 row(s) returned  
 5.990 sec / 0.000 sec


5.990 sec vs. 0.172 sec is a huge difference. Is something broken with
indexing?

-- 
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 66618] httplib2 dependency check doesnt work

2014-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66618

--- Comment #1 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 139604 had a related patch set uploaded by John Vandenberg:
(bug 66618) Fix httplib2 dependency check

https://gerrit.wikimedia.org/r/139604

-- 
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 66618] httplib2 dependency check doesnt work

2014-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66618

Gerrit Notification Bot gerritad...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |PATCH_TO_REVIEW

-- 
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 65793] Add separate database tables for Mathoid

2014-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65793

physikerwelt phy...@ckurs.de changed:

   What|Removed |Added

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

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


[Bug 66587] Math: fatal errors

2014-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66587

physikerwelt phy...@ckurs.de changed:

   What|Removed |Added

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

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


[Bug 66603] Update extension documentation with info about schema changes

2014-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66603

physikerwelt phy...@ckurs.de changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #1 from physikerwelt phy...@ckurs.de ---
I added a warning to
https://www.mediawiki.org/wiki/Manual:Hooks/LoadExtensionSchemaUpdates
and 
https://www.mediawiki.org/wiki/Manual:Developing_extensions
.
Please reopen the bug if that is not sufficient.

-- 
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 1] Documentation is out of date, incomplete (tracking)

2014-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=1
Bug 1 depends on bug 66603, which changed state.

Bug 66603 Summary: Update extension documentation with info about schema changes
https://bugzilla.wikimedia.org/show_bug.cgi?id=66603

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

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


[Bug 66619] New: TypeError: list indices must be integers, not str

2014-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66619

Bug ID: 66619
   Summary: TypeError: list indices must be integers, not str
   Product: Pywikibot
   Version: core (2.0)
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Wikidata
  Assignee: pywikipedia-b...@lists.wikimedia.org
  Reporter: maar...@mdammers.nl
   Web browser: ---
   Mobile Platform: ---

File C:\pywikibot\coredev\rijksmonumenten_import.py, line 106, in run
result = self.repo.editEntity(identification, data, summary=summary)
  File C:\pywikibot\coredev\pywikibot\site.py, line 566, in callee
return fn(self, *args, **kwargs)
  File C:\pywikibot\coredev\pywikibot\site.py, line 3750, in editEntity
data = req.submit()
  File C:\pywikibot\coredev\pywikibot\data\api.py, line 414, in submit
message = result[error][messages][0][name]
TypeError: list indices must be integers, not str
type 'exceptions.TypeError'
CRITICAL: Waiting for 1 network thread(s) to finish. Press ctrl-c to abort

We use [0] and that used to work. Maybe the upstream api was changed? This is
a bit hard to reproduce.

-- 
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 66620] New: [CompactLangLinks] Set href attributes for as in the panel

2014-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66620

Bug ID: 66620
   Summary: [CompactLangLinks] Set href attributes for as in the
panel
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: UniversalLanguageSelector
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: liang...@gmail.com
CC: alolita.sha...@gmail.com,
amir.ahar...@mail.huji.ac.il, da...@sheetmusic.org.uk,
kartik.mis...@gmail.com, niklas.laxst...@gmail.com,
pgi...@wikimedia.org, run...@gmail.com,
santhosh.thottin...@gmail.com,
sucheta.ghos...@gmail.com
   Web browser: ---
   Mobile Platform: ---

So mid-clicking the link to open it in a new tab works.

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


[Bug 66366] Improve Error handling: api-error-unknownerror

2014-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66366

--- Comment #17 from Marco maic...@yahoo.com ---
(In reply to Nicolas Raoul from comment #16)
 I can reproduce the error any time

Do you mean the 'api-error-unknownerror'? (I tried it with FF29 on Ubuntu1404
and I got the same response as seen in screenshot 3 [attachment 15628 ])

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


[Bug 64153] Sometimes user preferences change gets reverted (User:Liangent@zhwiki)

2014-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64153

--- Comment #3 from Liangent liang...@gmail.com ---
I haven't heard any other user report, but I'm still experiencing it.

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


[Bug 65002] do not link deleted items - show text note instead

2014-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65002

--- Comment #2 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 136946 merged by Jeroen De Dauw:
Don't redlink deleted items

https://gerrit.wikimedia.org/r/136946

-- 
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 66621] New: Extracts cache is not separated by variant correctly

2014-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66621

Bug ID: 66621
   Summary: Extracts cache is not separated by variant correctly
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: TextExtracts
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: liang...@gmail.com
CC: maxsem.w...@gmail.com
   Web browser: ---
   Mobile Platform: ---

variant param and user prefs.

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


[Bug 66622] New: Inconsistent $wgUseInstantCommons setting

2014-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66622

Bug ID: 66622
   Summary: Inconsistent $wgUseInstantCommons setting
   Product: MediaWiki-Vagrant
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: General
  Assignee: o...@wikimedia.org
  Reporter: drevit...@gmail.com
CC: o...@wikimedia.org, yuvipa...@gmail.com
   Web browser: ---
   Mobile Platform: ---

It seems my vagrant installation sometimes sets $wgUseInstantCommons to true
and sometimes sets it to false, because whether or not I can access Commons
images is different with almost every `vagrant up` instance.

I've reason to suspect it may be a conflict with how vagrant is set up; in
vagrant/LocalSettings.php, $wgUseInstantCommons = true, but in
vagrant/mediawiki/LocalSettings.php, $wgUseInstantCommons = false (by default).

-- 
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 51410] MessageGroupStats::forItemInternal deadlocks

2014-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=51410

--- Comment #11 from Tomasz W. Kozlowski twkozlow...@gmail.com ---
Just got that on Meta while trying to view [[m:Tech/News/2014/25]].

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


[Bug 61577] OutputPage::addModuleStyles should support module dependencies

2014-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61577

Bartosz Dziewoński matma@gmail.com changed:

   What|Removed |Added

 CC||roan.katt...@gmail.com,
   ||tpars...@wikimedia.org
  Component|Skin and page rendering |ResourceLoader

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


[Bug 66611] [Access Control Panel] Previous (old) pages disappear

2014-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66611

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

   What|Removed |Added

   Priority|Unprioritized   |Lowest
Summary|Access Control Panel|[Access Control Panel]
   ||Previous (old) pages
   ||disappear

--- Comment #1 from Andre Klapper aklap...@wikimedia.org ---
Thanks for reporting this here.
I see you also brought this up on
https://www.mediawiki.org/wiki/Extension_talk:Access_Control_Panel and there is
also a bugtracker at https://sourceforge.net/p/umeduwiki/bugs/?source=navbar

I'm not aware of any email addresses of maintainers, so this ticket will not
receive any attention here as its maintainers cannot get notified.

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


[Bug 29629] addModules(), etc. should warn when a passed array declares a module twice (overwriting)

2014-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29629

Bartosz Dziewoński matma@gmail.com changed:

   What|Removed |Added

 CC||matma@gmail.com
 Resolution|WONTFIX |INVALID

-- 
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 66607] Broken code

2014-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66607

--- Comment #2 from Andre Klapper aklap...@wikimedia.org ---
I do not see that problem on
https://www.mediawiki.org/wiki/Special:RecentChanges - what are steps to
reproduce?

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


[Bug 66607] Broken code

2014-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66607

Bartosz Dziewoński matma@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||matma@gmail.com
 Resolution|--- |INVALID

--- Comment #3 from Bartosz Dziewoński matma@gmail.com ---
The code comes from the [[MediaWiki:Rclistfrom]] system message on your wiki.
Restore it to the default value (which has no weird things) to resolve the
issue.

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


[Bug 64153] Sometimes user preferences change gets reverted (User:Liangent@zhwiki)

2014-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64153

Kunal Mehta (Legoktm) legoktm.wikipe...@gmail.com changed:

   What|Removed |Added

 CC||legoktm.wikipe...@gmail.com

--- Comment #4 from Kunal Mehta (Legoktm) legoktm.wikipe...@gmail.com ---
Are they random preferences or specific ones?

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


[Bug 64153] Sometimes user preferences change gets reverted (User:Liangent@zhwiki)

2014-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64153

--- Comment #5 from Liangent liang...@gmail.com ---
(In reply to Kunal Mehta (Legoktm) from comment #4)
 Are they random preferences or specific ones?

random preferences

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


[Bug 66623] New: Setup an easy to use logrotate based system for rotating tools logs

2014-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66623

Bug ID: 66623
   Summary: Setup an easy to use logrotate based system for
rotating tools logs
   Product: Wikimedia Labs
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: tools
  Assignee: m...@uberbox.org
  Reporter: yuvipa...@gmail.com
CC: benap...@gmail.com, t...@tim-landscheidt.de
   Web browser: ---
   Mobile Platform: ---

Currently they can go *really* large, and there's no easy way to fix this.
Having a way for tool authors to easily setup logrotate would be nice.

Ideally, they should be able to create a rotatelogs.conf in their tools'
homedir, and have things automatically be taken care of.

-- 
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 66623] Setup an easy to use logrotate based system for rotating tools logs

2014-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66623

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

   What|Removed |Added

   Assignee|m...@uberbox.org|yuvipa...@gmail.com

-- 
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 59222] Request to access redacted webproxy logfiles of (Tool) Labs

2014-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59222

--- Comment #14 from Yuvi Panda yuvipa...@gmail.com ---
@metratron: Help would be appreciated! I've copied scrubbed-of-IPs sample log
(with 1000 entries) to /shared/sample-nginx-log/cleaned-samplelog.log. If you
can write a script (Python please? pretty please?) that summarizes them to be
like the pageview dumps, I'd be happy to get that puppetized.

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


[Bug 65758] Invalid value for wikidata item. Long integer expected but gets a floatnumber

2014-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65758

xqt i...@gno.de changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |RESOLVED
 Resolution|--- |FIXED

-- 
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 59222] Request to access redacted webproxy logfiles of (Tool) Labs

2014-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59222

--- Comment #15 from Yuvi Panda yuvipa...@gmail.com ---
Hopefully the 1000 log entries are enough. I can provide a larger sample if
needed.

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


[Bug 65758] Invalid value for WbQuantity: long integer expected but gets a floatnumber

2014-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65758

Ricordisamoa ricordisa...@openmailbox.org changed:

   What|Removed |Added

Summary|Invalid value for wikidata  |Invalid value for
   |item. Long integer expected |WbQuantity: long integer
   |but gets a floatnumber  |expected but gets a
   ||floatnumber

-- 
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 59222] Request to access redacted webproxy logfiles of (Tool) Labs

2014-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59222

--- Comment #16 from Yuvi Panda yuvipa...@gmail.com ---
And I guess the format would be:

1. toolname
2. url
3. hits
4. bytes

I wonder if we should actually augment this with other stats, such as:

5. error responses (non-200)
6. UAs.

Perhaps the solution is to run something like awstats or similar on the nginx
host itself. investigating.

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


[Bug 66617] mw.Uri doesn't recognize URLs like http://wikimedia.org

2014-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66617

Kunal Mehta (Legoktm) legoktm.wikipe...@gmail.com changed:

   What|Removed |Added

 CC||legoktm.wikipe...@gmail.com
Summary|me.Uri doesn't recognize|mw.Uri doesn't recognize
   |URLs like   |URLs like
   |http://wikimedia.org|http://wikimedia.org

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


[Bug 66624] Text '69.130.114.203 is a student in Intellectual Freedom - LIS 493 (course talk).' shown on all IP editor's contributors

2014-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66624

--- Comment #1 from Danielle Leishman npiesjrgbufk...@gmail.com ---
Created attachment 15654
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=15654action=edit
Screenshot

Screenshot of the bug

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


[Bug 66624] New: Text '69.130.114.203 is a student in Intellectual Freedom - LIS 493 (course talk).' shown on all IP editor's contributors

2014-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66624

Bug ID: 66624
   Summary: Text '69.130.114.203 is a student in Intellectual
Freedom - LIS 493 (course talk).' shown on all IP
editor's contributors
   Product: Wikimedia
   Version: wmf-deployment
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: Unprioritized
 Component: General/Unknown
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: npiesjrgbufk...@gmail.com
   Web browser: ---
   Mobile Platform: ---

On the English Encylopedia, if you were to view ANY IP editors' contributions,
you will see the text '69.130.114.203 is a student in Intellectual Freedom -
LIS 493 (course talk).' on all of them, no matter who they are. Here are some
examples:
* https://en.wikipedia.org/wiki/Special:Contributions/108.30.135.96
* https://en.wikipedia.org/wiki/Special:Contributions/82.22.102.235
* https://en.wikipedia.org/wiki/Special:Contributions/74.97.76.166
* https://en.wikipedia.org/wiki/Special:Contributions/85.166.161.50
* https://en.wikipedia.org/wiki/Special:Contributions/74.212.159.2

I'm not sure if this is due to a javascript issue, but it is a problem
nonetheless. 

Thank you.

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


[Bug 66624] Text '69.130.114.203 is a student in Intellectual Freedom - LIS 493 (course talk).' shown on all IP editors' contributions

2014-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66624

Danielle Leishman npiesjrgbufk...@gmail.com changed:

   What|Removed |Added

Summary|Text '69.130.114.203 is a   |Text '69.130.114.203 is a
   |student in Intellectual |student in Intellectual
   |Freedom - LIS 493 (course   |Freedom - LIS 493 (course
   |talk).' shown on all IP |talk).' shown on all IP
   |editor's contributors   |editors' contributions

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


[Bug 61190] Retire tools-shadow

2014-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61190

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

   What|Removed |Added

 CC||yuvipa...@gmail.com

--- Comment #4 from Yuvi Panda yuvipa...@gmail.com ---
So, now that we are in eqiad...

-- 
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 66624] Text '69.130.114.203 is a student in Intellectual Freedom - LIS 493 (course talk).' shown on all IP editors' contributions

2014-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66624

Kunal Mehta (Legoktm) legoktm.wikipe...@gmail.com changed:

   What|Removed |Added

   Priority|Unprioritized   |High
 Status|UNCONFIRMED |NEW
Version|wmf-deployment  |master
  Component|General/Unknown |EducationProgram
 CC||ako...@wikimedia.org,
   ||andrew.green...@gmail.com,
   ||legoktm.wikipe...@gmail.com
   ||, rages...@gmail.com
 Ever confirmed|0   |1
Product|Wikimedia   |MediaWiki extensions
   Severity|normal  |major

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


[Bug 66624] Text '69.130.114.203 is a student in Intellectual Freedom - LIS 493 (course talk).' shown on all IP editors' contributions

2014-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66624

Huon shogu...@gmx.net changed:

   What|Removed |Added

 CC||shogu...@gmx.net

--- Comment #2 from Huon shogu...@gmx.net ---
It's not necessarily 69.130.114.203; it's the IP address of the person
encountering the bug.

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


[Bug 66624] Text '69.130.114.203 is a student in Intellectual Freedom - LIS 493 (course talk).' shown on all IP editors' contributions

2014-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66624

--- Comment #3 from Kunal Mehta (Legoktm) legoktm.wikipe...@gmail.com ---
Trying to remove the user from the course fails with no error message.

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


[Bug 66624] Text '69.130.114.203 is a student in Intellectual Freedom - LIS 493 (course talk).' shown on all IP editors' contributions

2014-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66624

--- Comment #4 from Alex Monk kren...@wikimedia.org ---
MariaDB [enwiki_p] select * from ep_students where student_user_id = 0;
++-+--+--+-+-+-+---+
| student_id | student_user_id | student_first_enroll | student_first_course |
student_last_enroll | student_last_course | student_last_active |
student_active_enroll |
++-+--+--+-+-+-+---+
|   6507 |   0 | 20140614191200   |  359 |
20140614191200  | 359 | 20140614191200  |  
  1 |
++-+--+--+-+-+-+---+
1 row in set (0.00 sec)

MariaDB [enwiki_p] select * from ep_users_per_course where upc_user_id=0;
+-+---+--++
| upc_user_id | upc_course_id | upc_role | upc_time   |
+-+---+--++
|   0 |   359 |0 | 20140614191200 |
+-+---+--++
1 row in set (0.00 sec)

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


[Bug 66624] Text '69.130.114.203 is a student in Intellectual Freedom - LIS 493 (course talk).' shown on all IP editors' contributions

2014-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66624

Alex Monk kren...@wikimedia.org changed:

   What|Removed |Added

 CC||cste...@wikimedia.org

--- Comment #5 from Alex Monk kren...@wikimedia.org ---
legoktm oh crap. random people's IPs are being cached in varnish.
Krenair That's... not good.
Krenair It reveals to anyone that an IP has visited this exact page.

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


[Bug 52019] Vectorize all project logos

2014-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52019

--- Comment #106 from Tomasz W. Kozlowski twkozlow...@gmail.com ---
Patches mentioned in comment 100, comment 102 and comment 103 updated logos for
the following 27 wikis:

* https://az.wikibooks.org
* https://cy.wikibooks.org
* https://eo.wikibooks.org
* https://et.wikibooks.org
* https://eu.wikibooks.org
* https://ie.wikibooks.org
* https://mk.wikibooks.org
* https://oc.wikibooks.org
* https://sl.wikibooks.org

* https://az.wikisource.org
* https://bg.wikisource.org
* https://bs.wikisource.org
* https://fi.wikisource.org
* https://ht.wikisource.org
* https://hu.wikisource.org
* https://hy.wikisource.org
* https://is.wikisource.org
* https://la.wikisource.org
* https://li.wikisource.org
* https://lt.wikisource.org
* https://mk.wikisource.org
* https://sl.wikisource.org
* https://sr.wikisource.org
* https://th.wikisource.org
* https://tr.wikisource.org

* https://cs.wikiversity.org
* https://oc.wiktionary.org

There are still 19 wikis whose logos have been recreated in SVG, but have not
been updated, as they require community consultation and explicit agreement for
logo change (since the new logos differ from the existing ones quite visibly).

If anyone is up to the task, a list of those wikis with direct links to the new
logos follows:

es.wiktionary =
https://commons.wikimedia.org/wiki/File:Wiktionary-logo-es-new.svg
sq.wiktionary =
https://commons.wikimedia.org/wiki/File:Wiktionary-logo-sq-new.svg
tr.wiktionary =
https://commons.wikimedia.org/wiki/File:Wiktionary-logo-tr-new.svg

idwikibooks = https://commons.wikimedia.org/wiki/File:Wikibooks-logo-id.svg
kawikibooks = https://commons.wikimedia.org/wiki/File:Wikibooks-logo-ka.svg
tawikibooks = https://commons.wikimedia.org/wiki/File:Wikibooks-logo-ta.svg
thwikibooks = https://commons.wikimedia.org/wiki/File:Wikibooks-logo-th.svg
ukwikibooks = https://commons.wikimedia.org/wiki/File:Wikibooks-logo-uk.svg
zhwikibooks = https://commons.wikimedia.org/wiki/File:Wikibooks-logo-zh.svg

bnwikisource = https://commons.wikimedia.org/wiki/File:Wikisource-logo-bn.png
cawikisource = https://commons.wikimedia.org/wiki/File:Wikisource-logo-ca.svg
elwikisource = https://commons.wikimedia.org/wiki/File:Wikisource-logo-el.png
eowikisource = https://commons.wikimedia.org/wiki/File:Wikisource-logo-eo.png
etwikisource = https://commons.wikimedia.org/wiki/File:Wikisource-logo-et.svg
fawikisource = https://commons.wikimedia.org/wiki/File:Wikisource-logo-fa.svg
knwikisource = https://commons.wikimedia.org/wiki/File:Wikisource-logo-kn.svg
nowikisource =
https://commons.wikimedia.org/wiki/File:Wikisource-logo-no-standardized.svg
yiwikisource = https://commons.wikimedia.org/wiki/File:Wikisource-logo-yi.svg
zh-min-nanwikisource =
https://commons.wikimedia.org/wiki/File:Wikisource-logo-zh-min-nan.svg

My thanks to all Google Code-In students who helped with the task; your
contributions are greatly appreciated, and also visible to the outside world
for more than a week now.  Thanks again!

Tomasz

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


[Bug 66624] Text '69.130.114.203 is a student in Intellectual Freedom - LIS 493 (course talk).' shown on all IP editors' contributions

2014-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66624

--- Comment #6 from Kunal Mehta (Legoktm) legoktm.wikipe...@gmail.com ---
I ran delete from ep_users_per_course where upc_user_id=0 limit 1 on enwiki,
which got rid of it from appearing on Special:Contributions. Still showing up
on the EP course page.

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


[Bug 66625] New: Installer spews notice message from LocalSettingsGenerator

2014-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66625

Bug ID: 66625
   Summary: Installer spews notice message from
LocalSettingsGenerator
   Product: MediaWiki
   Version: 1.23.0
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Installer
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: m...@everybody.org
   Web browser: ---
   Mobile Platform: ---

See
https://www.mediawiki.org/wiki/Thread:Project:Support_desk/Notice:_Undefined_index:_createaccount_in_C:%5Cwamp%5Cwww%5Cwiki%5Cincludes%5Cinstaller%5CLocalSettingsGenerator.php_on_line_225

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


[Bug 66624] Text '69.130.114.203 is a student in Intellectual Freedom - LIS 493 (course talk).' shown on all IP editors' contributions

2014-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66624

--- Comment #7 from Kunal Mehta (Legoktm) legoktm.wikipe...@gmail.com ---
Removing the user from ep_students removed them from everywhere I can see.
Might still show up for people due to cache issues, I can't really do much
about that.

Fixes probably need to be made in the EP extension to prevent this from
happening again.

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


[Bug 66624] Text '69.130.114.203 is a student in Intellectual Freedom - LIS 493 (course talk).' shown on all IP editors' contributions

2014-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66624

--- Comment #8 from Danielle Leishman npiesjrgbufk...@gmail.com ---
Note, going to be going somewhere where I don't have Internet, so won't be able
to update this. I'm just the reporter; if it's fixed, go ahead and mark as
fixed and don't wait for my input. I don't know much about it at all, nor how
to fix it. Cheers.

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


[Bug 66624] Text '69.130.114.203 is a student in Intellectual Freedom - LIS 493 (course talk).' shown on all IP editors' contributions

2014-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66624

--- Comment #9 from Alex Monk kren...@wikimedia.org ---
We don't generally wait for the reporter to mark this as fixed. This bug will
be left open at least until the EP extension is fixed itself (to prevent anons
enrolling). I imagine we might want to purge the varnish cache for any affected
anon contrib pages.

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


[Bug 66624] Text '69.130.114.203 is a student in Intellectual Freedom - LIS 493 (course talk).' shown on all IP editors' contributions

2014-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66624

Gerrit Notification Bot gerritad...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |PATCH_TO_REVIEW

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


[Bug 66624] Text '69.130.114.203 is a student in Intellectual Freedom - LIS 493 (course talk).' shown on all IP editors' contributions

2014-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66624

--- Comment #10 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 139644 had a related patch set uploaded by Legoktm:
Update SpecialContributionsBeforeMainOutput hook handler

https://gerrit.wikimedia.org/r/139644

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


[Bug 66624] Text '69.130.114.203 is a student in Intellectual Freedom - LIS 493 (course talk).' shown on all IP editors' contributions

2014-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66624

--- Comment #11 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 139646 had a related patch set uploaded by Withoutaname:
Restrict enrollment to the users group

https://gerrit.wikimedia.org/r/139646

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are 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   >