[Bug 67018] No emails from gerrit at all, including mediawiki-commits

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

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

   Priority|Unprioritized   |Immediate
Summary|No emails from  |No emails from gerrit at
   |mediawiki-commits anymore   |all, including
   ||mediawiki-commits
   Severity|normal  |major

--- Comment #2 from Nemo federicol...@tiscali.it ---
It's not mailing list only; last email I received from gerrit was at Date: Mon,
23 Jun 2014 15:05:38 +

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


[Bug 66888] iPad tablet to mobile redirect not working (cookie or cache-related?)

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

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

   What|Removed |Added

 Blocks||65047

-- 
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 65047] Read in another language gives desktop site's links

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

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

   What|Removed |Added

 Status|REOPENED|UNCONFIRMED
 Depends on||66888
 Ever confirmed|1   |0

--- Comment #9 from Florian florian.schmidt.wel...@t-online.de ---
 2. Tech restriction: Some language versions of wikipedia don't have mobile 
 view and .m. links would lead to HTTP 404 or similar (I don't think it's the 
 case though...)

There aren't only wikipedia/wikimedia interwiki links, refer to:
https://en.wikipedia.org/wiki/Special:Interwiki

And much of them don't have MobileFrontend, or haven't an own subdomain, or
have another syntax (m.domain.com e.g., or m.de.domain.com). So, i think, it's
better to let the choice, if desktop or mobile version is delivered, at the
point/server you are redirected to, instead of using hard links to mobile
version only working on Wikimedia projects then :)

Let us see, if the Cookie problem fix patch set solves your problems :)

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


[Bug 66958] Many Difficulties in Mobile Display of Hebrew WIkisource

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

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

   What|Removed |Added

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

--- Comment #4 from Florian florian.schmidt.wel...@t-online.de ---
 # no need for a button for adding a picture (never used). more useful i 
 think to have a link to the Talk page of the respective page.

The page actions for mobile can be customized with the config variable
$wgMFPageActions, to disable upload icon with this value:
array( 'edit', 'talk', 'watch' );

But like Andre said: That isn't the right place here :D

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


[Bug 66241] some translations use illegal parameter syntax

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

Bernd Sitzmann bsitzm...@wikimedia.org 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 67019] New: NullPointerException at org.wikipedia.beta.createaccount.CreateAccountActivity

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

Bug ID: 67019
   Summary: NullPointerException at
org.wikipedia.beta.createaccount.CreateAccountActivity
   Product: Wikipedia App
   Version: Beta
  Hardware: All
OS: All
Status: NEW
  Severity: major
  Priority: Unprioritized
 Component: Android App
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: bsitzm...@wikimedia.org
CC: dga...@wikimedia.org, rages...@gmail.com,
yuvipa...@gmail.com
   Web browser: ---
   Mobile Platform: ---

App crash while creating an account
https://ticket.wikimedia.org/otrs/index.pl?Action=AgentTicketZoomTicketID=7624429

java.lang.NullPointerException
at
org.wikipedia.beta.createaccount.CreateAccountActivity$7.onBeforeExecute(CreateAccountActivity.java:218)
at
org.wikipedia.beta.concurrency.SaneAsyncTask$BackingAsyncTask.onPreExecute(SaneAsyncTask.java:127)
at
org.wikipedia.beta.concurrency.AsyncTask.executeOnExecutor(AsyncTask.java:597)
at org.wikipedia.beta.concurrency.SaneAsyncTask.execute(SaneAsyncTask.java:88)
at
org.wikipedia.beta.createaccount.CreateAccountActivity.doCreateAccount(CreateAccountActivity.java:215)
at
org.wikipedia.beta.createaccount.CreateAccountActivity$1.onValidationSucceeded(CreateAccountActivity.java:108)
at com.mobsandgeeks.saripaar.Validator.validate(Validator.java:158)
at
org.wikipedia.beta.createaccount.CreateAccountActivity$4.onClick(CreateAccountActivity.java:138)
at android.view.View.performClick(View.java:4438)
at android.view.View$PerformClick.run(View.java:18439)
at android.os.Handler.handleCallback(Handler.java:733)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:136)
at android.app.ActivityThread.main(ActivityThread.java:5143)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:515)
at
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:795)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:611)
at dalvik.system.NativeStart.main(Native Method)

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


[Bug 46640] Add proper email bounce handling to MediaWiki (with VERP)

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

--- Comment #23 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 138655 had a related patch set uploaded by 01tonythomas:
Added VERP functionality hook to core

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

-- 
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 67019] NullPointerException at org.wikipedia.beta.createaccount.CreateAccountActivity

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

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 67019] NullPointerException at org.wikipedia.beta.createaccount.CreateAccountActivity

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

--- Comment #1 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 141648 had a related patch set uploaded by BearND:
Guard against NPE before showing progressDialog in CreateAccountActivity

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

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


[Bug 65047] Read in another language gives desktop site's links

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

