[Bug 18962] Special ListFiles has the sorting arrow switched

2011-05-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18962

DieBuche  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||diebu...@gmail.com
 Resolution||FIXED

--- Comment #8 from DieBuche  2011-05-02 19:56:43 UTC ---
r87286

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 18962] Special ListFiles has the sorting arrow switched

2010-05-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18962

--- Comment #7 from Subfader  2010-05-16 00:04:20 UTC ---
Ok I see what you mean with the opposite behaviour to indicate what happens
after the click. That's totally not user-firendly ("Don't make me think").

It looks wrong, not what you'd expect the arrow to be like. That's what counts
imo.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 18962] Special ListFiles has the sorting arrow switched

2010-05-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18962

--- Comment #6 from Subfader  2010-05-15 23:56:42 UTC ---
false:
http://commons.wikimedia.org/w/index.php?title=Special:ListFiles&sort=img_size&limit=50&asc=1

correct:
http://www.mixesdb.com/db/index.php?title=Special:ListFiles&sort=img_size&limit=50

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 18962] Special ListFiles has the sorting arrow switched

2010-05-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18962

Platonides  changed:

   What|Removed |Added

 CC||platoni...@gmail.com

--- Comment #5 from Platonides  2010-05-15 22:23:14 UTC 
---
I'm not sure it's wrong. If it's descending, it shows the ascending image
(click her to show ascending), and viceversa.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 18962] Special ListFiles has the sorting arrow switched

2010-05-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18962

--- Comment #4 from Subfader  2010-05-15 22:17:40 UTC ---
Solution: includes\Pager.php:
Just switch the images:

if ( $this->mDefaultDirection ) {
# Descending
$image = 'Arr_u.png';
$query['asc'] = '1';
$query['desc'] = '';
$alt = htmlspecialchars( wfMsg( 'descending_abbrev' )
);
} else {
# Ascending
$image = 'Arr_d.png';
$query['asc'] = '';
$query['desc'] = '1';
$alt = htmlspecialchars( wfMsg( 'ascending_abbrev' ) );
}

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 18962] Special ListFiles has the sorting arrow switched

2010-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18962

--- Comment #3 from Subfader  2010-03-29 00:06:38 UTC ---
still

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 18962] Special ListFiles has the sorting arrow switched

2009-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18962


Brion Vibber  changed:

   What|Removed |Added

 AssignedTo|wikibugs-   |tpars...@wikimedia.org
   |l...@lists.wikimedia.org   |




--- Comment #2 from Brion Vibber   2009-07-20 03:56:20 UTC 
---
Visual style fix -- putting this on Trevor's plate. :)


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 18962] Special ListFiles has the sorting arrow switched

2009-05-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18962


Brion Vibber  changed:

   What|Removed |Added

 CC||br...@wikimedia.org




--- Comment #1 from Brion Vibber   2009-05-27 21:51:03 UTC 
---
Indeed, the directions used are opposite that of in-wiki sortable table
headers, which also match eg Finder's sorted file views. The small end of the
arrow should match up with the low end (smaller numbers, earlier letters),
while the big end of the arrow should match up with larger numbers/later
letters.

Probably this needs to be fixed in the table pager class.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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