[Bug 72849] New: Wikitech signup page displays loginstart and loginend

2014-11-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72849

Bug ID: 72849
   Summary: Wikitech signup page displays loginstart and
loginend
   Product: Wikimedia Labs
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: wikitech-interface
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: at.li...@live.com.au
CC: abog...@wikimedia.org, benap...@gmail.com,
rlan...@gmail.com, t...@tim-landscheidt.de
   Web browser: ---
   Mobile Platform: ---

[[wikitech:Special:UserLogin/signup]] contains the following text:



loginstart 

 By creating an account in this project and/or using other wmflabs.org
Services, you agree to comply with the Terms of Use for wmflabs.org. 

[...]

If that's not the case, ask someone to verify from a labs instance whether the
shell username is taken, by issuing the command groups $username on a shell.

loginend



The loginstart and loginend placeholders should not be visible.

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


[Bug 72686] BounceHandlerActions::handleFailingRecipient() SQL query

2014-11-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72686

Tony Thomas 01tonytho...@gmail.com changed:

   What|Removed |Added

   Assignee|wikibugs-l@lists.wikimedia. |01tonytho...@gmail.com
   |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 69019] Review and deploy BounceHandler extension to Wikimedia wikis

2014-11-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69019
Bug 69019 depends on bug 72686, which changed state.

Bug 72686 Summary: BounceHandlerActions::handleFailingRecipient() SQL query
https://bugzilla.wikimedia.org/show_bug.cgi?id=72686

   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 72850] New: MediaWiki 1.14.x and 1.15.x respond with DBQueryError to allusers with group parameter and auprop=groups

2014-11-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72850

Bug ID: 72850
   Summary: MediaWiki 1.14.x and 1.15.x respond with DBQueryError
to allusers with group parameter and auprop=groups
   Product: Pywikibot
   Version: core (2.0)
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: General
  Assignee: pywikipedia-b...@lists.wikimedia.org
  Reporter: jay...@gmail.com
   Web browser: ---
   Mobile Platform: ---

e.g. this fails

http://physics.lbl.gov/NuclearEnergy/api.php?action=querylist=allusersaugroup=botformat=jsonauprefix=Daufrom=%21auprop=editcount%7Cgroups%7Cregistration

API response received:
{error:{code:internal_api_error_DBQueryError,info:Database query
error,*:}}

but this succeeds:

http://physics.lbl.gov/NuclearEnergy/api.php?action=querylist=allusersaugroup=botformat=jsonauprefix=Daufrom=%21auprop=editcount%7Cregistration

by default pywikibot requests auprop=groups, causing tests to fail on wiki
1.12-1.15 at least ; MW fixed in 1.16.

More info on the error from 1.12.4

http://rnf.fisica.org.ar/api.php?action=querylist=allusersaugroup=botformat=jsonauprefix=Daufrom=%21auprop=editcount%7Cgroups%7Cregistration

{error:{code:internal_api_error_DBUnexpectedError,info:Exception
Caught: A database error has occurred\nQuery: SELECT  ug2.ug_group
ug_group2,user_registration,user_name,user_editcount  FROM mwuser INNER JOIN
user_groups ug1 ON ug1.ug_user=user_id LEFT JOIN user_groups ug2 ON
ug2.ug_user=user_id  WHERE (user_name = '!') AND (user_name LIKE \D%\) AND
ug1.ug_group = 'bot'  ORDER BY user_name LIMIT 14  \nFunction:
ApiQueryAllUsers::execute\nError: 1 ERROR:  column \D%\ does not exist\nLINE
1: ..._id  WHERE (user_name = '!') AND (user_name LIKE \D%\) AND ...\n  
  ^\n,*:\n\n#0
\/home\/afa\/webapps\/rnf_wiki\/includes\/Database.php(799):
DatabasePostgres-reportQueryError('ERROR:  column ...', 1, 'SELECT 
ug2.ug_...', 'ApiQueryAllUser...', false)\n#1
\/home\/afa\/webapps\/rnf_wiki\/includes\/Database.php(1244):
Database-query('SELECT  ug2.ug_...', 'ApiQueryAllUser...')\n#2
\/home\/afa\/webapps\/rnf_wiki\/includes\/api\/ApiQueryBase.php(131):
Database-select(Array, Array, Array, 'ApiQueryAllUser...', Array)\n#3
\/home\/afa\/webapps\/rnf_wiki\/includes\/api\/ApiQueryAllUsers.php(96):
ApiQueryBase-select('ApiQueryAllUser...')\n#4
\/home\/afa\/webapps\/rnf_wiki\/includes\/api\/ApiQuery.php(209):
ApiQueryAllUsers-execute()\n#5
\/home\/afa\/webapps\/rnf_wiki\/includes\/api\/ApiMain.php(355):
ApiQuery-execute()\n#6
\/home\/afa\/webapps\/rnf_wiki\/includes\/api\/ApiMain.php(223):
ApiMain-executeAction()\n#7
\/home\/afa\/webapps\/rnf_wiki\/includes\/api\/ApiMain.php(208):
ApiMain-executeActionWithErrorHandling()\n#8
\/home\/afa\/webapps\/rnf_wiki\/api.php(77): ApiMain-execute()\n#9
{main}\n\n}}

Strangely, another 1.12.4 site doesnt error:
https://wiki.umsl.edu/vcities/api.php?action=querylist=allusersaugroup=sysopformat=jsonauprefix=Daufrom=%21auprop=editcount%7Cgroups%7Cregistration

1.11 has a different problem, in that it doesnt recognise the 'registration'
auprop.

http://glossary.reuters.com/api.php?action=querylist=allusersaugroup=sysopformat=jsonauprefix=Daufrom=%21auprop=editcount%7Cgroups%7Cregistration

-- 
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 72686] BounceHandlerActions::handleFailingRecipient() SQL query

2014-11-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72686

Tony Thomas 01tonytho...@gmail.com 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 72850] MediaWiki 1.12-15 respond with DBQueryError to allusers with group parameter and auprop=groups

