[commits] Horde branch master updated. 7dc79d874c57b156127b8f8a70a401421e0530fe
Michael M Slusarz
slusarz at horde.org
Fri Jan 16 07:37:30 UTC 2015
The branch "master" has been updated.
The following is a summary of the commits.
from: 0aaec80f1b979fda7be77e3f68f8d1478b177ca5
a7828ef Remove (deprecated and never documented) attribute return from mailboxList()
96b46e2 Always return all mailboxes, regardless of subscription status, when listing
2601b07 [mms] Added an option to the mailboxList API call to force inclusion of unsubscribed mailboxes.
343b184 Use the new IMP 7 way of accessing subscribed mailbox information, if available
0d243dd Always display all mailboxes (including unsubscribed) when creating filters)
01dbe5a Ingo theme tweaks
7dc79d8 [mms] Fix double listing of mailboxes in certain instances when subscriptions are active and unsubscribed mailboxes are shown.
Summary: http://github.com/horde/horde/compare/0aaec80f1b979fda7be77e3f68f8d1478b177ca5...7dc79d874c57b156127b8f8a70a401421e0530fe
-----------------------------------------------------------------------
commit a7828ef6b47b0c5101ad9e0f8eafccb244fc8b69
Author: Michael M Slusarz <slusarz at horde.org>
Date: Thu Jan 15 23:26:38 2015 -0700
Remove (deprecated and never documented) attribute return from mailboxList()
imp/lib/Api.php | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
http://github.com/horde/horde/commit/a7828ef6b47b0c5101ad9e0f8eafccb244fc8b69
-----------------------------------------------------------------------
commit 96b46e2b4a65834a77d1e27b693a309b4fc80abb
Author: Michael M Slusarz <slusarz at horde.org>
Date: Thu Jan 15 23:30:05 2015 -0700
Always return all mailboxes, regardless of subscription status, when listing
Since we provide subscription information, it is duty of calling code to
filter on non-subscribed mailboxes.
imp/lib/Api.php | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
http://github.com/horde/horde/commit/96b46e2b4a65834a77d1e27b693a309b4fc80abb
-----------------------------------------------------------------------
commit 2601b07eb2f7b5c56670b2d55f2b52698e800ebc
Author: Michael M Slusarz <slusarz at horde.org>
Date: Thu Jan 15 23:43:11 2015 -0700
[mms] Added an option to the mailboxList API call to force inclusion of unsubscribed mailboxes.
imp/docs/CHANGES | 2 ++
imp/docs/UPGRADING | 10 ++++++++++
imp/lib/Api.php | 18 +++++++++++++++---
imp/package.xml | 1 +
4 files changed, 28 insertions(+), 3 deletions(-)
http://github.com/horde/horde/commit/2601b07eb2f7b5c56670b2d55f2b52698e800ebc
-----------------------------------------------------------------------
commit 343b184001c533bf49fcd7bcc7a96a24f362e969
Author: Michael M Slusarz <slusarz at horde.org>
Date: Thu Jan 15 23:46:49 2015 -0700
Use the new IMP 7 way of accessing subscribed mailbox information, if available
framework/Core/lib/Horde/Core/ActiveSync/Imap/Factory.php | 22 ++++++++-----
1 files changed, 14 insertions(+), 8 deletions(-)
http://github.com/horde/horde/commit/343b184001c533bf49fcd7bcc7a96a24f362e969
-----------------------------------------------------------------------
commit 0d243dd94e9a983f41eb9a5f8d659dce89088364
Author: Michael M Slusarz <slusarz at horde.org>
Date: Thu Jan 15 23:51:03 2015 -0700
Always display all mailboxes (including unsubscribed) when creating filters)
It is handy to be able to filter messages into mailboxes you don't
normally list (e.g. archiving).
ingo/lib/Flist.php | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/0d243dd94e9a983f41eb9a5f8d659dce89088364
-----------------------------------------------------------------------
commit 01dbe5a7251053ebe36c31ad82f0e413a62da331
Author: Michael M Slusarz <slusarz at horde.org>
Date: Thu Jan 15 23:54:57 2015 -0700
Ingo theme tweaks
ingo/themes/default/screen.css | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
http://github.com/horde/horde/commit/01dbe5a7251053ebe36c31ad82f0e413a62da331
-----------------------------------------------------------------------
commit 7dc79d874c57b156127b8f8a70a401421e0530fe
Author: Michael M Slusarz <slusarz at horde.org>
Date: Fri Jan 16 00:35:04 2015 -0700
[mms] Fix double listing of mailboxes in certain instances when subscriptions are active and unsubscribed mailboxes are shown.
Conflicts:
imp/docs/CHANGES
imp/package.xml
imp/docs/CHANGES | 9 ++++++++-
imp/lib/Ftree.php | 4 +++-
imp/package.xml | 13 +++++++++++++
3 files changed, 24 insertions(+), 2 deletions(-)
http://github.com/horde/horde/commit/7dc79d874c57b156127b8f8a70a401421e0530fe
More information about the commits
mailing list