[Bug 48318] On mobile, wikivoyage.org redirects to www.m.wikivoyage.org which does not exist

2014-01-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48318

Jan Zerebecki  changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #19 from Jan Zerebecki  ---
Tested and works as expected:
http://www.wikivoyage.org/wiki/Test -> http://en.m.wikivoyage.org/wiki/Test
http://wikivoyage.org/wiki/Test -> http://en.m.wikivoyage.org/wiki/Test
http://www.wikipedia.org/wiki/Test -> http://en.m.wikipedia.org/wiki/Test
http://wikipedia.org/wiki/Test -> http://en.m.wikipedia.org/wiki/Test

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 48318] On mobile, wikivoyage.org redirects to www.m.wikivoyage.org which does not exist

2014-01-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48318

--- Comment #18 from Gerrit Notification Bot  ---
Change 89879 merged by Faidon Liambotis:
Varnish: don't mobile redirect www.$project.org

https://gerrit.wikimedia.org/r/89879

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 48318] On mobile, wikivoyage.org redirects to www.m.wikivoyage.org which does not exist

2014-01-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48318

--- Comment #17 from Gerrit Notification Bot  ---
Change 89879 had a related patch set uploaded by Faidon Liambotis:
Varnish: don't mobile redirect www.$project.org

https://gerrit.wikimedia.org/r/89879

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 48318] On mobile, wikivoyage.org redirects to www.m.wikivoyage.org which does not exist

2013-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48318

Gerrit Notification Bot  changed:

   What|Removed |Added

 Status|NEW |PATCH_TO_REVIEW

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 48318] On mobile, wikivoyage.org redirects to www.m.wikivoyage.org which does not exist

2013-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48318

--- Comment #16 from Gerrit Notification Bot  ---
Change 89879 had a related patch set uploaded by JanZerebecki:
Omit URLs like http://www.wikivoyage.org/wiki/Test from the redirect to mobile
as www.m... does not exist.

https://gerrit.wikimedia.org/r/89879

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 48318] On mobile, wikivoyage.org redirects to www.m.wikivoyage.org which does not exist

2013-10-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48318

Jan Zerebecki  changed:

   What|Removed |Added

 CC||jan.wikime...@zerebecki.de

--- Comment #15 from Jan Zerebecki  ---
https://www.wikipedia.org/wiki/Test fails in the same way. It is probably also
true for other projects, but I didn't verify.

How to test:
wget -O /dev/null --debug --user-agent='Mozilla/5.0 (Linux; Android 4.0.4;
Galaxy Nexus Build/IMM76B) AppleWebKit/535.19 (KHTML, like Gecko)
Chrome/18.0.1025.133 Mobile Safari/535.19' https://www.wikipedia.org/wiki/Test

The failure comes to be because the redirecting of www.../wiki/ to en... is
done in apache which only gets consulted after the mobile redirect.

from operations/apache-config.git file www.wikipedia.conf
RewriteRule ^/wiki$ http://en.wikipedia.org/ [R=301,L]

similar rule in the same file for wikivoage
RewriteRule ^(.*)$ http://en.wikivoyage.org$1 [R=301,L]


It is probably best solved by tweaking the pattern of which URLs are eligible
for mobile redirects.

That pattern might be in operations/puppet.git file
templates/squid/redirector.conf.erb but my mind is much too tired now to wield
such heavy machinery.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 48318] On mobile, wikivoyage.org redirects to www.m.wikivoyage.org which does not exist

2013-10-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48318

This, that and the other  changed:

   What|Removed |Added

 CC||at.li...@live.com.au,
   ||rlan...@gmail.com

--- Comment #14 from This, that and the other  ---
Just another ping... it is worrying that a "critical" bug is being left open
for so long.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 48318] On mobile, wikivoyage.org redirects to www.m.wikivoyage.org which does not exist

2013-08-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48318

--- Comment #13 from James Alexander  ---
(In reply to comment #12)
> We should bring this up in a meeting with Ops and Mobile team together to
> figure out where the change actually needs to be made.

Honestly I'm not really sure how that will help .. it seems like a waste of
time. I can't foresee anything here that could be on the mobile side, it seems
fairly straightforwardly on the ops side.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 48318] On mobile, wikivoyage.org redirects to www.m.wikivoyage.org which does not exist

2013-08-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48318

