[Bug 56849] Edit conflict detection has regressed and suffers a race condition

2014-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=56849

--- Comment #11 from Adam Wight s...@ludd.net ---
Aha: so the 'redirect' thing was introduced to satisfy bug 24330, but along the
way the appendtext or prependtext requirement was lost in implementation,
commit 9f025aeb.

IMO this is a misfeature, I'll write a separate patch to... break API
backwards-compatibility... as part of this work.

-- 
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 24330] Allow redirect for action=edit

2014-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24330

Adam Wight s...@ludd.net changed:

   What|Removed |Added

 CC||s...@ludd.net

--- Comment #2 from Adam Wight s...@ludd.net ---
n.b. - we should enforce the requirement that the action is append or prepend. 
Otherwise, this looks like an extremely useful way to destroy data.

-- 
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 63446] Wrap MediaWiki aside content to HTML5 aside tag

2014-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63446

S. McCandlish smccandl...@gmail.com changed:

   What|Removed |Added

 CC||smccandl...@gmail.com

--- Comment #1 from S. McCandlish smccandl...@gmail.com ---
The aside element can/should also be used for pull-quote templates and for
infoboxes, among other things.

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


[Bug 65407] [Regression pre-1.24wmf6] TimedMediaHandler causes 500 (Internal Server Error) appears in the console, cannot save page

2014-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65407

--- Comment #13 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 133852 abandoned by Jforrester:
ApiQueryBase subclasses take an ApiQuery, not an ApiMain

Reason:
My mistake, I somehow thought we'd found this in production. Never mind!

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

-- 
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 65407] [Regression pre-1.24wmf6] TimedMediaHandler causes 500 (Internal Server Error) appears in the console, cannot save page

2014-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65407

James Forrester jforres...@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 65373] [Regression 1.24wmf5] OOjs UI: Firefox throws NS_ERROR_NOT_AVAILABLE when opening certain dialogs

2014-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65373

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

   What|Removed |Added

 Status|NEW |ASSIGNED

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


[Bug 61801] Wrap MediaWiki footer to HTML5 footer tag

2014-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61801

S. McCandlish smccandl...@gmail.com changed:

   What|Removed |Added

 CC||smccandl...@gmail.com

--- Comment #1 from S. McCandlish smccandl...@gmail.com ---
To degrade gracefully, wouldn't the footer have to be wrapped around the
existing div, and the CSS arranged carefully so that the end user sees the same
or nearly the same rendered effect, regardless of browser and settings?

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


[Bug 19288] Gadget usage statistics

2014-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19288

--- Comment #3 from Liangent liang...@gmail.com ---
(In reply to Quiddity from comment #2)
 @liangent: I'd suggest adding the total number of accounts to the output.
 Currently it takes 2 queries to do that, and it's nearly always a useful
 comparison number.
 I.e. The top item at Enwiki, has 9002 total users, and 1724 users active
 since 2014-05-01.

Hmm it does have to take 2 (SQL) queries, and as it's already running very
slowly with one query I'm afraid it'll be slower or eventually timeout (not
sure about configurations on the webserver) if I add more.

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


[Bug 19288] Gadget usage statistics

2014-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19288

--- Comment #4 from Quiddity pandiculat...@gmail.com ---
(In reply to Liangent from comment #3)
 Hmm it does have to take 2 (SQL) queries, and as it's already running very
 slowly with one query I'm afraid it'll be slower or eventually timeout (not
 sure about configurations on the webserver) if I add more.

Would it be possible to save [cache?] that total accounts number for [1
month]?
Maybe even in a log file, so that we can track the overall growth over time?
There's a lot of interesting stats, just waiting to be graphed. :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 24330] Allow redirect for action=edit

2014-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24330

--- Comment #3 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 133955 had a related patch set uploaded by Adamw:
(bug 24330) Enforce section=new constraint when using 'redirect' mode

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

-- 
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 24330] Allow redirect for action=edit

2014-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24330

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

   What|Removed |Added

 Status|RESOLVED|PATCH_TO_REVIEW
 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 24330] Allow redirect for action=edit

2014-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24330

--- Comment #4 from Adam Wight s...@ludd.net ---
Reopening per comment 2.  Patch is available for 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 65343] VisualEditor: Link inspector ignores selected value

2014-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65343

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

   What|Removed |Added

   Priority|Unprioritized   |High
 Status|NEW |ASSIGNED
   Target Milestone|--- |VE-deploy-2014-05-29

-- 
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 60843] VisualEditor: Link inspector is adding just a link text while opening up the inspector for the second time selecting another element

2014-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=60843

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

   What|Removed |Added

   Priority|Unprioritized   |High
 Status|NEW |ASSIGNED
   Target Milestone|--- |VE-deploy-2014-05-29

