Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Issue 9048063: infrastructure: Redirects for the new website (Closed)

Created:
Dec. 19, 2012, 10:27 a.m. by Felix Dahlke
Modified:
Nov. 8, 2013, 8:04 a.m.
Reviewers:
Wladimir Palant
Visibility:
Public.

Description

The new websites will use different URLs for the browser-specific sites. I've changed that for our development environment, I'll make exactly the same changes on the production environment when we put the new site up. Note that I have also fixed the /installation rewrite, it wouldn't have matched /zh_TW/installation like this.

Patch Set 1 #

Total comments: 7

Patch Set 2 : #

Patch Set 3 : #

Total comments: 6

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -42 lines) Patch
M modules/adblockplusorg/files/adblockplus.org View 1 2 3 3 chunks +29 lines, -42 lines 0 comments Download

Messages

Total messages: 9
Felix Dahlke
http://codereview.adblockplus.org/9048063/diff/1/modules/adblockplusorg/files/adblockplus.org File modules/adblockplusorg/files/adblockplus.org (right): http://codereview.adblockplus.org/9048063/diff/1/modules/adblockplusorg/files/adblockplus.org#newcode25 modules/adblockplusorg/files/adblockplus.org:25: if ($http_user_agent !~ \bChrome/\d+) { Note that this causes ...
Dec. 19, 2012, 10:32 a.m. (2012-12-19 10:32:09 UTC) #1
Wladimir Palant
http://codereview.adblockplus.org/9048063/diff/1/modules/adblockplusorg/files/adblockplus.org File modules/adblockplusorg/files/adblockplus.org (right): http://codereview.adblockplus.org/9048063/diff/1/modules/adblockplusorg/files/adblockplus.org#newcode25 modules/adblockplusorg/files/adblockplus.org:25: if ($http_user_agent !~ \bChrome/\d+) { Actually, it wasn't broken ...
Dec. 19, 2012, 11:16 a.m. (2012-12-19 11:16:39 UTC) #2
Felix Dahlke
Uploaded a new patch set addressing the comments. I know we're probably going to try ...
Dec. 19, 2012, 11:45 a.m. (2012-12-19 11:45:30 UTC) #3
Wladimir Palant
LGTM even though we likely won't go with that approach.
Dec. 19, 2012, 12:16 p.m. (2012-12-19 12:16:22 UTC) #4
Felix Dahlke
Here's a completely different approach :) As discussed, I'm doing it like this now: 1. ...
Dec. 19, 2012, 4:29 p.m. (2012-12-19 16:29:27 UTC) #5
Wladimir Palant
http://codereview.adblockplus.org/9048063/diff/7001/modules/adblockplusorg/files/adblockplus.org File modules/adblockplusorg/files/adblockplus.org (right): http://codereview.adblockplus.org/9048063/diff/7001/modules/adblockplusorg/files/adblockplus.org#newcode59 modules/adblockplusorg/files/adblockplus.org:59: rewrite (.*) /static/$1 last; Do we need the special ...
Dec. 19, 2012, 4:41 p.m. (2012-12-19 16:41:56 UTC) #6
Wladimir Palant
Dec. 19, 2012, 4:41 p.m. (2012-12-19 16:41:57 UTC) #7
Felix Dahlke
Uploaded a new patch set addressing the remaining issues. http://codereview.adblockplus.org/9048063/diff/7001/modules/adblockplusorg/files/adblockplus.org File modules/adblockplusorg/files/adblockplus.org (right): http://codereview.adblockplus.org/9048063/diff/7001/modules/adblockplusorg/files/adblockplus.org#newcode59 modules/adblockplusorg/files/adblockplus.org:59: ...
Dec. 19, 2012, 8:01 p.m. (2012-12-19 20:01:23 UTC) #8
Wladimir Palant
Dec. 19, 2012, 8:33 p.m. (2012-12-19 20:33:27 UTC) #9
LGTM

Powered by Google App Engine
This is Rietveld