2014-11-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72850

John Mark Vandenberg jay...@gmail.com changed:

   What|Removed |Added

Summary|MediaWiki 1.14.x and 1.15.x |MediaWiki 1.12-15 respond
   |respond with DBQueryError   |with DBQueryError to
   |to allusers with group  |allusers with group
   |parameter and auprop=groups |parameter and auprop=groups

-- 
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 54573] Add diff method for revisions

2014-11-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54573

John Mark Vandenberg jay...@gmail.com changed:

   What|Removed |Added

 CC||commodorefabia...@gmx.de,
   ||jay...@gmail.com,
   ||mpaa.w...@gmail.com,
   ||valhall...@arctus.nl

--- Comment #6 from John Mark Vandenberg jay...@gmail.com ---
Any idea who created this patch. sf.net just says 'Anonymous' ;-(

Related: we now have a module pywikibot.diff which could be used to do the diff
client site.

-- 
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 55158] getFileVersionHistory doesn't work if information is hidden

2014-11-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55158

John Mark Vandenberg jay...@gmail.com changed:

   What|Removed |Added

   Keywords||testme
   Severity|normal  |major

--- Comment #1 from John Mark Vandenberg jay...@gmail.com ---
Need to determine if this problem exists on core.

-- 
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 55244] unlinking StoredPage fails

2014-11-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55244

John Mark Vandenberg jay...@gmail.com changed:

   What|Removed |Added

 CC||jay...@gmail.com
Version|unspecified |compat (1.0)

-- 
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 53069] Obstacles to enabling MobileFrontend for anonymous users (tracking)

2014-11-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=53069

--- Comment #29 from Nemo federicol...@tiscali.it ---
I'm going to add some blockers just because this is the tracking bug; it
doesn't mean I think they are requirements for anything.

-- 
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 72851] New: Pencil icon is preloaded locked for unregistered users

2014-11-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72851

Bug ID: 72851
   Summary: Pencil icon is preloaded locked for unregistered users
   Product: MobileFrontend
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: minor
  Priority: Unprioritized
 Component: General/Unknown
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: federicol...@tiscali.it
CC: jrob...@wikimedia.org, kl...@wikimedia.org,
kw...@wikimedia.org, maxsem.w...@gmail.com,
rkald...@wikimedia.org
Blocks: 53069
   Web browser: ---
   Mobile Platform: ---

0) Set $wgMFAnonymousEditing = true
1) Visit a random page like http://it.m.wikipedia.org/wiki/Multinazionali as
unregistered user

I. Observed: the pencil icons are loaded with a lock on them, then replaced by
pencil icons without locks.
II. Expected: correct pencil icons are loaded.

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


[Bug 53069] Obstacles to enabling MobileFrontend for anonymous users (tracking)

2014-11-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=53069

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 Depends on||72851

-- 
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 58819] PYWP-9 create library for diffs, expand userlib

2014-11-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58819

John Mark Vandenberg jay...@gmail.com changed:

   What|Removed |Added

 CC||jay...@gmail.com,
   ||valhall...@arctus.nl
Version|unspecified |core (2.0)
   See Also||https://bugzilla.wikimedia.
   ||org/show_bug.cgi?id=54573

-- 
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 54573] Add diff method for revisions

2014-11-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54573

John Mark Vandenberg jay...@gmail.com changed:

   What|Removed |Added

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

-- 
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 72851] Pencil icon is preloaded locked for unregistered users

2014-11-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72851

--- Comment #1 from Bingle bingle-ad...@wikimedia.org ---
Prioritization and scheduling of this bug is tracked on Trello card
https://trello.com/c/rQU2oxvq

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


[Bug 62974] unknown internal_api_error_DBConnectionError should be handled

2014-11-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62974

John Mark Vandenberg jay...@gmail.com changed:

   What|Removed |Added

 CC||jay...@gmail.com

--- Comment #2 from John Mark Vandenberg jay...@gmail.com ---
core detects this in api.py and retries.  see r4984  r4580

-- 
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 70763] Create a Wikibase glossary

2014-11-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70763

--- Comment #6 from jeb...@gmail.com ---
There was a glossary at meta, and later on when the glossary at Wikidata was
made I described some of the problems that would arise when when tha community
built one glossary on their understanding and the developers had another.
Typically the English messages will be written by the devs, and also a first
version of the qqq-messages, but later on the community will start to change
the qqq-messages to make them fit with their glossary, and the translators will
also use the glossary while localizing the messages. That will make the English
messages and the localized messages diverge somewhat.

I think the correct solution is to identify where this is a problem and try to
align the models used by the devs and the community. If the models they use
diverge it creates a lot of problems.

-- 
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 53069] Obstacles to enabling MobileFrontend for anonymous users (tracking)

2014-11-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=53069

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 Depends on||72852

-- 
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 62974] unknown internal_api_error_DBConnectionError should be handled

2014-11-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62974

--- Comment #3 from John Mark Vandenberg jay...@gmail.com ---
That should be:

https://www.mediawiki.org/wiki/Special:Code/pywikipedia/4984
https://www.mediawiki.org/wiki/Special:Code/pywikipedia/4580

-- 
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 72852] New: Unregistered editing shouldn't require 3 clicks

2014-11-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72852

Bug ID: 72852
   Summary: Unregistered editing shouldn't require 3 clicks
   Product: MobileFrontend
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: enhancement
  Priority: Unprioritized
 Component: General/Unknown
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: federicol...@tiscali.it
CC: jrob...@wikimedia.org, kl...@wikimedia.org,
kw...@wikimedia.org, maxsem.w...@gmail.com,
rkald...@wikimedia.org
Blocks: 53069
   Web browser: ---
   Mobile Platform: ---

0) Set $wgMFAnonymousEditing = true;
1) Visit a random page, like
http://it.m.wikipedia.org/wiki/Multinazionali?uselang=en , as unregistered user

I. Observed: nothing in the interface tells me that I'm logged out, AFAICS,
unless I click the triple-line button to show the menu.

