[Bug 71252] EventLogging on alpha anonymous editing being thrown away

2014-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71252

--- Comment #6 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 165251 merged by jenkins-bot:
Fix username for anonymous editing in MobileWebEditing

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

-- 
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 71748] Display MathML when MathPlayer is installed

2014-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71748

--- Comment #7 from Frédéric Wang fred.w...@free.fr ---
Also this requires a DOM to be used and might be affected by the surrounding
context, might be too strict (only 1px error is tolerated) or not enough (there
is not 100% guarantee that a browser will not give the right size. For example
I notice that IE boxes for unknown elements sometimes have non-zero size)

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


[Bug 71729] HttpRequest: Failing under PHP 5.6 (CURLOPT_CLOSEPOLICY not defined)

2014-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71729

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 71252] EventLogging on alpha anonymous editing being thrown away

2014-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71252

Jon jrob...@wikimedia.org 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 71370] (Cannot contact the database server: Too many connections ())

2014-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71370

--- Comment #13 from Nik Everett neverett+bugzi...@wikimedia.org ---
I have the following vagrant roles enabled:
apisandbox
betafeatures
cirrussearch
geodata


And that triggers it.  Zend stops it.

You can reproduce it simply by reloading the main page about 40-50 times. 
It'll start blowing up every time really fast.  You can also reproduce it by
running the Cirrus test suite against it.

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


[Bug 71748] Display MathML when MathPlayer is installed

2014-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71748

--- Comment #5 from physikerwelt phy...@ckurs.de ---
What do you think is the problem with this approach:
  function hasMathMLSupport() {
  var div = document.createElement(div), box;
  div.innerHTML = mathmspace height='23px' width='77px'//math;
  document.body.appendChild(div);
  box = div.firstChild.firstChild.getBoundingClientRect();
  document.body.removeChild(div);
  return Math.abs(box.height - 23) = 1   Math.abs(box.width - 77) = 1;
  }

Independent of the actual implementation of hasMathMLSupport() I think we
should create such a function that can be updated depending on the latests
changes in the browser jungle.

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


[Bug 71729] HttpRequest: Failing under PHP 5.6 (CURLOPT_CLOSEPOLICY not defined)

2014-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71729

--- Comment #1 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 162825 had a related patch set uploaded by Dan-nl:
Updated cURL constants array

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

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


[Maniphest] [Commented On] T518: Users CCed in private tasks should be able to access them

2014-10-07 Thread chasemp
chasemp added a comment.

Side note to understand my voicing of concerns upstream, in the normal context 
a user without Edit permissions cannot CC other users as that menu is hidden 
and locked down.  But any user, including those without Edit permission AFAICT 
can @mention a username and get them CC'd.  Thus if CC users are automatically 
a side-door to the view policy it renders the Edit policy impotent for 
controlling access to a ticket.  Whether that's good or bad I guess is 
subjective, but I would argue it's not obvious / least-surprise behavior and so 
undesirable from a security perspective.

Additionally, it's very common so far for people to disable the email me when 
subscribers change  in their profile since it is so noisy for many tickets, 
especially in our context, so keeping track of who is CC'd and who isn't from 
an audit perspective is a PITA. Not to mention any response would be 
post-information-leak.

TASK DETAIL
  https://phabricator.wikimedia.org/T518

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

To: Qgil, chasemp
Cc: wikibugs-l, Qgil, mmodell, chasemp, Aklapper, Dzahn, csteipp, greg



___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 71752] The search did not return correct results

2014-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71752

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

   What|Removed |Added

 CC||aklap...@wikimedia.org

--- Comment #1 from Andre Klapper aklap...@wikimedia.org ---
Thanks for taking the time to report this!

Which exact MediaWiki version is this about?

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


[Maniphest] [Updated] T553: Engineering Community team goals for October 2014

2014-10-07 Thread Qgil
Qgil added a blocking task: T567: Decide on MediaWiki Developer Summit 
scholarships by the end of Oct. .

TASK DETAIL
  https://phabricator.wikimedia.org/T553

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

To: Qgil
Cc: wikibugs-l, Qgil, Rfarrand, Aklapper



___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 71751] Missing text for interwiki link error message

2014-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71751

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

   What|Removed |Added

 CC||aklap...@wikimedia.org

--- Comment #2 from Andre Klapper aklap...@wikimedia.org ---
Thanks for taking the time to report this!

How to exactly performing this linking? 
Exact steps to reproduce are welcome.

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


[Bug 70672] User specified CSS loads on Special:Preferences / Special:UserLogin

2014-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70672

Marc Schiffres schiff...@gmail.com changed:

   What|Removed |Added

 CC||schiff...@gmail.com

--- Comment #26 from Marc Schiffres schiff...@gmail.com ---
I'm in agreement with Alexia and Bawolff (and kgh). For sites that use that use
massive custom changes to their skins, such as the background color or the
sidebar, having all this not show up on Special:Preferences or
Special:UserLogin really takes away more than the minimal security it adds.
Given that, as Alexia said, only administrators can even edit these interface
pages, it's only reasonable that they should affect the entire site. Using my
own site as example: http://grisaiawiki.net/ where I changed all sorts of
colors and styles through Common.css, I was a bit off-put when I noticed that
my changes aren't showing up on a few pages. User-specific CSS and JS not
showing up on these pages is fair, but site-wide interface edits should get
through.

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


[Bug 71753] New: Update and rename make-extension-branches script to also handle skin branches

