[Bug 62960] Prototype CAPTCHA optimized for multilingual and mobile

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

--- Comment #10 from Amgine  ---
Very brief, as I am heading to sleep; I will answer more completely tomorrow:

(In reply to Aalekh Nigam from comment #8)
> 4)
> >As a reminder, we've talked a lot about non-text captchas above, but the 
> >text >captcha solutions can be still considered:
> >* wikicaptcha with Wikisource OCR (bug 32695) could do as well as reCAPTCHA 
> >>which according to Burzstein et al. was broken but still 24 times less than 
> >>Wikimedia's (fancy)captcha;
> >* "just" making a few hundreds language-specific dictionaries and improving 
> >the >text images generation to be more similar to Google's (as per same 
> >Burzstein et >al.) would improve fancycaptcha dramatically and solve bug 
> >5309 for Wikimedia >at least.
> 
> Earlier did analyzed the project from the text captcha point of view, but
> found following Cons with it:
> 
> *)It provides almost the same solution as ReCaptcha which is currently 24%
> times easily breakable.

There are additional problems with ReCaptcha as noted in comment #2, which
Fancy Captcha obviates.

> *)Words used are mostly English and latin hence not multilingual.

I am currently working on parsing wiktionary dumps by language. The estimated
term pool will be > 20 million in 1300+ languages; not all of these will be
useful as some are not represented by scripts (e.g. American Sign Language) and
others are not represented in easily available fonts (e.g. Bhasa dialects).

> *)Provides the same user experience as provided by recpatcha, hence not user
> friendly.

Strongly agree. However, it is popular amongst WMF devs.

> *)I thought it as much of replacement of ReCaptcha, but it does not offers
> solution to an effective captcha.

Keep in mind that tools to solve text-based captcha are focused on solving
ReCaptcha; other distortion models are as easily solved in theory but in
practice are not.



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


[Bug 62960] Prototype CAPTCHA optimized for multilingual and mobile

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

Quim Gil  changed:

   What|Removed |Added

 CC||emufarm...@gmail.com,
   ||jgon...@wikimedia.org,
   ||pgi...@wikimedia.org,
   ||swall...@wikimedia.org

--- Comment #9 from Quim Gil  ---
Just a line to say that mobile developer Juliusz Gonera has volunteered to
co-mentor this feature with Pau and Emufarmers. Thank you!

The priority is to assess the GSoC candidates with microtasks and whatever
evaluation is required to evaluate them. There is not much time left.

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


[Bug 62997] Add Jenkins jobs for Popups extension repo

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

Gerrit Notification Bot  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 62997] Add Jenkins jobs for Popups extension repo

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

--- Comment #4 from Gerrit Notification Bot  ---
Change 120752 had a related patch set uploaded by Prtksxna:
Add .jshintrc file

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

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


[Bug 62997] Add Jenkins jobs for Popups extension repo

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

--- Comment #3 from Prateek Saxena  ---
Its happening again
https://integration.wikimedia.org/ci/job/mwext-Popups-jslint/7/console

These errors usually go away after a `recheck` do I need to edit a .jshint
file?

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


[Bug 62439] Request for a mailing list for Wikimedia Costa Rica

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

--- Comment #2 from Allan Aguilar  ---
Thank you.

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


[Bug 62997] Add Jenkins jobs for Popups extension repo

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

--- Comment #2 from Prateek Saxena  ---
I just pushed some code, which didn't really fix any of those errors and its
not failing -
https://integration.wikimedia.org/ci/job/mwext-Popups-lint/2/console

Does this mean we can close 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 62960] Prototype CAPTCHA optimized for multilingual and mobile

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

--- Comment #8 from Aalekh Nigam  ---
Hello, First of all thank you nemo_bis and Amgine for your points it helped me
draft various solutions for the project.

1)As Amgine raised his concern about need to add " add quality monitoring to
any other captcha method" , I suggest you to please have a look at the Image
Indexing System i described in my proposal:
https://www.mediawiki.org/wiki/User:AalekhN/GSoC_proposal_2014#Image_Indexing_System
as a key part of the project this indexing system will be designed to improve
overtime, and will remove the images that are not globally recognizable
(multilingual) or are irrelevant.This image indexing system will downrate the
images which the user's reload(while reloading captcha).

2)I have enhanced the approach of " annotations type captcha " to help us build
indexes for images, now as an advantage we can use these indexes to build
questions for captcha without using effect's on images , these questions can
hence be solved easily by Visually Impaired user's .A more detailed explanation
of this enhancement is shown here:
https://www.mediawiki.org/wiki/User:AalekhN/notes#Indexing_Annotations_Type_Captcha

3)
> For the 'odd one out' style, consider a text such as "Select the [category]" 
> >or "Select all that are not [category]". The category will almost always be 
> a >plural noun, which makes the message more easily translated. The message 
> >"Select the images that is different in this group" is ambiguous, unless 
> there >is only one image which is different.

My idea for selecting "odd one out question's" is to present user with 2
options of images which are different from the group, hence it won't be a
difficulty for users to determine 2-odd images out from the group.

4)
>As a reminder, we've talked a lot about non-text captchas above, but the text 
>>captcha solutions can be still considered:
>* wikicaptcha with Wikisource OCR (bug 32695) could do as well as reCAPTCHA 
>>which according to Burzstein et al. was broken but still 24 times less than 
>>Wikimedia's (fancy)captcha;
>* "just" making a few hundreds language-specific dictionaries and improving 
>the >text images generation to be more similar to Google's (as per same 
>Burzstein et >al.) would improve fancycaptcha dramatically and solve bug 5309 
>for Wikimedia >at least.

Earlier did analyzed the project from the text captcha point of view, but found
following Cons with it:

*)It provides almost the same solution as ReCaptcha which is currently 24%
times easily breakable.
*)Words used are mostly English and latin hence not multilingual.
*)Provides the same user experience as provided by recpatcha, hence not user
friendly.
*)I thought it as much of replacement of ReCaptcha, but it does not offers
solution to an effective captcha.

5)I also did considered a Solution for Visually Impaired/Blind users but after
various advices by community members, I postponded the idea to be developed in
later phase. the idea i presented is mentoined
here:https://www.mediawiki.org/wiki/User:AalekhN/notes#For_blind_and_visually_impaired_users

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


