[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 #9 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 164622 merged by jenkins-bot:
Use 300px standard image size for uploads

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

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

Jon jrob...@wikimedia.org changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |NEW

--- Comment #10 from Jon jrob...@wikimedia.org ---
Update...
We currently define small, medium and tiny image sizes
const MEDIUM_IMAGE_WIDTH = 300;
const SMALL_IMAGE_WIDTH = 150;
const TINY_IMAGE_WIDTH = 50;


User profile uses medium width
watchlist uses small width
nothing uses tiny width.


In addition to this we have various things still not using standard sizes:
* Nearby uses 180px
* Search uses 80px

I would suggest making nearby use SMALL_IMAGE_WIDTH and search using tiny image
width and changing that value from 50 to 80.

Then we should call this done.

-- 
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 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 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 #13 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 165408 had a related patch set uploaded by Bmansurov:
Use 300px standard image size for uploads

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

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

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 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 #14 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 165408 merged by jenkins-bot:
Use standard image sizes on nearby, search and watchlist

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

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

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 58285] Minimize number of thumb sizes used in MobileFrontend extension

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

--- Comment #8 from Ryan Kaldari rkald...@wikimedia.org ---
I like standardizing the sizes, but I'm a bit concerned about increasing the
search thumb size from 80 to 120 due to the increase in bandwidth this would
create (and corresponding speed decrease on slow connections). The actual
display size is only 56px and I'm not convinced we need retina support for
these (since they are just for quick reference).

-- 
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-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58285

--- Comment #7 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 164622 had a related patch set uploaded by Bmansurov:
Use standard image sizes

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

-- 
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-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58285

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 58285] Minimize number of thumb sizes used in MobileFrontend extension

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

Bahodir Mansurov bmansu...@wikimedia.org changed:

   What|Removed |Added

 CC||bmansu...@wikimedia.org

--- Comment #5 from Bahodir Mansurov bmansu...@wikimedia.org ---
(In reply to Max Semenik from comment #3)
 These sizes should be already present from other sources eg 120, 150, 180,
 200, 250 and 300 from standard thumbnail size settings or 50 from
 OpenSearchXml. I propose 120 for bandwidth conservation as a small image and
 300 as a large.
Why limit the sizes to two when the list you gave has more than two sizes? Out
of the 4 cases you mentioned only search and user profile images need to
change, right? It looks like 120 and 150 are already being generated anyway.

Also, is 64 one of the sizes that's being generated already? The search could
use it.

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


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

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

--- Comment #6 from Max Semenik maxsem.w...@gmail.com ---
No.

-- 
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-05-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58285

Jon jrob...@wikimedia.org changed:

   What|Removed |Added

  Component|stable  |Hygiene
   Assignee|wikibugs-l@lists.wikimedia. |jrob...@wikimedia.org
   |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 58285] Minimize number of thumb sizes used in MobileFrontend extension

2013-12-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58285

--- Comment #4 from Ryan Kaldari rkald...@wikimedia.org ---
See the related RfC at:
https://www.mediawiki.org/wiki/Requests_for_comment/Standardized_thumbnails_sizes

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on 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

2013-12-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58285

MZMcBride b...@mzmcbride.com changed:

   What|Removed |Added

   Keywords||performance
Summary|Performance: Minimize   |Minimize number of thumb
   |number of thumb sizes used  |sizes used in
   ||MobileFrontend extension

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