-- 
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 65448] New: Dropping rc_cur_time on wmf databases

2014-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65448

Bug ID: 65448
   Summary: Dropping rc_cur_time on wmf databases
   Product: Wikimedia
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: minor
  Priority: Unprioritized
 Component: General/Unknown
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: umherirrender_de...@web.de
CC: g...@wikimedia.org
Blocks: 49188
   Web browser: ---
   Mobile Platform: ---

A schema change was merged to master, which should be done also on wmf
production servers. Maybe can be done together with bug 49191.

Schema Change:

All wikis
tables: recentchanges 
changes: Dropping rc_cur_time

gerrit change I48989aceec31019f0b6c98aaeafaf60e975244df

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


[Bug 49188] Schema changes for Wikimedia wikis (tracking)

2014-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49188

Umherirrender umherirrender_de...@web.de changed:

   What|Removed |Added

 Depends on||65448

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


[Bug 65448] Dropping rc_cur_time on wmf databases

2014-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65448

Umherirrender umherirrender_de...@web.de changed:

   What|Removed |Added

   Priority|Unprioritized   |Low

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


[Bug 56849] Edit conflict detection has regressed and suffers a race condition

2014-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=56849

--- Comment #12 from Adam Wight s...@ludd.net ---
@ASchulz: It looks like the CAS logic you suggested has already been
implemented, in WikiPage::updateRevisionOn().  I'm trying to provide the
$lastRevision param whenever possible, which should improve many cases.

There is another function updateIfNewerOn which does require two queries, but
it's only used in SpecialUndelete and Import, and IMO should be retired.

Was there another query you know of which would explain the long load during a
conflict?

-- 
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 22516] New page Special:Userinfo

2014-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22516

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

   Keywords|easy|
   Assignee|church.of.emacs...@gmail.co |wikibugs-l@lists.wikimedia.
   |m   |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 65448] Dropping rc_cur_time on wmf databases

2014-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65448

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

   What|Removed |Added

   Keywords||schema-change

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


[Bug 2399] Unicode normalization sorts Hebrew/Arabic/Myanmar vowels wrongly

2014-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=2399

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

   What|Removed |Added

 Status|ASSIGNED|NEW

--- Comment #60 from Andre Klapper aklap...@wikimedia.org ---
Amir: Do you (or the L10N team) plan to take a look at this at some point? 
This ticket is place 14 in the list of open tickets with the highest votes...

-- 
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 63677] Update script is failing midway due to unknown 'user_password_expires' column

2014-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=63677

--- Comment #6 from Andre Klapper aklap...@wikimedia.org ---
(In reply to Mark A. Hershberger from comment #4)
 Sounds like a trivial fix.  I'd like to get it done this week.

hexmode: 3 liner patch for includes/installer/DatabaseUpdater.php available for
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 65434] Weird watchlist star animation on Firefox

2014-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65434

--- Comment #5 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 133894 merged by jenkins-bot:
vector: Suppress watch star focus outline when animating it

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

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


[Bug 11] Red interwiki links -- check for page existence across wikis

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

--- Comment #28 from TeleComNasSprVen drevit...@gmail.com ---
(In reply to James Forrester from comment #27)
 (In reply to John Mark Vandenberg from comment #25)
 
 VisualEditor requests the existence status of each of the links on the page
 and sets them to be red or otherwise based on this status; the same styling
 can be calculated server-side and returned as an API call (without
 client-side Javascript), which means that this can work for all users, and
 extending the status checking to other MediaWiki instances in the same farm
 (or even further afield) is a relatively simple extension of this principle.

Can the checks be feasibly done without placing too much load and performance
worry on the servers? As someone noted above, even if some of the work was
offloaded to cache such querying would already put a strain on the servers.

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


[Bug 65424] ResourceLoader seems to sometimes not see Gadget modules (due to mw1151)

2014-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65424

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

   What|Removed |Added

   Keywords|code-update-regression  |
Summary|[1.24wmf5 regression]   |ResourceLoader seems to
   |ResourceLoader seems to |sometimes not see Gadget
   |sometimes not see Gadget|modules (due to mw1151)
   |modules |

-- 
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 60887] Migrate http://toolserver.org/~Emijrp to Tool Labs

2014-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=60887

emijrp emi...@gmail.com changed:

   What|Removed |Added

 CC||emi...@gmail.com
   Assignee|wikibugs-l@lists.wikimedia. |emi...@gmail.com
   |org |

--- Comment #1 from emijrp emi...@gmail.com ---
I'm working on this. Migrated so far:


* http://tools.wmflabs.org/wlm-stats/
* http://tools.wmflabs.org/wmcharts/
* http://tools.wmflabs.org/wmcounter/

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


[Bug 65449] Offer a way to only clear old history

2014-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65449

Yuvi Panda yuvipa...@gmail.com changed:

   What|Removed |Added

   Priority|Unprioritized   |Low
   Severity|normal  |enhancement

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


[Bug 65449] New: Offer a way to only clear old history

2014-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65449

Bug ID: 65449
   Summary: Offer a way to only clear old history
   Product: Wikipedia App
   Version: Android (alpha)
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: History
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: yuvipa...@gmail.com
CC: dga...@wikimedia.org, yuvipa...@gmail.com
   Web browser: ---
   Mobile Platform: ---

The app currently clears all history older than 30days automatically, but since
this is apparently inconsistent with user expectations the feature has been
removed in  https://gerrit.wikimedia.org/r/133966. There is a 'clear all'
button but perhaps sometimes people would like to clear only older history
entries. A custom 'What do you want to clear?' dialog that pops up in clear all
and lets people clear only a set amount of older entries might be helpful for
people who are low on device disk space but do not want to lose all their
history.

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


[Bug 65023] New namespace - Draft

2014-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65023

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

   What|Removed |Added

 Status|UNCONFIRMED |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 55468] Update Create account / login buttons in ConfirmAccount

