[commits] Horde branch master updated. 42898815201e243f6b36b2daea0825bac1128eaf

Michael M Slusarz slusarz at horde.org
Tue Aug 17 07:13:41 UTC 2010


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

from: 85b6a71ed8eae1287a8f6105e495ad3147533ae7

7750dd5 Add DimpBase.setHash().
60a619d Fix IMP_Indices::next() with multiple mailboxes
43ab26e Git rid of no_newmail_popup parameter.
e393913 Fix display of container elements in search folder tree.
4289881 Fix escaping null characters in mailbox names.

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

commit 7750dd566dc1d50f87e32e2616cd0af53c50f430
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Aug 16 23:32:11 2010 -0600

    Add DimpBase.setHash().

 imp/js/dimpbase.js |   17 +++++++++++------
 1 files changed, 11 insertions(+), 6 deletions(-)

http://git.horde.org/diff.php/imp/js/dimpbase.js?rt=horde-git&r1=1a10853489d282825672da1a667c83f397a89ff1&r2=7750dd566dc1d50f87e32e2616cd0af53c50f430

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

commit 60a619d63c6337d4811ddb83c09a01d1b6f8af7d
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Aug 17 00:25:55 2010 -0600

    Fix IMP_Indices::next() with multiple mailboxes

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

http://git.horde.org/diff.php/imp/lib/Indices.php?rt=horde-git&r1=bf4719ffd4d666e00287a27dc1f42085a36ccb0e&r2=60a619d63c6337d4811ddb83c09a01d1b6f8af7d

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

commit 43ab26e9d56ca42d8e4de08278bc27c88dec9258
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Aug 17 00:35:27 2010 -0600

    Git rid of no_newmail_popup parameter.
    
    Instead, track whether newmail popup is needed exclusively on the
    mailbox.php page.

 imp/folders.php                  |    2 +-
 imp/lib/Block/tree_folders.php   |    2 +-
 imp/lib/IMP.php                  |    7 ++++---
 imp/lib/Ui/Block.php             |    2 +-
 imp/mailbox.php                  |   29 ++++++++++++++++++++++-------
 imp/templates/imp/menu/menu.html |    1 -
 6 files changed, 29 insertions(+), 14 deletions(-)

http://git.horde.org/diff.php/imp/folders.php?rt=horde-git&r1=8b01421d218114b9ddeab0413d0e541b53fb1af5&r2=43ab26e9d56ca42d8e4de08278bc27c88dec9258
http://git.horde.org/diff.php/imp/lib/Block/tree_folders.php?rt=horde-git&r1=85b6a71ed8eae1287a8f6105e495ad3147533ae7&r2=43ab26e9d56ca42d8e4de08278bc27c88dec9258
http://git.horde.org/diff.php/imp/lib/IMP.php?rt=horde-git&r1=e5c7af4fc1caf5adbe8f88d83d47eaedacfe8f5b&r2=43ab26e9d56ca42d8e4de08278bc27c88dec9258
http://git.horde.org/diff.php/imp/lib/Ui/Block.php?rt=horde-git&r1=37a428f865c64b4605a428973d14487a477bc512&r2=43ab26e9d56ca42d8e4de08278bc27c88dec9258
http://git.horde.org/diff.php/imp/mailbox.php?rt=horde-git&r1=37a428f865c64b4605a428973d14487a477bc512&r2=43ab26e9d56ca42d8e4de08278bc27c88dec9258
http://git.horde.org/diff.php/imp/templates/imp/menu/menu.html?rt=horde-git&r1=55b00688ec61efc6d4b74eb5d7bd928ffb9a541a&r2=43ab26e9d56ca42d8e4de08278bc27c88dec9258

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

commit e39391321ca247dbaca141b949008971022d2a60
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Aug 17 00:55:00 2010 -0600

    Fix display of container elements in search folder tree.

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

http://git.horde.org/diff.php/imp/search.php?rt=horde-git&r1=bd0035ec69fbc02d17a379ad01cb943fcd74795d&r2=e39391321ca247dbaca141b949008971022d2a60

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