2) Click an unlocked pencil icon

II. Observed: at the bottom of the screen a box appears:

Help improve this page!

Log in
Sign up Edit without logging in

III. Expected: I proceed to the next step with no need to click Edit without
logging in

3) Do click

IV. Observed: a new screen loads, Warning: You are not logged in. Your IP
address will be publicly visible if you make any edits. If you log in or create
an account, your edits will be attributed to your username, along with other
benefits.

4) Click Next button above the message, in top-right corner

V. Observed: I finally am presented an edit text area.

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


[Bug 65940] Bot crashes on quantity

2014-11-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65940

John Mark Vandenberg jay...@gmail.com changed:

   What|Removed |Added

 CC||jay...@gmail.com
Summary|Bot crashes on quanitity|Bot crashes on quantity

-- 
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 64991] DB connection error: Too many connections

2014-11-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64991

John Mark Vandenberg jay...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||jay...@gmail.com
 Resolution|--- |DUPLICATE

--- Comment #1 from John Mark Vandenberg jay...@gmail.com ---
bug 62974 is for the same problem in _getEditPage ; this type of problem needs
to be fixed at a lower level, so the fix for that bug should also fix catlib.

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

-- 
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 62974] unknown internal_api_error_DBConnectionError should be handled

2014-11-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62974

--- Comment #4 from John Mark Vandenberg jay...@gmail.com ---
*** Bug 64991 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 72852] Unregistered editing shouldn't require 3 clicks

2014-11-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72852

--- Comment #1 from Bingle bingle-ad...@wikimedia.org ---
Prioritization and scheduling of this bug is tracked on Trello card
https://trello.com/c/DnF3d7ic

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


[Bug 72853] New: action=purge has no discernible button

2014-11-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72853

Bug ID: 72853
   Summary: action=purge has no discernible button
   Product: MobileFrontend
   Version: unspecified
  Hardware: PC
   URL: http://it.m.wikipedia.org/wiki/Fisiocrazia?action=purg
e
OS: Linux
Status: NEW
  Severity: trivial
  Priority: Unprioritized
 Component: General/Unknown
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: federicol...@tiscali.it
CC: jrob...@wikimedia.org, kl...@wikimedia.org,
kw...@wikimedia.org, maxsem.w...@gmail.com,
rkald...@wikimedia.org
   Web browser: Firefox
   Mobile Platform: ---

1) Visit http://it.m.wikipedia.org/wiki/Fisiocrazia

I. Observed: I can't see anything I can click. But I know there is!

2) Click conferma.

II. Observed: the page is purged.

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


[Bug 55306] Problems with revdelete

2014-11-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55306

John Mark Vandenberg jay...@gmail.com changed:

   What|Removed |Added

   Keywords||testme
 CC||jay...@gmail.com,
   ||platoni...@gmail.com
Version|unspecified |compat (1.0)

--- Comment #2 from John Mark Vandenberg jay...@gmail.com ---
Problem reported appears to have been while using 'compat' / 'trunk', but it
needs to be retested with core.

-- 
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 72854] New: MW API version problems [tracking]

2014-11-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72854

Bug ID: 72854
   Summary: MW API version problems [tracking]
   Product: Pywikibot
   Version: core (2.0)
  Hardware: All
OS: All
Status: NEW
  Severity: enhancement
  Priority: Unprioritized
 Component: network
  Assignee: pywikipedia-b...@lists.wikimedia.org
  Reporter: jay...@gmail.com
   Web browser: ---
   Mobile Platform: ---

Tracking bug for problems with versions of MW API, especially older versions.

-- 
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 72853] action=purge has no discernible button

2014-11-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72853

--- Comment #1 from Bingle bingle-ad...@wikimedia.org ---
Prioritization and scheduling of this bug is tracked on Trello card
https://trello.com/c/llAtG8oq

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


[Bug 72850] MediaWiki 1.12-15 respond with DBQueryError to allusers with group parameter and auprop=groups

2014-11-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72850

John Mark Vandenberg jay...@gmail.com changed:

   What|Removed |Added

 Blocks||72854

-- 
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 72854] MW API version problems [tracking]

2014-11-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72854

John Mark Vandenberg jay...@gmail.com changed:

   What|Removed |Added

 Depends on||72850
  Alias||pwb-oldmw

-- 
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 53069] Obstacles to enabling MobileFrontend for anonymous users (tracking)

2014-11-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=53069

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 Depends on||72855

-- 
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 72855] New: Purge is required to edit some page as unregistered user

2014-11-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72855

Bug ID: 72855
   Summary: Purge is required to edit some page as unregistered
user
   Product: MobileFrontend
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: General/Unknown
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: federicol...@tiscali.it
CC: jrob...@wikimedia.org, kl...@wikimedia.org,
kw...@wikimedia.org, maxsem.w...@gmail.com,
rkald...@wikimedia.org
Blocks: 53069
   Web browser: ---
   Mobile Platform: ---

0) Set $wgMFAnonymousEditing = true;
1) Visit a random page on http://it.m.wikipedia.org, using the random button,
as unregistered user
2) Click one of the unlocked pencil icons

I. Observed the pre-pre-screen (bug 72852) is shown but I have no option to
proceed without logging in.

3) Purge the page with action=purge

II. Observed: now it 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 72855] Purge is required to edit some page as unregistered user

2014-11-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72855

--- Comment #1 from Bingle bingle-ad...@wikimedia.org ---
Prioritization and scheduling of this bug is tracked on Trello card
https://trello.com/c/NhKxE5as

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


[Bug 72541] Set $wgMFAnonymousEditing = true for Italian Wikipedia in November-December 2014

2014-11-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72541

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 Blocks||72856

-- 
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 72856] New: Purge cache for all it.m.wikipedia.org pages

2014-11-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72856

