The branch "activesync_2_9_0" has been updated. The following is a summary of the commits.
from: c4b11d22a95443e22cbe701582427811786ffe72 020169e Catch exception 4c69d19 More functionality to move to the base class. 87f3ae7 Move getChanges() and related functionality to base class. 57217eb Add mongo indices. b0ce0db Fix query definition. 50f3122 fix typo, remove cruft. Summary: http://github.com/horde/horde/compare/c4b11d22a95443e22cbe701582427811786ffe72...50f312227f7c0640cf5e1804bc83d3e45cf25bbe ----------------------------------------------------------------------- commit 020169e32600ff059288db2ecb90e355da112587 Author: Michael J Rubinsky <[email protected]> Date: Thu Oct 3 19:16:26 2013 -0400 Catch exception framework/ActiveSync/lib/Horde/ActiveSync/State/Mongo.php | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) http://github.com/horde/horde/commit/020169e32600ff059288db2ecb90e355da112587 http://git.horde.org/horde-git/-/commit/020169e32600ff059288db2ecb90e355da112587 ----------------------------------------------------------------------- commit 4c69d19b17a135b85de5e5a7879b98da505c8a8c Author: Michael J Rubinsky <[email protected]> Date: Thu Oct 3 19:41:09 2013 -0400 More functionality to move to the base class. framework/ActiveSync/lib/Horde/ActiveSync/State/Base.php | 104 +++++++++++-- framework/ActiveSync/lib/Horde/ActiveSync/State/Mongo.php | 54 +------- framework/ActiveSync/lib/Horde/ActiveSync/State/Sql.php | 52 ------ 3 files changed, 90 insertions(+), 120 deletions(-) http://github.com/horde/horde/commit/4c69d19b17a135b85de5e5a7879b98da505c8a8c http://git.horde.org/horde-git/-/commit/4c69d19b17a135b85de5e5a7879b98da505c8a8c ----------------------------------------------------------------------- commit 87f3ae793bfcf22060de573ee80528caa23add74 Author: Michael J Rubinsky <[email protected]> Date: Thu Oct 3 19:53:26 2013 -0400 Move getChanges() and related functionality to base class. framework/ActiveSync/lib/Horde/ActiveSync/State/Base.php | 230 ++++++++++++- framework/ActiveSync/lib/Horde/ActiveSync/State/Mongo.php | 202 ----------- framework/ActiveSync/lib/Horde/ActiveSync/State/Sql.php | 202 ----------- 3 files changed, 218 insertions(+), 416 deletions(-) http://github.com/horde/horde/commit/87f3ae793bfcf22060de573ee80528caa23add74 http://git.horde.org/horde-git/-/commit/87f3ae793bfcf22060de573ee80528caa23add74 ----------------------------------------------------------------------- commit 57217eb9a9403254e9ea34a19100cbf453fa58d4 Author: Michael J Rubinsky <[email protected]> Date: Thu Oct 3 22:47:20 2013 -0400 Add mongo indices. framework/ActiveSync/lib/Horde/ActiveSync/State/Mongo.php | 67 +++++++++++-- 1 files changed, 60 insertions(+), 7 deletions(-) http://github.com/horde/horde/commit/57217eb9a9403254e9ea34a19100cbf453fa58d4 http://git.horde.org/horde-git/-/commit/57217eb9a9403254e9ea34a19100cbf453fa58d4 ----------------------------------------------------------------------- commit b0ce0db9bd604cbdf086faf9b50e12277ae61f44 Author: Michael J Rubinsky <[email protected]> Date: Thu Oct 3 22:48:17 2013 -0400 Fix query definition. framework/ActiveSync/lib/Horde/ActiveSync/State/Mongo.php | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) http://github.com/horde/horde/commit/b0ce0db9bd604cbdf086faf9b50e12277ae61f44 http://git.horde.org/horde-git/-/commit/b0ce0db9bd604cbdf086faf9b50e12277ae61f44 ----------------------------------------------------------------------- commit 50f312227f7c0640cf5e1804bc83d3e45cf25bbe Author: Michael J Rubinsky <[email protected]> Date: Thu Oct 3 22:48:43 2013 -0400 fix typo, remove cruft. framework/ActiveSync/lib/Horde/ActiveSync/State/Mongo.php | 7 ++----- 1 files changed, 2 insertions(+), 5 deletions(-) http://github.com/horde/horde/commit/50f312227f7c0640cf5e1804bc83d3e45cf25bbe http://git.horde.org/horde-git/-/commit/50f312227f7c0640cf5e1804bc83d3e45cf25bbe -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