2014-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71753

Bug ID: 71753
   Summary: Update and rename make-extension-branches script to
also handle skin branches
   Product: Wikimedia
   Version: wmf-deployment
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: General/Unknown
  Assignee: mhershber...@wikimedia.org
  Reporter: matma@gmail.com
Blocks: 69248
   Web browser: ---
   Mobile Platform: ---

Update and rename make-extension-branches script to also handle skin branches.

-- 
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 69248] Package basic skins with the MediaWiki tarball 1.24 and later

2014-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=69248

Bartosz Dziewoński matma@gmail.com changed:

   What|Removed |Added

 Depends on||71753

-- 
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 71753] Update and rename make-extension-branches script to also handle skin branches

2014-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71753

James Forrester jforres...@wikimedia.org changed:

   What|Removed |Added

 CC||jforres...@wikimedia.org
   Assignee|mhershber...@wikimedia.org  |m...@everybody.org

--- Comment #1 from James Forrester jforres...@wikimedia.org ---
Fix which Mark Hershberger account. :-)

-- 
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 71669] Enable Extension:Echo on fa.wikivoyage

2014-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71669

--- Comment #2 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 164491 abandoned by Reedy:
Enable Echo for Persian Wikivoyage

Reason:
Didn't see this earlier! I created the database tables and enabled the
extension in other patch

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

-- 
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 71753] Update and rename make-extension-branches script to also handle skin branches

2014-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71753

Greg Grossmeier g...@wikimedia.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||g...@wikimedia.org

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


[Bug 71580] VisualEditor: [Regression wmf 2] Deleting any focusable node throws error:NS_ERROR_FAILURE: in Firefox and wrong context menu starts appearing for other nodes

2014-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71580

--- Comment #7 from Rummana Yasmeen ryasm...@wikimedia.org ---
Verified the fix in Betalabs

-- 
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 71580] VisualEditor: [Regression wmf2] Deleting any focusable node throws error:NS_ERROR_FAILURE: in Firefox and wrong context menu starts appearing for other nodes

2014-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71580

James Forrester jforres...@wikimedia.org changed:

   What|Removed |Added

Summary|VisualEditor: [Regression   |VisualEditor: [Regression
   |wmf 2] Deleting any |wmf2] Deleting any
   |focusable node throws   |focusable node throws
   |error:NS_ERROR_FAILURE:   |error:NS_ERROR_FAILURE:
   |in Firefox and wrong|in Firefox and wrong
   |context menu starts |context menu starts
   |appearing for other nodes   |appearing for other nodes

-- 
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


[Maniphest] [Retitled] T537: Wiki Release Team October 2014 goals

2014-10-07 Thread Qgil
Qgil changed the title from Wiki Release Team October 2015 goals to Wiki 
Release Team October 2014 goals.

TASK DETAIL
  https://phabricator.wikimedia.org/T537

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

To: Mglaser, Qgil
Cc: wikibugs-l, Qgil, Palexis, MarkAHershberger, Mglaser



___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 71681] Enable import on fa.wikivoyage

2014-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71681

--- Comment #4 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 164933 merged by jenkins-bot:
Enable import on fa.wikivoyage

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

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


[Maniphest] [Edited] T537: Wiki Release Team October 2014 goals

2014-10-07 Thread Qgil
Qgil edited the task description.

TASK DETAIL
  https://phabricator.wikimedia.org/T537

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

To: Mglaser, Qgil
Cc: wikibugs-l, Qgil, Palexis, MarkAHershberger, Mglaser



___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 71709] Change autoconfirmed settings on fa.wikivoyage

2014-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71709

--- Comment #2 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 165014 merged by jenkins-bot:
Require 10 edits for autoconfirmed on fa.wikivoyage

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

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


[Bug 60917] Back/Forward button doesn't show up when operating in standalone app mode

2014-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=60917

--- Comment #5 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 165315 had a related patch set uploaded by Robmoen:
Remove apple web app capable mode from skin

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

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


[Bug 60917] Back/Forward button doesn't show up when operating in standalone app mode

2014-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=60917

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 71668] Add namespace alias on fa.wikivoyage

2014-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71668

--- Comment #3 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 164773 merged by jenkins-bot:
Add namespace alias on fa.wikivoyage

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

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


[Bug 71675] Preview with PediaPress defunct

2014-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71675

--- Comment #8 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 165239 merged by jenkins-bot:
Disable PediaPress POD function.

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

-- 
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 71669] Enable Extension:Echo on fa.wikivoyage

2014-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71669

Calak calakw...@yahoo.com changed:

   What|Removed |Added

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

--- Comment #3 from Calak calakw...@yahoo.com ---
Thank you.

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


[Bug 66492] Add mathoid database table

2014-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66492

--- Comment #24 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 139421 merged by jenkins-bot:
Re-enable all Math modes

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

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


[Bug 66587] Math: fatal errors

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

--- Comment #14 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 139421 merged by jenkins-bot:
Re-enable all Math modes

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

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


[Maniphest] [Changed CC] T530: Document QA requirements of MediaWiki releases

2014-10-07 Thread Qgil
Qgil added subscribers: csteipp, greg.

TASK DETAIL
  https://phabricator.wikimedia.org/T530

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

To: MarkAHershberger, Qgil
Cc: wikibugs-l, Palexis, Qgil, MarkAHershberger, Mglaser, csteipp, greg



___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 71464] Enable 'other projects' from Wikidata on itwikivoyage