Bug ID: 72856
   Summary: Purge cache for all it.m.wikipedia.org pages
   Product: MobileFrontend
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: General/Unknown
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: federicol...@tiscali.it
CC: jrob...@wikimedia.org, kl...@wikimedia.org,
kw...@wikimedia.org, maxsem.w...@gmail.com,
rkald...@wikimedia.org
Depends on: 72541
   Web browser: ---
   Mobile Platform: ---

Due to bug 72855, cache needs to be purged for all it.m.wikipedia.org pages,
within next week (3–9 November). Context: bug 72541, [[m:it.m.wikipedia.org]].

Otherwise, the permissions will be inconsistent for the next 30 days, until all
caches expire. Moreover, the unregistered editing would be biased towards
popular pages which for some reason were purged. (Usually useful edits are on
unpopular 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 72856] Purge cache for all it.m.wikipedia.org pages

2014-11-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72856

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

   Keywords||platformeng, shell
 CC||benap...@gmail.com,
   ||bugzilla+org.wikimedia@tuxm
   ||achine.com,
   ||daniel.kinz...@wikimedia.de
   ||, dereck...@espace-win.org,
   ||johnflewi...@gmail.com,
   ||matma@gmail.com,
   ||ro...@wikimedia.org,
   ||s...@reedyboy.net,
   ||steinsplit...@wikipedia.de,
   ||tstarl...@wikimedia.org,
   ||wikimedia.b...@snowolf.eu
  Component|General/Unknown |Site requests
Product|MobileFrontend  |Wikimedia

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


[Bug 72856] Purge cache for all it.m.wikipedia.org pages

2014-11-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72856

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

   Keywords||platformeng, shell
 CC||benap...@gmail.com,
   ||bugzilla+org.wikimedia@tuxm
   ||achine.com,
   ||daniel.kinz...@wikimedia.de
   ||, dereck...@espace-win.org,
   ||johnflewi...@gmail.com,
   ||matma@gmail.com,
   ||ro...@wikimedia.org,
   ||s...@reedyboy.net,
   ||steinsplit...@wikipedia.de,
   ||tstarl...@wikimedia.org,
   ||wikimedia.b...@snowolf.eu
  Component|General/Unknown |Site requests
Product|MobileFrontend  |Wikimedia

--- Comment #1 from Bingle bingle-ad...@wikimedia.org ---
Prioritization and scheduling of this bug is tracked on Trello card
https://trello.com/c/nM4s6odp

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


[Bug 64577] Tables on mobile are a big fat mess

2014-11-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64577

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 Depends on||72857

-- 
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 72857] New: Empty cells displayed in (infobox) table

2014-11-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72857

Bug ID: 72857
   Summary: Empty cells displayed in (infobox) table
   Product: MobileFrontend
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: General/Unknown
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: federicol...@tiscali.it
CC: jrob...@wikimedia.org, kl...@wikimedia.org,
kw...@wikimedia.org, maxsem.w...@gmail.com,
rkald...@wikimedia.org
Blocks: 64577
   Web browser: ---
   Mobile Platform: ---

Created attachment 16990
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=16990action=edit
Messed up area

http://it.m.wikipedia.org/wiki/Chandigarh_ITF_Juniors_2009_-_Doppio_ragazzi
shows the infobox table incorrectly: there are some empty cells added by the
mobile site. This is usually something the MediaWiki parser or tidy fix.

Parsoid handles it correctly:
http://parsoid-lb.eqiad.wikimedia.org/itwiki/Chandigarh_ITF_Juniors_2009_-_Doppio_ragazzi?oldid=63927067

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


[Bug 72857] Empty cells displayed in (infobox) table

2014-11-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72857

--- Comment #1 from Bingle bingle-ad...@wikimedia.org ---
Prioritization and scheduling of this bug is tracked on Trello card
https://trello.com/c/eALhrZdH

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


[Bug 64577] Tables on mobile are a big fat mess

2014-11-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64577

--- Comment #12 from Bingle bingle-ad...@wikimedia.org ---
Prioritization and scheduling of this bug is tracked on Trello card
https://trello.com/c/UDFKccPa

-- 
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 72858] New: Add back an error message for missing references/

2014-11-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72858

Bug ID: 72858
   Summary: Add back an error message for missing references/
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Cite
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: markeh...@gmail.com
CC: jforres...@wikimedia.org
   Web browser: ---
   Mobile Platform: ---

For those of us who are displaying the silent cite errors,* also display an
error when the references are now listed at the bottom of an article without
references/ or {{reflist}}.

(*)https://en.wikipedia.org/wiki/Help:CS1_errors#Controlling_error_message_display

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


[Bug 72850] MediaWiki 1.12-15 respond with DBQueryError to allusers with group parameter and auprop=groups

2014-11-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72850

--- Comment #1 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 170514 had a related patch set uploaded by John Vandenberg:
Split the allusers test into multiple tests

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

-- 
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 72850] MediaWiki 1.12-15 respond with DBQueryError to allusers with group parameter and auprop=groups

2014-11-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72850

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 72850] MediaWiki 1.12-15 respond with DBQueryError to allusers with group parameter and auprop=groups

2014-11-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72850

--- Comment #2 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 170514 merged by jenkins-bot:
Split the allusers test into multiple tests

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

-- 
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 72850] MediaWiki 1.12-15 respond with DBQueryError to allusers with group parameter and auprop=groups

2014-11-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72850

John Mark Vandenberg jay...@gmail.com changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |NEW

-- 
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 55158] getFileVersionHistory doesn't work if information is hidden

2014-11-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55158

Mpaa mpaa.w...@gmail.com changed:

   What|Removed |Added

 CC||mpaa.w...@gmail.com

