https://bugzilla.wikimedia.org/show_bug.cgi?id=27839

[email protected] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
                 CC|                            |[email protected]
         Resolution|FIXED                       |---

--- Comment #11 from [email protected] ---
I agree with Jérémie Roquet. Proposed resolution should be sort by increasing
size in
https://noc.wikimedia.org/conf/highlight.php?file=InitialiseSettings.php

Because of the additional size 460 and 620 px proposed after this bug
resolution, the default size is now 180px instead of the 220px expected. 

In InitialiseSettings it would be vetter to redefine completetly the list of
proposed resolution instead of adding two values. 

We have 
'wgThumbLimits' => array(
    'default' => array( 120, 150, 180, 200, 220, 250, 300 ),
    '+frwiki' => array( 460, 620 ),
    '+itwikiquote' => array( 360 ),
    'svwiki' => array( 120, 200, 250, 300, 360 ),
),
'wmgThumbsizeIndex' => array(
    'default' => 4,
    'svwiki' => 2, // bug 16739
)

We should have 

'wgThumbLimits' => array(
    'default' => array( 120, 150, 180, 200, 220, 250, 300 ),
    'frwiki' => array( 120, 150, 180, 200, 220, 250, 300, 460, 620 ),
    '+itwikiquote' => array( 360 ),
    'svwiki' => array( 120, 200, 250, 300, 360 ),
),
'wmgThumbsizeIndex' => array(
    'default' => 4,
    'svwiki' => 2, // bug 16739
)

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to