2014-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71464

--- Comment #6 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 164719 merged by jenkins-bot:
Enable otherProjectsLinks by default on itwikivoyage

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

-- 
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 71381] Enable Extension:Education Program on Catalan Wikipedia

2014-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71381

--- Comment #8 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 164532 merged by jenkins-bot:
Enable EducationProgram extension on cawiki

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

-- 
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 38837] [Planet] Link to post in feeds is missing, makes aggregator load the planet instead

2014-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38837

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED
 Resolution|WORKSFORME  |FIXED

--- Comment #8 from Nemo federicol...@tiscali.it ---
Yay new blog post at last :)
http://apergos.wordpress.com/2014/10/07/docker-and-salt-redux/

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


[Bug 71403] Disable local uploads where unused: some wikis with little or no local file work

2014-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71403

--- Comment #4 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 163906 merged by jenkins-bot:
Remove one wiki included by mistake in aeacad551

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

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


[Bug 71403] Disable local uploads where unused: some wikis with little or no local file work

2014-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71403

Nemo federicol...@tiscali.it 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 70589] Wikilinks in subpage flow-boards are incorrect, by having the root page prefixed to all internal links

2014-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=70589

Quiddity pandiculat...@gmail.com changed:

   What|Removed |Added

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

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


[Maniphest] [Created] T571: Make wikibugs parse phab emails send messages

2014-10-07 Thread valhallasw
valhallasw created this task.
valhallasw added subscribers: Aklapper, chasemp, mmodell, Qgil, Dzahn, greg, 
Legoktm, Elitre, valhallasw, Eloquence, Liuxinyu970226, Ladsgroup, 
Jdforrester-WMF, scfc.
valhallasw added projects: Wikimedia Phabricator RfC, Bugzilla-Migration.
valhallasw changed Security from none to none.

TASK DESCRIPTION
  I'm keeping this task parallel with T324; whichever is solved first will be 
the way to go ;-)
  
  Wikibugs-l now also serves Phab e-mails, and they are received in good order 
at the wikibugs account. This is the format Phab uses:
  ```
  Date: Mon, 6 Oct 2014 18:55:01 +
  From: mmodell nore...@phabricator.wikimedia.org
  Subject: [Maniphest] T453: Have phabricator send emails to wikibugs-l list 
for all task updates
  Thread-Topic: T453: Have phabricator send emails to wikibugs-l list for all 
task updates
  X-Herald-Rules: none, 1, 2
  X-Phabricator-Projects: #bugzilla-migration
  X-Phabricator-To: PHID-USER-fn7qnpccfbitivgtw2rt
  X-Phabricator-Cc: PHID-USER-hgn5uw2jafgjgfvxibhh
  X-Phabricator-Cc: PHID-USER-fn7qnpccfbitivgtw2rt
  X-Phabricator-Cc: PHID-USER-lluzkul4z7us4sxkayss
  X-Phabricator-Cc: PHID-USER-3neel27i7dyu62jbbx2l
  X-Phabricator-Cc: PHID-USER-z3l4i7dl52qicxtephy5
  X-Phabricator-Cc: PHID-USER-v7vgzvvcw7v2umf737ri
  X-Phabricator-Cc: PHID-USER-wil4b5lylrvf3krixlkl
  X-Phabricator-Cc: PHID-USER-766idcqt4jkngnnuhnrj
  X-Phabricator-Cc: PHID-USER-muirnivxp5hzppn2a3z7
  X-Phabricator-Cc: PHID-USER-7ey733eainlhx5xqp4d3
  X-Phabricator-Sent-This-Message: Yes
  X-Phabricator-Mail-Tags: maniphest-status, maniphest-comment
  
  
  mmodell closed this task as Resolved.
  mmodell added a comment.
  
  Done. The list is getting mail from maniphest, see here: 
https://www.mail-archive.com/wikibugs-l@lists.wikimedia.org/msg433371.html
  
  TASK DETAIL
https://phabricator.wikimedia.org/T453
  
  REPLY HANDLER ACTIONS
Reply to comment or attach files, or !close, !claim, !unsubscribe or 
!assign username.
  
  To: mmodell
  Cc: Aklapper, mmodell, Qgil, chasemp, greg, Legoktm, Elitre, Eloquence, 
valhallasw, jeremyb
  ```
  
  Of course, these mails are not parsed correctly, and the parser raises an 
