You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by br...@apache.org on 2013/03/21 15:56:14 UTC

git commit: Fixes redirect problem in [#5996] and updates notification mail footer

Updated Branches:
  refs/heads/master b849642f6 -> fbf104d77


Fixes redirect problem in [#5996] and updates notification mail footer


Project: http://git-wip-us.apache.org/repos/asf/incubator-allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-allura/commit/fbf104d7
Tree: http://git-wip-us.apache.org/repos/asf/incubator-allura/tree/fbf104d7
Diff: http://git-wip-us.apache.org/repos/asf/incubator-allura/diff/fbf104d7

Branch: refs/heads/master
Commit: fbf104d7762e124f13efa69890c0d427f11b9a0f
Parents: b849642
Author: Chris Tsai <ct...@users.sf.net>
Authored: Thu Mar 21 09:20:36 2013 -0400
Committer: Chris Tsai <ct...@users.sf.net>
Committed: Thu Mar 21 09:20:36 2013 -0400

----------------------------------------------------------------------
 Allura/allura/controllers/auth.py       |    2 +-
 Allura/allura/templates/mail/footer.txt |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/fbf104d7/Allura/allura/controllers/auth.py
----------------------------------------------------------------------
diff --git a/Allura/allura/controllers/auth.py b/Allura/allura/controllers/auth.py
index 2914799..8e18767 100644
--- a/Allura/allura/controllers/auth.py
+++ b/Allura/allura/controllers/auth.py
@@ -73,7 +73,7 @@ class AuthController(BaseController):
         Redirect old /auth/prefs URL to /auth/subscriptions
         (to handle old email links, etc).
         '''
-        redirect('subscriptions')
+        redirect('/auth/subscriptions/')
 
     @expose('jinja:allura:templates/login.html')
     @with_trailing_slash

http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/fbf104d7/Allura/allura/templates/mail/footer.txt
----------------------------------------------------------------------
diff --git a/Allura/allura/templates/mail/footer.txt b/Allura/allura/templates/mail/footer.txt
index 50dd4cf..cd4aa66 100644
--- a/Allura/allura/templates/mail/footer.txt
+++ b/Allura/allura/templates/mail/footer.txt
@@ -4,4 +4,4 @@
 
 Sent from sourceforge.net because you indicated interest in <{{ prefix }}{{ notification.link }}>
 
-To unsubscribe from further messages, please visit <{{ prefix }}/auth/prefs/>
+To unsubscribe from further messages, please visit <{{ prefix }}/auth/subscriptions/>