--- Comment #2 from Mpaa mpaa.w...@gmail.com ---
(In reply to John Mark Vandenberg from comment #1)
 Need to determine if this problem exists on core.

In core:
history = page.getFileVersionHistory() returns a list without crashing.

When trying to fetch the hidden comment, the result is:
 history[2]['comment']
Traceback (most recent call last):
  File stdin, line 1, in module
KeyError: 'comment


To note that history returns a commenthidden key in this case:
 history[2]['commenthidden']
u''

{
timestamp: 2007-02-14T13:01:57Z,
user: Messina,
commenthidden: ,
url:
https://upload.wikimedia.org/wikipedia/commons/archive/3/3b/20110813064325%21Catania_Piazza_Quattro_Canti.jpg;,
descriptionurl:
https://commons.wikimedia.org/wiki/File:Catania_Piazza_Quattro_Canti.jpg;
}

-- 
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 72843] MultimediaViewer full screen caption incorrect

2014-11-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72843

--- Comment #1 from Andre Klapper aklap...@wikimedia.org ---
Not here (Firefox 33). Please provide an example to reproduce and browser
information.

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


[Bug 72812] Kafka logs drowning in kafka.server.KafkaApis errors processing fetch requests since 2014-10-28 ~20:00

2014-11-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72812

--- Comment #4 from christ...@quelltextlich.at ---
(In reply to Andrew Otto from comment #2)
 I
 will also report this as a bug to Magnus on kafkacat's github home.

It seems the ticket is at:

  https://github.com/edenhill/kafkacat/issues/9

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


[Bug 72812] Kafka logs drowning in kafka.server.KafkaApis errors processing fetch requests since 2014-10-28 ~20:00

2014-11-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72812

christ...@quelltextlich.at changed:

   What|Removed |Added

   Keywords||upstream

--- Comment #3 from christ...@quelltextlich.at ---
Yay!
Logs are much cleaner now again.
Thanks!

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


[Bug 72801] py26 tests fail on unittest2 0.7.0

2014-11-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72801

John Mark Vandenberg jay...@gmail.com changed:

   What|Removed |Added

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

--- Comment #2 from John Mark Vandenberg jay...@gmail.com ---
The upstream fix addressed the initial problem preventing the py26 builds to
start, but the py26 builds are reported a failure when they have no errors.

https://travis-ci.org/wikimedia/pywikibot-core/jobs/39676784

FAILED (skipped=12, expected failures=13, unexpected successes=2)

We have had problems previously with unexpected successes on py26, but that was
resolved by forcing the loading of unittest2 within setup.py.

-- 
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 70987] py2.6 bugs [tracking]

2014-11-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70987
Bug 70987 depends on bug 72801, which changed state.

Bug 72801 Summary: py26 tests fail on unittest2 0.7.0
https://bugzilla.wikimedia.org/show_bug.cgi?id=72801

   What|Removed |Added

 Status|RESOLVED|REOPENED
 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 72812] Kafka logs drowning in kafka.server.KafkaApis errors processing fetch requests since 2014-10-28 ~20:00

2014-11-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72812

christ...@quelltextlich.at changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|WONTFIX |---

--- Comment #5 from christ...@quelltextlich.at ---
(In reply to Andrew Otto from comment #2)
 Ah, this is caused by Ellery's use of kafkacat on stat1002.

Yikes!

kafkacat not properly creating offset directories is ... well a
bug. Kafkacat is fresh, so I figure these kinds of issues are
expected. No worries.

And the logs are clean right now.

However, I am thinking this bug shows three other important things,
that should get discussed before closing the bug:

* kafkacat can get our kafka (not kafkacat) logs to become
  unusable. That came somewhat as a surprise to me.
  Do we expect people to use kafkacat more and we need to guard
  against noise in the logs, or will kafkacat's use die out (except
  for debugging) and people use ETL-ed data or kafkatee instead?

* kafkacat did not recover. Even if kafkacat does not properly survive
  the leader re-election, I had expected it to recover at some
  point. But in the end, it did not recover.

  This item can be explained away, by seeing that kafkacat really was
  run in acron, and hence restarting again and again with the faulty
  offsets.

* How comes it happened right after the leader election?
  The timing matches too well to be a simple coincidence.
  Did the use af kafkacat really start right at the time we re-elected?
  Do we know how kafkacat (maybe kafkatee) survives re-elecetions?

Hence, re-opening, as I think these three items need more discussion.

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


[Bug 72550] analytics1021 getting kicked out of kafka partition leader role on 2014-10-27 ~07:12

2014-11-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72550
Bug 72550 depends on bug 72812, which changed state.

Bug 72812 Summary: Kafka logs drowning in kafka.server.KafkaApis errors 
processing fetch requests since 2014-10-28 ~20:00
https://bugzilla.wikimedia.org/show_bug.cgi?id=72812

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|WONTFIX |---

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


[Bug 72801] py26 tests fail on unittest2 0.7.0

2014-11-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72801

John Mark Vandenberg jay...@gmail.com changed:

   What|Removed |Added

   See Also||http://code.google.com/p/un
   ||ittest-ext/issues/detail?id
   ||=85

-- 
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 67673] MinimalPuppetAgent should collect number of puppet failures in last run

2014-11-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=67673

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

   What|Removed |Added

 Status|PATCH_TO_REVIEW |RESOLVED
 Resolution|--- |FIXED
   Assignee|wikibugs-l@lists.wikimedia. |scott.l...@gmail.com
   |org |

