[Pkg-voip-commits] r7129 - in /mumble-django/trunk/debian/patches: 00list imprint_logout.dpatch
svedrin-guest at alioth.debian.org
svedrin-guest at alioth.debian.org
Sat May 2 23:01:22 UTC 2009
Author: svedrin-guest
Date: Sat May 2 23:01:22 2009
New Revision: 7129
URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=7129
Log:
added patch for logout link not being displayed on the imprint page
Added:
mumble-django/trunk/debian/patches/imprint_logout.dpatch (with props)
Modified:
mumble-django/trunk/debian/patches/00list
Modified: mumble-django/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-voip/mumble-django/trunk/debian/patches/00list?rev=7129&op=diff
==============================================================================
--- mumble-django/trunk/debian/patches/00list (original)
+++ mumble-django/trunk/debian/patches/00list Sat May 2 23:01:22 2009
@@ -1,1 +1,2 @@
settings.dpatch
+imprint_logout.dpatch
Added: mumble-django/trunk/debian/patches/imprint_logout.dpatch
URL: http://svn.debian.org/wsvn/pkg-voip/mumble-django/trunk/debian/patches/imprint_logout.dpatch?rev=7129&op=file
==============================================================================
--- mumble-django/trunk/debian/patches/imprint_logout.dpatch (added)
+++ mumble-django/trunk/debian/patches/imprint_logout.dpatch Sat May 2 23:01:22 2009
@@ -1,0 +1,21 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## imprint_logout.dpatch by <mistagee at cYrano>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Fixes "login" link on the imprint page where a "logout" link should be, upstream rev 66b58f665149
+
+ at DPATCH@
+diff -urNad mumble-django-0.5~/pyweb/views.py mumble-django-0.5/pyweb/views.py
+--- mumble-django-0.5~/pyweb/views.py 2009-04-18 20:54:46.000000000 +0200
++++ mumble-django-0.5/pyweb/views.py 2009-05-03 00:51:51.786417906 +0200
+@@ -1,3 +1,4 @@
++
+ # -*- coding: utf-8 -*-
+ from django.shortcuts import render_to_response, get_object_or_404, get_list_or_404
+ from django.template import RequestContext
+@@ -28,4 +29,4 @@
+
+
+ def imprint( request ):
+- return render_to_response( 'registration/imprint.html' );
++ return render_to_response( 'registration/imprint.html', {}, context_instance = RequestContext(request) );
Propchange: mumble-django/trunk/debian/patches/imprint_logout.dpatch
------------------------------------------------------------------------------
svn:executable = *
More information about the Pkg-voip-commits
mailing list