--- Comment #10 from fireattack human.p...@gmail.com ---
(In reply to Florian from comment #9)
  2. Tech restriction: Some language versions of wikipedia don't have mobile 
  view and .m. links would lead to HTTP 404 or similar (I don't think it's 
  the case though...)
 
 There aren't only wikipedia/wikimedia interwiki links, refer to:
 https://en.wikipedia.org/wiki/Special:Interwiki
 
 And much of them don't have MobileFrontend, or haven't an own subdomain, or
 have another syntax (m.domain.com e.g., or m.de.domain.com). So, i think,
 it's better to let the choice, if desktop or mobile version is delivered, at
 the point/server you are redirected to, instead of using hard links to
 mobile version only working on Wikimedia projects then :)
 
 Let us see, if the Cookie problem fix patch set solves your problems :)

Totally understood that, but why we ARE using hard links for interlinks in the
first place? My point is, I don't really care what we're using as long as they
work, but it's no sense to treat interlinks and interlanguage (inter-)links
differently: they always share same properties/features. If it's a link to some
non-Wikimedia projects, I agree it should not contain any hard link parts like
.m.. 

But anyway, just let us see. If after bug 66888 fixed everything goes smoothly,
I have nothing to complain.

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


[Bug 67020] New: Not displayed category determined by the template if the namespace NS_CATEGORY uses the Cyrillic.

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

Bug ID: 67020
   Summary: Not displayed category determined by the template if
the namespace NS_CATEGORY uses the Cyrillic.
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: Unprioritized
 Component: SemanticForms
  Assignee: yaro...@gmail.com
  Reporter: hostspe...@gmail.com
   Web browser: ---
   Mobile Platform: ---

My wiki works on Russian localization. 
And if I specify in the template category, for example, thus
[[Категория:Глобальные шаблоны]] (it was in Russian language), the page
Special:Templates does not show what category defines this template.

For myself solved this problem as follows:
In the file extensions/SemanticForms/specials/SF_Templates.php on line ~71 is
replaced by:
$cat_ns_name = $wgContLang-getNsText( NS_TEMPLATE );
on a:
$cat_ns_name = $wgContLang-getNsText( NS_CATEGORY );

-- 
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 67021] New: When an ISBN-10 should end in X yet ends in 0, Special:BookSources treats it as valid

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

Bug ID: 67021
   Summary: When an ISBN-10 should end in X yet ends in 0,
Special:BookSources treats it as valid
   Product: MediaWiki
   Version: 1.24-git
  Hardware: All
   URL: https://en.wikipedia.org/wiki/Special:BookSources/1413
30454X
OS: All
Status: NEW
  Severity: minor
  Priority: Unprioritized
 Component: Special pages
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: pleasest...@live.com
   Web browser: ---
   Mobile Platform: ---

I noticed this when checking old TODOs and reading the code. It is a bug
arising in part from the use of PHP's loose equality (==) operator.

Steps to reproduce:

1. Open https://en.wikipedia.org/wiki/Special:BookSources/1413304541
2. Open https://en.wikipedia.org/wiki/Special:BookSources/141330454X
3. Open https://en.wikipedia.org/wiki/Special:BookSources/1413304540

Actual results: #1 gives, The given ISBN does not appear to be valid; check
for errors copying from the original source. #2 and #3 give no error.

Expected results: both #1 and #2 should give that error message. Only #3 should
give no error.

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


[Bug 67021] When an ISBN-10 should end in 0 yet ends in X, Special:BookSources treats it as valid

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

Kevin Israel (PleaseStand) pleasest...@live.com changed:

   What|Removed |Added

Summary|When an ISBN-10 should end  |When an ISBN-10 should end
   |in X yet ends in 0, |in 0 yet ends in X,
   |Special:BookSources treats  |Special:BookSources treats
   |it as valid |it as valid

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


[Bug 66995] Please install openbabel

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

--- Comment #5 from Rainer Rillke @commons.wikimedia ril...@wikipedia.de ---
Looks good! Thank you!

-- 
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 67021] When an ISBN-10 should end in 0 yet ends in X, Special:BookSources treats it as valid

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

--- Comment #1 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 141654 had a related patch set uploaded by PleaseStand:
Special:BookSources: Correct ISBN-10 validation for numbers ending in X

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

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


[Bug 67021] When an ISBN-10 should end in 0 yet ends in X, Special:BookSources treats it as valid

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

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 65952] Create infopage/manual for HG 3

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

gladjona...@outlook.com changed:

   What|Removed |Added

 CC||gladjona...@outlook.com

--- Comment #2 from gladjona...@outlook.com ---
I am working on this, will be ready in a few day possibly. :D

-- 
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 66675] Occasional CPU spikes on OSX 10.9.3

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

Peter Bena benap...@gmail.com changed:

   What|Removed |Added

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

--- Comment #2 from Peter Bena benap...@gmail.com ---
let me know if it still happens

-- 
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 67017] Request to lift IP address for mass creation - te.wikipedia.org

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

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

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC|twkozlow...@gmail.com   |
   Severity|normal  |enhancement

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


[Bug 66907] Do not send user a warning if making for G7 (speedy)

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

gladjona...@outlook.com changed:

   What|Removed |Added

Summary|Do not send user a wrning   |Do not send user a warning
   |if making for g7 (speedy)   |if making for G7 (speedy)

-- 
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 64023] No webservice - The URI you have requested is not currently serviced

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

gladjona...@outlook.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 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 67021] When an ISBN has an X where it should have a 0, Special:BookSources treats it as valid

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

Kevin Israel (PleaseStand) pleasest...@live.com changed:

   What|Removed |Added

