[commits] Horde branch imp_6_1 updated. fb5da829f263520515343296a7d72dfab6c838dc
Michael M Slusarz
slusarz at horde.org
Fri Mar 8 22:26:25 UTC 2013
The branch "imp_6_1" has been updated.
The following is a summary of the commits.
from: 6ba474ab43a21d857d46c6e00cdd6e55d48a53da
c0e75a1 Fix array key name. Fix setting flag changes.
a9c2fce This hasn't been used since Horde 4
692ef49 Fix variable name
559496f Avoid warnings about modifying an overloaded property.
2bbd9f0 Only log ActiveSync entries if we active the synclog.
c00bfb2 Can't use overloaded properties in current() either.
3bdc616 Ensure mimesupport is always set.
dfa3e2f sigh. Typehints are pretty useless if you can't use a base class.
1e9ab64 Avoid older mobile browsers displaying "null" for empty descriptions.
ba9d4e3 Bug: 12098 Fix uncompleting tasks from task view in smartmobile view. Signed-off-by: Michael J Rubinsky <mrubinsk at horde.org>
80b9991 BFN
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.
1caedaf Set defaults all in one place
716796a Remove unused variable.
d664cff Add more default values.
28330a6 Use procid
f7e9b97 Fix check for msgid.
cace703 Class name is a string, not a constant.
29c9d72 Ensure this is always defined.
90c8941 Avoid issues with the use of arrays via magic __get() method.
ec8fd4d More useful error information.
6218fb6 Fix typo
04e9f25 Fix return value from Horde_ActiveSync_SyncCache::getFolder().
b212484 Fix variable name
ca90119 Released Horde_Core-2.4.2
eaa637d Development mode for Horde_Core-2.4.3
e7d566e Don't attempt to get changes if we know the state is gone.
f0445b2 Don't add the collection here, we might not have the folder_type yet.
96c3593 Fix assignment
4696276 This may not always be set.
1b79753 Add note to remind me why this might be empty.
5765609 Refactor GETITEMESTIMATE a bit to be more efficient.
0fb362f Simplify/improve.
5070ab7 fix phpdoc
ffca861 re-add view selection to smartmobile view
e86598a [mms] Don't cache FETCH data if it does not contain UID information (Bug #12097).
6342fca [mms] Always return UID information for FETCH queries if cache is active, so we ensure that mappings are updated and any cacheable data can be cached.
34969d4 Released Horde_Imap_Client-2.7.2
c12829c Development mode for Horde_Imap_Client-2.7.3
fb5da82 Merge branch 'master' into imp_6_1
-----------------------------------------------------------------------
commit c0e75a111a4fa209e964f710750ddedbe796a856
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Wed Mar 6 20:39:30 2013 -0500
Fix array key name. Fix setting flag changes.
framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/c0e75a111a4fa209e964f710750ddedbe796a856
-----------------------------------------------------------------------
commit a9c2fcefbf07c54ca78da50556bbb2de3f0fa1c3
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Wed Mar 6 20:43:25 2013 -0500
This hasn't been used since Horde 4
framework/Rpc/lib/Horde/Rpc/ActiveSync.php | 4 ----
horde/rpc.php | 1 -
2 files changed, 0 insertions(+), 5 deletions(-)
http://git.horde.org/horde-git/-/commit/a9c2fcefbf07c54ca78da50556bbb2de3f0fa1c3
-----------------------------------------------------------------------
commit 692ef49ff2ed8c9fcf349e5dd30aa6e1dee498c0
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Wed Mar 6 22:29:18 2013 -0500
Fix variable name
framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/692ef49ff2ed8c9fcf349e5dd30aa6e1dee498c0
-----------------------------------------------------------------------
commit 559496f98a92a0b4a94ec1b84cb3aff9f6d49117
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Wed Mar 6 22:30:08 2013 -0500
Avoid warnings about modifying an overloaded property.
framework/ActiveSync/lib/Horde/ActiveSync/Imap/Message.php | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/559496f98a92a0b4a94ec1b84cb3aff9f6d49117
-----------------------------------------------------------------------
commit 2bbd9f078f9f479a9101d380705db74e1c2fbcf4
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Wed Mar 6 22:30:54 2013 -0500
Only log ActiveSync entries if we active the synclog.
Information provided by the activesync logger is really only
useful if separated into device files, and is only useless
noise if dumped into the horde-wide log file.
framework/Core/lib/Horde/Core/ActiveSync/Logger/Factory.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/2bbd9f078f9f479a9101d380705db74e1c2fbcf4
-----------------------------------------------------------------------
commit c00bfb28d48e8a5cec4bcf3ce7bb46e49b5d3aa9
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Wed Mar 6 22:50:56 2013 -0500
Can't use overloaded properties in current() either.
framework/ActiveSync/lib/Horde/ActiveSync/Imap/Message.php | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
http://git.horde.org/horde-git/-/commit/c00bfb28d48e8a5cec4bcf3ce7bb46e49b5d3aa9
-----------------------------------------------------------------------
commit 3bdc6160d2c372b8b521ad75bb43283429f16335
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Wed Mar 6 22:56:42 2013 -0500
Ensure mimesupport is always set.
framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/3bdc6160d2c372b8b521ad75bb43283429f16335
-----------------------------------------------------------------------
commit dfa3e2fce83638a4cc61114284b0de01728a4a12
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Wed Mar 6 23:13:43 2013 -0500
sigh. Typehints are pretty useless if you can't use a base class.
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/dfa3e2fce83638a4cc61114284b0de01728a4a12
-----------------------------------------------------------------------
commit 1e9ab646d1313a6302d62f77792b54bcb4459e14
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Wed Mar 6 23:19:05 2013 -0500
Avoid older mobile browsers displaying "null" for empty descriptions.
nag/js/smartmobile.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/1e9ab646d1313a6302d62f77792b54bcb4459e14
-----------------------------------------------------------------------
commit ba9d4e394f5f7f160000dbfd7421cadcfec76775
Author: ctimoteo at sapo.pt <ctimoteo at sapo.pt>
Date: Wed Mar 6 23:26:58 2013 -0500
Bug: 12098 Fix uncompleting tasks from task view in smartmobile view.
Signed-off-by: Michael J Rubinsky <mrubinsk at horde.org>
nag/js/smartmobile.js | 3 +++
nag/lib/Ajax/Application/Handler/Smartmobile.php | 2 +-
2 files changed, 4 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/ba9d4e394f5f7f160000dbfd7421cadcfec76775
-----------------------------------------------------------------------
commit 80b999151259cb7e11267d86e6f95c85959504c6
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Wed Mar 6 23:31:28 2013 -0500
BFN
nag/docs/CHANGES | 1 +
nag/package.xml | 2 ++
2 files changed, 3 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/80b999151259cb7e11267d86e6f95c85959504c6
-----------------------------------------------------------------------
commit 77c5b230074f7e52674630197d1bffa7e09de64a
Author: Michael J Rubinsky <mrubinsk at horde.org>
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 <mrubinsk at horde.org>
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 <mrubinsk at horde.org>
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 <mrubinsk at horde.org>
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 <mrubinsk at horde.org>
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 <mrubinsk at horde.org>
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 <mrubinsk at horde.org>
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 1caedafda6a2b7aca8a93833b66cb20ce6397a36
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Thu Mar 7 09:55:58 2013 -0500
Set defaults all in one place
framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php | 9 +++------
1 files changed, 3 insertions(+), 6 deletions(-)
http://git.horde.org/horde-git/-/commit/1caedafda6a2b7aca8a93833b66cb20ce6397a36
-----------------------------------------------------------------------
commit 716796aa96e75b65afa4709e3972c21e18902dc9
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Thu Mar 7 10:12:59 2013 -0500
Remove unused variable.
framework/ActiveSync/lib/Horde/ActiveSync/Request/FolderSync.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/716796aa96e75b65afa4709e3972c21e18902dc9
-----------------------------------------------------------------------
commit d664cffc963403bbc4e7cbdc67db7aa9fa7ff905
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Thu Mar 7 10:13:15 2013 -0500
Add more default values.
framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php | 17 ++++++-----
1 files changed, 9 insertions(+), 8 deletions(-)
http://git.horde.org/horde-git/-/commit/d664cffc963403bbc4e7cbdc67db7aa9fa7ff905
-----------------------------------------------------------------------
commit 28330a654922a2e66c99d48a50b18437cfb9b720
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Thu Mar 7 10:14:54 2013 -0500
Use procid
framework/ActiveSync/lib/Horde/ActiveSync/Request/MoveItems.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/28330a654922a2e66c99d48a50b18437cfb9b720
-----------------------------------------------------------------------
commit f7e9b9757d19ecc6f5e2a9003f81243f7b9ef1ba
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Thu Mar 7 10:16:31 2013 -0500
Fix check for msgid.
framework/ActiveSync/lib/Horde/ActiveSync/Request/MoveItems.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/f7e9b9757d19ecc6f5e2a9003f81243f7b9ef1ba
-----------------------------------------------------------------------
commit cace703fdd44cc0f32434df15d2e2815cfd12485
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Thu Mar 7 10:18:53 2013 -0500
Class name is a string, not a constant.
framework/ActiveSync/lib/Horde/ActiveSync/Wbxml/Encoder.php | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/cace703fdd44cc0f32434df15d2e2815cfd12485
-----------------------------------------------------------------------
commit 29c9d729ed09041f589b7bfd1697a9e0eba201c9
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Thu Mar 7 10:22:06 2013 -0500
Ensure this is always defined.
framework/ActiveSync/lib/Horde/ActiveSync/Imap/Message.php | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/29c9d729ed09041f589b7bfd1697a9e0eba201c9
-----------------------------------------------------------------------
commit 90c8941c0899b02d7548533211a7b636f664950a
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Thu Mar 7 10:33:43 2013 -0500
Avoid issues with the use of arrays via magic __get() method.
framework/ActiveSync/lib/Horde/ActiveSync/Message/Contact.php | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/90c8941c0899b02d7548533211a7b636f664950a
-----------------------------------------------------------------------
commit ec8fd4d22219c24c354f23c85d4b775fd9a68257
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Thu Mar 7 10:54:52 2013 -0500
More useful error information.
framework/Rpc/lib/Horde/Rpc/ActiveSync.php | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/ec8fd4d22219c24c354f23c85d4b775fd9a68257
-----------------------------------------------------------------------
commit 6218fb69601719e0bd6382afa9a02cf30fcc5177
Author: Chuck Hagenbuch <chuck at horde.org>
Date: Thu Mar 7 11:24:00 2013 -0500
Fix typo
framework/Cache/lib/Horde/Cache/Storage/Stack.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/6218fb69601719e0bd6382afa9a02cf30fcc5177
-----------------------------------------------------------------------
commit 04e9f258878c8245a6860a27b28bef0d090b6724
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Thu Mar 7 11:25:34 2013 -0500
Fix return value from Horde_ActiveSync_SyncCache::getFolder().
This was always inteded to return false on failure. Fixes some
undefined index warnings.
framework/ActiveSync/lib/Horde/ActiveSync/SyncCache.php | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/04e9f258878c8245a6860a27b28bef0d090b6724
-----------------------------------------------------------------------
commit b2124840e09046795bd8d3205c213a209a4ce8bb
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Thu Mar 7 16:34:15 2013 -0500
Fix variable name
framework/ActiveSync/lib/Horde/ActiveSync/Folder/Imap.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/b2124840e09046795bd8d3205c213a209a4ce8bb
-----------------------------------------------------------------------
commit ca90119dfd00312cfc1a584c2c12e449c7db0062
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Thu Mar 7 16:55:57 2013 -0500
Released Horde_Core-2.4.2
framework/Core/package.xml | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/ca90119dfd00312cfc1a584c2c12e449c7db0062
-----------------------------------------------------------------------
commit eaa637da96696cf1400b48053eee3d522fcb812a
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Thu Mar 7 16:55:57 2013 -0500
Development mode for Horde_Core-2.4.3
framework/Core/package.xml | 22 ++++++++++++++++------
1 files changed, 16 insertions(+), 6 deletions(-)
http://git.horde.org/horde-git/-/commit/eaa637da96696cf1400b48053eee3d522fcb812a
-----------------------------------------------------------------------
commit e7d566e5e658259b742a06a3f0bd7ba17f6be35b
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Thu Mar 7 14:56:10 2013 -0500
Don't attempt to get changes if we know the state is gone.
framework/ActiveSync/lib/Horde/ActiveSync/Request/Ping.php | 75 ++++++------
1 files changed, 38 insertions(+), 37 deletions(-)
http://git.horde.org/horde-git/-/commit/e7d566e5e658259b742a06a3f0bd7ba17f6be35b
-----------------------------------------------------------------------
commit f0445b2eef3dbd37330723e3a26d1791ac7ea26e
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Thu Mar 7 14:26:57 2013 -0500
Don't add the collection here, we might not have the folder_type yet.
We add/update later in the request once we have all the information.
All we need to do here is update the windowsize if needed.
framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
http://git.horde.org/horde-git/-/commit/f0445b2eef3dbd37330723e3a26d1791ac7ea26e
-----------------------------------------------------------------------
commit 96c3593c9d9b3a6fa7132e15ab1fadd62fc510fb
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Thu Mar 7 14:26:45 2013 -0500
Fix assignment
.../ActiveSync/lib/Horde/ActiveSync/Request/GetItemEstimate.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/96c3593c9d9b3a6fa7132e15ab1fadd62fc510fb
-----------------------------------------------------------------------
commit 469627699d4f66350d7fce2c1775dc22c9ba100f
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Thu Mar 7 17:14:46 2013 -0500
This may not always be set.
framework/ActiveSync/lib/Horde/ActiveSync/Folder/Imap.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/469627699d4f66350d7fce2c1775dc22c9ba100f
-----------------------------------------------------------------------
commit 1b79753cfa281b62aa04f3fb8671170e51a81252
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Thu Mar 7 19:57:56 2013 -0500
Add note to remind me why this might be empty.
framework/ActiveSync/lib/Horde/ActiveSync/Folder/Imap.php | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/1b79753cfa281b62aa04f3fb8671170e51a81252
-----------------------------------------------------------------------
commit 57656097c39113fbfef6b7e3f0f0f221b1cfb2e1
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Thu Mar 7 19:58:34 2013 -0500
Refactor GETITEMESTIMATE a bit to be more efficient.
Don't even attempt to get change count or initialize state if we
already know something else is wrong.
.../ActiveSync/lib/Horde/ActiveSync/Request/GetItemEstimate.php | 59 +++-
1 files changed, 44 insertions(+), 15 deletions(-)
http://git.horde.org/horde-git/-/commit/57656097c39113fbfef6b7e3f0f0f221b1cfb2e1
-----------------------------------------------------------------------
commit 0fb362feeaabe820c04558e9458461aab3622346
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Thu Mar 7 20:00:33 2013 -0500
Simplify/improve.
Some more improvements to SYNC code.
framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php | 58 ++++++------
1 files changed, 31 insertions(+), 27 deletions(-)
http://git.horde.org/horde-git/-/commit/0fb362feeaabe820c04558e9458461aab3622346
-----------------------------------------------------------------------
commit 5070ab7a103bb72a00db0e7d17d3d3e7ef2ade7b
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Thu Mar 7 20:00:59 2013 -0500
fix phpdoc
framework/ActiveSync/lib/Horde/ActiveSync/State/Sql.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/5070ab7a103bb72a00db0e7d17d3d3e7ef2ade7b
-----------------------------------------------------------------------
commit ffca86110934ece532dd655c379d4d8c96ff0bf4
Author: Chuck Hagenbuch <chuck at horde.org>
Date: Thu Mar 7 23:06:46 2013 -0500
re-add view selection to smartmobile view
horde/templates/login/smartmobile.html.php | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/ffca86110934ece532dd655c379d4d8c96ff0bf4
-----------------------------------------------------------------------
commit e86598a5bb3f2f26ca0dafeeec3e9f26fab98698
Author: Michael M Slusarz <slusarz at horde.org>
Date: Fri Mar 8 14:29:59 2013 -0700
[mms] Don't cache FETCH data if it does not contain UID information (Bug #12097).
framework/Imap_Client/lib/Horde/Imap/Client/Base.php | 12 +++++++++---
framework/Imap_Client/package.xml | 4 ++--
2 files changed, 11 insertions(+), 5 deletions(-)
http://git.horde.org/horde-git/-/commit/e86598a5bb3f2f26ca0dafeeec3e9f26fab98698
-----------------------------------------------------------------------
commit 6342fcaf742441469c6e0cb10e232c7aad34a5c4
Author: Michael M Slusarz <slusarz at horde.org>
Date: Fri Mar 8 14:42:37 2013 -0700
[mms] Always return UID information for FETCH queries if cache is active, so we ensure that mappings are updated and any cacheable data can be cached.
framework/Imap_Client/lib/Horde/Imap/Client/Socket.php | 7 +++++--
framework/Imap_Client/package.xml | 2 ++
2 files changed, 7 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/6342fcaf742441469c6e0cb10e232c7aad34a5c4
-----------------------------------------------------------------------
commit 34969d493c3fbf3b5466f185184bdc34994f1afa
Author: Michael M Slusarz <slusarz at horde.org>
Date: Fri Mar 8 14:52:14 2013 -0700
Released Horde_Imap_Client-2.7.2
framework/Imap_Client/package.xml | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/34969d493c3fbf3b5466f185184bdc34994f1afa
-----------------------------------------------------------------------
commit c12829c69083132976f4b18d5fcccc519a1c5bf4
Author: Michael M Slusarz <slusarz at horde.org>
Date: Fri Mar 8 14:52:14 2013 -0700
Development mode for Horde_Imap_Client-2.7.3
framework/Imap_Client/package.xml | 20 ++++++++++++++++----
1 files changed, 16 insertions(+), 4 deletions(-)
http://git.horde.org/horde-git/-/commit/c12829c69083132976f4b18d5fcccc519a1c5bf4
-----------------------------------------------------------------------
commit fb5da829f263520515343296a7d72dfab6c838dc
Merge: 6ba474a c12829c
Author: Michael M Slusarz <slusarz at horde.org>
Date: Fri Mar 8 15:18:09 2013 -0700
Merge branch 'master' into imp_6_1
framework/ActiveSync/lib/Horde/ActiveSync/Folder/Imap.php | 7 +-
framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php | 4 +-
framework/ActiveSync/lib/Horde/ActiveSync/Imap/Message.php | 11 +-
framework/ActiveSync/lib/Horde/ActiveSync/Message/Contact.php | 3 +-
framework/ActiveSync/lib/Horde/ActiveSync/Request/FolderSync.php | 2 +-
.../ActiveSync/lib/Horde/ActiveSync/Request/GetItemEstimate.php | 65 ++-
framework/ActiveSync/lib/Horde/ActiveSync/Request/MoveItems.php | 4 +-
framework/ActiveSync/lib/Horde/ActiveSync/Request/Ping.php | 75 ++--
framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php | 101 +++--
framework/ActiveSync/lib/Horde/ActiveSync/State/Sql.php | 7 +-
framework/ActiveSync/lib/Horde/ActiveSync/SyncCache.php | 4 +-
framework/ActiveSync/lib/Horde/ActiveSync/Utils.php | 5 +-
framework/ActiveSync/lib/Horde/ActiveSync/Wbxml/Encoder.php | 4 +-
framework/Cache/lib/Horde/Cache/Storage/Stack.php | 2 +-
framework/Core/lib/Horde/Core/ActiveSync/Logger/Factory.php | 2 +-
framework/Core/package.xml | 26 +-
framework/Imap_Client/lib/Horde/Imap/Client/Base.php | 12 +-
framework/Imap_Client/lib/Horde/Imap/Client/Socket.php | 7 +-
framework/Imap_Client/package.xml | 22 +-
framework/Rpc/lib/Horde/Rpc/ActiveSync.php | 13 +-
horde/rpc.php | 1 -
horde/templates/login/smartmobile.html.php | 13 +
nag/docs/CHANGES | 1 +
nag/js/smartmobile.js | 5 +-
nag/lib/Ajax/Application/Handler/Smartmobile.php | 2 +-
nag/lib/Tasklist.php | 2 +-
nag/package.xml | 2 +
27 files changed, 254 insertions(+), 148 deletions(-)
http://git.horde.org/horde-git/-/commit/fb5da829f263520515343296a7d72dfab6c838dc
More information about the commits
mailing list