Exception.
  
  There are two possible routes to implement this;
  1) parse phab e-mails in the same intermediate format we use for bugzilla:
  
  
  ```
  {'Date': 'Tue, 07 Oct 2014 19:02:44 +',
   'Subject': '[Bug 71681] Enable import on fa.wikivoyage',
   'X-Bugzilla-Assigned-To': 'wikibugs-l@lists.wikimedia.org',
   'X-Bugzilla-Changed-Fields': '',
   'X-Bugzilla-Component': 'Site requests',
   'X-Bugzilla-Flags': '',
   'X-Bugzilla-Keywords': 'shell',
   'X-Bugzilla-Priority': 'Normal',
   'X-Bugzilla-Product': 'Wikimedia',
   'X-Bugzilla-Reason': 'AssignedTo CC',
   'X-Bugzilla-Severity': 'enhancement',
   'X-Bugzilla-Status': 'PATCH_TO_REVIEW',
   'X-Bugzilla-Target-Milestone': '---',
   'X-Bugzilla-Type': 'changed',
   'X-Bugzilla-URL': 'https://bugzilla.wikimedia.org/',
   'X-Bugzilla-Version': 'wmf-deployment',
   'X-Bugzilla-Watch-Reason': 'None',
   'X-Bugzilla-Who': 'gerritad...@wikimedia.org',
   'comment': 'Change 164933 merged by jenkins-bot:\n'
  'Enable import on fa.wikivoyage\n'
  '\n'
  'https://gerrit.wikimedia.org/r/164933\n',
   'commentnumber': 4,
   'email': 'gerritad...@wikimedia.org',
   'realname': 'Gerrit Notification Bot',
   'shorturl': 'https://bugzilla.wikimedia.org/71681',
   'shorturltocomment': 'https://bugzilla.wikimedia.org/71681#c4',
   'summary': 'Enable import on fa.wikivoyage',
   'url': 'https://bugzilla.wikimedia.org/show_bug.cgi?id=71681'}```
  
  and use the same [[ 
https://github.com/wikimedia/labs-tools-pywikibugs/blob/master/pywikibugs.py#L90
 | output logic ]]. However, as you can see, the internal format (and thus also 
the output logic) are pretty bugzilla-specific, due to all the X-Bugzilla 
parameters. Those are also used in the output logic. In addition, Bugzilla 
//concepts// are used extensively, such as the Product»Component setup, as well 
as the names of priorities and severities. Do we have severities in Phab?
  
  2) Only use the same input (from redis) and output (to IRC). I think this 
will be less work, but by keeping the underlying base, we keep the current 
stability.
  
  
  **However**. The mail format used by phab is still not machine-parsable, so 
we end up needing the same hacks as in bugzilla. To make matters worse, the 
Phab format looks even less machine readable -- different contexts are only 
separated by newlines, and the format is more 'human' than bugzilla's. A few 
examples:
  
  1)
  ```qgil changed the title from Wikibugs IRC bot should stream Phabricator 
activity to IRC bot to report Phabricator activity exactly like Wikibugs does 
with Bugzilla.
  ```
  -- I have no clue what that would to with titles with 's
  
  2)
  ```
  greg added a blocking task: T504: Have wikiphabot follow the same channel 
announce rules as wikibugs.
  ```
  

[Bug 71128] Jenkins: lanthanum/gallium tmpfs are filling up with stale tmp files

2014-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71128

Antoine hashar Musso has...@free.fr changed:

   What|Removed |Added

Summary|Jenkins:  lanthanum tmpfs   |Jenkins:  lanthanum/gallium
   |is filling up with stale|tmpfs are filling up with
   |tmp files   |stale tmp 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 71128] Jenkins: lanthanum/gallium tmpfs are filling up with stale tmp files

2014-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71128

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

   What|Removed |Added

   See Also||https://rt.wikimedia.org/Ti
   ||cket/Display.html?id=8582

--- Comment #4 from Sam Reed (reedy) s...@reedyboy.net ---
RT 8582 for requesting more ram in those 2 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 71400] When an image is deleted on target wiki, At imagetransfer.py (code upload.py) asks many times: Do you want to ignore? ([y]es, [N]o)

2014-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71400
Bug 71400 depends on bug 58907, which changed state.

Bug 58907 Summary: Site.upload(ignore_warnings=True) will still raise 
UploadWarnings
https://bugzilla.wikimedia.org/show_bug.cgi?id=58907

   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 58907] Site.upload(ignore_warnings=True) will still raise UploadWarnings

2014-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58907

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

   What|Removed |Added

 Status|PATCH_TO_REVIEW |RESOLVED
 CC||mpaa.w...@gmail.com
 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 58285] Minimize number of thumb sizes used in MobileFrontend extension

2014-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58285

--- Comment #11 from Bahodir Mansurov bmansu...@wikimedia.org ---
Would it be a good idea to use some value closer to 56px (as Ryan mentioned),
and not use 80px for search? Also, TINY image width is also used in less -
changing its value may cause some other issues. Maybe create a new variable for
search?

-- 
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 55198] pagefromfile.py crashes when a title exists and is a redirect

2014-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55198

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

   What|Removed |Added

 Status|PATCH_TO_REVIEW |RESOLVED
 CC||mpaa.w...@gmail.com
 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 71668] Add namespace alias on fa.wikivoyage

2014-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71668

Calak calakw...@yahoo.com changed:

   What|Removed |Added

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

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


[Bug 71709] Change autoconfirmed settings on fa.wikivoyage

2014-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71709

Calak calakw...@yahoo.com changed:

   What|Removed |Added

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

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


[Maniphest] [Commented On] T530: Document QA requirements of MediaWiki releases

2014-10-07 Thread MarkAHershberger
MarkAHershberger added a comment.

I have a list of QA things that need to be Markus has asked me to add to the 
make-release script:

* Have there been any merged commits since the last version tag?
* Are there any unmerged changes in gerrit?
* Are there open bugs with Status patch_to_review?
* Are there any changes in the master branches of extensions which are not 
backported to the release branches?

TASK DETAIL
  https://phabricator.wikimedia.org/T530

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

To: MarkAHershberger
Cc: wikibugs-l, Palexis, Qgil, MarkAHershberger, Mglaser, csteipp, greg



___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 58285] Minimize number of thumb sizes used in MobileFrontend extension

2014-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58285

--- Comment #12 from Jon jrob...@wikimedia.org ---
MM wgMFThumbnailTiny is probably being abused there.
I'd suggest replacing the css rule with min-height: 50px;