Summary|When an ISBN-10 should end  |When an ISBN has an X where
   |in 0 yet ends in X, |it should have a 0,
   |Special:BookSources treats  |Special:BookSources treats
   |it as valid |it as valid

--- Comment #2 from Kevin Israel (PleaseStand) pleasest...@live.com ---
Unfortunately, there are more problems:

4. Open https://en.wikipedia.org/wiki/Special:BookSources/14133X4540
5. Open https://en.wikipedia.org/wiki/Special:BookSources/97814133X4541
6. Open https://en.wikipedia.org/wiki/Special:BookSources/978035642615X
7. Open https://en.wikipedia.org/wiki/Special:BookSources/9781413304541
8. Open https://en.wikipedia.org/wiki/Special:BookSources/9780356426150

Actual results: none of #4-8 give an error.

Expected results: #4-6 should give an error. Only #7-8 should give no error.

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


[Bug 67012] *.beta.wmflabs.org pages are served with Content-Type: application/octet-stream

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

--- Comment #3 from Željko Filipin zfili...@wikimedia.org ---
Why is this in QA component?

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


[Bug 62343] Gallery image with link=internal page#section going to top of internal page

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

Derk-Jan Hartman hartman.w...@gmail.com changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |RESOLVED
 CC||hartman.w...@gmail.com
 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 65627] Daily aggregates of hourly webstatscollector files missing since 2014-05-08

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

christ...@quelltextlich.at changed:

   What|Removed |Added

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

--- Comment #5 from christ...@quelltextlich.at ---
Daily and monthly files again get generated and show up on dumps.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 62343] Gallery image with link=internal page#section going to top of internal page

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

--- Comment #5 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 141569 merged by jenkins-bot:
Allow fragments in link= parameter in gallery tags.

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

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


[Bug 65138] Hovercards: Fix the bracket removal code

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

--- Comment #7 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 135759 merged by jenkins-bot:
render.article: Remove brackets using code instead of RegExp

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

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


[Bug 65752] ApiOpensearch unable to search for pages in namespace starting with lower case letter

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

--- Comment #4 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 141660 had a related patch set uploaded by Nikerabbit:
PrefixSearch (ApiOpenSearch) now supports searching in multiple namespaces

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

-- 
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 30323] [PrefixSearch] Add support for multiple namespaces

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

--- Comment #9 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 141660 had a related patch set uploaded by Nikerabbit:
PrefixSearch (ApiOpenSearch) now supports searching in multiple namespaces

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

-- 
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 67022] New: Jenkins: Create QUnit job for Extension:Popups

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

Bug ID: 67022
   Summary: Jenkins: Create QUnit job for Extension:Popups
   Product: Wikimedia
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Continuous integration
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: psax...@wikimedia.org
CC: g...@wikimedia.org, has...@free.fr,
innocentkil...@gmail.com, krinklem...@gmail.com
   Web browser: ---
   Mobile Platform: ---

Requesting QUnit Jenkins job for mediawiki/extensions/Popups

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


[Bug 67023] New: AJAX review errors show HTML markup in notification

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

Bug ID: 67023
   Summary: AJAX review errors show HTML markup in notification
   Product: MediaWiki extensions
   Version: master
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: FlaggedRevs
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: hartman.w...@gmail.com
CC: aschulz4...@gmail.com
   Web browser: ---
   Mobile Platform: ---

Created attachment 15707
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=15707action=edit
screenshot of the problem

The AJAX implementation of flagged revs, returns html fragments in case of
errors: pbUnable to review this revision/b/ppPermission denied/p.

This textual html fragment is passed straight to mw.notify, but mw.notify can
only handle: HTML dom, jQueryElements, a message key or plain text.

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


[Bug 66922] Installer can put html errors at the top of LocalSettings.php

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

Jesús Martínez Novo (Ciencia Al Poder) martinezn...@gmail.com changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |RESOLVED
 Resolution|--- |FIXED
   Target Milestone|--- |1.24.0 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 66519] VisualEditor not working with MediaWiki 1.23

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

--- Comment #3 from Hermann Schwärzler hermann.schwaerz...@uibk.ac.at ---
Hello Kevin,

thank you for the confirmation and the additional information!

Switching to the git-Version of VisualEditor and using branch wmf/1.23wmf22 did
indeed make it work for me as well!

But I do not want to use this work-around in a production environment without
anyone in the know confirming it's the way to go...

-- 
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 67024] New: Search suggestions include non.existing fullpagenames

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

Bug ID: 67024
   Summary: Search suggestions include non.existing fullpagenames
   Product: MediaWiki extensions
   Version: master
  Hardware: All
   URL: https://www.mediawiki.org/wiki/Content_namespace
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: CirrusSearch
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: federicol...@tiscali.it
CC: dga...@wikimedia.org, innocentkil...@gmail.com,
neverett+bugzi...@wikimedia.org
   Web browser: ---
   Mobile Platform: ---

On mediawiki.org,
1) Cype Manual:Content in the search bar.

I. Observed: the Manual:Content namespace title is suggested.

2) Click it.

II. Observed: the search page is opened and the title is said not to exist.
III. Expected: the suggested title should exist.

What exists is Content namespace without Manual:, which is a redirect.

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


