[commits] Horde branch mnemo_4_1 updated. 5b912790fe3330342c75a67a9509092515d4e19f
Michael J. Rubinsky
mrubinsk at horde.org
Tue Mar 12 03:50:21 UTC 2013
The branch "mnemo_4_1" has been updated.
The following is a summary of the commits.
from: 6f45883fd540f2ad49553de419eedc8ddd57c9a9
46e543c Correct fix to translate rule name
5c49d4c Revert 6342fcaf742441469c6e0cb10e232c7aad34a5c4
cd52d6a Link database schema warning notification to configuration page
8e1a9e1 None of this is required anymore with the logging caching code
fe485e0 Correctly send UID request when returning results as sequence
d654ea0 [mms] Add support for 'ajaxaction_data' hook (won't be documented in Horde until 5.1+).
cbc151b [mms] Add the 'nocache' option to Horde_Imap_Client_Base#fetch().
3b903c6 Don't cache fetch results when exporting a mailbox, since there is no guarantee user ever wants to look at that mailbox
bd30633 Move mod-sequence mailbox availablity checks into base class
d30b55a [mms] Only do UNCHANGEDSINCE check when storing flags if the user explicitly passes the 'unchangedsince' parameter.
2a45043 Update phpdoc
c8ff96c [mms] Add properties to Sync object to allow retrieval of previous sync state status.
b1314e7 Fix exception name
5761155 In 6.0, this is just a regular exception
5fde943 typo
5b91279 Merge branch 'master' into mnemo_4_1
-----------------------------------------------------------------------
commit 46e543cc37c516f2220b52792b8c8b39a589e1d5
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Mar 11 13:39:13 2013 -0600
Correct fix to translate rule name
ingo/lib/Ingo.php | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/46e543cc37c516f2220b52792b8c8b39a589e1d5
-----------------------------------------------------------------------
commit 5c49d4c43548f4ac7422ef68663fb6ca882b714b
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Mar 11 14:29:25 2013 -0600
Revert 6342fcaf742441469c6e0cb10e232c7aad34a5c4
Adding UID to the output is already handled by the parent fetch()
method.
framework/Imap_Client/lib/Horde/Imap/Client/Socket.php | 7 ++-----
1 files changed, 2 insertions(+), 5 deletions(-)
http://git.horde.org/horde-git/-/commit/5c49d4c43548f4ac7422ef68663fb6ca882b714b
-----------------------------------------------------------------------
commit cd52d6a76ded13fd64c520b56cf96c4e7d4b5c57
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Mar 11 15:21:34 2013 -0600
Link database schema warning notification to configuration page
horde/lib/LoginTasks/Task/AdminCheck.php | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)
http://git.horde.org/horde-git/-/commit/cd52d6a76ded13fd64c520b56cf96c4e7d4b5c57
-----------------------------------------------------------------------
commit 8e1a9e12c3e0a1ef0c6cd300718400cf1bc5e699
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Mar 11 15:22:04 2013 -0600
None of this is required anymore with the logging caching code
horde/lib/LoginTasks/Task/AdminCheck.php | 9 ---------
1 files changed, 0 insertions(+), 9 deletions(-)
http://git.horde.org/horde-git/-/commit/8e1a9e12c3e0a1ef0c6cd300718400cf1bc5e699
-----------------------------------------------------------------------
commit fe485e0927a1a04d9060c140a4222e0f3d546404
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Mar 11 15:33:32 2013 -0600
Correctly send UID request when returning results as sequence
framework/Imap_Client/lib/Horde/Imap/Client/Base.php | 11 ++++++-----
1 files changed, 6 insertions(+), 5 deletions(-)
http://git.horde.org/horde-git/-/commit/fe485e0927a1a04d9060c140a4222e0f3d546404
-----------------------------------------------------------------------
commit d654ea0d760419c44a64b3308d453a923f2a6509
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Mar 11 16:16:46 2013 -0600
[mms] Add support for 'ajaxaction_data' hook (won't be documented in Horde until 5.1+).
framework/Core/lib/Horde/Core/Ajax/Application.php | 16 +++++++++-------
framework/Core/package.xml | 4 ++--
2 files changed, 11 insertions(+), 9 deletions(-)
http://git.horde.org/horde-git/-/commit/d654ea0d760419c44a64b3308d453a923f2a6509
-----------------------------------------------------------------------
commit cbc151b51e2321d4e97a397d1445d57fa16d80d7
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Mar 11 16:32:42 2013 -0600
[mms] Add the 'nocache' option to Horde_Imap_Client_Base#fetch().
framework/Imap_Client/doc/Horde/Imap/Client/UPGRADING | 10 +++++-
framework/Imap_Client/lib/Horde/Imap/Client/Base.php | 29 ++++++++++++++++-
framework/Imap_Client/package.xml | 12 +++---
3 files changed, 43 insertions(+), 8 deletions(-)
http://git.horde.org/horde-git/-/commit/cbc151b51e2321d4e97a397d1445d57fa16d80d7
-----------------------------------------------------------------------
commit 3b903c69b887cb85d6baed334ced7986a6a495ac
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Mar 11 16:34:49 2013 -0600
Don't cache fetch results when exporting a mailbox, since there is no guarantee user ever wants to look at that mailbox
Requires the forthcoming Horde_Imap_Client 2.8.0 release to actually
take effect.
imp/lib/Ui/Folder.php | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/3b903c69b887cb85d6baed334ced7986a6a495ac
-----------------------------------------------------------------------
commit bd306332852b9b920c011f24155215b6efe12801
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Mar 11 17:39:32 2013 -0600
Move mod-sequence mailbox availablity checks into base class
framework/Imap_Client/lib/Horde/Imap/Client/Base.php | 55 ++++++++++++++--
framework/Imap_Client/lib/Horde/Imap/Client/Socket.php | 41 ------------
2 files changed, 48 insertions(+), 48 deletions(-)
http://git.horde.org/horde-git/-/commit/bd306332852b9b920c011f24155215b6efe12801
-----------------------------------------------------------------------
commit d30b55affcb698c4189e1f4eb2c00071e291fb2f
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Mar 11 17:43:06 2013 -0600
[mms] Only do UNCHANGEDSINCE check when storing flags if the user explicitly passes the 'unchangedsince' parameter.
framework/Imap_Client/lib/Horde/Imap/Client/Socket.php | 23 +++++-----------
framework/Imap_Client/package.xml | 2 +
2 files changed, 9 insertions(+), 16 deletions(-)
http://git.horde.org/horde-git/-/commit/d30b55affcb698c4189e1f4eb2c00071e291fb2f
-----------------------------------------------------------------------
commit 2a45043a032e9db2827a15ca5666ce41950da441
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Mar 11 18:28:08 2013 -0600
Update phpdoc
framework/Imap_Client/lib/Horde/Imap/Client/Data/Sync.php | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/2a45043a032e9db2827a15ca5666ce41950da441
-----------------------------------------------------------------------
commit c8ff96cc24534c6d5cec3f0929d20c13659e737f
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Mar 11 18:45:33 2013 -0600
[mms] Add properties to Sync object to allow retrieval of previous sync state status.
Conflicts:
framework/Imap_Client/package.xml
framework/Imap_Client/doc/Horde/Imap/Client/UPGRADING | 10 ++
framework/Imap_Client/lib/Horde/Imap/Client/Base.php | 17 ++-
framework/Imap_Client/lib/Horde/Imap/Client/Data/Sync.php | 84 ++++++++++--
framework/Imap_Client/package.xml | 2 +
4 files changed, 92 insertions(+), 21 deletions(-)
http://git.horde.org/horde-git/-/commit/c8ff96cc24534c6d5cec3f0929d20c13659e737f
-----------------------------------------------------------------------
commit b1314e7419f49582b5d027204b4e3d8eaf80ec35
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Mar 11 18:57:40 2013 -0600
Fix exception name
imp/lib/Ajax/Application/ListMessages.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/b1314e7419f49582b5d027204b4e3d8eaf80ec35
-----------------------------------------------------------------------
commit 5761155e0f67bf2e25c676c7efe332e9af537c87
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Mar 11 18:59:38 2013 -0600
In 6.0, this is just a regular exception
imp/lib/Ajax/Application/ListMessages.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/5761155e0f67bf2e25c676c7efe332e9af537c87
-----------------------------------------------------------------------
commit 5fde943d5d24898f097ce3a983ebb1854c3e6a64
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Mar 11 20:00:25 2013 -0600
typo
framework/Imap_Client/lib/Horde/Imap/Client/Data/Sync.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/5fde943d5d24898f097ce3a983ebb1854c3e6a64
-----------------------------------------------------------------------
commit 5b912790fe3330342c75a67a9509092515d4e19f
Merge: 6f45883 5fde943
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Mon Mar 11 23:50:09 2013 -0400
Merge branch 'master' into mnemo_4_1
framework/Core/lib/Horde/Core/Ajax/Application.php | 16 +-
framework/Core/package.xml | 4 +-
framework/Imap_Client/doc/Horde/Imap/Client/UPGRADING | 20 ++-
framework/Imap_Client/lib/Horde/Imap/Client/Base.php | 112 ++++++++++---
framework/Imap_Client/lib/Horde/Imap/Client/Data/Sync.php | 85 ++++++++--
framework/Imap_Client/lib/Horde/Imap/Client/Socket.php | 71 +-------
framework/Imap_Client/package.xml | 16 +-
horde/lib/LoginTasks/Task/AdminCheck.php | 19 +--
imp/lib/Ajax/Application/ListMessages.php | 2 +-
imp/lib/Ui/Folder.php | 6 +-
ingo/lib/Ingo.php | 9 +-
11 files changed, 229 insertions(+), 131 deletions(-)
http://git.horde.org/horde-git/-/commit/5b912790fe3330342c75a67a9509092515d4e19f
More information about the commits
mailing list