-- 
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 71128] Jenkins: lanthanum/gallium tmpfs are filling up with stale tmp files

2014-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71128

--- Comment #5 from Antoine hashar Musso has...@free.fr ---
We can use a postbuilder publisher that execute a shell script to teardown the
database.  Should be done in jobs creating sqlite databases such as the ones
having the macro prepare-mediawiki-qunit (being renamed to prepare-mediawiki).

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


[Bug 60917] Back/Forward button doesn't show up when operating in standalone app mode

2014-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=60917

--- Comment #6 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 165315 merged by jenkins-bot:
Remove apple web app capable mode from skin

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

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


[Bug 65353] VisualEditor: Blue link / red link logic should descend into links inside generated content nodes (e.g. templates)

2014-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65353

--- Comment #3 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 165240 had a related patch set uploaded by Alex Monk:
Apply link styling logic to transclusion nodes

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

-- 
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 65353] VisualEditor: Blue link / red link logic should descend into links inside generated content nodes (e.g. templates)

2014-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65353

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 67948] SecurityException: Permission denied (missing INTERNET permission?)

2014-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=67948

--- Comment #6 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 165246 merged by BearND:
Catch SecurityException and rethrow as ApiException.

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

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


[Bug 71754] New: Flow is broken on the mobile app

2014-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71754

Bug ID: 71754
   Summary: Flow is broken on the mobile app
   Product: MediaWiki extensions
   Version: master
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Flow
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: mflasc...@wikimedia.org
CC: dga...@wikimedia.org, dh...@wikimedia.org,
ebernhard...@wikimedia.org, mpinc...@wikimedia.org,
pandiculat...@gmail.com, sp...@wikimedia.org
   Web browser: ---
   Mobile Platform: ---

Created attachment 16695
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=16695action=edit
Mobile app on Android

Flow is broken in various ways on the mobile app (tested on Android, but Dan
Garry tested on iOS).  For example:

1. It shows the title as false.
2. It shows a bogus edit link next to false.  When you click that the mobile
app shows:

Could not reach the network :( 
Retry

This is probably because the the mobile app is assuming any API failure is a
network failure, which is not correct in this case.

Since it apparently gets the no-JS experience, it sends you back to the web
when you click any interaction (e.g. Start a new topic).  This is actually
better than staying the app and messing up the UI.

For now, it should not let the user move from the mobile web to the mobile app
(for example, the robot that lets you move web = app on Android should not
display), and if possible it should send them back from the app to web if they
try to visit a Flow 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 60917] Back/Forward button doesn't show up when operating in standalone app mode

2014-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=60917

Jon jrob...@wikimedia.org changed:

   What|Removed |Added

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

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


[Bug 71723] Move https://noc.wikimedia.org/conf/ to a wiki page on wikitech.wikimedia.org

2014-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71723

--- Comment #3 from Krinkle krinklem...@gmail.com ---
(In reply to Sam Reed (reedy) from comment #2)
 Or we switch it to something like the wikipedia (et al) portals -
 https://www.wikipedia.org/

How's that better than a wikipage? That'll be subject to the same limitations
(no globbing of the actual repos), except that it allows arbitrary HTML, which
doesn't seem very valuable for a list of just external links and some section
headers (probably easier as wikitext).

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


[Maniphest] [Commented On] T518: Users CCed in private tasks should be able to access them

2014-10-07 Thread Qgil
Qgil added a comment.

! In T518#9157, @chasemp wrote:
 * But if you add a CC user who cannot edit an issue who wants to add another 
 CC user who is not allowed via the View policy, I think that's where we enter 
 territory we are talking about?

Others please correct me if I'm wrong, but I believe this is not a requirement 
we are having from Bugzilla (I don't know RT practices enough). The current 
situation is that anybody CCed is allowed to access the information and be 
active in the ticket. If we trust them to view, we trust them to edit, and to 
CC others. If we have any concern in any of these aspects, then we don't CC 
them.

You are saying that there would be the possibility to allow view access to CCed 
users, but then no possibility for them to ad other people in CC. I'm not sure 
we want to use this view-only mode, but if we do, it make total sense not to 
allow them to CC others. 

So maybe we don't have a problem at all?

TASK DETAIL
  https://phabricator.wikimedia.org/T518

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

To: Qgil
Cc: wikibugs-l, Qgil, mmodell, chasemp, Aklapper, Dzahn, csteipp, greg



___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Maniphest] [Changed Project Column] T570: MediaWiki Core Team Offsite: San Diego

2014-10-07 Thread Qgil
Qgil moved this task to Doing on the Engineering-Community workboard.

TASK DETAIL
  https://phabricator.wikimedia.org/T570

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

To: Rfarrand, Qgil
Cc: wikibugs-l, Rfarrand, Qgil



___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Maniphest] [Retitled] T569: October 22, Wikimedia Tech Meetup

2014-10-07 Thread Qgil
Qgil changed the title from October 22, Engineering Meetup to October 22, 
Wikimedia Tech Meetup.
Qgil edited the task description.

TASK DETAIL
  https://phabricator.wikimedia.org/T569

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

To: Rfarrand, Qgil
Cc: wikibugs-l, Rfarrand, Qgil



___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Maniphest] [Changed Project Column] T568: Two Tech Talks for October

2014-10-07 Thread Qgil
Qgil moved this task to Doing on the Engineering-Community workboard.