[Bug 63792] #section-links should preview the correct subsection

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

--- Comment #2 from Prateek Saxena psax...@wikimedia.org ---
Any update on this?

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


[Bug 67018] No emails from gerrit at all, including mediawiki-commits

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

--- Comment #3 from christ...@quelltextlich.at ---
I forgot to link this bug in the corresponding commit

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

.

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


[Bug 66519] VisualEditor not working with MediaWiki 1.23

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

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

 CC||krinklem...@gmail.com

--- Comment #4 from Krinkle krinklem...@gmail.com ---
Relevant commits that were in wmf/1.23wmf22 but not in REL1_23 yet:

https://github.com/wikimedia/mediawiki-extensions-VisualEditor/compare/REL1_23...wmf/1.23wmf22

https://github.com/wikimedia/VisualEditor/compare/55a5cdc047...b3e5759654

I reckon one or more of those should be backported.

-- 
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 66519] VisualEditor: REL1_23 branch not compatible with MediaWiki 1.23

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

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

Summary|VisualEditor not working|VisualEditor: REL1_23
   |with MediaWiki 1.23 |branch not compatible with
   ||MediaWiki 1.23

-- 
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 67024] Search suggestions include non-existing fullpagenames

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

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 CC||niklas.laxst...@gmail.com
Summary|Search suggestions include  |Search suggestions include
   |non.existing fullpagenames  |non-existing fullpagenames

--- Comment #1 from Nemo federicol...@tiscali.it ---
This might be another thing that https://gerrit.wikimedia.org/r/#/c/141660/
fixes though.

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


[Bug 62952] Hovercards: disable NavigationPopups (Gadget) if Hovercards Beta Feature is enabled

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

Prateek Saxena psax...@wikimedia.org changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |NEW

--- Comment #4 from Prateek Saxena psax...@wikimedia.org ---
The merged patch did not work as intended.

-- 
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 62952] Hovercards: disable NavigationPopups (Gadget) if Hovercards Beta Feature is enabled

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

--- Comment #5 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 141668 had a related patch set uploaded by Prtksxna:
disablenavpop: Use winow:load instead of dom:ready

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

-- 
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 62952] Hovercards: disable NavigationPopups (Gadget) if Hovercards Beta Feature is enabled

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

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 67018] No emails from gerrit at all, including mediawiki-commits

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

christ...@quelltextlich.at changed:

   What|Removed |Added

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

--- Comment #4 from christ...@quelltextlich.at ---
Above commit got merged. Thanks _joe_!
Gerrit is sending emails 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 67010] Semantic Rating extension new version 1.2 generates bad html

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

--- Comment #3 from Aditya Chaturvedi aditya.iiita...@gmail.com ---
I am using mediawiki 1.23.

You were right, the problem goes away on doing what you suggested.

Also, I suggest that on line 66 on SemanticRating.class.php, the value of
$cur_value should be 0 instead of 1 so that the default rating on submitting
from a form is 0 and not 1. If this has been intentionally done due to UI
purpose, then it will be good if you could please provide a configurable
variable in the extension. If you will like, I will be happy to upstream this
feature or you can just add it in the new release.

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


[Bug 67024] Search suggestions include non-existing fullpagenames

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

--- Comment #2 from Nemo federicol...@tiscali.it ---
 This might be another thing that https://gerrit.wikimedia.org/r/#/c/141660/
 fixes though.

I doubt it, the patch it follows up to is not live on mediawiki.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 66185] [Regression] CentralAuth: Fix User::addToDatabase: hit a key conflict

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

--- Comment #4 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 141609 had a related patch set uploaded by Krinkle:
Avoid key conflict errors in User::addToDatabase

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

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


[Bug 67010] Semantic Rating extension new version 1.2 generates bad html

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

--- Comment #4 from Cindy Cicalese cical...@mitre.org ---
Thank you for the additional information. I have submitted a patch at
https://gerrit.wikimedia.org/r/141673. Please review it. If it works for you, I
will release it. 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 41085] User contributions feed should match index.php feed format (diff etc.)

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

Robin Pepermans (SPQRobin) robinp.1...@gmail.com changed:

   What|Removed |Added

 CC||wiki.melancho...@web.de

--- Comment #11 from Robin Pepermans (SPQRobin) robinp.1...@gmail.com ---
*** Bug 17565 has been marked as a duplicate of this 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 3646] RSS, Atom, XML syndication feeds (tracking)

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

Bug 17565 Summary: Atom/RSS feeds for user contributions should only contain 
the diffs
https://bugzilla.wikimedia.org/show_bug.cgi?id=17565

   What|Removed |Added

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

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


[Bug 17565] Atom/RSS feeds for user contributions should only contain the diffs

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

Robin Pepermans (SPQRobin) robinp.1...@gmail.com changed:

   What|Removed |Added

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

--- Comment #2 from Robin Pepermans (SPQRobin) robinp.1...@gmail.com ---
Bug 41085 is a duplicate. Marking this one as duplicate of 41085, since that
bug has more CCs and more comments.

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

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


[Bug 41085] User contributions feed should match index.php feed format (diff etc.)

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

Robin Pepermans (SPQRobin) robinp.1...@gmail.com changed:

   What|Removed |Added

 Blocks||3646

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


[Bug 66925] Using dewiki-config on enwiki

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