2014-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55468

--- Comment #9 from paladox2015 thomasmulhall...@yahoo.com ---
hi I am trying to use the uploader but I doint know how to use it I have a
mediawiki account but it says that it is not a unified diff patch

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


[Bug 55468] Update Create account / login buttons in ConfirmAccount

2014-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55468

--- Comment #10 from paladox2015 thomasmulhall...@yahoo.com ---
Created attachment 15427
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=15427action=edit
this is the  first code change

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


[Bug 55468] Update Create account / login buttons in ConfirmAccount

2014-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55468

--- Comment #11 from paladox2015 thomasmulhall...@yahoo.com ---
Created attachment 15428
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=15428action=edit
2nd patch

this is the 2nd patch read details for the files located

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


[Bug 55468] Update Create account / login buttons in ConfirmAccount

2014-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55468

paladox2015 thomasmulhall...@yahoo.com changed:

   What|Removed |Added

  Attachment #15427|0   |1
is obsolete||

--- Comment #12 from paladox2015 thomasmulhall...@yahoo.com ---
Created attachment 15429
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=15429action=edit
ingor the 1st patch this is the updated 1st patch

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


[Bug 65445] Media Viewer should display the Credit parameter when available

2014-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65445

Jean-Fred jeanfrederic.w...@gmail.com changed:

   What|Removed |Added

 CC||jeanfrederic.w...@gmail.com

--- Comment #1 from Jean-Fred jeanfrederic.w...@gmail.com ---
I believe this is a duplicate of bug 57460.

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


[Bug 55468] Update Create account / login buttons in ConfirmAccount

2014-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55468

--- Comment #8 from paladox2015 thomasmulhall...@yahoo.com ---
Ok thanks.

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


[Bug 58778] MediaViewer conflicts with Zero

2014-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58778

--- Comment #6 from dr0ptp4kt ab...@wikimedia.org ---
(In reply to Andre Klapper from comment #5)
 Don't know stable, but MediaViewer will go live on en.wp next week:
 https://en.wikipedia.org/wiki/Wikipedia:
 Village_pump_%28technical%29#Media_Viewer_launches_next_week_on_the_English_W
 ikipedia

Will that include the mobile web?

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


[Bug 30270] Gallery unnecessary margins and paddings

2014-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30270

Waldir wal...@email.com changed:

   What|Removed |Added

   Attachment #8967|0   |1
is obsolete||
 CC||wal...@email.com

--- Comment #19 from Waldir wal...@email.com ---
Created attachment 15430
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=15430action=edit
A screenshot of how galleries look with GoldFish's proposed css changes.

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


[Bug 65450] New: Batch eventlogging upload

2014-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65450

Bug ID: 65450
   Summary: Batch eventlogging upload
   Product: Wikipedia App
   Version: Android (alpha)
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Generic
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: liang...@gmail.com
CC: dga...@wikimedia.org, yuvipa...@gmail.com
   Web browser: ---
   Mobile Platform: ---

To reduce data usage, given HTTP overhead exists.

Better to upload in WiFi only. Save traffic further.

Note that there's a mobile hotspots in Android.

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


[Bug 35342] WikiEditor: Add SVG versions of editing toolbar icons

2014-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35342

--- Comment #17 from Derk-Jan Hartman hartman.w...@gmail.com ---
Created attachment 15431
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=15431action=edit
Zip of icon 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 65451] New: Implement bin packing layout for galleries

2014-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65451

Bug ID: 65451
   Summary: Implement bin packing layout for galleries
   Product: MediaWiki
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: enhancement
  Priority: Unprioritized
 Component: Skin and page rendering
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: wal...@email.com
CC: krinklem...@gmail.com, matma@gmail.com
   Web browser: ---
   Mobile Platform: ---

