[livejournal] r21137: LJSUP-11194: Update ?v= value for static...
Committer: vad
LJSUP-11194: Update ?v= value for static filesU trunk/cgi-bin/LJ/ControlStrip.pm U trunk/cgi-bin/LJ/EmbedModule.pm U trunk/cgi-bin/LJ/Event/UserMessageRecvd.pm U trunk/cgi-bin/LJ/Event/UserMessageSent.pm U trunk/cgi-bin/LJ/ExternalSite/Vox.pm U trunk/cgi-bin/LJ/ExternalSite.pm
Modified: trunk/cgi-bin/LJ/ControlStrip.pm
===================================================================
--- trunk/cgi-bin/LJ/ControlStrip.pm 2012-02-08 16:33:42 UTC (rev 21136)
+++ trunk/cgi-bin/LJ/ControlStrip.pm 2012-02-08 16:38:58 UTC (rev 21137)
@@ -117,13 +117,13 @@
my $linkcolor = S2::get_property_value($ctx, "control_strip_linkcolor");
if ($linkcolor ne "") {
- $tinted_nouserpic_img = S2::Builtin::LJ::palimg_modify($ctx, "controlstrip/nouserpic.gif", [S2::Builtin::LJ::PalItem($ctx, 0, $linkcolor)]);
+ $tinted_nouserpic_img = S2::Builtin::LJ::palimg_modify($ctx, "controlstrip/nouserpic.gif?v=6802", [S2::Builtin::LJ::PalItem($ctx, 0, $linkcolor)]);
}
}
}
$data_remote->{userpic} = {
- src => $tinted_nouserpic_img || "$LJ::IMGPREFIX/controlstrip/nouserpic.gif",
+ src => $tinted_nouserpic_img || "$LJ::IMGPREFIX/controlstrip/nouserpic.gif?v=6802",
alt => BML::ml('web.controlstrip.nouserpic.alt'),
title => BML::ml('web.controlstrip.nouserpic.title'),
};
Modified: trunk/cgi-bin/LJ/EmbedModule.pm
===================================================================
--- trunk/cgi-bin/LJ/EmbedModule.pm 2012-02-08 16:33:42 UTC (rev 21136)
+++ trunk/cgi-bin/LJ/EmbedModule.pm 2012-02-08 16:38:58 UTC (rev 21137)
@@ -487,7 +487,7 @@
placeholder_html => $iframe_tag,
width => $width,
height => $height,
- img => "$LJ::IMGPREFIX/videoplaceholder.png",
+ img => "$LJ::IMGPREFIX/videoplaceholder.png?v=8209",
link => $iframe_link,
);
}
Modified: trunk/cgi-bin/LJ/Event/UserMessageRecvd.pm
===================================================================
--- trunk/cgi-bin/LJ/Event/UserMessageRecvd.pm 2012-02-08 16:33:42 UTC (rev 21136)
+++ trunk/cgi-bin/LJ/Event/UserMessageRecvd.pm 2012-02-08 16:38:58 UTC (rev 21137)
@@ -269,7 +269,7 @@
my $ret;
$ret .= '<img src="';
- $ret .= $pic ? $pic->url : "$LJ::STATPREFIX/horizon/nouserpic.png";
+ $ret .= $pic ? $pic->url : "$LJ::STATPREFIX/horizon/nouserpic.png?v=2621";
$ret .= '" width="50" align="top" />';
return $ret;
Modified: trunk/cgi-bin/LJ/Event/UserMessageSent.pm
===================================================================
--- trunk/cgi-bin/LJ/Event/UserMessageSent.pm 2012-02-08 16:33:42 UTC (rev 21136)
+++ trunk/cgi-bin/LJ/Event/UserMessageSent.pm 2012-02-08 16:38:58 UTC (rev 21137)
@@ -109,7 +109,7 @@
my $ret;
$ret .= '<img src="';
- $ret .= $pic ? $pic->url : "$LJ::STATPREFIX/horizon/nouserpic.png";
+ $ret .= $pic ? $pic->url : "$LJ::STATPREFIX/horizon/nouserpic.png?v=2621";
$ret .= '" width="50" align="top" />';
return $ret;
Modified: trunk/cgi-bin/LJ/ExternalSite/Vox.pm
===================================================================
--- trunk/cgi-bin/LJ/ExternalSite/Vox.pm 2012-02-08 16:33:42 UTC (rev 21136)
+++ trunk/cgi-bin/LJ/ExternalSite/Vox.pm 2012-02-08 16:38:58 UTC (rev 21137)
@@ -19,7 +19,7 @@
}
sub icon_url {
- return "$LJ::IMGPREFIX/vox.gif";
+ return "$LJ::IMGPREFIX/vox.gif?v=9746";
}
1;
Modified: trunk/cgi-bin/LJ/ExternalSite.pm
===================================================================
--- trunk/cgi-bin/LJ/ExternalSite.pm 2012-02-08 16:33:42 UTC (rev 21136)
+++ trunk/cgi-bin/LJ/ExternalSite.pm 2012-02-08 16:38:58 UTC (rev 21137)
@@ -52,7 +52,7 @@
# 16x16 image to be shown for the LJ user head for this user.
# unless overridden, external users are just (as default), OpenID-looking users
sub icon_url {
- return "$LJ::IMGPREFIX/openid-profile.gif";
+ return "$LJ::IMGPREFIX/openid-profile.gif?v=5044";
}
1;