Peter Bena benap...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |PATCH_TO_REVIEW
 Ever confirmed|0   |1

--- Comment #2 from Peter Bena benap...@gmail.com ---
try this http://git.io/lAvoFg

-- 
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 3646] RSS, Atom, XML syndication feeds (tracking)

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

Robin Pepermans (SPQRobin) robinp.1...@gmail.com changed:

   What|Removed |Added

 Depends on||41085

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


[Bug 34691] AfD template warning bug

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

Peter Bena benap...@gmail.com changed:

   What|Removed |Added

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

--- Comment #2 from Peter Bena benap...@gmail.com ---
I have no idea what this is about but as huggle 3 has no such options I think
we can close 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 34627] Plugin for Wiki Side Logging

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

Peter Bena benap...@gmail.com changed:

   What|Removed |Added

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

--- Comment #1 from Peter Bena benap...@gmail.com ---
https://en.wikipedia.org/wiki/Wikipedia:Huggle/Extensions/huggle_logs.py

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


[Bug 67025] New: If Special:Watchlist has nothing to show to user, some warnings appear

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

Bug ID: 67025
   Summary: If Special:Watchlist has nothing to show to user, some
warnings appear
   Product: MediaWiki
   Version: 1.24-git
  Hardware: All
   URL: https://www.mediawiki.org/wiki/Thread:Project:Support_
desk/watchlist_page_mysql_data_seek_warnings
OS: All
Status: NEW
  Keywords: easy
  Severity: normal
  Priority: Unprioritized
 Component: Special pages
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: martinezn...@gmail.com
   Web browser: ---
   Mobile Platform: ---

This happens on a 1.23 installation, when using the mysql (and not the mysqli)
driver. mysqli is not affected. Not sure about other drivers.

Backtrace:

 #0  DatabaseMysql-mysqlDataSeek() called at 
 […/mediawiki-1.23.0/includes/db/DatabaseMysqlBase.php:377]
 #1  DatabaseMysqlBase-dataSeek() called at 
 […/mediawiki-1.23.0/includes/specials/SpecialWatchlist.php:320]
 #2  SpecialWatchlist-outputChangesList() called at 
 […/mediawiki-1.23.0/includes/specialpage/ChangesListSpecialPage.php:332]
 #3  ChangesListSpecialPage-webOutput() called at 
 […/mediawiki-1.23.0/includes/specialpage/ChangesListSpecialPage.php:70]
 #4  ChangesListSpecialPage-execute() called at 
 […/mediawiki-1.23.0/includes/specials/SpecialWatchlist.php:79]
 #5  SpecialWatchlist-execute() called at 
 […/mediawiki-1.23.0/includes/specialpage/SpecialPage.php:379]
 #6  SpecialPage-run() called at 
 […/mediawiki-1.23.0/includes/specialpage/SpecialPageFactory.php:503]
 #7  SpecialPageFactory::executePath() called at 
 […/mediawiki-1.23.0/includes/Wiki.php:285]
 #8  MediaWiki-performRequest() called at 
 […/mediawiki-1.23.0/includes/Wiki.php:588]
 #9  MediaWiki-main() called at […/mediawiki-1.23.0/includes/Wiki.php:447]
 #10 MediaWiki-run() called at […/mediawiki-1.23.0/index.php:46]
 br /
 bWarning/b:  mysql_data_seek() [a 
 href='function.mysql-data-seek'function.mysql-data-seek/a]: Offset 0 is 
 invalid for MySQL result index 135 (or the query data is unbuffered) in 
 b…/mediawiki-1.23.0/includes/db/DatabaseMysql.php/b on line b186/bbr 
 /
 #0  DatabaseMysql-mysqlDataSeek() called at 
 […/mediawiki-1.23.0/includes/db/DatabaseMysqlBase.php:377]
 #1  DatabaseMysqlBase-dataSeek() called at 
 […/mediawiki-1.23.0/includes/specials/SpecialWatchlist.php:325]
 #2  SpecialWatchlist-outputChangesList() called at 
 […/mediawiki-1.23.0/includes/specialpage/ChangesListSpecialPage.php:332]
 #3  ChangesListSpecialPage-webOutput() called at 
 […/mediawiki-1.23.0/includes/specialpage/ChangesListSpecialPage.php:70]
 #4  ChangesListSpecialPage-execute() called at 
 […/mediawiki-1.23.0/includes/specials/SpecialWatchlist.php:79]
 #5  SpecialWatchlist-execute() called at 
 […/mediawiki-1.23.0/includes/specialpage/SpecialPage.php:379]
 #6  SpecialPage-run() called at 
 […/mediawiki-1.23.0/includes/specialpage/SpecialPageFactory.php:503]
 #7  SpecialPageFactory::executePath() called at 
 […/mediawiki-1.23.0/includes/Wiki.php:285]
 #8  MediaWiki-performRequest() called at 
 […/mediawiki-1.23.0/includes/Wiki.php:588]
 #9  MediaWiki-main() called at […/mediawiki-1.23.0/includes/Wiki.php:447]
 #10 MediaWiki-run() called at […/mediawiki-1.23.0/index.php:46]
 br /
 bWarning/b:  mysql_data_seek() [a 
 href='function.mysql-data-seek'function.mysql-data-seek/a]: Offset 0 is 
 invalid for MySQL result index 135 (or the query data is unbuffered) in 
 b…/mediawiki-1.23.0/includes/db/DatabaseMysql.php/b on line b186/bbr 
 /