TASK DETAIL
  https://phabricator.wikimedia.org/T568

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

To: Rfarrand, Qgil
Cc: wikibugs-l, Rfarrand, Qgil



___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Maniphest] [Changed Project Column] T569: October 22, Wikimedia Tech Meetup

2014-10-07 Thread Qgil
Qgil moved this task to Ready to Go on the Engineering-Community workboard.

TASK DETAIL
  https://phabricator.wikimedia.org/T569

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

To: Rfarrand, Qgil
Cc: wikibugs-l, Rfarrand, Qgil



___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Maniphest] [Changed Project Column] T565: Recruit a Senior Technical Writer for the Engineering Community team

2014-10-07 Thread Qgil
Qgil moved this task to Doing on the Engineering-Community workboard.

TASK DETAIL
  https://phabricator.wikimedia.org/T565

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

To: Qgil
Cc: wikibugs-l, Qgil, Rfarrand



___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 71128] Jenkins: lanthanum/gallium tmpfs are filling up with stale tmp files

2014-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71128

Antoine hashar Musso has...@free.fr changed:

   What|Removed |Added

   Assignee|wikibugs-l@lists.wikimedia. |has...@free.fr
   |org |
   Severity|critical|normal

--- Comment #6 from Antoine hashar Musso has...@free.fr ---
That is surely annoying but not that critical imho.

Now that I have completed the Zuul cloner sprint, I will adjust the Jenkins
jobs to delete the sqlite file on completion (suggested on Comment #1).

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


[Maniphest] [Changed Project Column] T566: All WMF Engineers should be registered for the MediaWiki Developers Summit 2015

2014-10-07 Thread Qgil
Qgil moved this task to Doing on the Engineering-Community workboard.

TASK DETAIL
  https://phabricator.wikimedia.org/T566

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

To: Rfarrand, Qgil
Cc: wikibugs-l, Rfarrand, Qgil



___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 23965] Appends link to Kaltura

2014-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23965

--- Comment #16 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 165119 abandoned by Kaldari:
Remove link to Kaltura from video player

Reason:
Apparently the proper way to attribute Kaltura hasn't been settled, so
abandoning for now.

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

-- 
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 23965] Appends link to Kaltura

2014-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23965

Ryan Kaldari rkald...@wikimedia.org changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |RESOLVED
 CC||rkald...@wikimedia.org
 Resolution|--- |WONTFIX

--- Comment #17 from Ryan Kaldari rkald...@wikimedia.org ---
This is going to be addressed by the next version of the player, but isn't
going to be changed in the current implementation.

-- 
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 67948] SecurityException: Permission denied (missing INTERNET permission?)

2014-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=67948

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

   What|Removed |Added

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

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


[Maniphest] [Retitled] T552: https://bugzillapreview.wmflabs.org/ migration preview instance

2014-10-07 Thread luser
luser changed the title from Phabricator-Bugzilla migration test instance to 
https://bugzillapreview.wmflabs.org/ migration preview instance.

TASK DETAIL
  https://phabricator.wikimedia.org/T552

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

To: chasemp, luser
Cc: wikibugs-l, Qgil, jeremyb, Aklapper



___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Maniphest] [Commented On] T553: Engineering Community team goals for October 2014

2014-10-07 Thread Qgil
Qgil added a comment.

Robla advised me to create a project for this monthly sprint in order to have a 
workboard to follow the progress. He said that if we want to set a precedent we 
better do it right, based on sprints like most WMF teams will do, and showing a 
Trello-like board as reference instead of a Bugzilla-like list of blocking 
tasks.

He has a point... Also, maybe this way we can add some flexibility between the 
official goals (all blocking this task) and other ECT tasks that we also want 
to work on this month (bonus points), which we can also follow in the 
workboard. Anyway, let me play with this now...   

I have also started writing about priorities at 
https://www.mediawiki.org/wiki/Phabricator/Project_Management

TASK DETAIL
  https://phabricator.wikimedia.org/T553

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

To: Qgil
Cc: wikibugs-l, Qgil, Rfarrand, Aklapper



___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Maniphest] [Updated] T553: Engineering Community team goals for October 2014

2014-10-07 Thread Qgil
Qgil edited projects, added ECT-October-2014; removed Engineering-Community.

TASK DETAIL
  https://phabricator.wikimedia.org/T553

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

To: Qgil
Cc: wikibugs-l, Qgil, Rfarrand, Aklapper



___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Maniphest] [Updated] T570: MediaWiki Core Team Offsite: San Diego

2014-10-07 Thread Qgil
Qgil edited projects, added ECT-October-2014; removed Engineering-Community.

TASK DETAIL
  https://phabricator.wikimedia.org/T570

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

To: Rfarrand, Qgil
Cc: wikibugs-l, Rfarrand, Qgil



___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Maniphest] [Updated] T562: Public 10/2014 bugday on PDF rendering and Collection extension

2014-10-07 Thread Qgil
Qgil edited projects, added ECT-October-2014; removed Engineering-Community.

TASK DETAIL
  https://phabricator.wikimedia.org/T562

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

To: Aklapper, Qgil
Cc: wikibugs-l, Qgil



___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Maniphest] [Updated] T568: Two Tech Talks for October

2014-10-07 Thread Qgil
Qgil edited projects, added ECT-October-2014; removed Engineering-Community.

TASK DETAIL
  https://phabricator.wikimedia.org/T568

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

