fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
fu ([personal profile] fu) wrote in [site community profile] changelog2010-12-10 06:58 am

[dw-free] "Also Access To" list not in alphabetical order

[commit: http://hg.dwscoalition.org/dw-free/rev/cb77ef4e7de8]

http://bugs.dwscoalition.org/show_bug.cgi?id=3313

Missed a spot; add the "also access to" list to the list of lists to
alphabetize.

Patch by Erin of [personal profile] teamdestroyer.

Files modified:
  • htdocs/profile.bml
--------------------------------------------------------------------------------
diff -r 2781a118a7bc -r cb77ef4e7de8 htdocs/profile.bml
--- a/htdocs/profile.bml	Fri Dec 10 14:54:51 2010 +0800
+++ b/htdocs/profile.bml	Fri Dec 10 14:58:46 2010 +0800
@@ -711,9 +711,9 @@ body<=
     @$_ = sort { $us->{$a}->display_name cmp $us->{$b}->display_name } @$_
         foreach ( \@trusted_userids, \@watched_userids, \@trusted_by_userids, \@watched_by_userids,
                   \@mutually_trusted_userids, \@mutually_watched_userids, \@mutually_watched_userids,
-                  \@not_mutually_watched_userids, \@not_mutually_trusted_by_userids,
-                  \@not_mutually_watched_by_userids, \@members_userids, \@member_of_userids,
-                  \@posting_access_to_userids, \@posting_access_from_userids );
+                  \@not_mutually_trusted_userids, \@not_mutually_watched_userids, 
+                  \@not_mutually_trusted_by_userids, \@not_mutually_watched_by_userids, \@members_userids, 
+                  \@member_of_userids, \@posting_access_to_userids, \@posting_access_from_userids );
 
 ################################################################################
 ##### PEOPLE LISTS
--------------------------------------------------------------------------------