--- Comment #12 from Daniel Zahn  ---
We should bring this up in a meeting with Ops and Mobile team together to
figure out where the change actually needs to be made.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 48318] On mobile, wikivoyage.org redirects to www.m.wikivoyage.org which does not exist

2013-07-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48318

--- Comment #11 from James Alexander  ---
(In reply to comment #10)
> (In reply to comment #9)
> > @Daniel: Yes but try www.wikivoyage.org/wiki/Paris for instance.
> 
> Confirming that problem, though one might argue that it's a different problem
> as your example is a www address. See the summary of this bug report.
> 

While the portal page (www.wikivoyage.org and wikivoyage.org which redirects to
same) work you don't need the www to get the bug. wikivoyage.org/wiki/Paris has
the same issue. It's possible that the bug title should be clearer but given
the examples (in my text that you copied over above about austria for example)
I think this is clearly still the same bug :).

> > After 2 months the bug is still present.
> 
> I can offer a large number of reports that are still present after years. :)
> Providing patches can speed up the process of fixing.

That assumes someone else has found the actual place this happens to write a
patch for it etc. I'd really rather not use that we sometimes ignore bad bugs
for much longer as an excuse :).

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 48318] On mobile, wikivoyage.org redirects to www.m.wikivoyage.org which does not exist

2013-07-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48318

--- Comment #10 from Andre Klapper  ---
(In reply to comment #9)
> @Daniel: Yes but try www.wikivoyage.org/wiki/Paris for instance.

Confirming that problem, though one might argue that it's a different problem
as your example is a www address. See the summary of this bug report.

> After 2 months the bug is still present.

I can offer a large number of reports that are still present after years. :)
Providing patches can speed up the process of fixing.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 48318] On mobile, wikivoyage.org redirects to www.m.wikivoyage.org which does not exist

2013-07-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48318

--- Comment #9 from Nicolas Raoul  ---
@Daniel: Yes but try www.wikivoyage.org/wiki/Paris for instance.

After 2 months the bug is still present.
www.m.wikivoyage.org has still not been redirected (is it that hard?), so
googlers searching "wikivoyage austria" still get "Server not found" :-(

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 48318] On mobile, wikivoyage.org redirects to www.m.wikivoyage.org which does not exist

2013-07-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48318

Daniel Zahn  changed:

   What|Removed |Added

 CC||dz...@wikimedia.org

--- Comment #8 from Daniel Zahn  ---
i just tested again on my phone, and wikivoyage.org gets me to
www.wikivoyage.org  (Motorola Droid 4)

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 48318] On mobile, wikivoyage.org redirects to www.m.wikivoyage.org which does not exist

2013-06-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48318

--- Comment #7 from James Alexander  ---
Another bump on this to see if we have an update. Last I checked we still
weren't totally sure 'who' is responsible though it seems like once we find
that group it is 'likely' to be a relatively easy fix.  However it is not something we should leave
sitting around for months if we can avoid it.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 48318] On mobile, wikivoyage.org redirects to www.m.wikivoyage.org which does not exist

2013-05-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48318

--- Comment #6 from Nicolas Raoul  ---
Any progress on this?
It is probably hurting Wikivoyage's Google reputation, in addition from
preventing readers from using the website.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 48318] On mobile, wikivoyage.org redirects to www.m.wikivoyage.org which does not exist

2013-05-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48318

p858snake  changed:

   What|Removed |Added

   Keywords||ops

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 48318] On mobile, wikivoyage.org redirects to www.m.wikivoyage.org which does not exist

2013-05-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48318

Sam Reed (reedy)  changed:

   What|Removed |Added

   Keywords|shell   |

--- Comment #5 from Sam Reed (reedy)  ---
Removing shell. It's an ops task as shell users can't merge apache config.

I'm also not sure apache is the correct place for this to be

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 48318] On mobile, wikivoyage.org redirects to www.m.wikivoyage.org which does not exist

2013-05-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48318

James Alexander  changed:

   What|Removed |Added

Summary|On Android, wikivoyage.org  |On mobile, wikivoyage.org
   |redirects to|redirects to
   |www.m.wikivoyage.org which  |www.m.wikivoyage.org which
   |does not exist  |does not exist

--- Comment #4 from James Alexander  ---
adjusting title, this isn't just an android bug (I confirmed on my iphone), it
appears to be any recognized mobile device.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l