commit 42898815201e243f6b36b2daea0825bac1128eaf
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Aug 16 23:32:22 2010 -0600

    Fix escaping null characters in mailbox names.
    
    The null character can not be used in form elements. However, we use the
    null character in mailbox names to indicate mailboxes/elements that do
    not live on the IMAP server - necessary because null is the only
    character technically not allowed for IMAP mailboxes.  So we need to
    manually call IMP::formMbox() when creating forms to escape mailbox
    names (and then when reading forms to unescape the names - but most of
    the time this will be done automatically by
    IMP::setCurrentMailboxInfo()).

 imp/js/folderprefs.js                             |    4 +-
 imp/lib/Dimp.php                                  |    2 +-
 imp/lib/IMP.php                                   |   39 +++++++++++++++----
 imp/lib/Imap/Tree.php                             |   12 +++---
 imp/lib/LoginTasks/SystemTask/UpgradeFromImp4.php |   14 +++++++
 imp/lib/Message.php                               |    8 ++--
 imp/lib/Prefs/Ui.php                              |   43 +++++++++++----------
 imp/lib/Search.php                                |    2 +-
 imp/mailbox.php                                   |    4 +-
 imp/message.php                                   |    4 +-
 imp/templates/imp/flist/flist.html                |    2 +-
 imp/templates/prefs/initialpage.html              |    3 +-
 imp/templates/prefs/sentmail.html                 |    2 +-
 13 files changed, 89 insertions(+), 50 deletions(-)

http://git.horde.org/diff.php/imp/js/folderprefs.js?rt=horde-git&r1=24d822349cce4f81ea50220504b3180b3b735346&r2=42898815201e243f6b36b2daea0825bac1128eaf
http://git.horde.org/diff.php/imp/lib/Dimp.php?rt=horde-git&r1=539c7c3aa19fb2720b1884bca4c5da12c17515cd&r2=42898815201e243f6b36b2daea0825bac1128eaf
http://git.horde.org/diff.php/imp/lib/IMP.php?rt=horde-git&r1=43ab26e9d56ca42d8e4de08278bc27c88dec9258&r2=42898815201e243f6b36b2daea0825bac1128eaf
http://git.horde.org/diff.php/imp/lib/Imap/Tree.php?rt=horde-git&r1=bd0035ec69fbc02d17a379ad01cb943fcd74795d&r2=42898815201e243f6b36b2daea0825bac1128eaf
http://git.horde.org/diff.php/imp/lib/LoginTasks/SystemTask/UpgradeFromImp4.php?rt=horde-git&r1=bf4719ffd4d666e00287a27dc1f42085a36ccb0e&r2=42898815201e243f6b36b2daea0825bac1128eaf
http://git.horde.org/diff.php/imp/lib/Message.php?rt=horde-git&r1=2061e1638f4f8e98eebc43c220ec3c3a152eb44d&r2=42898815201e243f6b36b2daea0825bac1128eaf
http://git.horde.org/diff.php/imp/lib/Prefs/Ui.php?rt=horde-git&r1=34a1fa98eceef091224af3ab5d105791dd17ff24&r2=42898815201e243f6b36b2daea0825bac1128eaf
http://git.horde.org/diff.php/imp/lib/Search.php?rt=horde-git&r1=11e6cf161aa02e6c6bd66852283b81c42c17b1e5&r2=42898815201e243f6b36b2daea0825bac1128eaf
http://git.horde.org/diff.php/imp/mailbox.php?rt=horde-git&r1=43ab26e9d56ca42d8e4de08278bc27c88dec9258&r2=42898815201e243f6b36b2daea0825bac1128eaf
http://git.horde.org/diff.php/imp/message.php?rt=horde-git&r1=37a428f865c64b4605a428973d14487a477bc512&r2=42898815201e243f6b36b2daea0825bac1128eaf
http://git.horde.org/diff.php/imp/templates/imp/flist/flist.html?rt=horde-git&r1=f9d59c2e3d38ac2af064e1b9f422b8de8328c5bd&r2=42898815201e243f6b36b2daea0825bac1128eaf
http://git.horde.org/diff.php/imp/templates/prefs/initialpage.html?rt=horde-git&r1=6e6599dfe74533b868cb0aaa80eeb6a2d482ce92&r2=42898815201e243f6b36b2daea0825bac1128eaf
http://git.horde.org/diff.php/imp/templates/prefs/sentmail.html?rt=horde-git&r1=34a1fa98eceef091224af3ab5d105791dd17ff24&r2=42898815201e243f6b36b2daea0825bac1128eaf




More information about the commits mailing list