gunnar: server/horde/horde-nag HK-GW-Fix_share_right_editing.patch, NONE, 1.1 horde-nag-kolab.spec, 1.14, 1.15

cvs at kolab.org cvs at kolab.org
Thu Oct 4 11:47:57 CEST 2007


Author: gunnar

Update of /kolabrepository/server/horde/horde-nag
In directory doto:/tmp/cvs-serv11291/horde/horde-nag

Modified Files:
	horde-nag-kolab.spec 
Added Files:
	HK-GW-Fix_share_right_editing.patch 
Log Message:
Make horde ready for the beta release.

--- NEW FILE: HK-GW-Fix_share_right_editing.patch ---
Fixes share right editing for nag.

diff -r b7b4a2eab17c nag/templates/tasklists/tasklists.inc
--- a/nag/templates/tasklists/tasklists.inc	Wed Oct 03 19:33:59 2007 +0200
+++ b/nag/templates/tasklists/tasklists.inc	Wed Oct 03 19:42:07 2007 +0200
@@ -62,7 +62,7 @@ function checkSubmit()
 <p><?php echo Horde::label('id', _("Name:")) ?><br />
 <input id="id" name="id" size="30" maxlength="60" /><br />
 <?php if (empty($conf['shares']['no_sharing'])): ?>
-<input type="button" name="accesslist" class="button" onclick="popup(editURL.replace(/%40ID%40/, document.shares.edit_share.value));" value="<?php echo _("Permission") ?>" style="display:none" />
+<input type="button" name="accesslist" class="button" onclick="popup(editURL.replace(/%40ID%40/, encodeURIComponent(document.shares.edit_share.value)));" value="<?php echo _("Permission") ?>" style="display:none" />
 <?php endif; ?>
 </p>
 

Index: horde-nag-kolab.spec
===================================================================
RCS file: /kolabrepository/server/horde/horde-nag/horde-nag-kolab.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- horde-nag-kolab.spec	1 Oct 2007 15:47:19 -0000	1.14
+++ horde-nag-kolab.spec	4 Oct 2007 09:47:55 -0000	1.15
@@ -3,7 +3,7 @@
 %define         V_package horde-%{V_horde_name}-kolab
 %define         V_year  2007
 %define         V_month 10
-%define         V_day   01
+%define         V_day   04
 %define         V_version 2.2_alpha
 %define         V_uver    2.2-alpha
 %define         V_date %{V_year}-%{V_month}-%{V_day}
@@ -25,6 +25,9 @@
 Source0:	http://ftp.horde.org/pub/%{V_horde_name}/%{V_horde_name}-h3-%{V_uver}.tar.gz
 Source1:        conf.php
 
+# List of Patches
+Patch0:         HK-GW-Fix_share_right_editing.patch
+
 # Build Info
 Prefix:		%{l_prefix}
 BuildRoot:	%{l_buildroot}
@@ -45,6 +48,10 @@
 
 %prep
 	%setup -c -q -n %{V_horde_name}-h3-%{V_uver}
+
+	cd %{V_horde_name}-h3-%{V_uver}
+	%patch -p2 -P 0
+	cd ..
 
 %build
 





More information about the commits mailing list