Apparently, dataSeek is being used only on this special page. Should we check
for rows before calling it, or implement this check inside the function itself?

$ find . -type f -exec grep -nH dataSeek {} \;
./specials/SpecialWatchlist.php:320:$dbr-dataSeek( $rows, 0 );
./specials/SpecialWatchlist.php:325:$dbr-dataSeek( $rows, 0 );
./db/DatabasePostgres.php:649:  function dataSeek( $res, $row ) {
./db/Database.php:126:  function dataSeek( $res, $row );
./db/DatabaseOracle.php:510:function dataSeek( $res, $row ) {
./db/DatabaseSqlite.php:405:function dataSeek( $res, $row ) {
./db/DatabaseMssql.php:321: public function dataSeek( $res, $row ) {
./db/DatabaseMysqlBase.php:372: function dataSeek( $res, $row ) {
./db/DatabaseUtility.php:177:   $this-db-dataSeek( $this, $row );
./db/DatabaseUtility.php:188:   $this-db-dataSeek( $this, 0
);

I've tested it myself on a local installation.

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


[Bug 34625] Watchlist as a Queue

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

--- Comment #1 from Peter Bena benap...@gmail.com ---
Is this watchlist as a queue or add items from watchlist to queue that is now
selected

-- 
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 66990] Short URLs not working on IIS for articles with special characters

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

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

   What|Removed |Added

   Keywords||i18n
   Priority|Unprioritized   |Normal

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


[Bug 67025] If Special:Watchlist has nothing to show to user, some warnings appear

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

Jesús Martínez Novo (Ciencia Al Poder) martinezn...@gmail.com changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||matma@gmail.com

--- Comment #1 from Jesús Martínez Novo (Ciencia Al Poder) 
martinezn...@gmail.com ---
The error doesn't happen on 1.22

Seems to be caused by gerrit change 94677

There were checks for if ( $numRows == 0 ) { before that change.

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


[Bug 64023] No webservice - The URI you have requested is not currently serviced

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

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

   What|Removed |Added

 Resolution|WONTFIX |INVALID

--- Comment #1 from Andre Klapper aklap...@wikimedia.org ---
Closing tickets without any comment is not very helpful...

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


[Bug 20061] chapter: interwiki from sr.wikipedia point to missing sr.wikimedia.org

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

This, that and the other at.li...@live.com.au changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||at.li...@live.com.au
 Resolution|--- |WONTFIX

--- Comment #5 from This, that and the other at.li...@live.com.au ---
Per bug 24442 comment 6 I think the chapter: interwiki should be killed, and
replaced by the wmXX: prefixes defined in the Meta interwiki map. For instance,
wmrs: does what is needed for this bug.

I'm closing WONTFIX but am not opposed to someone reopening this bug if you
really think chapter: has a valid case for existence.

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


[Bug 67012] *.beta.wmflabs.org pages are served with Content-Type: application/octet-stream

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

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

   What|Removed |Added

 CC||benap...@gmail.com,
   ||has...@free.fr,
   ||mhershber...@wikimedia.org,
   ||platoni...@gmail.com,
   ||t...@tim-landscheidt.de
  Component|Quality Assurance   |deployment-prep (beta)
Version|wmf-deployment  |unspecified
Product|Wikimedia   |Wikimedia Labs

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


[Bug 67021] When an ISBN has an X where it should have a 0, Special:BookSources treats it as valid

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

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

   What|Removed |Added

   Priority|Unprioritized   |Normal

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


[Bug 66991] jquery.makeCollapsible should allow setting standard toggles for remote handles

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

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

   What|Removed |Added

   Priority|Unprioritized   |Lowest
 CC||aklap...@wikimedia.org,
   ||krinklem...@gmail.com,
   ||matma@gmail.com,
   ||tpars...@wikimedia.org
  Component|General/Unknown |JavaScript

--- Comment #1 from Andre Klapper aklap...@wikimedia.org ---
Hi Dmitrij, can you provide a specific example?

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


[Bug 67023] AJAX review errors show HTML markup in notification

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

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

   What|Removed |Added

   Priority|Unprioritized   |Normal
 Blocks||38638

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


[Bug 38638] Interface messages needing rewording or documentation and other issues with existing messages (tracking)

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

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

   What|Removed |Added

 Depends on||67023

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


[Bug 34625] Watchlist as a Queue

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

--- Comment #2 from Andre Klapper aklap...@wikimedia.org ---
Impossible to parse last comment. It might be a question and some terms refer
to UI elements which could be explicitly marked as such?

-- 
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 66478] EventLogging's country column are logging unwanted (sensitive) chunks of cookie

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

--- Comment #14 from christ...@quelltextlich.at ---
The tables

  MultimediaViewerDuration_8318615
  MultimediaViewerDuration_8572641
  MultimediaViewerNetworkPerformance_7917896
  NavigationTiming_7494934
  NavigationTiming_8365252

have been cleaned up. Thanks Sean!

  MultimediaViewerNetworkPerformance_7917896_1

is still missing cleanup, but due to analytics thread at

  http://lists.wikimedia.org/pipermail/analytics/2014-June/002233.html

we'll drop the table altogether.

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


[Bug 66914] VisualEditor: Compress POST data in the client

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

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 66914] VisualEditor: Compress POST data in the client

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

--- Comment #2 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 141678 had a related patch set uploaded by Esanders:
Compress HTML data with deflate before POSTing

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

-- 
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 66478] EventLogging's country column are logging unwanted (sensitive) chunks of cookie

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

christ...@quelltextlich.at changed:

   What|Removed |Added

 Depends on||66649

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


[Bug 66649] Removing EventLogging tables starting in 'zz_' or ending in '_1'

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

christ...@quelltextlich.at changed:

   What|Removed |Added

 Blocks||66478

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


[Bug 66649] Removing EventLogging tables starting in 'zz_' or ending in '_1'

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

--- Comment #2 from christ...@quelltextlich.at ---
The deadline set in the list-email has passed.
So let's work towards removing those tables.

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


[Bug 67026] New: Special:NewPages feed shows newest revision (inconsistent with special page)

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

Bug ID: 67026
   Summary: Special:NewPages feed shows newest revision
(inconsistent with special page)
   Product: MediaWiki
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Special pages
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: robinp.1...@gmail.com
   Web browser: ---
   Mobile Platform: ---

The Special:NewPages feed (e.g.
https://meta.wikimedia.org/w/index.php?title=Special:NewPagesfeed=atom ) shows
the latest revision (with content) of each page, whereas the main view of
https://meta.wikimedia.org/w/index.php?title=Special:NewPages shows the pages
with the revision of the actual page creation (the first revision).

This is inconsistent; probably the feed show show the first revision as well
(and showing the content may not be entirely useful anyway).

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


[Bug 67026] Special:NewPages feed shows newest revision (inconsistent with special page)

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

Robin Pepermans (SPQRobin) robinp.1...@gmail.com changed:

   What|Removed |Added

 CC||federicol...@tiscali.it
 Blocks||3646

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


[Bug 3646] RSS, Atom, XML syndication feeds (tracking)

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

Robin Pepermans (SPQRobin) robinp.1...@gmail.com changed:

   What|Removed |Added

 Depends on||67026

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


[Bug 66986] GlobalVarConfig throws exceptions for globals with null value

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

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

   What|Removed |Added

 Status|REOPENED|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 66986] GlobalVarConfig throws exceptions for globals with null value

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

--- Comment #5 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 141680 had a related patch set uploaded by Anomie:
GlobalVarConfig shouldn't throw exceptions for null-valued config settings

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

-- 
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 66649] Removing EventLogging tables starting in 'zz_' or ending in '_1'

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

--- Comment #3 from christ...@quelltextlich.at ---
Since I lack permissions to delete them myself, I filed RT 7735 to have the
tables deleted.

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


[Bug 66649] Removing EventLogging tables starting in 'zz_' or ending in '_1'

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

christ...@quelltextlich.at changed:

   What|Removed |Added

 Whiteboard||u=Eventlogging-Maintainer
   ||c=EventLogging p=0
   ||s=2014-06-12

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


[Bug 63664] Redis configuration on wikimetrics in puppet is incorrect for both production and staging.

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

--- Comment #10 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 140764 merged by Ottomata:
Reports in prod should be stored on redis 30 days

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

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


[Bug 66958] Many Difficulties in Mobile Display of Hebrew WIkisource

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

--- Comment #5 from Daniel yeso...@yahoo.com ---
I'm sorry. I reallly don't have the computer know-how to really understand your
comments :-(. I just know that viewing wikisource on my iphone is an
uncomfortable experience...

so just the gist of it... are you awaiting some further info on my part in
order to improve things or is the conclusion that it's not relevant to
bugzilla? 

blessings, daniel

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


[Bug 66911] Make wikimetrics use standard Redis configuration again

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

--- Comment #7 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 141116 merged by Ottomata:
Parametrize redis' settings needed for Wikimetrics

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

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


[Bug 66996] Enable IPv6 on dumps.wikimedia.org

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

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

   What|Removed |Added

   Keywords||ipv6

-- 
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 66983] Missing colon in Echo

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

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

   What|Removed |Added

 Status|UNCONFIRMED |ASSIGNED
 CC||kren...@wikimedia.org
   Assignee|wikibugs-l@lists.wikimedia. |kren...@wikimedia.org
   |org |
 Ever confirmed|0   |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 65928] VisualEditor: Clicking on Edit link beside a section heading does not take user to that specific heading rather takes to the beginning of the article

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

