[commits] Horde branch imp_6_1 updated. 4bb6ff1f0aac2d8b69649dd2cee77aed669c7312
Michael M Slusarz
slusarz at horde.org
Mon Jan 21 18:52:41 UTC 2013
The branch "imp_6_1" has been updated.
The following is a summary of the commits.
from: 69bbf8428d453eace53ac4f33ace7d21c460316f
87b9019 Fix license URL
dec0ee2 [mms] Added parsing limit for deeply nested MIME parts.
3867ffa Fix setting PINGable collections on non-empty PING requests.
c95c222 CHANGES
bfa50e3 Update to match the imap library's new-ish way of detecting non-existing messages.
daabdf5 CHANGES
9d995ea Revert "Update to match the imap library's new-ish way of detecting non-existing messages."
235b644 Revert "CHANGES"
6d736fd Correct way of catching non-existing messages.
eb83c4e Revert "Revert "CHANGES""
ad11c4e This is a function, not array access.
e10f420 Send the correct response code when FETCH fails to find the message.
8332966 Released Horde_ActiveSync-2.1.3
41140ee Development mode for Horde_ActiveSync-2.1.4
67318f8 Fix message existence checking.
d1c3816 CHANGES
edae6a1 Released Horde_ActiveSync-2.1.4
e9c796a Development mode for Horde_ActiveSync-2.1.5
d0d45cb More fixes for Tag widget.
5826409 Update/fix OtherGalleries Widget.
b57866a [mms] Add exists option to Horde_Imap_Client_Base#fetch().
4bb6ff1 Merge branch 'master' into imp_6_1
-----------------------------------------------------------------------
commit 87b90195d7c2aad18b4aedcfc3c06aaff96f0fa7
Author: Michael M Slusarz <slusarz at horde.org>
Date: Fri Jan 18 16:42:21 2013 -0700
Fix license URL
hermes/lib/Ajax.php | 2 +-
imp/lib/Dynamic/Base.php | 4 ++--
imp/lib/Dynamic/Compose.php | 4 ++--
imp/lib/Dynamic/Helper/Base.php | 4 ++--
imp/lib/Dynamic/Mailbox.php | 4 ++--
imp/lib/Dynamic/Message.php | 4 ++--
imp/lib/Minimal/Base.php | 2 +-
imp/lib/Minimal/Compose.php | 2 +-
imp/lib/Minimal/Folders.php | 2 +-
imp/lib/Minimal/Mailbox.php | 2 +-
imp/lib/Minimal/Message.php | 2 +-
imp/lib/Minimal/Messagepart.php | 2 +-
imp/lib/Minimal/Search.php | 2 +-
imp/lib/Smartmobile.php | 2 +-
imp/lib/View/Subinfo.php | 2 +-
kronolith/lib/Ajax.php | 2 +-
16 files changed, 21 insertions(+), 21 deletions(-)
http://git.horde.org/horde-git/-/commit/87b90195d7c2aad18b4aedcfc3c06aaff96f0fa7
-----------------------------------------------------------------------
commit dec0ee260853351818edbd8ec5defb3b998cd2e3
Author: Michael M Slusarz <slusarz at horde.org>
Date: Fri Jan 18 23:49:30 2013 -0700
[mms] Added parsing limit for deeply nested MIME parts.
framework/Mime/lib/Horde/Mime/Part.php | 22 +-
framework/Mime/package.xml | 4 +-
framework/Mime/test/Horde/Mime/PartTest.php | 42 +
framework/Mime/test/Horde/Mime/fixtures/deeply_nested.txt | 710 +++++++++++++
4 files changed, 770 insertions(+), 8 deletions(-)
create mode 100644 framework/Mime/test/Horde/Mime/fixtures/deeply_nested.txt
http://git.horde.org/horde-git/-/commit/dec0ee260853351818edbd8ec5defb3b998cd2e3
-----------------------------------------------------------------------
commit 3867ffac3ba7bfa668727abb3c69e784a6bf64d4
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sat Jan 19 18:15:31 2013 -0500
Fix setting PINGable collections on non-empty PING requests.
framework/ActiveSync/lib/Horde/ActiveSync/Request/Ping.php | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/3867ffac3ba7bfa668727abb3c69e784a6bf64d4
-----------------------------------------------------------------------
commit c95c2224af071518c4efa1d01ba1c3f16e8fd407
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sat Jan 19 18:18:25 2013 -0500
CHANGES
framework/ActiveSync/package.xml | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/c95c2224af071518c4efa1d01ba1c3f16e8fd407
-----------------------------------------------------------------------
commit bfa50e32fd49dd98d5144cdd73e3049b98de5928
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sat Jan 19 19:08:53 2013 -0500
Update to match the imap library's new-ish way of detecting non-existing messages.
framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/bfa50e32fd49dd98d5144cdd73e3049b98de5928
-----------------------------------------------------------------------
commit daabdf5da8e4a8c7e6469b84941e84d57da548b8
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sat Jan 19 19:10:53 2013 -0500
CHANGES
framework/ActiveSync/package.xml | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/daabdf5da8e4a8c7e6469b84941e84d57da548b8
-----------------------------------------------------------------------
commit 9d995ea26717ace11064b5eadc2e2de1776cae6a
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sat Jan 19 19:26:03 2013 -0500
Revert "Update to match the imap library's new-ish way of detecting non-existing messages."
This reverts commit bfa50e32fd49dd98d5144cdd73e3049b98de5928.
framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/9d995ea26717ace11064b5eadc2e2de1776cae6a
-----------------------------------------------------------------------
commit 235b6444e17f471d0068ef2f4d98d531a40f3ff8
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sat Jan 19 19:26:18 2013 -0500
Revert "CHANGES"
This reverts commit daabdf5da8e4a8c7e6469b84941e84d57da548b8.
framework/ActiveSync/package.xml | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/235b6444e17f471d0068ef2f4d98d531a40f3ff8
-----------------------------------------------------------------------
commit 6d736fd64d0478ff6743ecf096e139790d3992be
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sat Jan 19 20:10:36 2013 -0500
Correct way of catching non-existing messages.
framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php | 13 +++++++----
1 files changed, 8 insertions(+), 5 deletions(-)
http://git.horde.org/horde-git/-/commit/6d736fd64d0478ff6743ecf096e139790d3992be
-----------------------------------------------------------------------
commit eb83c4e3c10fdf5d89b884f8b1aa71c5317c47b8
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sat Jan 19 20:12:21 2013 -0500
Revert "Revert "CHANGES""
This reverts commit 235b6444e17f471d0068ef2f4d98d531a40f3ff8.
framework/ActiveSync/package.xml | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/eb83c4e3c10fdf5d89b884f8b1aa71c5317c47b8
-----------------------------------------------------------------------
commit ad11c4e083c0bc51d5945e99d08e1f1803eab837
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sat Jan 19 20:22:33 2013 -0500
This is a function, not array access.
framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/ad11c4e083c0bc51d5945e99d08e1f1803eab837
-----------------------------------------------------------------------
commit e10f4209cbc435e1d7f8f7523533cfd80075fada
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sat Jan 19 21:11:04 2013 -0500
Send the correct response code when FETCH fails to find the message.
framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php | 20 +++++++----
1 files changed, 13 insertions(+), 7 deletions(-)
http://git.horde.org/horde-git/-/commit/e10f4209cbc435e1d7f8f7523533cfd80075fada
-----------------------------------------------------------------------
commit 833296680695cf3d8a3c60f85bb08a7b68b969fa
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sat Jan 19 21:25:06 2013 -0500
Released Horde_ActiveSync-2.1.3
framework/ActiveSync/package.xml | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/833296680695cf3d8a3c60f85bb08a7b68b969fa
-----------------------------------------------------------------------
commit 41140eec4e95a5a8af0bac7168c80d651909b489
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sat Jan 19 21:25:07 2013 -0500
Development mode for Horde_ActiveSync-2.1.4
framework/ActiveSync/package.xml | 21 ++++++++++++++++-----
1 files changed, 16 insertions(+), 5 deletions(-)
http://git.horde.org/horde-git/-/commit/41140eec4e95a5a8af0bac7168c80d651909b489
-----------------------------------------------------------------------
commit 67318f8bed6a4df401e6748721f2795e65209373
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sun Jan 20 14:07:03 2013 -0500
Fix message existence checking.
framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/67318f8bed6a4df401e6748721f2795e65209373
-----------------------------------------------------------------------
commit d1c3816189ba8082f342991a890e47f3099f21d4
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sun Jan 20 14:09:18 2013 -0500
CHANGES
framework/ActiveSync/package.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/d1c3816189ba8082f342991a890e47f3099f21d4
-----------------------------------------------------------------------
commit edae6a17c02d03304c5c6e1341eeb627ea6d36c5
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sun Jan 20 14:14:36 2013 -0500
Released Horde_ActiveSync-2.1.4
framework/ActiveSync/package.xml | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/edae6a17c02d03304c5c6e1341eeb627ea6d36c5
-----------------------------------------------------------------------
commit e9c796a1e1b81901c2196f8d0982f674dd03ee9d
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sun Jan 20 14:14:36 2013 -0500
Development mode for Horde_ActiveSync-2.1.5
framework/ActiveSync/package.xml | 19 ++++++++++++++++---
1 files changed, 16 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/e9c796a1e1b81901c2196f8d0982f674dd03ee9d
-----------------------------------------------------------------------
commit d0d45cbffa83538dd924576d871654e73b641df4
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sun Jan 20 17:01:19 2013 -0500
More fixes for Tag widget.
ansel/js/widgets/tagactions.js | 15 +++++++++------
ansel/lib/Ajax/Application/Handler.php | 20 ++++++++++++--------
ansel/lib/Widget/Tags.php | 15 ++++++++++-----
ansel/templates/widgets/tags.html.php | 1 +
4 files changed, 32 insertions(+), 19 deletions(-)
http://git.horde.org/horde-git/-/commit/d0d45cbffa83538dd924576d871654e73b641df4
-----------------------------------------------------------------------
commit 58264090394a8ac68362fc14b80a1d3d1489e913
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sun Jan 20 17:45:27 2013 -0500
Update/fix OtherGalleries Widget.
ansel/lib/Widget/Actions.php | 9 ++--
ansel/lib/Widget/OtherGalleries.php | 62 +++++++++--------------
ansel/package.xml | 6 ++-
ansel/templates/widgets/othergalleries.html.php | 9 +++
4 files changed, 42 insertions(+), 44 deletions(-)
create mode 100644 ansel/templates/widgets/othergalleries.html.php
http://git.horde.org/horde-git/-/commit/58264090394a8ac68362fc14b80a1d3d1489e913
-----------------------------------------------------------------------
commit b57866a98a3eb9b4bd5956b81ac33c2e2662b691
Author: Michael M Slusarz <slusarz at horde.org>
Date: Sun Jan 20 22:32:37 2013 -0700
[mms] Add exists option to Horde_Imap_Client_Base#fetch().
framework/Imap_Client/doc/Horde/Imap/Client/UPGRADING | 8 ++++++++
framework/Imap_Client/lib/Horde/Imap/Client/Base.php | 7 ++++++-
framework/Imap_Client/package.xml | 12 ++++++------
3 files changed, 20 insertions(+), 7 deletions(-)
http://git.horde.org/horde-git/-/commit/b57866a98a3eb9b4bd5956b81ac33c2e2662b691
-----------------------------------------------------------------------
commit 4bb6ff1f0aac2d8b69649dd2cee77aed669c7312
Merge: 69bbf84 b57866a
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Jan 21 11:52:23 2013 -0700
Merge branch 'master' into imp_6_1
Conflicts:
imp/lib/View/Subinfo.php
ansel/js/widgets/tagactions.js | 15 +-
ansel/lib/Ajax/Application/Handler.php | 20 +-
ansel/lib/Widget/Actions.php | 9 +-
ansel/lib/Widget/OtherGalleries.php | 62 +-
ansel/lib/Widget/Tags.php | 15 +-
ansel/package.xml | 6 +-
ansel/templates/widgets/othergalleries.html.php | 9 +
ansel/templates/widgets/tags.html.php | 1 +
framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php | 13 +-
framework/ActiveSync/lib/Horde/ActiveSync/Request/Ping.php | 3 +-
framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php | 20 +-
framework/ActiveSync/package.xml | 36 +-
framework/Imap_Client/doc/Horde/Imap/Client/UPGRADING | 8 +
framework/Imap_Client/lib/Horde/Imap/Client/Base.php | 7 +-
framework/Imap_Client/package.xml | 12 +-
framework/Mime/lib/Horde/Mime/Part.php | 22 +-
framework/Mime/package.xml | 4 +-
framework/Mime/test/Horde/Mime/PartTest.php | 42 +
framework/Mime/test/Horde/Mime/fixtures/deeply_nested.txt | 710 ++++++++++++
hermes/lib/Ajax.php | 2 +-
imp/lib/Dynamic/Base.php | 4 +-
imp/lib/Dynamic/Compose.php | 4 +-
imp/lib/Dynamic/Helper/Base.php | 4 +-
imp/lib/Dynamic/Mailbox.php | 4 +-
imp/lib/Dynamic/Message.php | 4 +-
imp/lib/Minimal/Base.php | 2 +-
imp/lib/Minimal/Compose.php | 2 +-
imp/lib/Minimal/Folders.php | 2 +-
imp/lib/Minimal/Mailbox.php | 2 +-
imp/lib/Minimal/Message.php | 2 +-
imp/lib/Minimal/Messagepart.php | 2 +-
imp/lib/Minimal/Search.php | 2 +-
imp/lib/Smartmobile.php | 2 +-
imp/lib/View/Subinfo.php | 2 +-
kronolith/lib/Ajax.php | 2 +-
35 files changed, 940 insertions(+), 116 deletions(-)
http://git.horde.org/horde-git/-/commit/4bb6ff1f0aac2d8b69649dd2cee77aed669c7312
More information about the commits
mailing list