--- Comment #4 from Tim Landscheidt t...@tim-landscheidt.de ---
(In Gerrit change #144737, the Bug: footer got removed in PS3, so the bot
didn't notify that this change was merged.)

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


[Bug 72859] New: /var/log/diamond is not logrotated

2014-11-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72859

Bug ID: 72859
   Summary: /var/log/diamond is not logrotated
   Product: Wikimedia Labs
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: General
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: t...@tim-landscheidt.de
CC: abog...@wikimedia.org, andrewbog...@gmail.com,
benap...@gmail.com, m...@uberbox.org,
rlan...@gmail.com, r...@wikimedia.org,
t...@tim-landscheidt.de, yuvipa...@gmail.com
   Web browser: ---
   Mobile Platform: ---

On tools-dev /var was filled up, so I looked at /var/log and saw that the log
files in /var/log/diamond are never logrotated, leaving stuff from the summer
behind.  I'll remove log files there that are older than five weeks, but we
should add the logs to the general logrotate configuration.  This probably
needs to be resolved properly upstream.

(As a side-effect, this will probably also fix bug #69602.)

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


[Bug 72603] 'Maximum retries' api.py exception is not Python 3 compatible

2014-11-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72603

--- Comment #1 from John Mark Vandenberg jay...@gmail.com ---
Another occurance https://travis-ci.org/wikimedia/pywikibot-core/jobs/39676780

-- 
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 72860] New: KeyError in Siteinfo when network errors are occurring

2014-11-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72860

Bug ID: 72860
   Summary: KeyError in Siteinfo when network errors are occurring
   Product: Pywikibot
   Version: core (2.0)
  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: ---

An example

ERROR: test_fully_qualified_NS1_family
(tests.link_tests.TestFullyQualifiedNoLangFamilyExplicitLinkParser)
Test ':wikidata:testwiki:Talk:Q6' on enwp is namespace 1.
--
Traceback (most recent call last):
  File /home/travis/build/wikimedia/pywikibot-core/tests/link_tests.py, line
372, in test_fully_qualified_NS1_family
link.parse()
  File /home/travis/build/wikimedia/pywikibot-core/pywikibot/page.py, line
4154, in parse
if hasattr(self._site.namespaces()[self._namespace], 'case'):
KeyError: 0

Many more here:

https://travis-ci.org/wikimedia/pywikibot-core/jobs/39676782

And I'm quite confident there was another build in the last few weeks which has
done 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 72860] KeyError in Siteinfo when network errors are occurring

2014-11-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72860

John Mark Vandenberg jay...@gmail.com changed:

   What|Removed |Added

   Priority|Unprioritized   |Low

--- Comment #1 from John Mark Vandenberg jay...@gmail.com ---
It isnt happening frequently, and the solution is probably to fail with a
different exception, so this isnt probably not critical to fix. (But bot
operators do complain when they bots fall over half way through month long
tasks because of a server problem)

-- 
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 72861] New: test_archivebot_als stalled

2014-11-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72861

Bug ID: 72861
   Summary: test_archivebot_als stalled
   Product: Pywikibot
   Version: core (2.0)
  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: ---

Travis build stalled on test_archivebot_als

https://travis-ci.org/wikimedia/pywikibot-core/jobs/39680240

-- 
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 72861] test_archivebot_als stalled

2014-11-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72861

John Mark Vandenberg jay...@gmail.com changed:

   What|Removed |Added

   Priority|Unprioritized   |Lowest

--- Comment #1 from John Mark Vandenberg jay...@gmail.com ---
I dont recall seeing that before.

The stalled build was test.wikidata py 2.7 , and the build that followed passed
on that configuration, so it is probably a rare intermittent problem.

-- 
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 72856] Purge cache for all it.m.wikipedia.org pages

2014-11-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72856

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

   What|Removed |Added

   Keywords|platformeng, shell  |ops
 CC||bbl...@wikimedia.org

--- Comment #2 from Sam Reed (reedy) s...@reedyboy.net ---
Needs ops

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


[Bug 72862] New: Overlapping text and buttons at disable popup for long translations

2014-11-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72862

Bug ID: 72862
   Summary: Overlapping text and buttons at disable popup for long
translations
   Product: MediaWiki extensions
   Version: master
  Hardware: All
   URL: http://de.wikipedia.beta.wmflabs.org/wiki/Barack_Obama
#mediaviewer/File:Diamond_Head.jpg
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: MultimediaViewer
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: se4...@se4598.eu
CC: aarcos.w...@gmail.com, fflo...@wikimedia.org,
gti...@wikimedia.org, mtrac...@member.fsf.org
   Web browser: ---
   Mobile Platform: ---

Created attachment 16991
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=16991action=edit
MMV disable popup in german

Overlapping text and buttons/links at disable mmv popup for long translations,
eg. German.
See attached screenshot.

http://de.wikipedia.beta.wmflabs.org/wiki/Barack_Obama?uselang=de#mediaviewer/File:Diamond_Head.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 72856] Purge cache for all it.m.wikipedia.org pages

2014-11-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72856

--- Comment #3 from Nemo federicol...@tiscali.it ---
(In reply to Sam Reed (reedy) from comment #2)
 Needs ops

Thanks. Would a gradual increase of $wgCacheEpoch overkill? Or is this cache
not controlled by it? It was suggested by Tim for the parser cache invalidation
Wikidata needed
https://lists.wikimedia.org/pipermail/wikitech-l/2014-September/078568.html

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


[Bug 72859] /var/log/diamond is not logrotated

2014-11-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72859

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

   What|Removed |Added

 CC||fili...@wikimedia.org

--- Comment #1 from Tim Landscheidt t...@tim-landscheidt.de ---
Apparently, upstream for python-diamond is
https://gerrit.wikimedia.org/r/#/admin/projects/operations/debs/python-diamond,
so I cloned the repository and:

| scfc@tools-dev:~/src/python-diamond$ make deb
| ./version.sh  version.txt
| dch --newversion ..0-github_archive --distribution unstable
--force-distribution -b Last Commit: (2014-10-24 16:26:51 +0100)
c58381511aeac2383bc51b35c406483d4e7a827f Filippo Giunchedi
fgiunch...@wikimedia.org
| dch warning: Recognised distributions are:
|
{hardy,lucid,maverick,natty,oneiric,precise,quantal}{,-updates,-security,-proposed,-backports}
and UNRELEASED.
| Using your request anyway.
| dch: fatal error at line 484:
| Cannot find debian/changelog anywhere!
| Are you in the source code tree?
| (You could use --create if you wish to create this file.)
| make: *** [builddeb] Fehler 255
| scfc@tools-dev:~/src/python-diamond$

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


[Bug 71918] Lua error: Failed to serialize data.

2014-11-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71918

--- Comment #10 from JulesWinnfield-hu ght81-wikipe...@yahoo.com ---
When was deployed? Not occuring for some time.

-- 
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 72863] New: add coverage report to tests

