[DRE-commits] [SCM] redmine.git branch, master-experimental, updated. debian/1.4.4+dfsg1-1-5-g7f1f228

Jérémy Lal kapouer at melix.org
Thu Oct 11 10:25:23 UTC 2012


The following commit has been merged in the master-experimental branch:
commit 0b97cbe9cf1588457e0854a2eb0ccdfa4df5ceab
Author: Jérémy Lal <kapouer at melix.org>
Date:   Tue Mar 13 11:05:26 2012 +0100

    Remove patch file

diff --git a/debian/patches/1014_logout_cookie_rake.patch b/debian/patches/1014_logout_cookie_rake.patch
deleted file mode 100644
index 7511319..0000000
--- a/debian/patches/1014_logout_cookie_rake.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Description: Cookie values need to be strings in some rails/rake versions.
-Bug-Redmine: http://www.redmine.org/issues/9118
-Author: Eduardo Rocha <folhabranca at gmail.com>
-Last-Update: 2011-08-14
---- a/app/controllers/account_controller.rb
-+++ b/app/controllers/account_controller.rb
-@@ -129,7 +129,7 @@
- 
-   def logout_user
-     if User.current.logged?
--      cookies.delete :autologin
-+      cookies.delete :autologin.to_s
-       Token.delete_all(["user_id = ? AND action = ?", User.current.id, 'autologin'])
-       self.logged_user = nil
-     end

-- 
redmine.git



More information about the Pkg-ruby-extras-commits mailing list