[commits] Horde branch master updated. 503b956ea22f571f60b362ac5c1565af84d25ba0

Michael M Slusarz slusarz at horde.org
Tue Sep 7 02:59:37 UTC 2010


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

from: 2eb7a929bf67cc6d6f2c87b038a89f36ab4b0492

97bdf35 More places to use Horde_Support_Randomid
0290489 No need for these variables to be member variables.
d27ebd6 Don't use static variable for virtual folder list
7980771 Encapsulate all search data within IMP_Search
503b956 Fix javascript vars on login page.

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

commit 97bdf350b9aa13d3ee8dd575d7ac20e8cc26ba05
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Sep 6 16:01:40 2010 -0600

    More places to use Horde_Support_Randomid

 imp/lib/Injector/Factory/Compose.php |    2 +-
 imp/lib/Mailbox.php                  |    3 +--
 imp/lib/Mime/Viewer/Html.php         |    4 ++--
 imp/lib/Search.php                   |    4 +++-
 4 files changed, 7 insertions(+), 6 deletions(-)

http://git.horde.org/diff.php/imp/lib/Injector/Factory/Compose.php?rt=horde-git&r1=bf4719ffd4d666e00287a27dc1f42085a36ccb0e&r2=97bdf350b9aa13d3ee8dd575d7ac20e8cc26ba05
http://git.horde.org/diff.php/imp/lib/Mailbox.php?rt=horde-git&r1=5c887e326c58c4f1f7462d50f4c9fe533c69a182&r2=97bdf350b9aa13d3ee8dd575d7ac20e8cc26ba05
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Html.php?rt=horde-git&r1=90ae0861779e01f7b6c5529d46d21bfb42d95c13&r2=97bdf350b9aa13d3ee8dd575d7ac20e8cc26ba05
http://git.horde.org/diff.php/imp/lib/Search.php?rt=horde-git&r1=d1b477c104edb2c52b95f5e3097beeefd48b3bd3&r2=97bdf350b9aa13d3ee8dd575d7ac20e8cc26ba05

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

commit 0290489e2b87175fefb54f9bfc8fbce0772a1704
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Sep 6 16:08:12 2010 -0600

    No need for these variables to be member variables.
    
    Saves a bit of space in a serialized representation.

 framework/Imap_Client/lib/Horde/Imap/Client/Search/Query.php |   34 ++++------
 1 files changed, 14 insertions(+), 20 deletions(-)

http://git.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client/Search/Query.php?rt=horde-git&r1=9843e8b7940e9fd39d1faca34cc2b2343553f85d&r2=0290489e2b87175fefb54f9bfc8fbce0772a1704

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

commit d27ebd6b4b49119280c7c95958fb26d0c46c1894
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Sep 6 16:29:08 2010 -0600

    Don't use static variable for virtual folder list

 imp/lib/Search.php |   23 ++++++++++++-----------
 1 files changed, 12 insertions(+), 11 deletions(-)

http://git.horde.org/diff.php/imp/lib/Search.php?rt=horde-git&r1=97bdf350b9aa13d3ee8dd575d7ac20e8cc26ba05&r2=d27ebd6b4b49119280c7c95958fb26d0c46c1894

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

commit 7980771d0684f78a9f996512a6c38b6df3f3491b
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Sep 6 17:33:52 2010 -0600

    Encapsulate all search data within IMP_Search

 imp/lib/Application.php            |    2 +-
 imp/lib/Auth.php                   |    8 +-
 imp/lib/Folder.php                 |    4 +-
 imp/lib/IMP.php                    |    8 +-
 imp/lib/Injector/Binder/Search.php |   44 ++++++-
 imp/lib/Message.php                |    2 +-
 imp/lib/Prefs/Ui.php               |    4 +-
 imp/lib/Search.php                 |  267 +++++++++++++++++-------------------
 imp/lib/Tree/Flist.php             |    3 +-
 imp/mailbox-mimp.php               |    4 +-
 imp/mailbox.php                    |   18 ++--
 11 files changed, 193 insertions(+), 171 deletions(-)

http://git.horde.org/diff.php/imp/lib/Application.php?rt=horde-git&r1=6717b87acee9b8f9b42b638d7b952428021ad80f&r2=7980771d0684f78a9f996512a6c38b6df3f3491b
http://git.horde.org/diff.php/imp/lib/Auth.php?rt=horde-git&r1=2a3c7ea011d364b024424b124584a06238ea4310&r2=7980771d0684f78a9f996512a6c38b6df3f3491b
http://git.horde.org/diff.php/imp/lib/Folder.php?rt=horde-git&r1=138236bcd19a73f8b48f73ca333cc9ed1beb2158&r2=7980771d0684f78a9f996512a6c38b6df3f3491b
http://git.horde.org/diff.php/imp/lib/IMP.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=7980771d0684f78a9f996512a6c38b6df3f3491b
http://git.horde.org/diff.php/imp/lib/Injector/Binder/Search.php?rt=horde-git&r1=bf4719ffd4d666e00287a27dc1f42085a36ccb0e&r2=7980771d0684f78a9f996512a6c38b6df3f3491b
http://git.horde.org/diff.php/imp/lib/Message.php?rt=horde-git&r1=a5fc25ac47ede9d08e683a5cd6112f5e00925e03&r2=7980771d0684f78a9f996512a6c38b6df3f3491b
http://git.horde.org/diff.php/imp/lib/Prefs/Ui.php?rt=horde-git&r1=d2f2f41efe42b30f8958963c28325bdaf970a5fe&r2=7980771d0684f78a9f996512a6c38b6df3f3491b
http://git.horde.org/diff.php/imp/lib/Search.php?rt=horde-git&r1=d27ebd6b4b49119280c7c95958fb26d0c46c1894&r2=7980771d0684f78a9f996512a6c38b6df3f3491b
http://git.horde.org/diff.php/imp/lib/Tree/Flist.php?rt=horde-git&r1=7e43fe55fb35b37913f7d0f2dad9ca895ce3d935&r2=7980771d0684f78a9f996512a6c38b6df3f3491b
http://git.horde.org/diff.php/imp/mailbox-mimp.php?rt=horde-git&r1=8895b50e360862005e345c93e205cebbfd24bbab&r2=7980771d0684f78a9f996512a6c38b6df3f3491b
http://git.horde.org/diff.php/imp/mailbox.php?rt=horde-git&r1=9bd7df72b9c23df59d20208537266a2f718ba666&r2=7980771d0684f78a9f996512a6c38b6df3f3491b

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

commit 503b956ea22f571f60b362ac5c1565af84d25ba0
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Sep 6 17:53:19 2010 -0600

    Fix javascript vars on login page.

 imp/lib/Application.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/imp/lib/Application.php?rt=horde-git&r1=7980771d0684f78a9f996512a6c38b6df3f3491b&r2=503b956ea22f571f60b362ac5c1565af84d25ba0




More information about the commits mailing list