Google Groups Home
Help | Sign in
[473] Fixed the pages linked from the tag cloud, they not dipslay the dists in the tag
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  1 message - Collapse all
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
ca...@geeknest.com  
View profile
 More options Feb 28 2006, 3:51 pm
From: ca...@geeknest.com
Date: Tue, 28 Feb 2006 15:51:23 -0500 (EST)
Local: Tues, Feb 28 2006 3:51 pm
Subject: [svn openjsan.org] [473] Fixed the pages linked from the tag cloud, they not dipslay the dists in the tag
Revision: 473
Author:   cwest
Date:     2006-02-28 15:51:19 -0500 (Tue, 28 Feb 2006)

Log Message:
-----------
Fixed the pages linked from the tag cloud, they not dipslay the dists in the tag

Modified Paths:
--------------
    openjsan/trunk/lib/JSAN/Incoming.pm
    openjsan/trunk/templates/incoming/tag_index_page
Modified: openjsan/trunk/lib/JSAN/Incoming.pm
===================================================================
--- openjsan/trunk/lib/JSAN/Incoming.pm 2006-02-28 20:38:49 UTC (rev 472)
+++ openjsan/trunk/lib/JSAN/Incoming.pm 2006-02-28 20:51:19 UTC (rev 473)
@@ -150,8 +150,8 @@

         my @dists = (
             map  { $_->[1] }
-            sort { $a->[0] <=> $b->[0] }
-            map  { [ $_->name cmp $_ ] }
+            sort { $a->[0] cmp $b->[0] }
+            map  { [ $_->name, $_ ] }
             $tag->distributions
         );

Modified: openjsan/trunk/templates/incoming/tag_index_page
===================================================================
--- openjsan/trunk/templates/incoming/tag_index_page    2006-02-28 20:38:49 UTC (rev 472)
+++ openjsan/trunk/templates/incoming/tag_index_page    2006-02-28 20:51:19 UTC (rev 473)
@@ -7,8 +7,8 @@
   </tr>
 [% FOREACH dist IN dists %]
   <tr>
-    <td><a href="/doc/[% dist.author.hash %]/[% dist.name.replace('\.','/') %]/[% dist.version %]">[% dist.name %]</td>
+    <td><a href="/doc/[% dist.author.hash %]/[% dist.name.replace('\.','/') %]/[% dist.version %]">[% dist.name %]</a></td>
     <td>[% dist.version %]</td>
   </tr>
 [% END %]
-</table>
\ No newline at end of file
+</table>


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2008 Google