The branch "activesync_2_9_0" has been updated. The following is a summary of the commits.
from: f1105f830d3efeeb4d739fa56f41a1c4c781cc16 c9ea48b Use projections to limit the fields returned for SyncCache when possible. 73755b0 We only need sync_data here. a38fa4b Only need 'users' here. 7e4fb52 Only need the _id here, not the data. Summary: http://github.com/horde/horde/compare/f1105f830d3efeeb4d739fa56f41a1c4c781cc16...7e4fb52aa35195929913292aed357caa98b76ad1 ----------------------------------------------------------------------- commit c9ea48b5270132307e00fa84baf347d65a20467c Author: Michael J Rubinsky <[email protected]> Date: Wed Oct 16 17:09:42 2013 -0400 Use projections to limit the fields returned for SyncCache when possible. framework/ActiveSync/lib/Horde/ActiveSync/State/Mongo.php | 20 +++++++++++-- framework/ActiveSync/lib/Horde/ActiveSync/SyncCache.php | 11 ++++++- 2 files changed, 26 insertions(+), 5 deletions(-) http://github.com/horde/horde/commit/c9ea48b5270132307e00fa84baf347d65a20467c http://git.horde.org/horde-git/-/commit/c9ea48b5270132307e00fa84baf347d65a20467c ----------------------------------------------------------------------- commit 73755b08d41b68f547a904e9613f0b92125ad200 Author: Michael J Rubinsky <[email protected]> Date: Wed Oct 16 17:13:04 2013 -0400 We only need sync_data here. framework/ActiveSync/lib/Horde/ActiveSync/State/Mongo.php | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) http://github.com/horde/horde/commit/73755b08d41b68f547a904e9613f0b92125ad200 http://git.horde.org/horde-git/-/commit/73755b08d41b68f547a904e9613f0b92125ad200 ----------------------------------------------------------------------- commit a38fa4b0bf0087d657b1f1f3726d294c72e59cb3 Author: Michael J Rubinsky <[email protected]> Date: Wed Oct 16 17:18:11 2013 -0400 Only need 'users' here. framework/ActiveSync/lib/Horde/ActiveSync/State/Mongo.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://github.com/horde/horde/commit/a38fa4b0bf0087d657b1f1f3726d294c72e59cb3 http://git.horde.org/horde-git/-/commit/a38fa4b0bf0087d657b1f1f3726d294c72e59cb3 ----------------------------------------------------------------------- commit 7e4fb52aa35195929913292aed357caa98b76ad1 Author: Michael J Rubinsky <[email protected]> Date: Wed Oct 16 17:25:00 2013 -0400 Only need the _id here, not the data. framework/ActiveSync/lib/Horde/ActiveSync/State/Mongo.php | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) http://github.com/horde/horde/commit/7e4fb52aa35195929913292aed357caa98b76ad1 http://git.horde.org/horde-git/-/commit/7e4fb52aa35195929913292aed357caa98b76ad1 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