The current gallery code includes a lot of padding around the images (inside
each single-image boxes; not counting the margin between boxes).

Simply allowing the images to fit the corresponding boxes would already be a
great improvement (since the default gallery size, e.g. in category pages, is
often insufficient to discern the details of non-closeup images).

However, ideally the screen space used by images should be maximized, producing
a tightly packed page with most of the space dedicated to the images, rather
than whitespace. This is how Flickr and Google+ do it, for instance:
- https://www.flickr.com/search/?text=kittenssort=interestingness-desc
- https://plus.google.com/photos/+ThomasHawk/albums/posts

It's not hard to do this for a fixed gallery width (just adjust the image
widths so the heights are the same), and indeed this is implemented on
Wikipedia: https://en.wikipedia.org/wiki/Template:Auto_images

That approach would be a great improvement, but it doesn't handle different
screen sizes which would different row widths to be effective (e.g. in category
pages). Fortunately, there's already solutions to that. Here's a link
explaining how to implement a dynamic gallery in this way:
http://www.techbits.de/2011/10/25/building-a-google-plus-inspired-image-gallery/

And here's a demo (try resizing the page):
http://fmaul.de/gallery-grid-example/

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


[Bug 30270] Gallery unnecessary margins and paddings

2014-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30270

Waldir wal...@email.com changed:

   What|Removed |Added

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

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


[Bug 65451] Implement bin packing layout for galleries

2014-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65451

Waldir wal...@email.com changed:

   What|Removed |Added

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

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


[Bug 65452] New: Enable FlaggedRevs extension on fa.wikipedia

2014-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65452

Bug ID: 65452
   Summary: Enable FlaggedRevs extension on fa.wikipedia
   Product: Wikimedia
   Version: wmf-deployment
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: Unprioritized
 Component: Site requests
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: calakw...@yahoo.com
CC: benap...@gmail.com,
bugzilla+org.wikime...@tuxmachine.com,
dereck...@espace-win.org, johnflewi...@gmail.com,
steinsplit...@wikipedia.de, twkozlow...@gmail.com,
wikimedia.b...@snowolf.eu
   Web browser: ---
   Mobile Platform: ---

Hello. Per community consensus (see URL), please enable FlaggedRevs extension
on fa.wikipedia with the following settings:

https://fa.wikipedia.org/wiki/بحث_ویکی‌پدیا:نظرخواهی/فعال_کردن_سیستم_بازبینی_ویرایش‌ها_(FlaggedRevs)

Thanks.

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


[Bug 65452] Enable FlaggedRevs extension on fa.wikipedia

2014-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65452

Calak calakw...@yahoo.com changed:

   What|Removed |Added

URL||https://fa.wikipedia.org/wi
   ||ki/ویکی‌پدیا:نظرخواهی/فعال_
   ||کردن_سیستم_بازبینی_ویرایش‌ه
   ||ا_(FlaggedRevs)

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


[Bug 14114] Duplication of blacklisted links already in page text is possible

2014-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=14114

Helder he7...@gmail.com changed:

   What|Removed |Added

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

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


[Bug 65447] Spam-blacklist not working

2014-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65447

Helder he7...@gmail.com changed:

   What|Removed |Added

   See Also||https://bugzilla.wikimedia.
   ||org/show_bug.cgi?id=13569,
   ||https://bugzilla.wikimedia.
   ||org/show_bug.cgi?id=14114

--- Comment #3 from Helder he7...@gmail.com ---
Or maybe it is because the link was already present in the page (bug 14114?)
since
https://pt.wikipedia.org/w/index.php?diff=38834135

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


[Bug 13569] Spam Blacklist sometimes allows adding blacklisted links

2014-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=13569

Helder he7...@gmail.com changed:

   What|Removed |Added

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

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


[Bug 65452] Enable FlaggedRevs extension on fa.wikipedia

2014-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65452

--- Comment #1 from Calak calakw...@yahoo.com ---
Settings link:
https://fa.wikipedia.org/wiki/بحث_ویکی‌پدیا:نظرخواهی/فعال_کردن_سیستم_بازبینی_ویرایش‌ها_(FlaggedRevs%29

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


[Bug 65450] Batch eventlogging upload

2014-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65450

Yuvi Panda yuvipa...@gmail.com changed:

   What|Removed |Added

   Priority|Unprioritized   |Low
   Severity|normal  |enhancement

--- Comment #1 from Yuvi Panda yuvipa...@gmail.com ---
Our serverside EventLogging infrastructure does not support this yet, and AFAIK
there are no plans to do so.

Supporting SPDY would be a good alternative.

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