To: Rfarrand, Qgil
Cc: wikibugs-l, Rfarrand, Qgil



___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Maniphest] [Updated] T563: Advertise a regular Bug of the week as outreach to potential new contributors

2014-10-07 Thread Qgil
Qgil edited projects, added ECT-October-2014; removed Engineering-Community.

TASK DETAIL
  https://phabricator.wikimedia.org/T563

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

To: Aklapper, Qgil
Cc: wikibugs-l, Rfarrand, Qgil



___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Maniphest] [Updated] T561: Prepare Wikimedia's participation in Google Code-In

2014-10-07 Thread Qgil
Qgil edited projects, added ECT-October-2014; removed Engineering-Community.

TASK DETAIL
  https://phabricator.wikimedia.org/T561

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

To: Aklapper, Qgil
Cc: wikibugs-l, Qgil



___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Maniphest] [Updated] T565: Recruit a Senior Technical Writer for the Engineering Community team

2014-10-07 Thread Qgil
Qgil edited projects, added ECT-October-2014; removed Engineering-Community.

TASK DETAIL
  https://phabricator.wikimedia.org/T565

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

To: Qgil
Cc: wikibugs-l, Qgil



___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Maniphest] [Updated] T569: October 22, Wikimedia Tech Meetup

2014-10-07 Thread Qgil
Qgil edited projects, added ECT-October-2014; removed Engineering-Community.

TASK DETAIL
  https://phabricator.wikimedia.org/T569

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

To: Rfarrand, Qgil
Cc: wikibugs-l, Rfarrand, Qgil



___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Maniphest] [Updated] T567: Decide on MediaWiki Developer Summit scholarships by the end of Oct.

2014-10-07 Thread Qgil
Qgil edited projects, added ECT-October-2014; removed Engineering-Community.

TASK DETAIL
  https://phabricator.wikimedia.org/T567

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

To: Qgil
Cc: wikibugs-l, Rfarrand, Qgil



___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 71755] New: Move tests from the Math extension to mathoid

2014-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71755

Bug ID: 71755
   Summary: Move tests from the Math extension to mathoid
   Product: Mathoid
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: General/Unknown
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: phy...@ckurs.de
CC: gwi...@wikimedia.org, phy...@ckurs.de
   Web browser: ---
   Mobile Platform: ---

In order to build real unit testsing we want to move the mathoid specific tests
from the math extension to mathoid.
node tests can be build in the following way
https://github.com/gwicke/restbase/blob/master/test/simple.js
a first testing can be done on github with travis
https://github.com/gwicke/routeswitch/blob/master/.travis.yml
after that tests could be integrated to jenkins. However, this is a follow up
task.

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


[Maniphest] [Updated] T564: Select the Wikimedia interns of FOSS OPW Round 9

2014-10-07 Thread Qgil
Qgil edited projects, added ECT-October-2014; removed Engineering-Community.

TASK DETAIL
  https://phabricator.wikimedia.org/T564

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

To: Qgil
Cc: wikibugs-l, Qgil



___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Maniphest] [Updated] T566: All WMF Engineers should be registered for the MediaWiki Developers Summit 2015

2014-10-07 Thread Qgil
Qgil edited projects, added ECT-October-2014; removed Engineering-Community.

TASK DETAIL
  https://phabricator.wikimedia.org/T566

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

To: Rfarrand, Qgil
Cc: wikibugs-l, Rfarrand, Qgil



___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 26047] Mismatched tags in rendered HTML

2014-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26047

--- Comment #6 from Rob Bairos rbai...@gmail.com ---
Will this bug ever be addressed? It's been four years and relies on every html
renderer to work around the bad output.

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


[Bug 64635] QUnit tests hit API

2014-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64635

--- Comment #1 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 165345 had a related patch set uploaded by Jdlrobson:
Never hit the API when running QUnit tests

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

-- 
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 71714] JSHint: Clean up .jshintignore

2014-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71714

--- Comment #1 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 165346 had a related patch set uploaded by Jdlrobson:
WIP: Cleanup jshintrc

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

-- 
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 64635] QUnit tests hit API

2014-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64635

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 71714] JSHint: Clean up .jshintignore

2014-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=71714

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


[Maniphest] [Updated] T558: Document best practices for project management with Phabricator

2014-10-07 Thread Qgil
Qgil added a project: ECT-October-2014.

TASK DETAIL
  https://phabricator.wikimedia.org/T558

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

To: Qgil
Cc: wikibugs-l, Qgil, Aklapper



___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 26047] Mismatched tags in rendered HTML

2014-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26047

--- Comment #7 from Rob Bairos rbai...@gmail.com ---
Sorry for the gripe (using 1.23.3). Just figured this affects most everyone.

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


[Bug 66352] Requests for 'undefined' page increasing on wikipedias

2014-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66352

--- Comment #11 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 165350 had a related patch set uploaded by QChris:
Stop counting requests for 'undefined' and 'Undefined'

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

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


[Bug 66352] Requests for 'undefined' page increasing on wikipedias

2014-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66352

--- Comment #12 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 165351 had a related patch set uploaded by QChris:
Release fix that stops counting [uU]ndefined

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

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


[Bug 66352] Requests for 'undefined' page increasing on wikipedias

2014-10-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66352

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


[Maniphest] [Created] T572: Determine the fate of comment metadata from legacy systems in phabricator.wikimedia.org

