afuna: Cat under a blanket. Text: "Cats are just little people with Fur and Fangs" (Default)
afuna ([personal profile] afuna) wrote in [site community profile] changelog2010-02-14 01:15 pm

[dw-free] Add "last updated" to Circle Gifts

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

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

List when the journal was last updated.

Patch by [staff profile] denise.

Files modified:
  • htdocs/shop/gifts.bml
--------------------------------------------------------------------------------
diff -r 666dca7810f8 -r 12a6d14a9725 htdocs/shop/gifts.bml
--- a/htdocs/shop/gifts.bml	Sun Feb 14 03:39:46 2010 +0000
+++ b/htdocs/shop/gifts.bml	Sun Feb 14 13:13:08 2010 +0000
@@ -66,7 +66,7 @@ body<=
     my $freeusers;
     my $freecommunities;
     foreach my $person ( @free ) {
-        my $linked = "<li>" . $person->ljuser_display . ": " . $person->name_html . " [<a href='$LJ::SITEROOT/shop/account?for=gift&user=" 
+        my $linked = "<li>" . $person->ljuser_display . ": " . $person->name_html . ", " . $person->last_updated . " [<a href='$LJ::SITEROOT/shop/account?for=gift&user=" 
             . $person->user . "'>" . BML::ml( '.buy' ) . "</a>]</li>\n";
         if ( $person->is_personal ) {
             $freeusers .= $linked;
--------------------------------------------------------------------------------