2014-11-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72863

Bug ID: 72863
   Summary: add coverage report to tests
   Product: Pywikibot
   Version: core (2.0)
  Hardware: All
OS: All
Status: NEW
  Severity: enhancement
  Priority: Unprioritized
 Component: tests
  Assignee: pywikipedia-b...@lists.wikimedia.org
  Reporter: jay...@gmail.com
   Web browser: ---
   Mobile Platform: ---

We should track what percentage of the codebase is being tested, probably on
travis and maybe sending the logs to http://coveralls.io

coverage works:

$ coverage-2.7 run --source=pywikibot setup.py test

http://nose.readthedocs.org/en/latest/plugins/cover.html also works:

$ nosetests --with-coverage --cover-package=pywikibot tests

I've uploaded our current coverage stats to

https://www.mediawiki.org/wiki/Manual:Pywikibot/Test_coverage

-- 
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 72864] New: Link to Special:Nearby out of article

2014-11-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72864

Bug ID: 72864
   Summary: Link to Special:Nearby out of article
   Product: MobileFrontend
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: enhancement
  Priority: Unprioritized
 Component: alpha
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: florian.schmidt.wel...@t-online.de
CC: jrob...@wikimedia.org, kl...@wikimedia.org,
kw...@wikimedia.org, maxsem.w...@gmail.com,
rkald...@wikimedia.org
   Web browser: ---
   Mobile Platform: ---

Created attachment 16992
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=16992action=edit
example article Berlin

With change I29bf5b25f8a02659a81cbd10227a9175b1517f32 it's possible to load
pages near the position of an article (#/page/) or with coordinates (#/coord/).
Let's try to use this on articles :)

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


[Bug 72864] Link to Special:Nearby out of article

2014-11-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72864

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 72864] Link to Special:Nearby out of article

2014-11-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72864

--- Comment #1 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 170431 had a related patch set uploaded by Florianschmidtwelzow:
Link to Special:Nearby out of the article

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

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


[Bug 72856] Purge cache for all it.m.wikipedia.org pages

2014-11-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72856

Florian florian.schmidt.wel...@t-online.de changed:

   What|Removed |Added

 Blocks||72855

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


[Bug 72855] Purge is required to edit some page as unregistered user

2014-11-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72855

Florian florian.schmidt.wel...@t-online.de changed:

   What|Removed |Added

 CC||florian.schmidt.welzow@t-on
   ||line.de
 Depends on||72856

--- Comment #2 from Florian florian.schmidt.wel...@t-online.de ---
I think this is a cache problem (action=purge helps - cache problem). I think
we have to wait for bug 72856 to be resolved.

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


[Bug 72852] Unregistered editing shouldn't require 3 clicks

2014-11-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72852

Florian florian.schmidt.wel...@t-online.de changed:

   What|Removed |Added

 CC||florian.schmidt.welzow@t-on
   ||line.de,
   ||mpinc...@wikimedia.org

--- Comment #2 from Florian florian.schmidt.wel...@t-online.de ---
If i remember correctly, the Cta (click to action) drawer is one of the
requirements for mobile editing, Maryana? :)

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


[Bug 72856] Purge cache for all it.m.wikipedia.org pages

2014-11-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72856

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 Blocks|72855   |

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


[Bug 72855] Purge is required to edit some page as unregistered user

2014-11-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72855

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 Depends on|72856   |

--- Comment #3 from Nemo federicol...@tiscali.it ---
This the report about the problem in general, bug 72856 is the report about the
same problem on it.wiki only.

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


[Bug 71902] Set timezone for cs.Wikipedia and cs.Wikinews

2014-11-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71902

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

   What|Removed |Added

 Status|NEW |ASSIGNED

-- 
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 71902] Set timezone for cs.Wikipedia and cs.Wikinews

2014-11-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71902

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

   What|Removed |Added

   Assignee|wikibugs-l@lists.wikimedia. |dereck...@espace-win.org
   |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 72113] [upstream] Zuul prepareRef does not handle failure to connect to Gearman

2014-11-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72113

--- Comment #6 from Antoine hashar Musso (WMF) has...@free.fr ---
The patch solved the issues of patches being stuck in the event queue whenever
the connection is lost with the Gearman server. That happened yesterday on the
Wikimedia setup, on reestablishing the connection, all the pending merger:merge
function have been executed and the event queue processed everything :-)

Keeping bug open until the patch is approved by upstream.

-- 
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 72113] [upstream] Zuul prepareRef does not handle failure to connect to Gearman

2014-11-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72113

Antoine hashar Musso (WMF) has...@free.fr changed:

   What|Removed |Added

 Blocks||63760

-- 
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 63760] Jobs are sometime no more being triggered by Zuul / Jenkins

2014-11-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63760

Antoine hashar Musso (WMF) has...@free.fr changed:

   What|Removed |Added

 Depends on||72113

--- Comment #14 from Antoine hashar Musso (WMF) has...@free.fr ---
The root cause is that the Gearman server no more response for an unknown
reason.

When reconnecting it (see comment #12) the jobs were still stuck in the queue
due to a bug in Zuul. That is bug 72113 and the patch I wrote is applied on our
Zuul and confirmed to work (merge functions are now properly retriggered when
Gearman comes back).

-- 
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 72857] Empty cells displayed in (infobox) table

2014-11-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72857

Florian florian.schmidt.wel...@t-online.de changed:

   What|Removed |Added

 CC||florian.schmidt.welzow@t-on
   ||line.de

--- Comment #2 from Florian florian.schmidt.wel...@t-online.de ---
These empty cells aren't added by MobileFrontend, they appear in the desktop
website, too (so, the source code output is the same for mobile, desktop and
parsoid (they appear in parsoid, too)). The problem seems to be, that
MobileFrontend has the following css rule.
.content table td, .content table th {
padding: 3px;
border: 1px #CCC solid;
}

which adds a border around all table cells. I don't know, why the border is
added, but i think for better readability :/

