[Bug 55771] Animate guiders where appropriate

2014-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55771

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 55771] Animate guiders where appropriate

2014-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55771

--- Comment #2 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 121585 had a related patch set uploaded by Prtksxna:
[wip] Add animation to guiders

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

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


[Bug 62623] phpunit segfaults when too many tests are run

2014-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62623

--- Comment #18 from Tim Starling tstarl...@wikimedia.org ---
I discovered the checkpoint feature in gdb, and used it to set a watchpoint on
a consistent pointer location. It showed an XMPReader-xmlParser property being
freed during garbage collection, and then the same zval was decref'd later. The
reference count was in a memory location now used for an allocator header.

It appears to be a garbage collection bug: the garbage collector scans arrays
and object properties for live zval pointers, but it has no way to scan inside
resources. XMPReader stores a reference to itself inside an XML resource, by
passing $this to xml_set_element_handler() and
xml_set_character_data_handler(). $this has an xmlParser property pointing to
the resource, completing the circle. After the XMPReader goes out of scope in
its caller, only the resource reference would be keeping it alive -- but the
garbage collector doesn't know about that.

I did see a zend_mm_panic() even after disabling the XMPReader tests, but it's
possible that another test case hit the same GC bug. I haven't looked into it.

Setting zend.enable_gc=0 should be a suitable workaround -- it worked for me.

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


[Bug 62497] Login csrf in Special:ChangePassword

2014-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62497

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

   What|Removed |Added

 CC||m...@tgries.de

--- Comment #12 from T. Gries m...@tgries.de ---
Comment on attachment 14787
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=14787
Add CSRF token on Special:ChangePassword

The token compare function is _not_ running in constant time. As we have a
function for token comparison, we should use it here.

-- 
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 62497] Login csrf in Special:ChangePassword

2014-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62497

--- Comment #13 from T. Gries m...@tgries.de ---
see http://www.gossamer-threads.com/lists/wiki/mediawiki-cvs/436923 (well, this
is essential for _password_ comparison, perhaps not necessarily needed for
token comparison, as already discussed elsewhere)

-- 
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 61846] version.py crashes on tool labs

2014-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61846

Amir Ladsgroup ladsgr...@gmail.com changed:

   What|Removed |Added

 CC||ladsgr...@gmail.com

--- Comment #5 from Amir Ladsgroup ladsgr...@gmail.com ---
Can you give us a crash report? What you want to do and what 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 63215] New: Hovercards: animated GIFs cause bottom border of horizontal hovercards to render incorrectly

2014-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63215

Bug ID: 63215
   Summary: Hovercards: animated GIFs cause bottom border of
horizontal hovercards to render incorrectly
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Popups
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: jared.zimmer...@wikimedia.org
CC: psax...@wikimedia.org, yuvipa...@gmail.com
   Web browser: ---
   Mobile Platform: ---

Created attachment 14953
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=14953action=edit
bottom border missing

go to https://en.wikipedia.org/wiki/Sleepwalking

search for BEAM hover.

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


[Bug 63152] sudo rights removed, WDQ VM offline

2014-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63152

--- Comment #5 from Aude aude.w...@gmail.com ---
it looks like the IP is specific to the tampa data center.

-- 
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 63152] sudo rights removed, WDQ VM offline

2014-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63152

--- Comment #6 from Aude aude.w...@gmail.com ---
per Tim, appears the inatance-proxy system is going away

https://wikitech.wikimedia.org/wiki/Labs_Eqiad_Migration/Howto#Web_access_in_eqiad

We might be able to ask about the IP, although I am not sure if the same IP
range / addresses will be available

-- 
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 63186] /maintenance/findHooks.php still has the old path /include/job/ instead of include/jobqueue/

2014-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63186

Alexandre Emsenhuber [IAlex] wikib...@emsenhuber.ch changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |RESOLVED
 CC||wikib...@emsenhuber.ch
 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 63216] New: Only accept CAPTCHA responses with diacritics removed

2014-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63216