2014-10-07 Thread chasemp
chasemp created this task.
chasemp added a subscriber: chasemp.
chasemp added projects: RT-Migration, Bugzilla-Migration.
chasemp changed Security from none to none.

TASK DESCRIPTION
  There is a lot of under the covers metadata that has to be dealt with in 
migration.  Ticket metadata is fairly well defined, as far as we get 
authorship, assigne, cc's, and modified / creation times for searching and 
sorting.
  
  Comment metadata is another matter.  When we first started down this road the 
decision was made to not worry about comment metadata and so we end up with 
something like this:
  
  https://phabricator.wikimedia.org/T378#4196
  
  A static identifier for the username from the system of origin, a timestamp, 
and the migrated comment.  
  
  There is a long road of compromises that has lead to this place but the 
current state is:
  
  * Users create a new account from existing external sources (ldap and sul)
  * Metadata for history across tickets of all systems is then associated with 
this user when they verify the email that they had in the historical system
  * Comments are not updated(1) (i.e. remain static for imported content)
  
  Erik raised the point to investigate this further, and so I have looked into 
it and Mukunda and I have talked it over.  Part of the ongoing confusion and 
untenable situation we find ourselves in is some people find one group of 
compromises acceptable, and some do not, but we keep coming back around and 
renegotiating the issue.  If we knew comment metadata was a full stop for the 
project I think we may have gone another route for accounts, although I'm 
honestly not sure as all methods have their big downfalls.  It turns out 
merging history from accounts in completely unrelated and distinct systems 
isn't super easy.
  
  The best compromise I think we can make without going back to the drawing 
board (and after confirming with Mukunda):
  
  * Users still create a new account from existing sources
  * metadata for tickets is still migrated (cc, author, owner) in post 
processing once we know who this person is in relation to the data we have from 
imported systems
  * Comments, through fudgery of the highest order, are created natively for 
people who _already have accounts in phabricator at that time_ but are still 
the static thing seen above for users who do not exist.  The people who do not 
have accounts at the time of migration, will not ever get their comments from 
the old system handled, however their creation metadata would be correct. 
Essentially, only the author would be 'hardcoded'.
  
  
  I think we have to solidify this before more migration work can happen, 
because it's a big change gears to get better comment handling beyond this.   
Hopefully @mmodell agrees?

TASK DETAIL
  https://phabricator.wikimedia.org/T572

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

To: chasemp
Cc: wikibugs-l, chasemp, jeremyb, Qgil, Aklapper



___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Maniphest] [Changed Project Column] T570: MediaWiki Core Team Offsite: San Diego

2014-10-07 Thread Qgil
Qgil moved this task to Doing on the ECT-October-2014 workboard.

TASK DETAIL
  https://phabricator.wikimedia.org/T570

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

To: Rfarrand, Qgil
Cc: wikibugs-l, Rfarrand, Qgil



___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Maniphest] [Changed CC] T572: Determine the fate of comment metadata from legacy systems in phabricator.wikimedia.org

2014-10-07 Thread chasemp
chasemp added subscribers: Aklapper, Qgil, mmodell.

TASK DETAIL
  https://phabricator.wikimedia.org/T572

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

To: chasemp
Cc: wikibugs-l, chasemp, Aklapper, Qgil, mmodell, jeremyb



___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Maniphest] [Changed Project Column] T565: Recruit a Senior Technical Writer for the Engineering Community team

2014-10-07 Thread Qgil
Qgil moved this task to Doing on the ECT-October-2014 workboard.

TASK DETAIL
  https://phabricator.wikimedia.org/T565

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

To: Qgil
Cc: wikibugs-l, Qgil



___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Maniphest] [Changed CC] T572: Determine the fate of comment metadata from legacy systems in phabricator.wikimedia.org

2014-10-07 Thread chasemp
chasemp added a subscriber: Eloquence.

TASK DETAIL
  https://phabricator.wikimedia.org/T572

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

To: chasemp
Cc: wikibugs-l, chasemp, Aklapper, Qgil, mmodell, Eloquence, jeremyb



___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Maniphest] [Changed CC] T572: Determine the fate of comment metadata from legacy systems in phabricator.wikimedia.org

2014-10-07 Thread chasemp
chasemp added a subscriber: faidon.

TASK DETAIL
  https://phabricator.wikimedia.org/T572

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

To: chasemp
Cc: wikibugs-l, chasemp, Aklapper, Qgil, mmodell, Eloquence, faidon, jeremyb



___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Maniphest] [Claimed] T558: Document best practices for project management with Phabricator

2014-10-07 Thread Qgil
Qgil claimed this task.

TASK DETAIL
  https://phabricator.wikimedia.org/T558

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

To: Qgil
Cc: wikibugs-l, Qgil, Aklapper



___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Maniphest] [Changed Project Column] T558: Document best practices for project management with Phabricator

2014-10-07 Thread Qgil
Qgil moved this task to Doing on the ECT-October-2014 workboard.

TASK DETAIL
  https://phabricator.wikimedia.org/T558

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

To: Qgil
Cc: wikibugs-l, Qgil, Aklapper



___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Maniphest] [Changed Project Column] T553: Engineering Community team goals for October 2014

2014-10-07 Thread Qgil
Qgil moved this task to Doing on the ECT-October-2014 workboard.

TASK DETAIL
  https://phabricator.wikimedia.org/T553

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
username.

To: Qgil
Cc: wikibugs-l, Qgil, Rfarrand, Aklapper



___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


<    1   2   3   4   5   6   7   >