[Bug 65453] New: VisualEditor does not indicate it is loading (for at least 5 seconds)

2014-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65453

Bug ID: 65453
   Summary: VisualEditor does not indicate it is loading (for at
least 5 seconds)
   Product: VisualEditor
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: General
  Assignee: jforrester+veteambztick...@wikimedia.org
  Reporter: he7...@gmail.com
CC: jforres...@wikimedia.org, ryasm...@wikimedia.org
   Web browser: ---
   Mobile Platform: ---

When I access
https://pt.wikipedia.org/w/index.php?title=Usuário(a):Helder.wiki/Testesoldid=38949256veaction=editdebug=1
with an empty cache on Firefox 29, it takes at 5+ seconds until I see any
progress bar. Sometimes this makes me click in the edit link again because it
seems not to be loading at all...

-- 
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 65450] Batch and delay eventlogging upload

2014-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65450

Liangent liang...@gmail.com changed:

   What|Removed |Added

Summary|Batch eventlogging upload   |Batch and delay
   ||eventlogging upload

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


[Bug 65452] Enable FlaggedRevs extension on fa.wikipedia

2014-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65452

--- Comment #2 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 133970 had a related patch set uploaded by Reza:
Enable FlaggedRevs for Persian Wikipedia

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

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


[Bug 65452] Enable FlaggedRevs extension on fa.wikipedia

2014-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65452

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

   What|Removed |Added

 Status|UNCONFIRMED |PATCH_TO_REVIEW
 Ever confirmed|0   |1

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


[Bug 65452] Enable FlaggedRevs extension on fa.wikipedia

2014-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65452

John F. Lewis johnflewi...@gmail.com changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
   Assignee|wikibugs-l@lists.wikimedia. |reza.ene...@gmail.com
   |org |

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


[Bug 65454] New: Welcome Message contains an internal link in error

2014-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65454

Bug ID: 65454
   Summary: Welcome Message  contains an internal link in error
   Product: MediaWiki extensions
   Version: REL1_23 branch
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: ConfirmAccount
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: btray...@gmail.com
CC: aschulz4...@gmail.com
   Web browser: ---
   Mobile Platform: ---

In file i18n/confirmaccount/en.json the link used in the Welcome message links
internally but should be an external wiki link:

Now: [[{{MediaWiki:Helppage}}|help pages]]

Should be: [{{MediaWiki:Helppage}} help pages]

Thanks

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


[Bug 64852] Add icannwiki.com to the trusted sites

2014-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64852

John F. Lewis johnflewi...@gmail.com changed:

   What|Removed |Added

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

--- Comment #2 from John F. Lewis johnflewi...@gmail.com ---
Please see what TeleCOmNasSprVen said.

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


[Bug 45646] Create -latest alias for dumps

2014-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=45646

Betacommand phoenixoverr...@gmail.com changed:

   What|Removed |Added

 CC||platoni...@gmail.com

--- Comment #6 from Betacommand phoenixoverr...@gmail.com ---
Im adding platonides to the CC list and asking for their input, they run the
/dumps project on the toolserver

-- 
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 9416] Spam blacklist match should show error above edit box during preview

2014-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=9416

Helder he7...@gmail.com changed:

   What|Removed |Added

   Severity|minor   |normal

--- Comment #19 from Helder he7...@gmail.com ---
This is now worse due to VisualEditor:
* Clicking on Save page causes Spam Blacklist to say I'll lose my work unless
I use the back button
* Then it says I will lose the content if I use the back button!
There should be an option not to lose the work.

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


[Bug 65455] New: Some parts of VisualEditor user interface do not respect the uselang param

2014-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65455

Bug ID: 65455
   Summary: Some parts of VisualEditor user interface do not
respect the uselang param
   Product: VisualEditor
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Language
  Assignee: jforrester+veteambztick...@wikimedia.org
  Reporter: he7...@gmail.com
CC: da...@sheetmusic.org.uk, mor...@gmail.com,
ryasm...@wikimedia.org, siebr...@kitano.nl
   Web browser: ---
   Mobile Platform: ---

Created attachment 15432
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=15432action=edit
There is content in pt-BR after setting uselang=en

See the screenshot.

-- 
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 64557] New England Wikimedians website

2014-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64557

John F. Lewis johnflewi...@gmail.com changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|wikibugs-l@lists.wikimedia. |johnflewi...@gmail.com
   |org |

--- Comment #28 from John F. Lewis johnflewi...@gmail.com ---
I'll patch up all the Apache, DNS and MediaWiki configs shortly.

I see the dispute between usne and us-ne. I see both are currently used as
standards by two different chapter wikis. We have pa-us and nyc. I see Jeremy's
issues with using usne as the name and I do kinda agree with him.