Bug ID: 63216
   Summary: Only accept CAPTCHA responses with diacritics removed
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: ConfirmEdit (CAPTCHA extension)
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: m...@1ec5.org
   Web browser: ---
   Mobile Platform: ---

With a fix for bug 5309, such as the one discussed at
https://gerrit.wikimedia.org/r/121255/, it’s entirely possible that a user
might get a CAPTCHA with illegible diacritics. Diacritics in Latin alphabets
can look identical to one another when distorted, for example i í ì ỉ, or ó ơ.

For better usability, ConfirmEdit should display a CAPTCHA containing
diacritics but require the user to enter the characters without diacritics.
There’s a third-party module called Unidecode that does a decent job of accent
folding.

One tradeoff would be that such CAPTCHAs might be easier for a bot to crack.
There’s also the issue that a character like Ê might be considered a base
letter in one language (as in Vietnamese) but a letter with a diacritic in
another (Portuguese).

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


[Bug 5309] Localize captcha images

2014-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=5309

Minh Nguyễn m...@1ec5.org changed:

   What|Removed |Added

 Blocks||63216

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


[Bug 63216] Only accept CAPTCHA responses with diacritics removed

2014-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63216

Minh Nguyễn m...@1ec5.org changed:

   What|Removed |Added

 CC||federicol...@tiscali.it
 Depends on||5309

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


[Bug 62619] Use prebuilt breakpad library on travis

2014-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62619

--- Comment #2 from Peter Bena benap...@gmail.com ---
yes, just do step 1 and I will do the rest

-- 
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 50587] Parse template parameters to DOM or other non-wikitext types where possible

2014-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50587

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 50587] Parse template parameters to DOM or other non-wikitext types where possible

2014-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50587

--- Comment #3 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 121421 had a related patch set uploaded by Marcoil:
Bug 50587: Parse template parameters to DOM or other non-wikitext types where
possible

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

-- 
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 63216] Only accept CAPTCHA responses with diacritics removed

2014-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63216

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

   Keywords||i18n
   Priority|Unprioritized   |Normal
   Severity|normal  |enhancement

--- Comment #1 from Nemo federicol...@tiscali.it ---
I'm not sure about the only part: for usability it's better if the system is
completely agnostic to details, or I may correctly enter all diacritics and
have my solution rejected for no reason.

When implementing this we're probably going to use some standard Unicode
solution for case folding and diacritics/accent folding.

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


[Bug 63217] New: Consider using Unicode/CLDR data instead of custom tables

2014-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63217

Bug ID: 63217
   Summary: Consider using Unicode/CLDR data instead of custom
tables
   Product: MediaWiki extensions
   Version: master
  Hardware: All
OS: All
Status: NEW
  Keywords: i18n
  Severity: enhancement
  Priority: Unprioritized
 Component: AntiSpoof
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: federicol...@tiscali.it
CC: m...@1ec5.org, niklas.laxst...@gmail.com,
rkald...@wikimedia.org, soxre...@gmail.com
   Web browser: ---
   Mobile Platform: ---

Our list is based on one by Neil Harris, which was derived by unknown
methods.
At some point it will get easier to rely on CLDR, probably via the cldr
MediaWiki extension.

Documents:
* http://www.unicode.org/reports/tr36/#visual_spoofing
* http://www.unicode.org/reports/tr39/#Confusable_Detection

Toy:
* http://unicode.org/cldr/utility/confusables.jsp

Data:
* http://www.unicode.org/Public/security/revision-03/confusablesSummary.txt

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


[Bug 63216] Only accept CAPTCHA responses with diacritics removed

2014-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63216

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

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

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


[Bug 63217] Consider using Unicode/CLDR data instead of custom tables

2014-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63217

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

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

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


[Bug 58196] Tool Labs: Provide two views of the user_properties table - one filtered, one anonymized

2014-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58196

silke.me...@wikimedia.de changed:

   What|Removed |Added

   Priority|Unprioritized   |High

--- Comment #24 from silke.me...@wikimedia.de ---
Hello! What's the status on 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 54273] redirect to www.wikidata.org not working anymore

2014-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54273

--- Comment #7 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 119032 merged by Faidon Liambotis:
Remove language subdomains for wikidata.org

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

