[Pkg-citadel-commit] r114 - in webcit/trunk/debian: . patches

dothebart-guest at alioth.debian.org dothebart-guest at alioth.debian.org
Tue Jul 29 17:58:49 UTC 2008


Author: dothebart-guest
Date: 2008-07-29 17:58:48 +0000 (Tue, 29 Jul 2008)
New Revision: 114

Added:
   webcit/trunk/debian/patches/r6443_fix_im_window_weakness.diff
Modified:
   webcit/trunk/debian/changelog
   webcit/trunk/debian/patches/series
Log:
  * add prepatch from devel branch fixing IM Window bug



Modified: webcit/trunk/debian/changelog
===================================================================
--- webcit/trunk/debian/changelog	2008-07-29 17:51:26 UTC (rev 113)
+++ webcit/trunk/debian/changelog	2008-07-29 17:58:48 UTC (rev 114)
@@ -1,3 +1,10 @@
+webcit (7.37-dfsg-2) unstable; urgency=low
+
+  [ Wilfried Goesgens ]
+  * add prepatch from devel branch fixing IM Window bug
+
+ -- Michael Meskes <meskes at debian.org>  Thu, 12 Jun 2008 09:50:53 +0200
+
 webcit (7.37-dfsg-1) unstable; urgency=low
 
   [ Wilfried Goesgens ]

Added: webcit/trunk/debian/patches/r6443_fix_im_window_weakness.diff
===================================================================
--- webcit/trunk/debian/patches/r6443_fix_im_window_weakness.diff	                        (rev 0)
+++ webcit/trunk/debian/patches/r6443_fix_im_window_weakness.diff	2008-07-29 17:58:48 UTC (rev 114)
@@ -0,0 +1,17 @@
+Index: static/instant_messenger.html
+===================================================================
+--- static/instant_messenger.html	(revision 6442)
++++ static/instant_messenger.html	(revision 6443)
+@@ -47,10 +47,10 @@
+ 
+ 	// Send the text to the server
+ 	parms = 'r=' + Math.random()
+-		+ '&g_cmd=SEXP ' + recipient + '|' + escape(thetext);
++		+ '&g_cmd=SEXP ' + recipient + '|-\n' + escape(thetext);
+ 	new Ajax.Request('../ajax_servcmd',
+ 		{
+-			method: 'get',
++			method: 'post',
+ 			parameters: parms
+ 		}
+ 	);

Modified: webcit/trunk/debian/patches/series
===================================================================
--- webcit/trunk/debian/patches/series	2008-07-29 17:51:26 UTC (rev 113)
+++ webcit/trunk/debian/patches/series	2008-07-29 17:58:48 UTC (rev 114)
@@ -0,0 +1 @@
+r6443_fix_im_window_weakness.diff




More information about the Pkg-citadel-commit mailing list