Therefore; I am going to do this. I am going to patch everything up as
us-ne.wikimedia.org and then offer up to AffCom to discuss and open a new bug
about redirecting usne.wikimedia.org to us-ne.wikimedia.org as this would be
their decision about whether another wiki will be using usne.

I hope this will resolve most disagreements. Also, why the dispute over a
simple hyphen in a name?

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


[Bug 65456] New: Language statistics pages use wrong base to compute percentages

2014-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65456

Bug ID: 65456
   Summary: Language statistics pages use wrong base to compute
percentages
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
   URL: http://www.omegawiki.org/Meta:Insect_room#Language_sta
tistics_pages_use_wrong_base_to_compute_percentages.
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: WikiLexicalData/OmegaWiki
  Assignee: bugzilla.wikime...@publi.purodha.net
  Reporter: bugzilla.wikime...@publi.purodha.net
CC: bugzilla.wikime...@publi.purodha.net
   Web browser: ---
   Mobile Platform: ---

See, for instance, the language statisics of expressions - it says in its
beginning, there were 494,600 expressions but only about 49,800 English ones.
That is, 10% of all expressions are English expressions. Yet, the bar diagram
has 100% next to the English bar.


See also:
http://www.omegawiki.org/Meta:Insect_room#Language_statistics_pages_use_wrong_base_to_compute_percentages.

-- 
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 65451] Implement bin packing layout for galleries

2014-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65451

--- Comment #1 from Waldir wal...@email.com ---
A couple links that may be useful:

-
http://speckyboy.com/2013/07/15/15-jquery-plugins-for-creating-dynamic-layouts/
- https://en.wikipedia.org/wiki/Bin_packing_problem

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


[Bug 64393] Let error responses pass through the proxy if they contain contents

2014-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64393

--- Comment #3 from Yuvi Panda yuvipa...@gmail.com ---
Talked about this with Liangent on IRC some more. Currently the nginx proxy
intercepts 404s, 403s, 500s, 502s and 503s and displays helpful content
instead. This is, by default, useful since it mentions the names of the
maintainers. However, sometimes this is frustrating, for the use cases Liangent
mentioned.

The proxy should be able to check if there is any content in the HTTP body from
the server upstream, and if so just pass it through rather than redirect. In
addition, we should edit the default lighty config to not generate ugly 404
pages but just let them pass through with no content in the body as well. 

Now to actually do those things...

-- 
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 65440] ApiClientInfo test exiting without error details

2014-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65440

--- Comment #2 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 133904 merged by jenkins-bot:
Add type hint in ApiClientInfo + fix test

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

-- 
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 65444] Remove indentation from sidebar links

2014-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65444

Helder he7...@gmail.com changed:

   What|Removed |Added

   Keywords||code-update-regression

--- Comment #1 from Helder he7...@gmail.com ---
The current formatting also makes many items to wrap to a new line.

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


[Bug 65444] Remove indentation from sidebar links

2014-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65444

--- Comment #2 from Helder he7...@gmail.com ---
(In reply to Helder from comment #1)
 The current formatting also makes many items to wrap to a new line.
Ignore this comment, I was testing something on Firefox and set the minimum
font size to 13px. This was the cause of the wrapping...

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


[Bug 21347] Installer should warn of pitfalls if wgPasswordSender or wgEmergencyContact isn't a real address. Maybe it could try checking them, too.

2014-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21347

--- Comment #2 from imz i...@altlinux.org ---
I'm collecting the cases of such pitfalls at
http://en.altlinux.org/Non-delivery_of_email_sent_by_automated_services_to_altlinux.org
. Just in case someone is interested in turning sysadmins' attention to this
problem, too, and will at least make the sysadmin and all people aware of such
sites publicly. It's quite annoying to come across such a site (whose emails
don't get through to you).

Not only MediaWiki is one of the popular software that often has a bad sender
for the outgoing emails, but Bugzilla is, too.

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


[Bug 42501] invalid ip on Special:GlobalBlockList gives 0.0.0.0

2014-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42501

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 42501] invalid ip on Special:GlobalBlockList gives 0.0.0.0

2014-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42501

--- Comment #1 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 133974 had a related patch set uploaded by Gerrit Patch Uploader:
Show error for invalid IPs on GlobalBlockList

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

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


[Bug 65457] New: Blocked users in mobile site

2014-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65457

Bug ID: 65457
   Summary: Blocked users in mobile site
   Product: MobileFrontend
   Version: unspecified
  Hardware: Smartphone
OS: other
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: General/Unknown
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: r...@rxy.jp
CC: aricha...@wikimedia.org, jrob...@wikimedia.org,
kw...@wikimedia.org, maxsem.w...@gmail.com,
rkald...@wikimedia.org
   Web browser: ---
   Mobile Platform: ---

