The branch "master" has been updated. The following is a summary of the commits.
from: 61a41dc8b223adad38e6b733736e1ed8d8fc5eb0 fbdf918 If SORT extension is not available, we are already doing client-side sorting so no penalty in doing display sort 99de1bd Revert "[mms] Optimizations to IMAP token parser." 6a4cc40 Revert "[mms] Add SORT_DISPLAYFROM_FALLBACK and SORT_DISPLAYTO_FALLBACK sorting criteria to Horde_Imap_Client_Base#search()." 8b47413 Released Horde_Imap_Client-2.3.2 9ff83bf Development mode for Horde_Imap_Client-2.3.3 9a70d4d Forgot to add changelog entry in my frustration 7419ed3 Re-add "Revert "[mms] Add SORT_DISPLAYFROM_FALLBACK and SORT_DISPLAYTO_FALLBACK sorting criteria to Horde_Imap_Client_Base#search()."" b64ed3b Second attempt at rewriting IMAP tokenization code ----------------------------------------------------------------------- commit fbdf9182c80ee72f38bc0ca4254d1b9d52895b7a Author: Michael M Slusarz <[email protected]> Date: Wed Dec 5 16:04:52 2012 -0700 If SORT extension is not available, we are already doing client-side sorting so no penalty in doing display sort imp/lib/Imap.php | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) http://git.horde.org/horde-git/-/commit/fbdf9182c80ee72f38bc0ca4254d1b9d52895b7a ----------------------------------------------------------------------- commit 99de1bd7923f1f23d1cfada7e8c29fdb579b0736 Author: Michael M Slusarz <[email protected]> Date: Thu Dec 6 13:57:12 2012 -0700 Revert "[mms] Optimizations to IMAP token parser." This reverts commit 86e3fb407f2a7c026a2b64f8b9608d1f8f855f0f. This reverts commit b4ab39ac7a16e43a633bc85e35089bd872b908f3. This reverts commit b7bbdb4e06c4be1cd594878ff641f25ad80d47b7. This reverts commit 73653c0e373645c41ce667ace1682799f61a5bd0. framework/Imap_Client/lib/Horde/Imap/Client/Socket.php | 2 +- framework/Imap_Client/lib/Horde/Imap/Client/Tokenize.php | 211 +++++- framework/Imap_Client/lib/Horde/Imap/Client/Tokenize/List.php | 106 --- framework/Imap_Client/lib/Horde/Imap/Client/Tokenize/Master.php | 232 ------- framework/Imap_Client/package.xml | 6 - framework/Imap_Client/test/Horde/Imap/Client/SocketTest.php | 8 - framework/Imap_Client/test/Horde/Imap/Client/Stub/Socket.php | 10 +- framework/Imap_Client/test/Horde/Imap/Client/TokenizeTest.php | 88 +-- 8 files changed, 227 insertions(+), 436 deletions(-) delete mode 100644 framework/Imap_Client/lib/Horde/Imap/Client/Tokenize/List.php delete mode 100644 framework/Imap_Client/lib/Horde/Imap/Client/Tokenize/Master.php http://git.horde.org/horde-git/-/commit/99de1bd7923f1f23d1cfada7e8c29fdb579b0736 ----------------------------------------------------------------------- commit 6a4cc40fe7447ec127f8fa0cc0622ee4f86d9020 Author: Michael M Slusarz <[email protected]> Date: Thu Dec 6 14:01:38 2012 -0700 Revert "[mms] Add SORT_DISPLAYFROM_FALLBACK and SORT_DISPLAYTO_FALLBACK sorting criteria to Horde_Imap_Client_Base#search()." This reverts commit 67ec37eaac7dfc0edd3d3adcf9517a4b42ba4b2e. Temporary reversion to release 2.3.2 framework/Imap_Client/doc/Horde/Imap/Client/UPGRADING | 10 --- framework/Imap_Client/lib/Horde/Imap/Client.php | 4 - framework/Imap_Client/lib/Horde/Imap/Client/Base.php | 53 +++-------------- framework/Imap_Client/package.xml | 12 ++-- 4 files changed, 14 insertions(+), 65 deletions(-) http://git.horde.org/horde-git/-/commit/6a4cc40fe7447ec127f8fa0cc0622ee4f86d9020 ----------------------------------------------------------------------- commit 8b47413449be89ddfb7e3f26ba9e988ba1067989 Author: Michael M Slusarz <[email protected]> Date: Thu Dec 6 14:05:37 2012 -0700 Released Horde_Imap_Client-2.3.2 framework/Imap_Client/package.xml | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/8b47413449be89ddfb7e3f26ba9e988ba1067989 ----------------------------------------------------------------------- commit 9ff83bf17a02ac06b2c8a74df77f2795286711c1 Author: Michael M Slusarz <[email protected]> Date: Thu Dec 6 14:05:37 2012 -0700 Development mode for Horde_Imap_Client-2.3.3 framework/Imap_Client/package.xml | 17 +++++++++++++++-- 1 files changed, 15 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/9ff83bf17a02ac06b2c8a74df77f2795286711c1 ----------------------------------------------------------------------- commit 9a70d4d90048e2fdaecc2d8fc8b0466ba9ab71ea Author: Michael M Slusarz <[email protected]> Date: Thu Dec 6 14:21:44 2012 -0700 Forgot to add changelog entry in my frustration framework/Imap_Client/package.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/9a70d4d90048e2fdaecc2d8fc8b0466ba9ab71ea ----------------------------------------------------------------------- commit 7419ed37a069f6b24e37ec27a5e8ea602bb4c8f8 Author: Michael M Slusarz <[email protected]> Date: Thu Dec 6 14:22:35 2012 -0700 Re-add "Revert "[mms] Add SORT_DISPLAYFROM_FALLBACK and SORT_DISPLAYTO_FALLBACK sorting criteria to Horde_Imap_Client_Base#search()."" framework/Imap_Client/doc/Horde/Imap/Client/UPGRADING | 10 +++ framework/Imap_Client/lib/Horde/Imap/Client.php | 4 + framework/Imap_Client/lib/Horde/Imap/Client/Base.php | 53 ++++++++++++++--- framework/Imap_Client/package.xml | 12 ++-- 4 files changed, 65 insertions(+), 14 deletions(-) http://git.horde.org/horde-git/-/commit/7419ed37a069f6b24e37ec27a5e8ea602bb4c8f8 ----------------------------------------------------------------------- commit b64ed3bb470eef943c73a6d7ec77fee0fe881739 Author: Michael M Slusarz <[email protected]> Date: Thu Dec 6 21:27:52 2012 -0700 Second attempt at rewriting IMAP tokenization code Hopefully this doesn't break any packaged PHP version. I think this most frustrating of days is finally over. .../Imap_Client/lib/Horde/Imap/Client/Interaction/Server.php | 3 +- framework/Imap_Client/lib/Horde/Imap/Client/Socket.php | 286 ++--- framework/Imap_Client/lib/Horde/Imap/Client/Tokenize.php | 176 ++-- framework/Imap_Client/package.xml | 2 +- framework/Imap_Client/test/Horde/Imap/Client/Stub/Socket.php | 4 +- framework/Imap_Client/test/Horde/Imap/Client/TokenizeTest.php | 212 ++-- 6 files changed, 320 insertions(+), 363 deletions(-) http://git.horde.org/horde-git/-/commit/b64ed3bb470eef943c73a6d7ec77fee0fe881739 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
