Committer: vad
LJSUP-11266: Users should be able to adjust rating (disable users and entries)U trunk/cgi-bin/LJ/Widget/HomepageEN.pm U trunk/cgi-bin/LJ/Widget/HomepageRU.pm
Modified: trunk/cgi-bin/LJ/Widget/HomepageEN.pm =================================================================== --- trunk/cgi-bin/LJ/Widget/HomepageEN.pm 2012-07-31 09:37:32 UTC (rev 12377) +++ trunk/cgi-bin/LJ/Widget/HomepageEN.pm 2012-07-31 09:51:21 UTC (rev 12378) @@ -196,7 +196,7 @@ # 'country' => STRING (cyr | noncyr | ua) 'sort' => 'visitors', 'length' => 25, - ( $rating_show_custom ? ('length_reserve' => 500) : () ), + ( $rating_show_custom ? ('length_reserve' => 0) : () ), 'filter_commpromo' => ( $rating_show_custom ? 0 : 1 ), 'filter_selfpromo' => ( $rating_show_custom ? 0 : 1 ), 'filter_featured' => 0, Modified: trunk/cgi-bin/LJ/Widget/HomepageRU.pm =================================================================== --- trunk/cgi-bin/LJ/Widget/HomepageRU.pm 2012-07-31 09:37:32 UTC (rev 12377) +++ trunk/cgi-bin/LJ/Widget/HomepageRU.pm 2012-07-31 09:51:21 UTC (rev 12378) @@ -171,7 +171,7 @@ # 'country' => STRING (cyr | noncyr | ua) 'sort' => 'visitors', 'length' => 25, - ( $rating_show_custom ? ('length_reserve' => 500) : () ), + ( $rating_show_custom ? ('length_reserve' => 0) : () ), 'filter_commpromo' => ( $rating_show_custom ? 0 : 1 ), 'filter_selfpromo' => ( $rating_show_custom ? 0 : 1 ), 'filter_featured' => 0,