[Bug 63055] Table sorting broken by special characters

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

Bryan Potts  changed:

   What|Removed |Added

URL||http://en.wikipedia.org/wik
   ||i/List_of_Ebola_outbreaks

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


[Bug 63055] New: Table sorting broken by special characters

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

Bug ID: 63055
   Summary: Table sorting broken by special characters
   Product: MediaWiki
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: Unprioritized
 Component: General/Unknown
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: pottspo...@gmail.com
   Web browser: ---
   Mobile Platform: ---

Sorting of a numerical column breaks when ~ is used to denote an estimated
figure, such as ~36, seen in this example screenshot: http://d.pr/i/ds2Z

I first noticed this on the Ebola page:

http://en.wikipedia.org/wiki/List_of_Ebola_outbreaks

It looks like "~36" is currently being calculated as 0.

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


[Bug 62273] LocalFilePurgeThumbnails hook occurs after thumbnails cleared

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

prodig...@hotmail.com changed:

   What|Removed |Added

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

--- Comment #4 from prodig...@hotmail.com ---
This appears to now be sending a proper list of all the existing files so that
I can have them properly purged.  Marking as RESOLVED 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 62513] Client-side upload API in core

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

Matthew Flaschen  changed:

   What|Removed |Added

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

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


[Bug 60002] Separate data-handling, interface, and other controlling methods and put generally-applicable code into MediaWiki (tracking)

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

Matthew Flaschen  changed:

   What|Removed |Added

 CC||mflasc...@wikimedia.org
   See Also||https://bugzilla.wikimedia.
   ||org/show_bug.cgi?id=62513

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


[Bug 63049] 1.19.13 seems to break ApiFormatBase.php

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

Kunal Mehta (Legoktm)  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||legoktm.wikipe...@gmail.com
 Ever confirmed|0   |1

--- Comment #2 from Kunal Mehta (Legoktm)  ---
 is running PHP 5.2.17 (1.19 says
it works with 5.2.3+ in the release notes). Line 279 has an anonymous function
in it, which according to
 was only introduced in
5.3.0.

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


[Bug 63049] 1.19.13 seems to break ApiFormatBase.php

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

Sam Reed (reedy)  changed:

   What|Removed |Added

Version|unspecified |1.19.13

--- Comment #1 from Sam Reed (reedy)  ---
https://github.com/wikimedia/mediawiki-core/blob/REL1_19/includes/api/ApiFormatBase.php

reedy@ubuntu64-web-esxi:~/git/mediawiki/core$ php -l
includes/api/ApiFormatBase.php
No syntax errors detected in includes/api/ApiFormatBase.php


Looks fine in git and locally when checked out.

Can you paste lines 276 through 284 of includes/api/ApiFormatBase.php?

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


[Bug 63044] Flow: Flow Notifications option has vanished on mww

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

--- Comment #3 from Gerrit Notification Bot  ---
Change 120746 had a related patch set uploaded by EBernhardson:
Flow's Echo notificaiton is not being set up correctly

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

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


[Bug 63044] Flow: Flow Notifications option has vanished on mww

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

--- Comment #2 from Gerrit Notification Bot  ---
Change 120716 merged by jenkins-bot:
Flow's Echo notificaiton is not being set up correctly

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

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


[Bug 63053] UploadWizard CSS is loaded twice

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

