Skip to content

Commit

Permalink
Merge pull request #1227 from pmclanahan/port-unsupported-details-915867
Browse files Browse the repository at this point in the history
Bug 915867: Port unsupported/details/ billboard.
  • Loading branch information
jgmize committed Sep 13, 2013
2 parents 86179ed + ab3241a commit c6a8f32
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion bedrock/firefox/templates/firefox/unsupported-details.html
Expand Up @@ -27,7 +27,8 @@ <h1>{{ _('URGENT!') }}</h1>
<li>{{ _('experience faster performance') }}</li>
<li>{{ _('Enjoy new features') }}</li>
</ul>
<p>{{ _('This is your last reminder before you will be automatically updated to the latest version') }} </p>
{# Current version of this file in SVN does not have this paragraph.
#<p>{{ _('This is your last reminder before you will be automatically updated to the latest version') }} </p>#}
</div>
</div>
</body>
Expand Down
1 change: 1 addition & 0 deletions bedrock/firefox/urls.py
Expand Up @@ -57,6 +57,7 @@
page('firefox/unsupported/warning', 'firefox/unsupported-warning.html'),
page('firefox/unsupported/EOL', 'firefox/unsupported-EOL.html'),
page('firefox/unsupported/mac', 'firefox/unsupported-mac.html'),
page('firefox/unsupported/details', 'firefox/unsupported-details.html'),

url(r'^firefox/unsupported/win/$', views.windows_billboards),
url('^dnt/$', views.dnt, name='firefox.dnt'),
Expand Down
4 changes: 2 additions & 2 deletions etc/httpd/global.conf
Expand Up @@ -153,8 +153,8 @@ RewriteRule ^/(\w{2,3}(?:-\w{2})?/)?firefox/update(.*)$ /b/$1firefox/update$2 [P
# TODO: Remove when all locales are done.
RewriteRule ^/(an|ar|ast|bg|br|ca|cs|csb|cy|da|de|el|eo|es-AR|es-CL|es-ES|es-MX|et|eu|fi|fr|fy-NL|ga-IE|gd|hr|hu|hy-AM|id|is|it|ko|lij|lt|lv|ml|mk|mr|my|nb-NO|nl|pl|pt-BR|pt-PT|rm|ro|ru|sl|sk|sq|sr|sv-SE|te|tr|uk|zh-TW)/firefox/new(/?)$ /b/$1/firefox/new$2 [PT]

# bug 796952, 915845
RewriteCond %{REQUEST_URI} !firefox/unsupported/details/index\.html$
# bug 796952, 915845, 915867
RewriteRule ^/(\w{2,3}(?:-\w{2})?/)?firefox/unsupported/(.+)/index\.html$ /$1firefox/unsupported/$2/ [L,R=301]
RewriteRule ^/(\w{2,3}(?:-\w{2})?/)?firefox/unsupported/(.*)$ /b/$1firefox/unsupported/$2 [PT]

# bug 757117
Expand Down

0 comments on commit c6a8f32

Please sign in to comment.