--- Comment #6 from Ed Sanders esand...@wikimedia.org ---
WFM in Firefox at http://en.wikipedia.beta.wmflabs.org/wiki/WikiNodes and on
master

-- 
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 67027] New: Jenkins: figure out a long term SMTP host entry to relay mails

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

Bug ID: 67027
   Summary: Jenkins: figure out a long term SMTP host entry to
relay mails
   Product: Wikimedia
   Version: wmf-deployment
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Continuous integration
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: has...@free.fr
CC: g...@wikimedia.org, has...@free.fr,
innocentkil...@gmail.com, krinklem...@gmail.com
   Web browser: ---
   Mobile Platform: ---

Since the start, Jenkins has been using the smtp.pmtpa.wmnet DNS entry to send
its email.   The DNS entry has been removed yesterday and no mails were sent
anymore.  I have set jenkins to use wiki-mail.wikimedia.org instead.

Faidon recommended to use the puppet variable $::mail_smarthost , but Jenkins
configuration is not maintained by puppet.

We should either:

- puppetize Jenkins (0% chance it is going to happen)
- use Puppet to set SMTP relay listening on localhost and point Jenkins to it.
The conf will be managed by puppet and the entry will be stable in Jenkins
config
- find out a stable DNS entry to use instead of wiki-mail.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 66983] Missing colon in Echo

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

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 66983] Missing colon in Echo

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