--- Comment #1 from Matthew Flaschen  ---
(In reply to Matthew Flaschen from comment #0)
> This top queue module could use addModuleStyles so at least the error text
> renders right if the browser doesn't have JavaScript.

It doesn't look like UploadWizard has any custom error styles.  This might not
be an issue, in which case they could both use addModules, with one just having
'position' => 'top'.

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


[Bug 63054] New: labs-vagrant enable browsertests failure

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

Bug ID: 63054
   Summary: labs-vagrant enable browsertests  failure
   Product: MediaWiki-Vagrant
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: General
  Assignee: bda...@wikimedia.org
  Reporter: sp...@wikimedia.org
CC: o...@wikimedia.org, yuvipa...@gmail.com
   Web browser: ---
   Mobile Platform: ---

I created a labs instance in eqiad with the labs-vagrant role.
After copying over /home/vagrant from pmtpa instance, `sudo labs-vagrant
provision` failed with: various notices and an error:

notice: /Stage[main]/Browsertests/Exec[install browsertests bundle]/returns:
Installing ffi (1.9.3) with native extensions
/usr/lib/ruby/1.9.1/rubygems/installer.rb:552:in `rescue in block in
build_extensions': ERROR: Failed to build gem native extension.
(Gem::Installer::ExtensionBuildError)
...
notice: /Stage[main]/Browsertests/Exec[install browsertests bundle]/returns:
Results logged to
/home/vagrant/.gem/ruby/1.9.1/gems/ffi-1.9.3/ext/ffi_c/gem_make.out
...
notice: /Stage[main]/Browsertests/Exec[install browsertests bundle]/returns:
You have to install development tools first.
...4 returned 1 instead of one of [0] at
/vagrant/puppet/modules/browsertests/manifests/init.pp:85

BTW /vagrant/logs/puppet/ is empty.

But gcc and make are present

/home/vagrant/.gem/ruby/1.9.1/gems/ffi-1.9.3/ext/ffi_c/mkmf.log contains :

package configuration for libffi is not found
"gcc -o conftest -I/usr/include/ruby-1.9.1/x86_64-linux
-I/usr/include/ruby-1.9.1/ruby/backward -I/usr/include/ruby-1.9.1 -I.   
-fno-strict-aliasing -g -g -O2 -fPIC conftest.c  -L. -L/usr/lib -L.  -rdynamic
-Wl,-export-dynamic -lruby-1.9.1  -lpthread -lrt -ldl -lcrypt -lm   -lc"
checked program was:
/* begin */
1: #include "ruby.h"
2: 
3: int main() {return 0;}
/* end */


I can compile that program if I enter it myself,  so I think something went
wrong after it.

I reran `sudo labs-vagrant provision` and this time it completed with no
errors, but I still don't have cucumber

-- 
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 34601] "Drop media file to donate here" sometimes silently fails

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

Matthew Flaschen  changed:

   What|Removed |Added

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

-- 
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 63053] UploadWizard CSS is loaded twice

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

Matthew Flaschen  changed:

   What|Removed |Added

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

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on 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-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62623

--- Comment #15 from Chad H.  ---
(In reply to Tim Starling from comment #14)
> (In reply to Tim Starling from comment #12)
> > $ cd
> > /srv/ssd/jenkins-slave/workspace/mediawiki-core-phpunit-databaseless/tests/
> > phpunit
> 
> But of course, that only worked for a few minutes, and then the source tree
> was replaced with some other patchset and it stopped working. I still don't
> have a reliable reproduction procedure.
> 

How about cloning the repo to somewhere else in the same
/srv/ssd/jenkins-slave/workspace/ folder and then check out the offending
commit?

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


[Bug 63053] New: UploadWizard CSS is loaded twice

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

Bug ID: 63053
   Summary: UploadWizard CSS is loaded twice
   Product: MediaWiki extensions
   Version: master
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: UploadWizard
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: mflasc...@wikimedia.org
CC: aarcos.w...@gmail.com, bawolff...@gmail.com,
fflo...@wikimedia.org, gti...@wikimedia.org,
mtrac...@member.fsf.org, nischay...@gmail.com
   Web browser: ---
   Mobile Platform: ---

Due to 0a1a638553579d4effda75dc3c8f6e75aed97e15 (which was apparently intended
to fix a FUOC), the styles are now loaded twice (once via the JavaScript
ResourceLoader loader, and another time via addModuleStyles).

I think the correct solution is to make a separate module for styles that apply
to HTML delivered from the server, and load that in the top queue.  These
styles should then be removed from the main module.

This top queue module could use addModuleStyles so at least the error text
renders right if the browser doesn't have JavaScript.

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


[Bug 63052] New: labs-vagrant update-motd failure: no landscape-sysinfo

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

Bug ID: 63052
   Summary: labs-vagrant update-motd failure: no landscape-sysinfo
   Product: MediaWiki-Vagrant
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: General
  Assignee: bda...@wikimedia.org
  Reporter: sp...@wikimedia.org
CC: o...@wikimedia.org, yuvipa...@gmail.com
   Web browser: ---
   Mobile Platform: ---

I created a labs instance in eqiad with the labs-vagrant role.
At first `sudo labs-vagrant provision` failed because there was no
/home/vagrant (gerrit 118053). After copying over /home/vagrant from pmtpa
instance, `sudo labs-vagrant provision` failed with:

notice: /Stage[main]/Misc/File[/etc/update-motd.d/60-mediawiki-vagrant]/ensure:
defined content as '{md5}cfd3daba653a7dda8ecdd5107941c19f'
info: /Stage[main]/Misc/File[/etc/update-motd.d/60-mediawiki-vagrant]:
Scheduling refresh of Exec[update motd]
notice: /Stage[main]/Misc/Exec[update motd]/returns:
/etc/update-motd.d/60-mediawiki-vagrant: 34:
/etc/update-motd.d/60-mediawiki-vagrant: /usr/bin/landscape-sysinfo: not found
notice: /Stage[main]/Misc/Exec[update motd]/returns: run-parts:
/etc/update-motd.d/60-mediawiki-vagrant exited with return code 127
err: /Stage[main]/Misc/Exec[update motd]: Failed to call refresh: run-parts
--lsbsysinit /etc/update-motd.d > /run/motd returned 1 instead of one of [0] at
/vagrant/puppet/modules/misc/manifests/init.pp:73

There is no landscape-sysinfo in a stock new labs instance. It's part of the
landscape-common package which isn't installed.

BTW /vagrant/logs/puppet/ is empty,

-- 
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 62971] Hovercards: cards not visible for links below the fold OR close to browser window edges

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

--- Comment #4 from Prateek Saxena  ---
I can think of two possible solutions:
 1. Flip the popup–show it above the link
 2. Auto-scroll the page (ewww)

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


[Bug 61293] Click logging slows down navigation

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

--- Comment #4 from Gerrit Notification Bot  ---
Change 116035 merged by jenkins-bot:
Delay EventLogging click track until next page load

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

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


[Bug 61293] Click logging slows down navigation

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

Jon  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 56196] Flow: Remove square brackets ("[" and "]") from Flow-related URLs

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

Gerrit Notification Bot  changed:

   What|Removed |Added

 Status|REOPENED|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 56196] Flow: Remove square brackets ("[" and "]") from Flow-related URLs

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

--- Comment #20 from Gerrit Notification Bot  ---
Change 120732 had a related patch set uploaded by Bsitu:
Remove [] from URL

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

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on 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-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55771

--- Comment #1 from Matthew Flaschen  ---
Hover Cards (https://www.mediawiki.org/wiki/Extension:Popups) has some code we
could look at for 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 60619] have all repositories to pass jshint test (tracking)

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

Bug 60619 depends on bug 61642, which changed state.

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

   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 61642] UploadWizard should pass jshint

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

Mark Holmquist  changed:

   What|Removed |Added

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

--- Comment #1 from Mark Holmquist  ---


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

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


[Bug 47161] UploadWizard fails badly with jshint

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

--- Comment #58 from Mark Holmquist  ---
*** Bug 61642 has been marked as a duplicate of this bug. ***

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


[Bug 63051] New: VisualEditor: Pressing delete on an indented list item does not unindent it rather merges it with the previous item in a numbered list

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

Bug ID: 63051
   Summary: VisualEditor: Pressing delete on an indented list item
does not unindent it rather merges it with the
previous item in a numbered list
   Product: VisualEditor
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Editing Tools
  Assignee: jforrester+veteambztick...@wikimedia.org
  Reporter: ryasm...@wikimedia.org
CC: jforres...@wikimedia.org, krinklem...@gmail.com,
rm...@wikimedia.org, ryasm...@wikimedia.org,
tpars...@wikimedia.org
   Web browser: ---
   Mobile Platform: ---

Steps to reproduce:

1.Open a page with VE
2.Add a numbered or bullet list
3.Add the first item of the list
4.Add indentation to it
5.Place the cursor just before the text
6.Press delete

Observed Result:
Instead of unindenting it , it rather merges it with the previous line .

Test Environment: https://test2.wikipedia.org/
Browser: Chrome Version 26.0.1410.65 
OS: MAC OS X 10. 8. 5 
Page:https://test2.wikipedia.org/wiki/24thmarchrome?veaction=edit

-- 
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 47930] allow accessing data from an item not connected to the current page - arbitrary access (tracking)

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

Samuel Bronson  changed:

   What|Removed |Added

 Blocks||55570

-- 
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 46924] [TUX] Edit summary field

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

--- Comment #11 from Eduard Braun  ---
Could this be considered for an increased priority? I think tis would
substantially increase the interaction possibilities between translators and
therefore increase overall translation quality.

I just experienced an exemplary case:
- I made a new translation with a small change compared to source language
  (since this would have been uncommon in the target language).
- Another user changed it to fit source language again not knowing my intention
  (due to the lack of an edit summary)
- I didn't like the changed version and translated again in a different way
  (at this point not realizing the valid intention of the other user)
- In the end the other user contacted me on my talk page and told me why the
  translation was changed the way it was changed.
- I then saw the issue with my initial translation and was able to finally fix
  it in a satisfactory way
If there would have been edit summaries probably after the second edit the
translation would have been finished without ever having to discuss it on my
talk page.

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


[Bug 55570] make Wikidata its own client

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

Samuel Bronson  changed:

   What|Removed |Added

 CC||naes...@gmail.com
 Depends on||47930

-- 
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 62165] Flow: garbled and generic "Internal error - {{SITENAME}}" for Flow error page titles

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

--- Comment #5 from Gerrit Notification Bot  ---
Change 120708 had a related patch set uploaded by Bsitu:
Replace generic "Internal error - {{SITENAME}}" on error page

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

-- 
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 62623] phpunit segfaults when too many tests are run

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

--- Comment #14 from Tim Starling  ---
(In reply to Tim Starling from comment #12)
> $ cd
> /srv/ssd/jenkins-slave/workspace/mediawiki-core-phpunit-databaseless/tests/
> phpunit

But of course, that only worked for a few minutes, and then the source tree was
replaced with some other patchset and it stopped working. I still don't have a
reliable reproduction procedure.

(In reply to Antoine "hashar" Musso from comment #11)
> Core file is available at  tin.eqiad.wmnet:/home/hashar/bug62623-2.core

It says that it crashed while freeing the property table an XMPReader object,
specifically the bucket for the extendedXMPOffset property. The bucket was
apparently valid and had a valid allocation header, but when the allocator
tried to merge the newly-freed item with the next item in the region, it found
that that next item had garbage in its header.

With a deterministic reproduction procedure, it would be possible to set a
hardware watchpoint on the corrupt allocation header, and see what writes to
that memory location over the course of the program. That may allow us to
identify the source of the dangling pointer.

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


[Bug 47930] allow accessing data from an item not connected to the current page - arbitrary access (tracking)

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

--- Comment #13 from Samuel Bronson  ---
*** Bug 58856 has been marked as a duplicate of this bug. ***

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


[Bug 58856] Lua: Add expensive function getEntity(id) for non-connected entities

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

Samuel Bronson  changed:

   What|Removed |Added

 CC||naes...@gmail.com
 Resolution|WONTFIX |DUPLICATE

--- Comment #2 from Samuel Bronson  ---
Hmm, if this is to he closed in favour of the other bug, that would seem to
make it a duplicate.

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

-- 
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 63050] New: VisualEditor: The edited content of an inspector gets saved after clicking on "Save Page" button without clicking the close button on that inspector to save it

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

Bug ID: 63050
   Summary: VisualEditor: The edited content of an inspector gets
saved after clicking on "Save Page" button without
clicking the close button on that inspector to save it
   Product: VisualEditor
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Editing Tools
  Assignee: jforrester+veteambztick...@wikimedia.org
  Reporter: ryasm...@wikimedia.org
CC: jforres...@wikimedia.org, krinklem...@gmail.com,
rm...@wikimedia.org, ryasm...@wikimedia.org,
tpars...@wikimedia.org
   Web browser: ---
   Mobile Platform: ---

Steps to reproduce:

1.Open a page with VE
2.Insert a gallery or a Link inspector
3.Edit something and close the inspector, this will make the save page button
disabled

4.Now again reopen that inspector and make further changes but do not close the
inspectors .

5.Click on the already active "Save Page" button

Observed Result:
The modified content of step 4 also gets saved even though user did not close
the inspector to save it.

Test Environment: http://en.wikipedia.beta.wmflabs.org/
Browser: Chrome Version 26.0.1410.65
OS: MAC OS X 10. 8. 5 
Page:https://test2.wikipedia.org/wiki/24thmarchrome?veaction=edit

-- 
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 40810] Featured and good article badges

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

Bug 40810 depends on bug 62546, which changed state.

Bug 62546 Summary: automatic edit summary for link changes mentions badges even 
if there is no badge change
https://bugzilla.wikimedia.org/show_bug.cgi?id=62546

   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 62546] automatic edit summary for link changes mentions badges even if there is no badge change

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

Marius Hoch  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 63040] Hovercards: tags should not be displayed in cards

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

Dan Garry  changed:

   What|Removed |Added

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

--- Comment #1 from Dan Garry  ---
Duplicate bug created by accident.

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

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


[Bug 63045] Hovercards: tags should not be displayed in cards

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

--- Comment #1 from Dan Garry  ---
*** Bug 63040 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 63044] Flow: Flow Notifications option has vanished on mww

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

--- Comment #1 from Gerrit Notification Bot  ---
Change 120716 had a related patch set uploaded by Bsitu:
Flow's Echo notificaiton is not being set up correctly

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

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


[Bug 63044] Flow: Flow Notifications option has vanished on mww

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

Gerrit Notification Bot  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 61265] Hovercards: use "less" variables

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

Prateek Saxena  changed:

   What|Removed |Added

Summary|Hovercards: use fewer   |Hovercards: use "less"
   |variables in the code   |variables

-- 
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 63049] New: 1.19.13 seems to break ApiFormatBase.php

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

Bug ID: 63049
   Summary: 1.19.13 seems to break ApiFormatBase.php
   Product: MediaWiki
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: Unprioritized
 Component: API
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: dar...@gestaltweb.me.uk
CC: bjor...@wikimedia.org, bryan.tongm...@gmail.com,
roan.katt...@gmail.com, s...@reedyboy.net
   Web browser: ---
   Mobile Platform: ---

At http://www.m3p.com.mt/wiki/*, after applying 1.19.13 patch, attempts by
registered users to add items to watch lists fail. Browser console reports
following PHP error: 


Parse error:  syntax error, unexpected T_FUNCTION in [full path
redacted]/wiki/includes/api/ApiFormatBase.php on line 279

There is a section appearing in the patch release for 1.19.13, which patches
this file at line 278: the section marked "// Armor links (bug 61362)"

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


[Bug 62024] VisualEditor: [Regression wmf16] TypeError: this.typeInput.getSelectedItem(...) is null appearing and cannot close the Media Settings dialog for an image with left position and border form

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

--- Comment #22 from Gerrit Notification Bot  ---
Change 120690 merged by Catrope:
Fix 'original dimensions' async call in MediaEdit dialog

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

-- 
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 62024] VisualEditor: [Regression wmf16] TypeError: this.typeInput.getSelectedItem(...) is null appearing and cannot close the Media Settings dialog for an image with left position and border form

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

--- Comment #21 from Gerrit Notification Bot  ---
Change 120691 merged by Catrope:
Fix 'original dimensions' async call in MediaEdit dialog

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

-- 
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 61230] Toolbar looks slightly broken if text causes overflow

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

Matthew Flaschen  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 63041] phplint should detects PHP files not having the .php suffix

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

--- Comment #1 from Erik Bernhardson  ---
First stab at a line:

find ./ -type f -print0 | xargs -0 file -k | grep 'PHP script' | cut -d : -f 1
| xargs -n 1 php -l


Will see if it can be a bit cleaner.

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


[Bug 63048] New: VisualEditor: IE9 doesn't load new page when when re-editing a page modified in another browser

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

Bug ID: 63048
   Summary: VisualEditor: IE9 doesn't load new page when when
re-editing a page modified in another browser
   Product: VisualEditor
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: General
  Assignee: jforrester+veteambztick...@wikimedia.org
  Reporter: m...@everybody.org
CC: jforres...@wikimedia.org, krinklem...@gmail.com,
ryasm...@wikimedia.org
   Web browser: ---
   Mobile Platform: ---

To reproduce:

1. Load a page in IE in the visual editor.
2. Load the same page in another browser, make a change, and save it.
3. Load the page view in IE, confirm you can see the edit.
4. Click "Edit" to enable the visual editor.  Old content appears in the
editor.
5. Quit IE and restart.  Load page to edit in VE.  See new content in the
editor.

Initially I thought this was simply a server configuration issue (and maybe it
still is), but I tested the same thing in FF and got the new page.

-- 
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 62623] phpunit segfaults when too many tests are run

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

--- Comment #13 from Antoine "hashar" Musso  ---
Note that /srv/ssd/jenkins-slave/workspace/mediawiki-core-phpunit-databaseless/
is a Jenkins workspace and it would be a different code base whenever a new
instance of the job is running on this machine.

The LocalSettings.php has a bunch of code snippets injected at the bottom. They
come from integration/jenkins.git in mediawiki/conf.d/* . Maybe some PHP there
might be the root cause.

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


[Bug 17824] Optionally place a local block when globally blocking

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

Marius Hoch  changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |RESOLVED
 CC||h...@online.de
 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 41492] Steward, global sysop and SWMT tasks bugs (tracking)

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

Bug 41492 depends on bug 17824, which changed state.

Bug 17824 Summary: Optionally place a local block when globally blocking
https://bugzilla.wikimedia.org/show_bug.cgi?id=17824

   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 17824] Optionally place a local block when globally blocking

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

--- Comment #8 from Gerrit Notification Bot  ---
Change 119915 merged by jenkins-bot:
Optionally place a local block when globally blocking

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

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


[Bug 63047] New: use new param in VE tests to get around beta warning

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

Bug ID: 63047
   Summary: use new param in VE tests to get around beta warning
   Product: Wikimedia
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Quality Assurance
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: cmcma...@wikimedia.org
CC: cmcma...@wikimedia.org, zfili...@wikimedia.org
   Web browser: ---
   Mobile Platform: ---

see https://gerrit.wikimedia.org/r/#/c/119217/

update VisualEditor appropriately

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


[Bug 63046] New: VisualEditor: IE9 skips header line in table

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

Bug ID: 63046
   Summary: VisualEditor: IE9 skips header line in table
   Product: VisualEditor
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: General
  Assignee: jforrester+veteambztick...@wikimedia.org
  Reporter: m...@everybody.org
CC: jforres...@wikimedia.org, krinklem...@gmail.com,
ryasm...@wikimedia.org
   Web browser: ---
   Mobile Platform: ---

With the following wikitext:

  __NOTOC__ 

  This is a test

  {|
  |-
  | valign="top" | 
  == Header  ==
  * point one
  * point two
  ...

VE starts up with the cursor on "This".  Pressing down once in FF ends up with
the cursor on the "Header" line.  In IE, it ends up on the "point one" line. 
Pressing up once in IE then puts the cursor on the "Header" line.

-- 
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 62024] VisualEditor: [Regression wmf16] TypeError: this.typeInput.getSelectedItem(...) is null appearing and cannot close the Media Settings dialog for an image with left position and border form

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

--- Comment #20 from ryasm...@wikimedia.org ---
Looks like its fixed in Betalabs.I tried the bonsai image in this page after
the fix has been merge , did not get that error whereas previously I was
getting it there:
http://en.wikipedia.beta.wmflabs.org/wiki/24thMarchrome

-- 
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 63045] New: Hovercards: tags should not be displayed in cards

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

Bug ID: 63045
   Summary: Hovercards:  tags should not be displayed
in cards
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Popups
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: dga...@wikimedia.org
CC: psax...@wikimedia.org, yuvipa...@gmail.com
   Web browser: ---
   Mobile Platform: ---

The  tags used by Extension:Translate show up in a card's summary of
a page (see attachment). They probably shouldn't.

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


[Bug 63045] Hovercards: tags should not be displayed in cards

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

Dan Garry  changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
   Severity|normal  |minor

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


[Bug 63034] Caching makes it impossible to test JS changes when logged out

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

--- Comment #2 from Antoine "hashar" Musso  ---
ssh deployment-bastion.pmtpa.wmflabs
cd /data/project/apache/common-local/

sudo su --login --shell /bin/bash  mwdeploy

touch!

:-]

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


[Bug 63031] VisualEditor: [Regression pre-wmf20] Uncaught TypeError: Cannot read property 'keyedNodes' of undefined appears while adding a reference in the page and makes VE unresponsive

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

--- Comment #3 from ryasm...@wikimedia.org ---
Verified the fix in
Betalabs:http://en.wikipedia.beta.wmflabs.org/wiki/Another24Marchrome?venotify=created

-- 
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 63044] New: Flow: Flow Notifications option has vanished on mww

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

Bug ID: 63044
   Summary: Flow: Flow Notifications option has vanished on mww
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Flow
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: pandiculat...@gmail.com
CC: ebernhard...@wikimedia.org, mpinc...@wikimedia.org,
pandiculat...@gmail.com, sp...@wikimedia.org
   Web browser: ---
   Mobile Platform: ---

I tried a variety of reply and thank actions, in this topic:
https://www.mediawiki.org/w/index.php?title=Talk:Sandbox&workflow=rrkvm14ffnu3cmx4

I did not receive any Notifications (onwiki or email) for any of the replies,
or mentions. I confirmed that all my userprefs ...oh!  

---> The "Flow" item has vanished from
https://www.mediawiki.org/wiki/Special:Preferences#mw-prefsection-echo (but is
still visible at
https://en.wikipedia.org/wiki/Special:Preferences#mw-prefsection-echo )


(Bug was first described in this topic
https://www.mediawiki.org/w/index.php?title=Talk:Flow&workflow=rrecqewz0xlbhe93
)

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


[Bug 63043] VisualEditor: save button remains greyed out in IE9 even after modifying the document

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

Mark A. Hershberger  changed:

   What|Removed |Added

Summary|VisualEditor: save button   |VisualEditor: save button
   |remains greyed out in IE|remains greyed out in IE9
   |even after modifying the|even after modifying the
   |document|document

-- 
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 63043] New: VisualEditor: save button remains greyed out in IE even after modifying the document

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

Bug ID: 63043
   Summary: VisualEditor: save button remains greyed out in IE
even after modifying the document
   Product: VisualEditor
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: General
  Assignee: jforrester+veteambztick...@wikimedia.org
  Reporter: m...@everybody.org
CC: jforres...@wikimedia.org, krinklem...@gmail.com,
ryasm...@wikimedia.org
   Web browser: ---
   Mobile Platform: ---

There is something that should be triggered to change the appearance of the
save button in IE that isn't being triggered.  I need to find it.

-- 
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 62614] Problem with getMobileToken in MobileContext

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

--- Comment #27 from Chris McMahon  ---

I chatted with Chris Steipp about this a bit: 

(03:53:51 PM) csteipp: So yeah, either the user doesn't have a session,
wsMobileToken in the session is getting overwritten, or the form isn't
correctly sending the token



(04:06:19 PM) csteipp: chrismcmahon: Yeah, times out for me. So the thing is to
narrow down which of those 3 is happening. A header capture of a failure would
help determine that.

I'll look into getting those headers with WireShark or something.

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


[Bug 63034] Caching makes it impossible to test JS changes when logged out

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

--- Comment #1 from Antoine "hashar" Musso  ---
Restarted bits cache on pmtpa. It did not help apparently.  Maybe touch the
javascript/css files ?

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


[Bug 63042] VisualEditor: Cite options are appearing as empty dialog on a new empty page for some time

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

ryasm...@wikimedia.org changed:

   What|Removed |Added

Summary|VisualEditor: Cite options  |VisualEditor: Cite options
   |are appearing as empty  |are appearing as empty
   |dialog box on a new empty   |dialog on a new empty page
   |page for some time  |for some time

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


[Bug 63042] New: VisualEditor: Cite options are appearing as empty dialog box on a new empty page for some time

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

Bug ID: 63042
   Summary: VisualEditor: Cite options are appearing as empty
dialog box on a new empty page for some time
   Product: VisualEditor
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: ContentEditable
  Assignee: jforrester+veteambztick...@wikimedia.org
  Reporter: ryasm...@wikimedia.org
CC: da...@sheetmusic.org.uk, jforres...@wikimedia.org,
krinklem...@gmail.com, ryasm...@wikimedia.org
   Web browser: ---
   Mobile Platform: ---

Created attachment 14900
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=14900&action=edit
Screenshot

Steps to reproduce:

1.Open a new page with VE
2.On this empty page select any option under Cite 

Observed Result:

The dialog box for cite options are appearing as empty dialog box 
After a long time , the required parameters for Cite options appear

Test Environment: http://en.wikipedia.beta.wmflabs.org/
Browser: Chrome Version 26.0.1410.65 & FF 25
OS: MAC OS X 10. 8. 5 
Page:http://en.wikipedia.beta.wmflabs.org/w/index.php?title=Another24Marchrome&veaction=edit

-- 
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 63041] New: phplint should detects PHP files not having the .php suffix

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

Bug ID: 63041
   Summary: phplint should detects PHP files not having the .php
suffix
   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: ebernhard...@wikimedia.org, g...@wikimedia.org,
has...@free.fr, innocentkil...@gmail.com,
krinklem...@gmail.com
   Web browser: ---
   Mobile Platform: ---

I have sent a PHP fatal error in the scap repository (fix:
https://gerrit.wikimedia.org/r/#/c/120692 )

EBernhardson wrote:

other repositories run the php linter, could this one too?  Since not
everything has the .php extension it would probably have to use the magic
number(ala /usr/bin/file) to decide or some such.



I guess find / file / xargs php -l would do the job indeed. If you can come up
with the shell commands to have it happen I will be more than happy.

We currently use the phplint macro which is:

  bin/git-changed-in-head php php5 inc phtml module install  | xargs -n1 -t
php -l

http://git.wikimedia.org/blob/integration%2Fjenkins-job-builder-config.git/f630f86f77b4afe1384b4d8bf3d5f0e02cae49ac/macro.yaml#L453


git-changed-in-head comes from integration/jenkins.git which is intended to
provides files having changed in HEAD (obviously :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 49116] Footer copyright notice should be displayed in user language rather than content language

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

--- Comment #9 from Gerrit Notification Bot  ---
Change 120696 had a related patch set uploaded by Kaldari:
Always render copyright notice in user language

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

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


[Bug 49116] Footer copyright notice should be displayed in user language rather than content language

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

Gerrit Notification Bot  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 62569] Italics and bold: multiple quote sequences

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

--- Comment #3 from ssas...@wikimedia.org ---
(In reply to C. Scott Ananian from comment #0)
> We have multiple html2wt regressions in the "Italics and bold: multiple
> quote sequences" tests, which were hidden because these tests were on the
> blacklist (the  insertion previously made the html2wt tests fail).
> 
> The failing tests, along with their wt2wt output (as "After") are:
> 
> Italics and bold: multiple quote sequences: (3,4,2)
> Before: '''foobar''
> foo'bar
> After:  '''foobar
> foo'bar'
> 
> Italics and bold: multiple quote sequences: (3,4,3)
> Before: '''foobar'''
> foo'bar
> After:  '''foobar''
> 'foobar'

This is messy because of the context-sensitive nature of how quotes get parsed.
Adding additional quotes for auto-closed italic tags changes the tokenization
and hence parse. While we do have the auto-insertion flags in the HTML, we
cannot use this unconditionally since edits could have changed the node.

However, for empty nodes that have auto-inserted flags, we can check DSR widths
to determine whether it is safe to use information from the flags. Will
experiment.

-- 
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 63037] VisualEditor: The Cite options inside reference are not showing up with the required parameters

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

James Forrester  changed:

   What|Removed |Added

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

--- Comment #2 from James Forrester  ---
This was caused by Beta Labs melting; now working again. Ish.

-- 
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 63040] New: Hovercards: tags should not be displayed in cards

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

Bug ID: 63040
   Summary: Hovercards:  tags should not be displayed
in cards
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Popups
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: dga...@wikimedia.org
CC: psax...@wikimedia.org, yuvipa...@gmail.com
   Web browser: ---
   Mobile Platform: ---

Created attachment 14899
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=14899&action=edit
 tag showing up in a card's summary

The  tags used by Extension:Translate show up in a card's summary of
a page (see attachment). They probably shouldn't.

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


[Bug 63039] VisualEditor: Console shows "Permission denied" on IE9 when VE is first initiated

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

James Forrester  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
Web browser|--- |Internet Explorer
  Component|General |Initialisation
 CC||krinklem...@gmail.com,
   ||ryasm...@wikimedia.org
   Assignee|gwi...@wikimedia.org|jforrester+veteambztickets@
   ||wikimedia.org
 Blocks||50085
Summary|Visual Editor: console  |VisualEditor: Console shows
   |shows "Permission denied"   |"Permission denied" on IE9
   |on IE9 when VE is first |when VE is first initiated
   |initiated   |
Product|Parsoid |VisualEditor

-- 
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 62623] phpunit segfaults when too many tests are run

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

Tim Starling  changed:

   What|Removed |Added

 CC||tstarl...@wikimedia.org

--- Comment #12 from Tim Starling  ---
The procedure in comment #1 didn't work for me, but I was able to reproduce it
on gallium with:

# su -s/bin/bash jenkins-slave
$ cd
/srv/ssd/jenkins-slave/workspace/mediawiki-core-phpunit-databaseless/tests/phpunit
$ php phpunit.php --with-phpunitdir
/srv/deployment/integration/phpunit/vendor/phpunit/phpunit --exclude-group
Database,Broken,ParserFuzz,Stub --conf
/srv/ssd/jenkins-slave/workspace/mediawiki-core-phpunit-databaseless/LocalSettings.php

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


[Bug 50085] VisualEditor: Internet Explorer compatibility (tracking)

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

James Forrester  changed:

   What|Removed |Added

 Depends on||63039

-- 
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 63039] New: Visual Editor: console shows "Permission denied" on IE9 when VE is first initiated

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

Bug ID: 63039
   Summary: Visual Editor: console shows "Permission denied" on
IE9 when VE is first initiated
   Product: Parsoid
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: General
  Assignee: gwi...@wikimedia.org
  Reporter: m...@everybody.org
CC: jforres...@wikimedia.org, ssas...@wikimedia.org
   Web browser: ---
   Mobile Platform: ---

From the console:

 SCRIPT70: Permission denied 
 Main_Page, line 1 character 1

Filing to track 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 50768] VisualEditor: Implement a better version of enwiki's reference pop-up for very easy reference inserting

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

James Forrester  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 50110] VisualEditor: Provide way for local wikis to auto-prompt reference templates

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

James Forrester  changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |RESOLVED
 Resolution|--- |FIXED
   Target Milestone|--- |VE-deploy-2014-03-27

-- 
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 50768] VisualEditor: Implement a better version of enwiki's reference pop-up for very easy reference inserting

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

James Forrester  changed:

   What|Removed |Added

   Target Milestone|--- |VE-deploy-2014-03-27

-- 
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 50458] VisualEditor: Improvements to reference editing, including local wiki-specific workflows

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

Bug 50458 depends on bug 50110, which changed state.

Bug 50110 Summary: VisualEditor: Provide way for local wikis to auto-prompt 
reference templates
https://bugzilla.wikimedia.org/show_bug.cgi?id=50110

   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 60768] VisualEditor: Better, automatic reference adding within VE (including parsing destination URL, access timestamps, and intelligent defaults)

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

Bug 60768 depends on bug 50768, which changed state.

Bug 50768 Summary: VisualEditor: Implement a better version of enwiki's 
reference pop-up for very easy reference inserting
https://bugzilla.wikimedia.org/show_bug.cgi?id=50768

   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 62024] VisualEditor: [Regression wmf16] TypeError: this.typeInput.getSelectedItem(...) is null appearing and cannot close the Media Settings dialog for an image with left position and border form

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

--- Comment #19 from Gerrit Notification Bot  ---
Change 120057 merged by jenkins-bot:
Fix 'original dimensions' async call in MediaEdit dialog

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

-- 
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 63037] VisualEditor: The Cite options inside reference are not showing up with the required parameters

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

--- Comment #1 from ryasm...@wikimedia.org ---
Created attachment 14898
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=14898&action=edit
how it appears on CE with the required parameters

-- 
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 62024] VisualEditor: [Regression wmf16] TypeError: this.typeInput.getSelectedItem(...) is null appearing and cannot close the Media Settings dialog for an image with left position and border form

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

James Forrester  changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |RESOLVED
 Resolution|--- |FIXED
   Target Milestone|VE-deploy-2014-03-06|VE-deploy-2014-03-27

-- 
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 62024] VisualEditor: [Regression wmf16] TypeError: this.typeInput.getSelectedItem(...) is null appearing and cannot close the Media Settings dialog for an image with left position and border form

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

--- Comment #18 from Gerrit Notification Bot  ---
Change 120691 had a related patch set uploaded by Catrope:
Fix 'original dimensions' async call in MediaEdit dialog

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

-- 
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 63038] New: Visual Editor: Can't create new paragraph with by hitting return in IE

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

Bug ID: 63038
   Summary: Visual Editor: Can't create new paragraph with by
hitting return in IE
   Product: VisualEditor
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: ContentEditable
  Assignee: jforrester+veteambztick...@wikimedia.org
  Reporter: m...@everybody.org
CC: da...@sheetmusic.org.uk, jforres...@wikimedia.org,
krinklem...@gmail.com, ryasm...@wikimedia.org
   Web browser: ---
   Mobile Platform: ---

Typing return to generate a new paragraph in FF works.  Filing this to ask for
a pointer to figure out how I might track it down and fix it.

-- 
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 62024] VisualEditor: [Regression wmf16] TypeError: this.typeInput.getSelectedItem(...) is null appearing and cannot close the Media Settings dialog for an image with left position and border form

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

--- Comment #17 from Gerrit Notification Bot  ---
Change 120690 had a related patch set uploaded by Catrope:
Fix 'original dimensions' async call in MediaEdit dialog

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

-- 
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 63037] VisualEditor: The Cite options inside reference are not showing up with the required parameters

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

ryasm...@wikimedia.org changed:

   What|Removed |Added

Summary|VisualEditor: The Cite  |VisualEditor: The Cite
   |options inside reference|options inside reference
   |are not showing up with the |are not showing up with the
   |fields  |required parameters

-- 
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 63037] New: VisualEditor: The Cite options inside reference are not showing up with the fields

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

Bug ID: 63037
   Summary: VisualEditor: The Cite options inside reference are
not showing up with the fields
   Product: VisualEditor
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Editing Tools
  Assignee: jforrester+veteambztick...@wikimedia.org
  Reporter: ryasm...@wikimedia.org
CC: jforres...@wikimedia.org, krinklem...@gmail.com,
rm...@wikimedia.org, ryasm...@wikimedia.org,
tpars...@wikimedia.org
   Web browser: ---
   Mobile Platform: ---

Created attachment 14897
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=14897&action=edit
Without any required parameters

Steps to reproduce:


1,Open a page with VE
2.Insert a reference
3.Open the reference dialog box select any option under Cite
(Website/Book/Newspaper/Journal)

Observe Result:
None of the required parameters are showing up , in all cases the dialog to add
a transclusion comes up.


See the screenshot attached


Test Environment: http://en.wikipedia.beta.wmflabs.org/
Browser: Chrome Version 26.0.1410.65 
OS: MAC OS X 10. 8. 5 
Page:http://en.wikipedia.beta.wmflabs.org/w/index.php?title=Another24Marchrome&veaction=edit

-- 
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 55635] New mailing list for centralnotice admins

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

Rob Halsell  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #7 from Rob Halsell  ---
Adam,

I've created the list centralnotice-admins and added your wikimedia.org email
address as the list administrator.  The random password for list admin will be
sent there.

You can distribute the list password to other folks.  I wasn't sure if this
should be able to join by anyone, so right now its set to confirm and approve. 
You can change that as needed in privacy options for list adminstration.

List is created, resolving ticket.

-- 
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 63031] VisualEditor: [Regression pre-wmf20] Uncaught TypeError: Cannot read property 'keyedNodes' of undefined appears while adding a reference in the page and makes VE unresponsive

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

James Forrester  changed:

   What|Removed |Added

   Priority|Unprioritized   |High
 Status|PATCH_TO_REVIEW |RESOLVED
 Resolution|--- |FIXED
   Assignee|tpars...@wikimedia.org  |roan.katt...@gmail.com
   Target Milestone|--- |VE-deploy-2014-03-27
Summary|VisualEditor: Uncaught  |VisualEditor: [Regression
   |TypeError: Cannot read  |pre-wmf20] Uncaught
   |property 'keyedNodes' of|TypeError: Cannot read
   |undefined  appears while|property 'keyedNodes' of
   |adding a reference in the   |undefined  appears while
   |page and makes VE   |adding a reference in the
   |unresponsive|page and makes VE
   ||unresponsive

-- 
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 35553] Creation of Wikimedia mailing list for Nepali Wikipedia [wikimedia-ne]

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

Rob Halsell  changed:

   What|Removed |Added

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

--- Comment #11 from Rob Halsell  ---
I've created Wikipedia-NE mailing list with lotusnagar...@gmail.com as list
admin (since that is the email of the original BZ request.)

That list admin password was emailed to lotusnagar...@gmail.com after random
generation, which can be shared with other list admins (which
lotusnagar...@gmail.com can also add).

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


[Bug 54844] Image / media handling tracker bug

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

Bug 54844 depends on bug 62805, which changed state.

Bug 62805 Summary: Serialization of modified images sometimes outputs NaNxNaNpx
https://bugzilla.wikimedia.org/show_bug.cgi?id=62805

   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


  1   2   3   4   5   >