fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
fu ([personal profile] fu) wrote in [site community profile] changelog2011-04-30 11:53 pm

[dw-nonfree] get out of beta

[commit: http://hg.dwscoalition.org/dw-nonfree/rev/18725cb8fd93]

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

Officially out of beta.

Patch by [personal profile] ninetydegrees.

Files modified:
  • schemes/_dreamwidth.tt
  • schemes/tropo-common.tt
--------------------------------------------------------------------------------
diff -r 53b0445ab8b9 -r 18725cb8fd93 schemes/_dreamwidth.tt
--- a/schemes/_dreamwidth.tt	Thu Apr 28 12:40:59 2011 +0800
+++ b/schemes/_dreamwidth.tt	Sun May 01 07:52:21 2011 +0800
@@ -17,7 +17,7 @@ the same terms as Perl itself.  For a co
 %][%- BLOCK block.logo -%]
 [%- imgprefix = ( is_ssl ? site.ssl.imgroot : site.imgroot ) -%]
 [%- IF ! logo_path %]
-[%- logo_path = BLOCK -%]/[% logo_path_part %]/dw_logo_[% logo_path_part %]_beta.png[%- END - %]
+[%- logo_path = BLOCK -%]/[% logo_path_part %]/dw_logo_[% logo_path_part %].png[%- END - %]
 [%- END -%]
 <a href="[% site.root %]/"><img src='[% imgprefix %][% logo_path %]' /></a>
 [%- END -%]
diff -r 53b0445ab8b9 -r 18725cb8fd93 schemes/tropo-common.tt
--- a/schemes/tropo-common.tt	Thu Apr 28 12:40:59 2011 +0800
+++ b/schemes/tropo-common.tt	Sun May 01 07:52:21 2011 +0800
@@ -32,9 +32,9 @@ the same terms as Perl itself.  For a co
 [%- BLOCK block.page -%]
 [%- IF logo_path -%]
 [%- ELSIF tropo_color != 'red' -%]
-    [%- logo_path = '/tropo-red/dw_logo_beta_' _ tropo_color _ '.png' -%]
+    [%- logo_path = '/tropo-red/dw_logo_' _ tropo_color _ '.png' -%]
 [%- ELSE -%]
-    [%- logo_path = '/tropo-red/dw_logo_beta.png' -%]
+    [%- logo_path = '/tropo-red/dw_logo.png' -%]
 [%- END -%]
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
--------------------------------------------------------------------------------