[commits] Horde branch master updated. 763bc2f73ce446d7c42ff21c2fdff51b27cbb807

Michael M Slusarz slusarz at horde.org
Fri Mar 26 23:10:54 UTC 2010


The branch "master" has been updated.
The following is a summary of the commits.

from: bb11a32a011ac165e4e50ecc35847abf04087165

c5d8fa6 Ticket #8936: Add sequence sorting to search().
763bc2f Ticket #8936: Simplified date sorting UI in IMP

-----------------------------------------------------------------------

commit c5d8fa67cd3937f6e596a7e722c7612074332094
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Mar 26 16:19:05 2010 -0600

    Ticket #8936: Add sequence sorting to search().

 framework/Imap_Client/lib/Horde/Imap/Client.php             |    3 +
 framework/Imap_Client/lib/Horde/Imap/Client/Base.php        |    5 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Cclient.php     |   17 ++-
 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php      |   90 ++++++++---
 framework/Imap_Client/lib/Horde/Imap/Client/Socket/Pop3.php |   12 +-
 framework/Imap_Client/package.xml                           |    3 +-
 6 files changed, 90 insertions(+), 40 deletions(-)

http://git.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client.php?rt=horde-git&r1=2b94e501f39024682944dcdc7f3e439c02ba22de&r2=c5d8fa67cd3937f6e596a7e722c7612074332094
http://git.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client/Base.php?rt=horde-git&r1=6cd3cda12c3c47c197be00e492b5e3370e93a2cb&r2=c5d8fa67cd3937f6e596a7e722c7612074332094
http://git.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client/Cclient.php?rt=horde-git&r1=1176375ff3e866d7aad6fdcf46332d1c0f88cecb&r2=c5d8fa67cd3937f6e596a7e722c7612074332094
http://git.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client/Socket.php?rt=horde-git&r1=2e30f44d1cd66748fe7787e8a2293cef8d9c5989&r2=c5d8fa67cd3937f6e596a7e722c7612074332094
http://git.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client/Socket/Pop3.php?rt=horde-git&r1=1176375ff3e866d7aad6fdcf46332d1c0f88cecb&r2=c5d8fa67cd3937f6e596a7e722c7612074332094
http://git.horde.org/diff.php/framework/Imap_Client/package.xml?rt=horde-git&r1=2b94e501f39024682944dcdc7f3e439c02ba22de&r2=c5d8fa67cd3937f6e596a7e722c7612074332094

-----------------------------------------------------------------------

commit 763bc2f73ce446d7c42ff21c2fdff51b27cbb807
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Mar 26 17:10:52 2010 -0600

    Ticket #8936: Simplified date sorting UI in IMP

 imp/config/prefs.php.dist                         |   26 +++++++-
 imp/docs/CHANGES                                  |    1 +
 imp/js/DimpBase.js                                |   26 +++-----
 imp/lib/Block/Newmail.php                         |    2 +-
 imp/lib/IMP.php                                   |   24 +++++---
 imp/lib/LoginTasks/SystemTask/UpgradeFromImp4.php |   71 +++++++++++++++------
 imp/lib/Mailbox.php                               |    9 ++-
 imp/lib/Search.php                                |    4 +-
 imp/mailbox-mimp.php                              |    1 -
 imp/mailbox.php                                   |   18 +-----
 imp/rss.php                                       |    2 +-
 imp/templates/dimp/javascript_defs_dimp.php       |    6 +--
 imp/templates/mimp/mailbox/mailbox.html           |    2 +-
 13 files changed, 112 insertions(+), 80 deletions(-)

http://git.horde.org/diff.php/imp/config/prefs.php.dist?rt=horde-git&r1=d82e56a0088330e5f77911a5a9aeb4d996c9b10d&r2=763bc2f73ce446d7c42ff21c2fdff51b27cbb807
http://git.horde.org/diff.php/imp/docs/CHANGES?rt=horde-git&r1=b52d7646b607b11d6ec24b306f764db6a4995595&r2=763bc2f73ce446d7c42ff21c2fdff51b27cbb807
http://git.horde.org/diff.php/imp/js/DimpBase.js?rt=horde-git&r1=8e71015c8f9e4ad9f6c772b73abab210ba7a3354&r2=763bc2f73ce446d7c42ff21c2fdff51b27cbb807
http://git.horde.org/diff.php/imp/lib/Block/Newmail.php?rt=horde-git&r1=205d6b608b229dbc485b89469d5a4039c58dcff0&r2=763bc2f73ce446d7c42ff21c2fdff51b27cbb807
http://git.horde.org/diff.php/imp/lib/IMP.php?rt=horde-git&r1=240ff73e2a3bcfe5e5649e5d9153d87b25471d36&r2=763bc2f73ce446d7c42ff21c2fdff51b27cbb807
http://git.horde.org/diff.php/imp/lib/LoginTasks/SystemTask/UpgradeFromImp4.php?rt=horde-git&r1=205d6b608b229dbc485b89469d5a4039c58dcff0&r2=763bc2f73ce446d7c42ff21c2fdff51b27cbb807
http://git.horde.org/diff.php/imp/lib/Mailbox.php?rt=horde-git&r1=d08804fd706e3cea9c3ea9aa9d9901b17dcf6fa9&r2=763bc2f73ce446d7c42ff21c2fdff51b27cbb807
http://git.horde.org/diff.php/imp/lib/Search.php?rt=horde-git&r1=12e455a324a5a44ca84c3d8939d50484eb9d9ad8&r2=763bc2f73ce446d7c42ff21c2fdff51b27cbb807
http://git.horde.org/diff.php/imp/mailbox-mimp.php?rt=horde-git&r1=a7a39f0cf109bc4fa2dec71b303d60d3d329746d&r2=763bc2f73ce446d7c42ff21c2fdff51b27cbb807
http://git.horde.org/diff.php/imp/mailbox.php?rt=horde-git&r1=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a&r2=763bc2f73ce446d7c42ff21c2fdff51b27cbb807
http://git.horde.org/diff.php/imp/rss.php?rt=horde-git&r1=12e455a324a5a44ca84c3d8939d50484eb9d9ad8&r2=763bc2f73ce446d7c42ff21c2fdff51b27cbb807
http://git.horde.org/diff.php/imp/templates/dimp/javascript_defs_dimp.php?rt=horde-git&r1=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a&r2=763bc2f73ce446d7c42ff21c2fdff51b27cbb807
http://git.horde.org/diff.php/imp/templates/mimp/mailbox/mailbox.html?rt=horde-git&r1=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a&r2=763bc2f73ce446d7c42ff21c2fdff51b27cbb807




More information about the commits mailing list