The branch "horde_activesync_3_0" has been updated. The following is a summary of the commits.
from: fff09475c30924f6638746eacadad4391b1072b0 77c5b23 Revert "sigh. Typehints are pretty useless if you can't use a base class." a5533aa of course, it helps if we type hint with the *correct* parent class. 6268ce3 Don't access the PolKey value if we know we don't have one. 65e76e6 Fix variable name, add declaration/phpdoc 56aa5b5 Avoid undefined variable warnings. f14644b Add @todo 4d6f9cb CLASS isn't used (or needed) in EAS >= 12.0 GETITEMESTIMATE requests. 49c2108 Merge branch 'master' into horde_activesync_3_0 ----------------------------------------------------------------------- commit 77c5b230074f7e52674630197d1bffa7e09de64a Author: Michael J Rubinsky <[email protected]> Date: Wed Mar 6 23:44:13 2013 -0500 Revert "sigh. Typehints are pretty useless if you can't use a base class." This reverts commit dfa3e2fce83638a4cc61114284b0de01728a4a12. nag/lib/Form/DeleteTaskList.php | 2 +- nag/lib/Form/EditTaskList.php | 2 +- nag/lib/Nag.php | 4 ++-- nag/lib/Tasklist.php | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) http://git.horde.org/horde-git/-/commit/77c5b230074f7e52674630197d1bffa7e09de64a ----------------------------------------------------------------------- commit a5533aae2b33d3f754d852fb557e106ba31a765c Author: Michael J Rubinsky <[email protected]> Date: Wed Mar 6 23:45:25 2013 -0500 of course, it helps if we type hint with the *correct* parent class. nag/lib/Tasklist.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/a5533aae2b33d3f754d852fb557e106ba31a765c ----------------------------------------------------------------------- commit 6268ce37ba903fc01df7e37f580e5f690ea32759 Author: Michael J Rubinsky <[email protected]> Date: Thu Mar 7 01:04:00 2013 -0500 Don't access the PolKey value if we know we don't have one. framework/ActiveSync/lib/Horde/ActiveSync/Utils.php | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/6268ce37ba903fc01df7e37f580e5f690ea32759 ----------------------------------------------------------------------- commit 65e76e638453c59ea79661059aa4bcfd30d47926 Author: Michael J Rubinsky <[email protected]> Date: Thu Mar 7 01:11:59 2013 -0500 Fix variable name, add declaration/phpdoc framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/65e76e638453c59ea79661059aa4bcfd30d47926 ----------------------------------------------------------------------- commit 56aa5b559aa59b8f58c327d9d7d52962cf18ab77 Author: Michael J Rubinsky <[email protected]> Date: Thu Mar 7 01:19:14 2013 -0500 Avoid undefined variable warnings. framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) http://git.horde.org/horde-git/-/commit/56aa5b559aa59b8f58c327d9d7d52962cf18ab77 ----------------------------------------------------------------------- commit f14644b54c214a4fa3b6e4af53902f57bad740a6 Author: Michael J Rubinsky <[email protected]> Date: Thu Mar 7 01:42:30 2013 -0500 Add @todo framework/ActiveSync/lib/Horde/ActiveSync/State/Sql.php | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/f14644b54c214a4fa3b6e4af53902f57bad740a6 ----------------------------------------------------------------------- commit 4d6f9cbcb381df94a89d8e537391b39f27ab99ec Author: Michael J Rubinsky <[email protected]> Date: Thu Mar 7 01:45:37 2013 -0500 CLASS isn't used (or needed) in EAS >= 12.0 GETITEMESTIMATE requests. .../ActiveSync/lib/Horde/ActiveSync/Request/GetItemEstimate.php | 12 +++-- 1 files changed, 8 insertions(+), 4 deletions(-) http://git.horde.org/horde-git/-/commit/4d6f9cbcb381df94a89d8e537391b39f27ab99ec ----------------------------------------------------------------------- commit 49c21083c5f66fc8c531068e534540745a96ea7e Merge: fff0947 4d6f9cb Author: Michael J Rubinsky <[email protected]> Date: Thu Mar 7 01:47:27 2013 -0500 Merge branch 'master' into horde_activesync_3_0 .../ActiveSync/lib/Horde/ActiveSync/Request/GetItemEstimate.php | 12 ++- framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php | 22 +++-- framework/ActiveSync/lib/Horde/ActiveSync/State/Sql.php | 5 +- framework/ActiveSync/lib/Horde/ActiveSync/Utils.php | 5 +- nag/lib/Form/DeleteTaskList.php | 2 +- nag/lib/Form/EditTaskList.php | 2 +- nag/lib/Nag.php | 4 +- nag/lib/Tasklist.php | 2 +- 8 files changed, 35 insertions(+), 19 deletions(-) http://git.horde.org/horde-git/-/commit/49c21083c5f66fc8c531068e534540745a96ea7e -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
