gunnar: server/patches/horde-webmail/1.2.0/tg t_SyncML_HK_GW_CombinedFixes.diff, 1.3, 1.3.2.1

cvs at kolab.org cvs at kolab.org
Tue Nov 24 09:34:42 CET 2009


Author: gunnar

Update of /kolabrepository/server/patches/horde-webmail/1.2.0/tg
In directory doto:/tmp/cvs-serv26880/patches/horde-webmail/1.2.0/tg

Modified Files:
      Tag: kolab_2_2_branch
	t_SyncML_HK_GW_CombinedFixes.diff 
Log Message:
 kolab/issue3891 (Undefined variable: suid_ts , Kolab SyncML patch update needed)

Index: t_SyncML_HK_GW_CombinedFixes.diff
===================================================================
RCS file: /kolabrepository/server/patches/horde-webmail/1.2.0/tg/Attic/t_SyncML_HK_GW_CombinedFixes.diff,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -u -d -r1.3 -r1.3.2.1
--- t_SyncML_HK_GW_CombinedFixes.diff	9 Feb 2009 14:25:55 -0000	1.3
+++ t_SyncML_HK_GW_CombinedFixes.diff	24 Nov 2009 08:34:40 -0000	1.3.2.1
@@ -93,14 +93,14 @@
       *
       * For some types of authentications (notably auth:basic) the username
 diff --git a/horde-webmail/lib/SyncML/Backend/Horde.php b/horde-webmail/lib/SyncML/Backend/Horde.php
-index a9be55d..a71b5f8 100644
+index a9be55d..ed07580 100644
 --- a/horde-webmail/lib/SyncML/Backend/Horde.php
 +++ b/horde-webmail/lib/SyncML/Backend/Horde.php
 @@ -204,6 +204,11 @@ class SyncML_Backend_Horde extends SyncML_Backend {
                                    __FILE__, __LINE__, PEAR_LOG_DEBUG);
                  continue;
              }
-+            if ($suid_ts > $to_ts) {
++            if ($add_ts[$suid] > $to_ts) {
 +                // Add delayed to the next sync operation
 +                $this->logMessage("Add ignored, lies in sync future: $suid", __FILE__, __LINE__, PEAR_LOG_DEBUG);
 +                continue;
@@ -112,7 +112,7 @@
                                        __FILE__, __LINE__, PEAR_LOG_DEBUG);
                      continue;
                  }
-+                if ($suid_ts > $to_ts) {
++                if ($mod_ts[$suid] > $to_ts) {
 +                    // Change delayed to the next sync operation
 +                    $this->logMessage("Change ignored, lies in sync future: $suid", __FILE__, __LINE__, PEAR_LOG_DEBUG);
 +                    continue;
@@ -366,3 +366,18 @@
  
 -- 
 tg: (6938161..) t/SyncML/HK/GW/CombinedFixes (depends on: master)
+-- 
+TOPGIT patch commit log
+=======================
+
+commit 88d1593c0f1491f19478863ffeb348c87cb2c3b8
+Author: root <Gunnar Wrobel wrobel at pardus.de>
+Date:   Tue Nov 24 08:16:48 2009 +0100
+
+    Fix patch according to  kolab/issue3891 (Undefined variable: suid_ts , Kolab SyncML patch update needed)
+
+commit 3c12e523cdbac5e2d0c1add78fcb25f500af2877
+Author: Gunnar Wrobel <p at rdus.de>
+Date:   Sun Feb 1 18:22:13 2009 +0000
+
+    Added patch release/HK-GW-SyncML.patch from the mercurial release queue.





More information about the commits mailing list