-- 
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 45005] Always redirect wikidata.org to www.wikidata.org

2014-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=45005

--- Comment #21 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 119032 merged by Faidon Liambotis:
Remove language subdomains for wikidata.org

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

-- 
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 63016] (Config) Enable local STIX fonts for MathJax

2014-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63016

--- Comment #3 from Peter Krautzberger peter.krautzber...@mathjax.org ---
@Andre this is about the configuration used by the MediaWiki Math Extension.

Specifically, this line
https://git.wikimedia.org/blob/mediawiki%2Fextensions%2FMath/88d3368c23efc963ceae127bea175191bc82893e/modules%2Fext.math.mathjax.enabler.js#L25

availableFonts: [TeX]

which restricts MathJax to only use locally installed MathJax-TeX fonts.

The MathJax default (see
http://docs.mathjax.org/en/latest/options/HTML-CSS.html) is

   availableFonts: [STIX,TeX]

and in the next MathJax release any other MathJax-compatible font a user might
have installed will be recognised as well.

Peter.

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


[Bug 63190] Implement batched ChangeOps for terms and sitelinks

2014-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63190

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

   What|Removed |Added

 CC||lydia.pintscher@wikimedia.d
   ||e
 Whiteboard||u=dev c=backend p=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 63190] Implement batched ChangeOps for terms and sitelinks

2014-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63190

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

   What|Removed |Added

   Priority|Unprioritized   |High

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


[Bug 63218] New: Flaggedrev reference from completely unreviewed pages should be at the top

2014-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63218

Bug ID: 63218
   Summary: Flaggedrev reference from completely unreviewed pages
should be at the top
   Product: MediaWiki
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: enhancement
  Priority: Unprioritized
 Component: Skin and page rendering
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: g...@grin.hu
CC: krinklem...@gmail.com, matma@gmail.com
   Web browser: ---
   Mobile Platform: ---

Articles with already flagged revisions have several pointers to flagging
process within the Page History page, as well as when seeing a diff there.

Articles with no revisions are now a big exception: the only way to initially
review is to find the hidden field at the very bottom of the article itself
(for me it's so well hidden I wasn't able to find it myself, probably because I
always look for everything for editors at the top), and there is no review link
on Page History page, nor in the diffs.

This is inconsistent with the rest of the flaggedrev UI IMHO.

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


[Bug 63188] validate sitelinks (value and uniqueness) in ChangeOp

2014-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63188

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

   What|Removed |Added

   Priority|Unprioritized   |High
 CC||lydia.pintscher@wikimedia.d
   ||e
 Whiteboard||u=dev c=backend p=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 63188] validate sitelinks (value and uniqueness) in ChangeOp

2014-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63188

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

   What|Removed |Added

   Priority|High|Normal

-- 
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 63207] Hovercards: Images sometimes not displayed

2014-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63207

--- Comment #3 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 121607 had a related patch set uploaded by Prtksxna:
Fix placement issue for smaller images

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

-- 
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 63207] Hovercards: Images sometimes not displayed

2014-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63207

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 63152] sudo rights removed, WDQ VM offline

2014-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63152

--- Comment #7 from Magnus Manske magnusman...@gmail.com ---
I'm just concerned that people may have bookmarked the IP or proxy URL, or have
tools depending on them. Otherwise, good riddance :-)

-- 
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 36067] Graph format showing legend only if both graphcolor and graphlabel are set to Yes

2014-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36067

Jeroen De Dauw jeroen_ded...@yahoo.com changed:

   What|Removed |Added

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

--- Comment #1 from Jeroen De Dauw jeroen_ded...@yahoo.com ---
https://github.com/SemanticMediaWiki/SemanticResultFormats/issues/26

-- 
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 36270] Format=sum, result on screen different from result as property

2014-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36270

Jeroen De Dauw jeroen_ded...@yahoo.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |INVALID

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


[Bug 55862] Flow: API missing examples and help URLs

2014-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55862

--- Comment #3 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 107411 merged by jenkins-bot:
API: Revamp action=flow

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

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


[Bug 57659] Flow: API module issues

