The branch "master" has been updated. The following is a summary of the commits.
from: 826b0e4b030af537aa55a1f6fb8edec4567930c5 f24bb1e Change variable name to better clarify it's meaning. cb02e8a Fix sending deletions to the client an item was created on in certain cases. 193b1be CHANGES, update package.xml filelist. ----------------------------------------------------------------------- commit f24bb1e304930624a5dcb80d5cd31822a7543bf6 Author: Michael J Rubinsky <[email protected]> Date: Fri Jul 19 22:08:54 2013 -0400 Change variable name to better clarify it's meaning. framework/ActiveSync/lib/Horde/ActiveSync/State/Sql.php | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/f24bb1e304930624a5dcb80d5cd31822a7543bf6 ----------------------------------------------------------------------- commit cb02e8a57f958578f7fa71fd855509c5ce29a83b Author: Michael J Rubinsky <[email protected]> Date: Fri Jul 19 23:15:31 2013 -0400 Fix sending deletions to the client an item was created on in certain cases. If an item created on one EAS client is deleted from another EAS client before the first client goes through another full SYNC cycle, the deletion was being ignored since an entry still existed in the map table for that UID/CLIENT_ID combination. Fix this by tracking if a map entry is a deletion, and save some history calls to boot. Note that a new migration is added with this commit. framework/ActiveSync/lib/Horde/ActiveSync/State/Sql.php | 44 +++- .../Horde/ActiveSync/18_horde_activesync_addmapdeleteflag.php | 17 ++ 2 files changed, 50 insertions(+), 11 deletions(-) create mode 100644 framework/ActiveSync/migration/Horde/ActiveSync/18_horde_activesync_addmapdeleteflag.php http://git.horde.org/horde-git/-/commit/cb02e8a57f958578f7fa71fd855509c5ce29a83b ----------------------------------------------------------------------- commit 193b1bec2f2bac8fbf493a8aa2c9bdad5b151842 Author: Michael J Rubinsky <[email protected]> Date: Fri Jul 19 23:20:49 2013 -0400 CHANGES, update package.xml filelist. framework/ActiveSync/package.xml | 12 +++++++----- 1 files changed, 7 insertions(+), 5 deletions(-) http://git.horde.org/horde-git/-/commit/193b1bec2f2bac8fbf493a8aa2c9bdad5b151842 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
