[commits] Horde branch master updated. 3fb7e3c3f3b7ebd6cb63a2d73f0beb0d23e4e0c3

Michael M Slusarz slusarz at horde.org
Thu Aug 30 06:04:17 UTC 2012


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

from: c7600d28c5b017511cc3c8d427307a94ee2b3320

f2855cf Convert IMP_Maillog from static class to OO
99f5948 Get rid of IMP_Dimp class.
bde28f1 Make sure these mailbox prefs have values
c3bc028 Don't apply strikethrough to status column, since it doesn't work as expected
2a0789e Variable only used in one location
3fb7e3c [mms] Initial implementation of smartmobile view.

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

commit f2855cf2e447ef2dc8c8e931ac7104967afc7485
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Aug 29 14:28:13 2012 -0600

    Convert IMP_Maillog from static class to OO

 imp/lib/Compose.php    |   18 ++++++++++--------
 imp/lib/Maillog.php    |   16 ++++++++--------
 imp/lib/Message.php    |    2 +-
 imp/lib/Ui/Message.php |   20 +++++++++++---------
 imp/message.php        |    2 +-
 5 files changed, 31 insertions(+), 27 deletions(-)

http://git.horde.org/horde-git/-/commit/f2855cf2e447ef2dc8c8e931ac7104967afc7485

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

commit 99f59486cf5de72694499b2d171280d057642b09
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Aug 29 13:23:07 2012 -0600

    Get rid of IMP_Dimp class.

 imp/lib/Ajax/Application.php    |    2 +-
 imp/lib/Ajax/Queue.php          |    3 +-
 imp/lib/Dimp.php                |   73 ---------------------------------------
 imp/lib/Dynamic/AddressList.php |   50 ++++++++++++++++++++++++++
 imp/lib/Dynamic/Compose.php     |    3 +-
 imp/lib/Maillog.php             |   24 +++++++++++++
 imp/package.xml                 |    6 ++--
 7 files changed, 82 insertions(+), 79 deletions(-)
 delete mode 100644 imp/lib/Dimp.php
 create mode 100644 imp/lib/Dynamic/AddressList.php

http://git.horde.org/horde-git/-/commit/99f59486cf5de72694499b2d171280d057642b09

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

commit bde28f1b231cc70e11bbbdb5b52f008bb9faf0b7
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Aug 29 17:22:51 2012 -0600

    Make sure these mailbox prefs have values

 imp/config/prefs.php               |    4 +++-
 imp/lib/Dynamic/Compose/Common.php |    7 +++++--
 2 files changed, 8 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/bde28f1b231cc70e11bbbdb5b52f008bb9faf0b7

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

commit c3bc028b05c065f7a7fac19b85ab3fdacdea125b
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Aug 28 17:25:50 2012 -0600

    Don't apply strikethrough to status column, since it doesn't work as expected

 imp/themes/default/dynamic/screen.css |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/c3bc028b05c065f7a7fac19b85ab3fdacdea125b

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

commit 2a0789e4d124c8962deb41ecd171c1e6f2a45cc6
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Aug 29 21:06:10 2012 -0600

    Variable only used in one location

 imp/js/dimpbase.js |    7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

http://git.horde.org/horde-git/-/commit/2a0789e4d124c8962deb41ecd171c1e6f2a45cc6

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

commit 3fb7e3c3f3b7ebd6cb63a2d73f0beb0d23e4e0c3
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Aug 29 22:18:09 2012 -0600

    [mms] Initial implementation of smartmobile view.
    
    Doesn't really do much as of now.  Allows browsing of all addressbooks;
    clicking on a contact shows the Name and Email.  This entry view page
    obviously should be expanded to show all relevant contact information.
    But the heavy lifting (read: backend plumbing) has been taken care of so
    it is pretty much only the UI that is left.

 turba/docs/CHANGES                                |    1 +
 turba/index.php                                   |   14 ++-
 turba/js/smartmobile.js                           |  105 +++++++++++++++++++++
 turba/lib/Ajax/Application.php                    |   28 ++++++
 turba/lib/Ajax/Application/Helper/Smartmobile.php |   56 +++++++++++
 turba/lib/Application.php                         |    6 +
 turba/lib/Smartmobile.php                         |   94 ++++++++++++++++++
 turba/package.xml                                 |   32 ++++++-
 turba/smartmobile.php                             |   31 ++++++
 turba/templates/smartmobile/browse.html.php       |   28 ++++++
 turba/templates/smartmobile/entry.html.php        |   22 +++++
 turba/themes/default/smartmobile/screen.css       |   14 +++
 12 files changed, 425 insertions(+), 6 deletions(-)
 create mode 100644 turba/js/smartmobile.js
 create mode 100644 turba/lib/Ajax/Application.php
 create mode 100644 turba/lib/Ajax/Application/Helper/Smartmobile.php
 create mode 100644 turba/lib/Smartmobile.php
 create mode 100644 turba/smartmobile.php
 create mode 100644 turba/templates/smartmobile/browse.html.php
 create mode 100644 turba/templates/smartmobile/entry.html.php
 create mode 100644 turba/themes/default/smartmobile/screen.css

http://git.horde.org/horde-git/-/commit/3fb7e3c3f3b7ebd6cb63a2d73f0beb0d23e4e0c3




More information about the commits mailing list