When some users got a block, that block is allowed making edits in user's own
talk page. (Prevent this user from editing his own talk page while blocked
[wpDisableUTEdit] = false)

In above case: 
When using PC site, user can make an edits in self talk page,
but when using mobile site, user can't make an any edits in user's own talk
page.

I think to should be users can making edits in own talk page when using mobile
site. (if above case.)

Thanks.

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


[Bug 65457] Blocked users in mobile site

2014-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65457

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

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


[Bug 64493] java.lang.IllegalStateException: Fragment PageViewFragment{42c490f8} not attached to Activity

2014-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64493

--- Comment #5 from Yuvi Panda yuvipa...@gmail.com ---
Can you repro this now, Liangent?

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


[Bug 64424] Following a link which can't be handled on the device crashes the app

2014-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64424

--- Comment #4 from Yuvi Panda yuvipa...@gmail.com ---
Is this still the case? I can't find any link that crashes the app.

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


[Bug 62689] Flow: tipsy 'w'est gravity adds a visible dot 9999 pixels down the browser window

2014-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=62689

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

   What|Removed |Added

 Status|PATCH_TO_REVIEW |RESOLVED
 CC||hartman.w...@gmail.com
 Resolution|--- |FIXED

--- Comment #4 from Derk-Jan Hartman hartman.w...@gmail.com ---
The patch was merged, considering this 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 64409] Mobile Apps: Trying to create a username with a hash in should present the user with an error

2014-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64409

--- Comment #8 from Yuvi Panda yuvipa...@gmail.com ---
The Upstream bug has been fixed, let me test locally and see if it is ok on the
app.

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


[Bug 64960] Attempting to create a username with a hash in should throw an error

2014-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64960

Yuvi Panda yuvipa...@gmail.com changed:

   What|Removed |Added

 CC||yuvipa...@gmail.com

--- Comment #14 from Yuvi Panda yuvipa...@gmail.com ---
Thanks for the patch MatmaRex!

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


[Bug 35212] [jquery.tipsy] Feature to keep tip active when hovering to and over the tip itself

2014-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35212

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

   What|Removed |Added

 CC||hartman.w...@gmail.com

--- Comment #11 from Derk-Jan Hartman hartman.w...@gmail.com ---
See also:
https://gerrit.wikimedia.org/r/#/c/133973/
https://gerrit.wikimedia.org/r/#/c/133975/

Where i resubmitted part of the upstream changes

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


[Bug 44382] Update jquery.tipsy with $.fn.tipsy.autoBounds

2014-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=44382

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 44382] Update jquery.tipsy with $.fn.tipsy.autoBounds

2014-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=44382

--- Comment #1 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 133975 had a related patch set uploaded by TheDJ:
Tipsy: Added viewable region bounds checking to tipsy

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

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


[Bug 65458] New: the app should register itself as a handler for shared text (and look up it)

2014-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65458

Bug ID: 65458
   Summary: the app should register itself as a handler for shared
text (and look up it)
   Product: Wikipedia App
   Version: Android (stable)
  Hardware: Smartphone
OS: other
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Generic
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: i...@altlinux.org
CC: dga...@wikimedia.org, yuvipa...@gmail.com
   Web browser: ---
   Mobile Platform: ---

I'm using Version 1.3.4 of the Android app from the F-Droid repo (
https://f-droid.org/repository/browse/?fdfilter=wikipediafdid=org.wikipedia ).

The thing that I'd wish to have and which I believe will be convenient for most
Android users is the ability to look up the selected text (everywhere, not in
the Wikipedia app) in Wikipedia wiht a simple action, namely, sharing it.

The Wikipedia app should register itself as a handler for the text being shared
(and look up it).

I believe it's quite a simple thing. For example, I know the Easy Open Link app
(
https://f-droid.org/repository/browse/?fdfilter=urlfdid=de.audioattack.openlink
) to open URLs via select and share. The only difference would not to open the
URL, but to make Wikipedia look it up.

As a work-around, I can also imagine a very simple app--a modification the Easy
Open Link app--which would make up the query URL fro Wikipedia and open it in a
browser.

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


[Bug 65458] the app should register itself as a handler for shared text (and look up it)

2014-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65458

imz i...@altlinux.org changed:

   What|Removed |Added

Mobile Platform|--- |Android 4.2.x

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


[Bug 65440] ApiClientInfo test exiting without error details

2014-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65440

Marius Hoch h...@online.de changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |RESOLVED
 CC||h...@online.de
 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 64741] Add links is missing in MonoBook

2014-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64741

Marius Hoch h...@online.de changed:

   What|Removed |Added

 CC||h...@online.de

--- Comment #9 from Marius Hoch h...@online.de ---
ULS does this (reduced to relevant parts):

