The branch "activesync_2_9_0" has been updated. The following is a summary of the commits.
from: 9c6d39fd2759bdf791e6a2b81dfe9055541e3a79 337dad8 Simplify 71b28b6 More atomic tracking of dirty properties in device object. 8e6ff03 Only save the dirty data. 883c0c5 Fix dirty property tracking for SyncCache. Summary: http://github.com/horde/horde/compare/9c6d39fd2759bdf791e6a2b81dfe9055541e3a79...883c0c51c67c7bd47b29f52d70c19c60dc1ceb16 ----------------------------------------------------------------------- commit 337dad87cd2d31a9ae4f052f84e08f0f8636bd93 Author: Michael J Rubinsky <[email protected]> Date: Sun Oct 13 15:13:02 2013 -0400 Simplify framework/ActiveSync/lib/Horde/ActiveSync.php | 54 ++++++++++++------------- 1 files changed, 26 insertions(+), 28 deletions(-) http://github.com/horde/horde/commit/337dad87cd2d31a9ae4f052f84e08f0f8636bd93 http://git.horde.org/horde-git/-/commit/337dad87cd2d31a9ae4f052f84e08f0f8636bd93 ----------------------------------------------------------------------- commit 71b28b62aca1f41becd0bd62df96a8c3bd4f36b2 Author: Michael J Rubinsky <[email protected]> Date: Sun Oct 13 15:13:56 2013 -0400 More atomic tracking of dirty properties in device object. framework/ActiveSync/lib/Horde/ActiveSync/Device.php | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) http://github.com/horde/horde/commit/71b28b62aca1f41becd0bd62df96a8c3bd4f36b2 http://git.horde.org/horde-git/-/commit/71b28b62aca1f41becd0bd62df96a8c3bd4f36b2 ----------------------------------------------------------------------- commit 8e6ff03f1ac2c6bc7563357f143e3309b021dd6a Author: Michael J Rubinsky <[email protected]> Date: Sun Oct 13 15:15:19 2013 -0400 Only save the dirty data. Reduces the number of times the device object needs to be saved, and when it does, allows drivers to only save the specific data that is dirty. framework/ActiveSync/lib/Horde/ActiveSync/State/Base.php | 3 +- framework/ActiveSync/lib/Horde/ActiveSync/State/Mongo.php | 143 ++++++++----- framework/ActiveSync/lib/Horde/ActiveSync/State/Sql.php | 4 +- 3 files changed, 90 insertions(+), 60 deletions(-) http://github.com/horde/horde/commit/8e6ff03f1ac2c6bc7563357f143e3309b021dd6a http://git.horde.org/horde-git/-/commit/8e6ff03f1ac2c6bc7563357f143e3309b021dd6a ----------------------------------------------------------------------- commit 883c0c51c67c7bd47b29f52d70c19c60dc1ceb16 Author: Michael J Rubinsky <[email protected]> Date: Sun Oct 13 15:16:52 2013 -0400 Fix dirty property tracking for SyncCache. framework/ActiveSync/lib/Horde/ActiveSync/SyncCache.php | 99 +++++++++------ 1 files changed, 58 insertions(+), 41 deletions(-) http://github.com/horde/horde/commit/883c0c51c67c7bd47b29f52d70c19c60dc1ceb16 http://git.horde.org/horde-git/-/commit/883c0c51c67c7bd47b29f52d70c19c60dc1ceb16 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