Is it possiblle to remove the empty table cells from the template?

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


[Bug 71902] Set timezone for cs.Wikipedia and cs.Wikinews

2014-11-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71902

--- Comment #1 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 170517 had a related patch set uploaded by Dereckson:
Set timezone on cs.wikipedia and cs.wikinews to Europe/Prague

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

-- 
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 71902] Set timezone for cs.Wikipedia and cs.Wikinews

2014-11-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71902

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

   What|Removed |Added

 Status|ASSIGNED|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 71918] Lua error: Failed to serialize data.

2014-11-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71918

--- Comment #11 from Marius Hoch h...@online.de ---
(In reply to JulesWinnfield-hu from comment #10)
 When was deployed? Not occuring for some time.

Wednesday (29th) around 8pm (UTC).

-- 
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 72853] action=purge has no discernible button

2014-11-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72853

Florian florian.schmidt.wel...@t-online.de changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |NEW
 CC||florian.schmidt.welzow@t-on
   ||line.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 72853] action=purge has no discernible button

2014-11-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72853

--- Comment #2 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 170518 had a related patch set uploaded by Florianschmidtwelzow:
Really Activate $wgUserMediaWikiUIEverywhere everywhere

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

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


[Bug 72853] action=purge has no discernible button

2014-11-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72853

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 72853] action=purge has no discernible button

2014-11-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72853

Florian florian.schmidt.wel...@t-online.de 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 57216] VisualEditor: Galleries containing refs produce errors, unless the references / are displayed within the gallery

2014-11-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57216

WhatamIdoing wmf.whatamido...@yahoo.com changed:

   What|Removed |Added

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

--- Comment #4 from WhatamIdoing wmf.whatamido...@yahoo.com ---
This has been fixed, sort of:  Instead of a big red error, it now puts a
references block at the end of the gallery (re-starting the numbering, and
including only refs from the gallery).

-- 
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 71769] Unable to add new custom messages to validErrorMessages

2014-11-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71769

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 71769] Unable to add new custom messages to validErrorMessages

2014-11-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71769

--- Comment #2 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 170520 had a related patch set uploaded by Florianschmidtwelzow:
UserLogin: Allow extensions to add valid error messages

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

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


[Bug 72865] New: VisualEditor: References inside galleries being displayed separately, inside the gallery, instead of in the correct references / block at the end of the page

2014-11-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72865

Bug ID: 72865
   Summary: VisualEditor:  References inside galleries being
displayed separately, inside the gallery, instead of
in the correct references / block at the end of the
page
   Product: VisualEditor
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Editing Tools
  Assignee: jforrester+veteambztick...@wikimedia.org
  Reporter: wmf.whatamido...@yahoo.com
CC: elitr...@gmail.com, etonkovid...@wikimedia.org,
jforres...@wikimedia.org, rm...@wikimedia.org,
ryasm...@wikimedia.org, tpars...@wikimedia.org
   Web browser: ---
   Mobile Platform: ---

Created attachment 16993
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=16993action=edit
What the gallery looks like in VisualEditor

Open a page containing some refs, and then a gallery that contains ref tags
but no references / block inside the gallery.  (The references block can be
elsewhere on the page.)  For example:

==Section==
Hello world.refFirst footnote/ref

==Gallery==
gallery
File:Example.jpg|An imagerefA footnote for the image/ref
/gallery

==References==
references /



In read mode, everything looks right:

Section
Hello world.[1]

Gallery
An image[2]

References
1. ^ First footnote
2. ^ A footnote for the image



In VisualEditor, you get this:

Section
Hello world.[1]

Gallery
An image[1]
1. ^ A footnote for the image

References
1. ^ First footnote


VisualEditor seems to be inserting a ref block into the gallery, even though
none exists at that point on the page.  Also, it restarts the numbers for the
gallery.

-- 
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 72857] Empty cells displayed in (infobox) table

2014-11-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72857

--- Comment #3 from Nemo federicol...@tiscali.it ---
(In reply to Florian from comment #2)
 Is it possiblle to remove the empty table cells from the template?

Last time I asked, it didn't seem possible.

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


[Bug 72865] VisualEditor: References inside galleries being displayed separately, inside the gallery, instead of in the correct references / block at the end of the page

2014-11-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72865

WhatamIdoing wmf.whatamido...@yahoo.com changed:

   What|Removed |Added

 Blocks||43037

-- 
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 43037] VisualEditor: Support galleries

2014-11-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43037

WhatamIdoing wmf.whatamido...@yahoo.com changed:

   What|Removed |Added

 CC||wmf.whatamido...@yahoo.com
 Depends on||72865

-- 
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 72851] Pencil icon is preloaded locked for unregistered users

2014-11-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72851

Florian florian.schmidt.wel...@t-online.de changed:

   What|Removed |Added

 CC||florian.schmidt.welzow@t-on
   ||line.de

--- Comment #2 from Florian florian.schmidt.wel...@t-online.de ---
The locked icon doesn't mean only, that the user is not permitted to edit. The
meaning is, that the editor is not available, no matter, if it's because of
missing permissions or maybe because of deactivated javascript.

I don't know, if we can change this easily. What is, if the user has JS
deactivated, but is allowed to edit (from the permissions view). He will see a
pencil without lock, but can still not edit (our editor doesn't work without
JavaScript).

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


[Bug 72685] ApiBounceHandler improvements

2014-11-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72685

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 72685] ApiBounceHandler improvements

2014-11-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72685

--- Comment #1 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 170523 had a related patch set uploaded by 01tonythomas:
Marked the BounceHandler API as internal

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

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


[Bug 72851] Pencil icon is preloaded locked

2014-11-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72851

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 Blocks|53069   |
Summary|Pencil icon is preloaded|Pencil icon is preloaded
   |locked for unregistered |locked
   |users   |
   Severity|minor   |normal

--- Comment #3 from Nemo federicol...@tiscali.it ---
Right, I see the same if I'm logged in. Which only makes the thing worse...

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