$pLang = $( '#p-lang' );
if ( !$pLang.find( 'div ul' ).children().length ) {
if ( mw.config.get( 'skin' ) === 'monobook' ) {
$pLang.find( 'div.pBody' ).remove();
}
}

There are plenty ways to fix this on both sides, not sure which way we want to
have it 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 64493] java.lang.IllegalStateException: Fragment PageViewFragment{42c490f8} not attached to Activity

2014-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64493

--- Comment #6 from Liangent liang...@gmail.com ---
I haven't seen it recently

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


[Bug 64557] New England Wikimedians website

2014-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64557

--- Comment #31 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 133982 had a related patch set uploaded by John F. Lewis:
Add us_newikimedia set up configs

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

-- 
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 64557] New England Wikimedians website

2014-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64557

--- Comment #29 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 133980 had a related patch set uploaded by John F. Lewis:
Add DNS for us-ne

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

-- 
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 64557] New England Wikimedians website

2014-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64557

--- Comment #30 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 133981 had a related patch set uploaded by John F. Lewis:
Apache set up for us-ne

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

-- 
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 64557] New England Wikimedians website

2014-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64557

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 64424] Following a link which can't be handled on the device crashes the app

2014-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64424

--- Comment #5 from Liangent liang...@gmail.com ---
https://zh.wikipedia.org/wiki/User:Liangent/wwlink crashes the app for me.

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


[Bug 55468] Update Create account / login buttons in ConfirmAccount

2014-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55468

--- Comment #13 from Andre Klapper aklap...@wikimedia.org ---
(In reply to paladox2015 from comment #9)
 hi I am trying to use the uploader but I doint know how to use it I have a
 mediawiki account but it says that it is not a unified diff patch

Could you please use proper punctuation as it makes text way more readable?
See https://en.wikipedia.org/wiki/Punctuation for the general concept.

man diff explains how to create a unified patch, and the stuff you uploaded
here is not a patch, see https://en.wikipedia.org/wiki/Patch_%28Unix%29
(Discussing this is out of scope for this specific bug report, and this bug
report is closed anyway.)

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


[Bug 58778] MediaViewer conflicts with Zero

2014-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58778

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

   What|Removed |Added

 CC||fflo...@wikimedia.org

--- Comment #7 from Andre Klapper aklap...@wikimedia.org ---
(In reply to dr0ptp4kt from comment #6)
 (In reply to Andre Klapper from comment #5)
  MediaViewer will go live on en.wp next week
 
 Will that include the mobile web?

No idea - the Multimedia team should be able to tell. CC'ing Fabrice.

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


[Bug 65452] Enable FlaggedRevs extension on fa.wikipedia

2014-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65452

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

   What|Removed |Added

  Component|Site requests   |Extension setup

-- 
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 65457] When blocked, user can't make edits in user's own talk page on mobile interface

2014-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65457

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

   What|Removed |Added

Summary|Blocked users in mobile |When blocked, user can't
   |site|make edits in user's own
   ||talk page on mobile
   ||interface

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


[Bug 65458] the app should register itself as a handler for shared text (and look up it)

2014-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=65458

Yuvi Panda yuvipa...@gmail.com changed:

   What|Removed |Added

   Priority|Unprioritized   |Low
   Severity|normal  |enhancement

--- Comment #1 from Yuvi Panda yuvipa...@gmail.com ---
Hello! 

We have completely rewritten the app to be fully native! You can try it out by
following instructions at
lists.wikimedia.org/pipermail/mobile-l/2014-March/006642.html. Will be on
f-droid soon, I hope.

I personally think this should be handled by a separate, small app, and not be
included in the official app. Waiting for the Product Managers to chime in.

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


[Bug 64424] Following a link which can't be handled on the device crashes the app

2014-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64424

--- Comment #6 from Yuvi Panda yuvipa...@gmail.com ---
Testing in a moment...

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


[Bug 64289] JavaScript error prevents WikiEditor from showing up

2014-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64289

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |RESOLVED
 CC||krinklem...@gmail.com
 Resolution|--- |FIXED
   Target Milestone|--- |MW 1.23 version

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


[Bug 64289] JavaScript error prevents WikiEditor from showing up

2014-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64289

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

  Flags|Backport_to_Stable? |

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


[Bug 64289] JavaScript error prevents WikiEditor from showing up

2014-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=64289

--- Comment #16 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 133942 merged by jenkins-bot:
jquery.textSelection: Don't throw errors on empty collections

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

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


[Bug 52673] Globally blocked IPs should have a box with block info on Special:Contributions

2014-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52673

--- Comment #7 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 133986 had a related patch set uploaded by Gerrit Patch Uploader:
Show global blocks on Special:Contributions

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

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


[Bug 52673] Globally blocked IPs should have a box with block info on Special:Contributions

2014-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52673

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


  1   2   >