Ejegg has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/358487 )

Change subject: Update LandingPage regex for new name
......................................................................

Update LandingPage regex for new name

Special:FundraiserLandingPage will soon be redirecting to
Special:LandingPage.

DEPLOYMENT NOTE: do not deploy till after Ic29dfa36727161e is live
on donatewiki.

Change-Id: I70741c91abb88e4f0ea41a119938bea35191e570
---
M fundraiser/analytics/regex.py
1 file changed, 2 insertions(+), 1 deletion(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/wikimedia/fundraising/tools/DjangoBannerStats 
refs/changes/87/358487/1

diff --git a/fundraiser/analytics/regex.py b/fundraiser/analytics/regex.py
index eccfde9..268efd4 100644
--- a/fundraiser/analytics/regex.py
+++ b/fundraiser/analytics/regex.py
@@ -190,7 +190,8 @@
               | w/index.php\?title=
             )
             (
-                Special:FundraiserLandingPage
+                Special:LandingPage
+#              | Special:FundraiserLandingPage # These will now 302 redirect 
to Special:LandingPage
 #              | Special:FundraiserRedirector # these 302 and should result in 
a valid call to S:FLP
             )
         """, re.VERBOSE | re.IGNORECASE

-- 
To view, visit https://gerrit.wikimedia.org/r/358487
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I70741c91abb88e4f0ea41a119938bea35191e570
Gerrit-PatchSet: 1
Gerrit-Project: wikimedia/fundraising/tools/DjangoBannerStats
Gerrit-Branch: master
Gerrit-Owner: Ejegg <ej...@ejegg.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to