2014-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57659

--- Comment #29 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 107411 merged by jenkins-bot:
API: Revamp action=flow

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

-- 
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 34813] cannot use template parameter for map result within Drilldown Has display parameters property

2014-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34813

Jeroen De Dauw jeroen_ded...@yahoo.com changed:

   What|Removed |Added

   Assignee|jeroen_ded...@yahoo.com |yaro...@gmail.com

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


[Bug 57659] Flow: API module issues

2014-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57659

Matthias Mullie mmul...@wikimedia.org changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 CC||mmul...@wikimedia.org
 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 58737] Call to protected method SMWSQLStore3::doDataUpdate() from context 'SMWSQLStore3SetupHandlers'

2014-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58737

Jeroen De Dauw jeroen_ded...@yahoo.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 39480] Bugs affecting translatewiki.net (errors from MediaWiki master) (tracking)

2014-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39480

Bug 39480 depends on bug 58737, which changed state.

Bug 58737 Summary: Call to protected method SMWSQLStore3::doDataUpdate() from 
context 'SMWSQLStore3SetupHandlers'
https://bugzilla.wikimedia.org/show_bug.cgi?id=58737

   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 58361] Flow: API needs documentation

2014-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58361

Bug 58361 depends on bug 57659, which changed state.

Bug 57659 Summary: Flow: API module issues
https://bugzilla.wikimedia.org/show_bug.cgi?id=57659

   What|Removed |Added

 Status|ASSIGNED|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 60178] enable Flow on two enwiki WikiProject pages

2014-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=60178

Bug 60178 depends on bug 57659, which changed state.

Bug 57659 Summary: Flow: API module issues
https://bugzilla.wikimedia.org/show_bug.cgi?id=57659

   What|Removed |Added

 Status|ASSIGNED|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 32657] SemanticMediaWiki: ol/ul and map print formats: Inconsistent template arguments

2014-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32657

Jeroen De Dauw jeroen_ded...@yahoo.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #5 from Jeroen De Dauw jeroen_ded...@yahoo.com ---
If this till occurs, please refile at

https://github.com/SemanticMediaWiki/SemanticMaps/issues

or

https://github.com/SemanticMediaWiki/SemanticMediaWiki/issues

-- 
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 42620] Improper handling of UTF-8 in MapEditor code

2014-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42620

Jeroen De Dauw jeroen_ded...@yahoo.com changed:

   What|Removed |Added

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

--- Comment #1 from Jeroen De Dauw jeroen_ded...@yahoo.com ---
https://github.com/JeroenDeDauw/Maps/issues/18

-- 
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 34749] [SMW] When mainlabel specified an extra mainlabel parameter is added in the further results link

2014-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34749

Jeroen De Dauw jeroen_ded...@yahoo.com changed:

   What|Removed |Added

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

--- Comment #7 from Jeroen De Dauw jeroen_ded...@yahoo.com ---
https://github.com/SemanticMediaWiki/SemanticMediaWiki/issues/249

-- 
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 59905] It should be possible to add a label in any eligible language