--- Comment #1 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 141690 had a related patch set uploaded by Alex Monk:
Don't show files in mention notifications

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

-- 
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 66036] JSON File upload not working: File ending .json does not fit MIME type (text/plain)

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

sreutena...@sdv.fr changed:

   What|Removed |Added

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

--- Comment #2 from sreutena...@sdv.fr ---
Hello,

No, it dit not list text/plain json
I just added it and now it works fine.

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


[Bug 67027] Jenkins: Figure out a long term solution to maintaining Jenkins configuration

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

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

Summary|Jenkins: figure out a long  |Jenkins: Figure out a long
   |term SMTP host entry to |term solution to
   |relay mails |maintaining Jenkins
   ||configuration

--- Comment #1 from Krinkle krinklem...@gmail.com ---
To clarify, Puppetizing Jenkins in general is definitely not a 0% chance thing.
That's very much a 100% thing. For the most part I think it is puppetized
already.

The story here is specifically about it's configuration, which Jenkins
internally stores as an XML file on disk on gallium.wikimedia.org.

Antoine and I both would not support that moving into operations/puppet.git
(e.g. as file ensured by puppet, or an erb file expanding to xml with
placeholders for $::mail_smarthost etc.). Because that would effectively make
it very hard for us to do your job as these configuration values change quite
frequently.

It can be compared to mediawiki-config. You wouldn't want every change there to
go through operations/puppet. That's why we made a hybrid solution there with
operations/mediawiki-config so that it is versioned, tracked and reviewed, but
with deployers for wmf-mediawiki having write access to it as well. When ops
makes changes that affect mediawiki, they update the config. And day-to-day the
config is handled by deployers.

I'd like to propose a similar approach for Jenkins. We'd have
operations/jenkins-config containing the XML files (or something that compiles
to XML). And clone the repo on gallium (like for mediawiki-config on tin and
zuul-config on gallium alreadsy).

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


[Bug 67017] Request to lift IP address for mass creation - te.wikipedia.org

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

--- Comment #2 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 141637 abandoned by Yuvipanda:
Raise account creation limits for tewiki outreach event

Reason:
Time has come and gone

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

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


[Bug 67015] m.wikipedia.org incorrectly redirects to en.m.wikipedia.org

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

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

   What|Removed |Added

   Keywords||mobile
   Priority|Unprioritized   |Normal

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


[Bug 66958] Many Difficulties in Mobile Display of Hebrew WIkisource

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

--- Comment #6 from Florian florian.schmidt.wel...@t-online.de ---
If you mean my comment:
The first thing (disable upload button) is a setting in the wikis
configuration, so it's possible already - no bug for Mobile Frontned, idk how
the process is to enable/disable/change a setting, sorry :/

And to second: please read the link Andre Klapper posted, he (and me too) are
unsure, what exactly you mean. Maybe you can give an exact example and say,
what exactly you do.

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


[Bug 66739] ContentTranslation search must be emptied when selecting a new word that shows cards

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

Sucheta Ghoshal sucheta.ghos...@gmail.com changed:

   What|Removed |Added

   Assignee|wikibugs-l@lists.wikimedia. |sucheta.ghos...@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 67019] NullPointerException at org.wikipedia.beta.createaccount.CreateAccountActivity

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

--- Comment #2 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 141695 had a related patch set uploaded by Yuvipanda:
Don't set progressdialog to null in onStop

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

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


[Bug 67017] Request to lift IP address for mass creation - te.wikipedia.org

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

--- Comment #3 from Yuvi Panda yuvipa...@gmail.com ---
The time has come and gone...

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


[Bug 67011] Refresh saved pages button enabled when there aren't any saved pages.

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

--- Comment #1 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 141696 had a related patch set uploaded by Dbrant:
Disable refresh saved pages button if there are no saved pages.

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

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


[Bug 67011] Refresh saved pages button enabled when there aren't any saved pages.

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

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 67028] New: Saved pages are not ordered in a useful way

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

Bug ID: 67028
   Summary: Saved pages are not ordered in a useful way
   Product: Wikipedia App
   Version: Alpha
  Hardware: All
OS: All
Status: NEW
  Severity: minor
  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: ---

Saved pages get ordered by date, just like the History list, with date dividers
for pages saved on different days. That's not the worst thing in the world,
although it's not particularly useful.

However, when you refresh all, the entire list gets reshuffled and all articles
go under the current date. (Refreshing again results in a different order.)

For saved pages, especially if one is saving a large number of pages over a
long time period and refreshing them with modest regularity, it would make more
sense to order them alphabetically.

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


  1   2   3   4   >