Committer: vad
LJSUP-11194: Update ?v= value for static filesU trunk/cgi-bin/LJ/Pay.pm U trunk/cgi-bin/LJ/SiteScheme/Lanzelot.pm
Modified: trunk/cgi-bin/LJ/Pay.pm =================================================================== --- trunk/cgi-bin/LJ/Pay.pm 2012-02-08 16:40:57 UTC (rev 11450) +++ trunk/cgi-bin/LJ/Pay.pm 2012-02-08 16:46:13 UTC (rev 11451) @@ -342,19 +342,19 @@ my @blurbs = ( # gift shop [ - "<a href='$LJ::SITEROOT/shop/view.bml?class=merchandise'><img src='$LJ::IMGPREFIX/shop/paidaccounts-storefront.png' border='0'></a>", + "<a href='$LJ::SITEROOT/shop/view.bml?class=merchandise'><img src='$LJ::IMGPREFIX/shop/paidaccounts-storefront.png?v=1674' border='0'></a>", $giftshop ], # pay as you go [ - "<a href='$LJ::SITEROOT/shop/view.bml?item=paidaccount'><img src='$LJ::IMGPREFIX/shop/paidaccounts-storefront.png' border='0'></a>", + "<a href='$LJ::SITEROOT/shop/view.bml?item=paidaccount'><img src='$LJ::IMGPREFIX/shop/paidaccounts-storefront.png?v=1674' border='0'></a>", BML::ml('pay.blurb.tryit.text', {'aopts1' => "href='$LJ::SITEROOT/shop/view.bml?item=paidaccount&gift=1'", 'aopts2' => "href='$LJ::SITEROOT/shop/view.bml?item=paidaccount'"}) ], # bonus features [ - "<a href='$LJ::SITEROOT/shop/index.bml?class=bonusfeatures'><img src='$LJ::IMGPREFIX/shop/bonusfeatures.png' border='0'></a>", + "<a href='$LJ::SITEROOT/shop/index.bml?class=bonusfeatures'><img src='$LJ::IMGPREFIX/shop/bonusfeatures.png?v=1674' border='0'></a>", BML::ml('pay.blurb.bonus.text', {'aopts' => "href='$LJ::SITEROOT/shop/index.bml?class=bonusfeatures'"}) ], Modified: trunk/cgi-bin/LJ/SiteScheme/Lanzelot.pm =================================================================== --- trunk/cgi-bin/LJ/SiteScheme/Lanzelot.pm 2012-02-08 16:40:57 UTC (rev 11450) +++ trunk/cgi-bin/LJ/SiteScheme/Lanzelot.pm 2012-02-08 16:46:13 UTC (rev 11451) @@ -81,15 +81,15 @@ && $identity->value =~ m{^http://\w+[.]fanat[.]ru} ) { $remote_userpic_url2 = - "$LJ::IMGPREFIX/profile_icons/openid_fanat.png"; + "$LJ::IMGPREFIX/profile_icons/openid_fanat.png?v=15782"; } else { $remote_userpic_url2 = - "$LJ::IMGPREFIX/profile_icons/openid.gif"; + "$LJ::IMGPREFIX/profile_icons/openid.gif?v=14273"; } } else { $remote_userpic_url2 = - "$LJ::STATPREFIX/horizon/nouserpic.png"; + "$LJ::STATPREFIX/horizon/nouserpic.png?v=2621"; } } }