2014-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59905

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

   What|Removed |Added

 Whiteboard||u=dev c=backend p=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 32663] SemanticMaps: `kml' format: all the locations are doubled.

2014-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32663

Jeroen De Dauw jeroen_ded...@yahoo.com changed:

   What|Removed |Added

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

--- Comment #6 from Jeroen De Dauw jeroen_ded...@yahoo.com ---
https://github.com/SemanticMediaWiki/SemanticMaps/issues/12

-- 
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 18515] mediawiki:smw_querytoolarge needs PLURAL support

2014-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18515

Jeroen De Dauw jeroen_ded...@yahoo.com changed:

   What|Removed |Added

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

--- Comment #7 from Jeroen De Dauw jeroen_ded...@yahoo.com ---
https://github.com/SemanticMediaWiki/SemanticMediaWiki/issues/250

-- 
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 38638] Interface messages needing rewording or documentation and other issues with existing messages (tracking)

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

Bug 38638 depends on bug 18515, which changed state.

Bug 18515 Summary: mediawiki:smw_querytoolarge needs PLURAL support
https://bugzilla.wikimedia.org/show_bug.cgi?id=18515

   What|Removed |Added

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

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


[Bug 38781] Messages needing PLURAL support (tracking)

2014-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38781

Bug 38781 depends on bug 18515, which changed state.

Bug 18515 Summary: mediawiki:smw_querytoolarge needs PLURAL support
https://bugzilla.wikimedia.org/show_bug.cgi?id=18515

   What|Removed |Added

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

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


[Bug 23030] Event- and timeline focus

2014-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23030

--- Comment #2 from Jeroen De Dauw jeroen_ded...@yahoo.com ---
And now he ran away to another continent! How rude!

-- 
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 62644] do snack validation in changeop

2014-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62644

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

   What|Removed |Added

 Blocks||63114

-- 
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 63114] prevent adding statements with mismatch between property and value datatype via the API

2014-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63114

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

   What|Removed |Added

 Depends on||62644

-- 
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 63219] New: MarkAsHelpful should pass jslint

2014-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63219

Bug ID: 63219
   Summary: MarkAsHelpful should pass jslint
   Product: MediaWiki extensions
   Version: master
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: MarkAsHelpful
  Assignee: bs...@wikimedia.org
  Reporter: siebr...@kitano.nl
   Web browser: ---
   Mobile Platform: ---

jshint reports failure on javascript files and should be fixed. Whenever this
is done, one can make the jslint job to be voting by editing
integration/zuul-config.git layout.yaml file and remove the line that make the
jslint job to be non voting.

-- 
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 62061] (re)add icon=url

2014-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62061

Jeroen De Dauw jeroen_ded...@yahoo.com changed:

   What|Removed |Added

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

--- Comment #1 from Jeroen De Dauw jeroen_ded...@yahoo.com ---
Now at https://github.com/JeroenDeDauw/Maps/issues/19

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


[Bug 63219] MarkAsHelpful should pass jslint

2014-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63219

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 63219] MarkAsHelpful should pass jslint

2014-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63219

--- Comment #1 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 121623 had a related patch set uploaded by Siebrand:
Make jslint non-voting for MarkAsHelpful

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

-- 
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 63073] Make API module to query sites table

2014-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63073

tobias.gritschac...@wikimedia.de changed:

   What|Removed |Added

 Whiteboard|u=dev c=backend p=13|u=dev c=backend p=14

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


[Bug 63073] Make API module to query sites table

2014-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63073

tobias.gritschac...@wikimedia.de changed:

   What|Removed |Added

 Whiteboard|u=dev c=backend p=14|u=dev c=backend p=13

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


[Bug 61611] Maps should pass jshint

2014-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61611

Jeroen De Dauw jeroen_ded...@yahoo.com changed:

   What|Removed |Added

 Status|NEW |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 63220] New: Add Jenkins jobs for Nostalgia extension repo

2014-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63220

Bug ID: 63220
   Summary: Add Jenkins jobs for Nostalgia extension repo
   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: siebr...@kitano.nl
CC: g...@wikimedia.org, has...@free.fr,
innocentkil...@gmail.com, krinklem...@gmail.com
   Web browser: ---
   Mobile Platform: ---

The Nostalgia extension repo does not appear to have any Jenkins jobs yet.

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


[Bug 60619] have all repositories to pass jshint test (tracking)

2014-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=60619

Bug 60619 depends on bug 61611, which changed state.

Bug 61611 Summary: Maps should pass jshint
https://bugzilla.wikimedia.org/show_bug.cgi?id=61611

   What|Removed |Added

 Status|NEW |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 57337] #display_point should not set a zoom if coordinates are null

2014-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57337

Jeroen De Dauw jeroen_ded...@yahoo.com changed:

   What|Removed |Added

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

--- Comment #6 from Jeroen De Dauw jeroen_ded...@yahoo.com ---
https://github.com/JeroenDeDauw/Maps/issues/20

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


[Bug 48279] Map IP address (like: {{#display_map:IP=123.123.0.0}})

2014-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48279

Jeroen De Dauw jeroen_ded...@yahoo.com changed:

   What|Removed |Added

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

--- Comment #1 from Jeroen De Dauw jeroen_ded...@yahoo.com ---
This is a nice idea!

Now tracked at https://github.com/JeroenDeDauw/Maps/issues/21

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


[Bug 63220] Add Jenkins jobs for Nostalgia extension repo

2014-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63220

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 63220] Add Jenkins jobs for Nostalgia extension repo

2014-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63220

--- Comment #1 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 121625 had a related patch set uploaded by Siebrand:
Add extension checks for Nostalgia

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

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


[Bug 63084] Change license to Apache license, Version 2.0

2014-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63084

--- Comment #4 from christ...@quelltextlich.at ---
(In reply to Dan Andreescu from comment #3)
 Since Roger is the guy asking for the license change, I think we're ok :)

IANAL. Maybe I was not CCed on those emails, but in the emails I saw,
he did not ask us to switch to Apache license, Version 2.0.
Instead, he only said that GPL on our code would not work for him.

Those are different things, and it is especially no endorsement to
relicense /his/ work under Apache license, Version 2.0.

After we suggested that re-licensing to Apache license, Version 2.0 might
not be undoable, he asked us whether we can make it happen. But at that
point in time, the repo did not yet contain his code, nor has it been
submitted for review.

So again, no endorsement to relicense /his/ work under Apache license,
Version 2.0.

You could probably argue around intentions and that stuff, but by what
I learnt about legal things is that assumptions and intentions are
always a source of confusion, and that they cost lots of time and
money. Whenever possible and uncontroversial, do make things explicit.
Especially, if it is as cheap as an email.


So up to now:
* Roger contributed to the still GPL kraken repo.
* We have no written waiver from him that he is ok with the license
  change.
* Up to my knowledge, we did not even try to get it.



P.S.: By our conversation with Roger, I also would not expect that
Roger opposes the license change. But maybe it's not only his own
decision, but also the decision of the company he's working for. I've
seen such issues getting in the way and taking 3 months of back/forth
between companies, although it was only like 4 small patches and both
parties wanted to make it happen.

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


[Bug 44870] Reverse geocoding

2014-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=44870

Jeroen De Dauw jeroen_ded...@yahoo.com changed:

   What|Removed |Added

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

--- Comment #1 from Jeroen De Dauw jeroen_ded...@yahoo.com ---
https://github.com/JeroenDeDauw/Maps/issues/22

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


[Bug 63220] Add Jenkins jobs for Nostalgia extension repo

2014-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63220

--- Comment #2 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 121626 had a related patch set uploaded by Siebrand:
Add Jenkins jobs for Nostalgia extension repo

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

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


[Bug 40822] Specifying file pages for per-point visitedicon does not work

2014-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40822

Jeroen De Dauw jeroen_ded...@yahoo.com changed:

   What|Removed |Added

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

--- Comment #1 from Jeroen De Dauw jeroen_ded...@yahoo.com ---
https://github.com/wmde/ValueView/issues/39

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


[Bug 40822] Specifying file pages for per-point visitedicon does not work

2014-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40822

--- Comment #2 from Jeroen De Dauw jeroen_ded...@yahoo.com ---
Err https://github.com/JeroenDeDauw/Maps/issues/24

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


[Bug 38685] Add OpenSeaMaps

2014-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38685

Jeroen De Dauw jeroen_ded...@yahoo.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||jeroen_ded...@yahoo.com
 Resolution|--- |FIXED

--- Comment #1 from Jeroen De Dauw jeroen_ded...@yahoo.com ---
Effectivly tracked by https://github.com/JeroenDeDauw/Maps/issues/2

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


[Bug 44869] Ability to add custom maptypes with the googlemaps service

2014-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=44869

Jeroen De Dauw jeroen_ded...@yahoo.com changed:

   What|Removed |Added

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

--- Comment #1 from Jeroen De Dauw jeroen_ded...@yahoo.com ---
https://github.com/JeroenDeDauw/Maps/issues/23

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


[Bug 63202] Present confirmation dialog when saving code with errors

2014-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63202

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 63202] Present confirmation dialog when saving code with errors

2014-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63202

--- Comment #1 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 121632 had a related patch set uploaded by TheDJ:
Ask for confirmation when saving document with errors

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

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


[Bug 63221] New: OAuth should pass jslint

2014-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63221

Bug ID: 63221
   Summary: OAuth should pass jslint
   Product: MediaWiki extensions
   Version: master
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: OAuth
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: siebr...@kitano.nl
CC: aschulz4...@gmail.com, bjor...@wikimedia.org,
cste...@wikimedia.org, dga...@wikimedia.org
   Web browser: ---
   Mobile Platform: ---

jshint reports failure on javascript files and should be fixed. Whenever this
is done, one can make the jslint job to be voting by editing
integration/zuul-config.git layout.yaml file and remove the line that make the
jslint job to be non voting.

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


[Bug 63073] Make API module to query sites table

2014-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63073

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

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||lydia.pintscher@wikimedia.d
   ||e

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


[Bug 63221] OAuth should pass jslint

2014-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63221

--- Comment #1 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 121636 had a related patch set uploaded by Siebrand:
Make jslint non-voting for OAuth

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

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


[Bug 63221] OAuth should pass jslint

2014-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63221

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 59905] It should be possible to add a label in any eligible language

2014-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59905

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

   What|Removed |Added

   Priority|Unprioritized   |High

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


[Bug 63222] New: Hive queries can bring load on cluster slaves #CPUs

2014-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63222

Bug ID: 63222
   Summary: Hive queries can bring load on cluster slaves  #CPUs
   Product: Analytics
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: General/Unknown
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: christ...@quelltextlich.at
CC: christ...@quelltextlich.at, oke...@wikimedia.org,
tneg...@wikimedia.org
   Web browser: ---
   Mobile Platform: ---

Created attachment 14954
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=14954action=edit
Load graph for analytics 1018 while running the queries (2014-03-28)

When running three hive queries on a week's worth of mobile request data,
load on the Hadoop cluster nodes rises above the number of CPUs.

Should we limit the resources that Hive/Hadoop can take on those machines?

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


[Bug 51060] Prefix d: is missing in the link of the message wikibase-error-sitelink-already-used

2014-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=51060

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

   What|Removed |Added

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

--- Comment #3 from Lydia Pintscher lydia.pintsc...@wikimedia.de ---
This seems to be working fine now.

-- 
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 51060] Prefix d: is missing in the link of the message wikibase-error-sitelink-already-used

2014-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=51060

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

   What|Removed |Added

 Status|RESOLVED|VERIFIED

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


[Bug 63222] Hive queries can bring load on cluster slaves #CPUs

2014-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63222

--- Comment #2 from christ...@quelltextlich.at ---
Created attachment 14955
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=14955action=edit
Load graph for analytics 1019 while running the queries (2014-03-28)

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


[Bug 63222] Hive queries can bring load on cluster slaves #CPUs

2014-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63222

--- Comment #1 from Bingle bingle-ad...@wikimedia.org ---
Prioritization and scheduling of this bug is tracked on Mingle card
https://wikimedia.mingle.thoughtworks.com/projects/analytics/cards/cards/1503

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


[Bug 63222] Hive queries can bring load on cluster slaves #CPUs

2014-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63222

--- Comment #4 from christ...@quelltextlich.at ---
Created attachment 14957
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=14957action=edit
SQL for second query

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


[Bug 63222] Hive queries can bring load on cluster slaves #CPUs

2014-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63222

--- Comment #3 from christ...@quelltextlich.at ---
Created attachment 14956
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=14956action=edit
SQL for first query

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


[Bug 63222] Hive queries can bring load on cluster slaves #CPUs

2014-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63222

--- Comment #5 from christ...@quelltextlich.at ---
Created attachment 14958
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=14958action=edit
SQL for third query

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


[Bug 61117] CodeEditor doesn't have a are you sure you want to leave this page warning if there are unsaved changes

2014-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61117

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 61056] CodeEditor lacks 'save and continue editing' button to save without reloading the page

2014-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61056

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

   What|Removed |Added

 Status|PATCH_TO_REVIEW |NEW
 CC||hartman.w...@gmail.com

--- Comment #3 from Derk-Jan Hartman hartman.w...@gmail.com ---
That patch was connected to the wrong ticket I see. Resetting status.

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


[Bug 61117] CodeEditor doesn't have a are you sure you want to leave this page warning if there are unsaved changes

2014-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61117

--- Comment #1 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 121559 had a related patch set uploaded by TheDJ:
[Do not merge] Support warning for unsaved changes

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

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


[Bug 46555] Entity suggester for Wikidata

2014-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46555

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

   What|Removed |Added

 Depends on||63223

-- 
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 63223] New: review frontend-part of entity suggester

2014-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63223

Bug ID: 63223
   Summary: review frontend-part of entity suggester
   Product: MediaWiki extensions
   Version: master
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: WikidataRepo
  Assignee: wikidata-b...@lists.wikimedia.org
  Reporter: lydia.pintsc...@wikimedia.de
CC: wikidata-b...@lists.wikimedia.org
Blocks: 46555
   Web browser: ---
   Mobile Platform: ---

The entity suggester is getting ready for a first deployment. The code at
https://github.com/Wikidata-lib/PropertySuggester/pull/44 needs 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 63223] review frontend part of entity suggester

2014-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63223

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

   What|Removed |Added

   Priority|Unprioritized   |Highest
 CC||adrian.l...@wikimedia.de,
   ||henning.sna...@wikimedia.de
   ||,
   ||thiemo.maet...@wikimedia.de
Summary|review frontend-part of |review frontend part of
   |entity suggester|entity suggester
 Whiteboard||u=dev c=frontend p=0
   Severity|normal  |major

-- 
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 63224] review backend part of entity suggester

2014-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63224

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

   What|Removed |Added

   Priority|Unprioritized   |Highest
 CC||daniel.kinz...@wikimedia.de
   ||, jeroen_ded...@yahoo.com
 Whiteboard||u=dev c=backend p=0
   Severity|normal  |major

-- 
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 63224] New: review backend part of entity suggester

2014-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63224

Bug ID: 63224
   Summary: review backend part of entity suggester
   Product: MediaWiki extensions
   Version: master
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: WikidataRepo
  Assignee: wikidata-b...@lists.wikimedia.org
  Reporter: lydia.pintsc...@wikimedia.de
CC: wikidata-b...@lists.wikimedia.org
Blocks: 46555
   Web browser: ---
   Mobile Platform: ---

The entity suggester is getting ready for a first deployment. The code at
https://github.com/Wikidata-lib/PropertySuggester/pull/44 needs 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 63225] New: Strange shit happening in references UI

2014-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63225

Bug ID: 63225
   Summary: Strange shit happening in references UI
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: WikidataRepo
  Assignee: wikidata-b...@lists.wikimedia.org
  Reporter: tobias.gritschac...@wikimedia.de
CC: wikidata-b...@lists.wikimedia.org
   Web browser: ---
   Mobile Platform: ---

Some strange behaviour in the references UI:

1) Have an item with one statement (of type string)
2) Have one reference (of type string) for this statement
3) Reload the page
4) Click on edit for the reference
5) Click cancel
6) Click edit again for the reference and change the value
7) Click save

You will see the saving.. message twice, the reference UI will turn red for a
moment (as there would be an error) and turns back to blue. However the change
is saved correctly.

-- 
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 46555] Entity suggester for Wikidata

2014-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46555

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

   What|Removed |Added

 Depends on||63224

-- 
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 63204] Provide easy way to know the content language of a wiki about which there is an event log line

2014-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63204

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

   What|Removed |Added

Summary|There should be an easy way |Provide easy way to know
   |to know the content |the content language of a
   |language of a wiki about|wiki about which there is
   |which there is an event log |an event log line
   |line|

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


[Bug 61611] Maps should pass jshint

2014-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61611

--- Comment #1 from Andre Klapper aklap...@wikimedia.org ---
Jeroen: What's the reason to be actively against fixing this (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


  1   2   3   4   >