[commits] Horde branch master updated. 6706818ea22f59fd6bbe6d0559eefad18533efdf

Jan Schneider jan at horde.org
Mon Nov 15 22:22:04 UTC 2010


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

from: aaba3150ccab66df309ea577946e3c22972651b6

e536a49 Remove unsused code/variables.
ab5c9ac Localize loading message.
1c50f3a Mobile webmail wireframe.
9d465a4 What exactly is "label", compared to "value" and "display"?
90b58a3 Implement folder page.
41c5175 Send charset.
6706818 Add 'mobile' as a possible IMP view, and use that for all mobile webkit browsers.

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

commit e536a495c9cceabe5d78c79b8a64fb63a315dd01
Author: Jan Schneider <jan at horde.org>
Date:   Mon Nov 15 16:40:50 2010 +0100

    Remove unsused code/variables.

 framework/Date/lib/Horde/Date.php                     |    1 -
 framework/Date/lib/Horde/Date/Repeater/DayPortion.php |    2 --
 framework/Date/lib/Horde/Date/Repeater/Time.php       |    2 +-
 framework/Ldap/lib/Horde/Ldap.php                     |   12 +-----------
 framework/Ldap/lib/Horde/Ldap/Entry.php               |    4 ++--
 framework/Ldap/lib/Horde/Ldap/Filter.php              |    1 -
 framework/Ldap/lib/Horde/Ldap/Ldif.php                |    4 ++--
 framework/Ldap/lib/Horde/Ldap/Search.php              |    2 +-
 framework/Ldap/lib/Horde/Ldap/Util.php                |    2 --
 9 files changed, 7 insertions(+), 23 deletions(-)

http://git.horde.org/diff.php/framework/Date/lib/Horde/Date.php?rt=horde-git&r1=a205186488e2ef9b9f7c8d2f58d810d37c24f058&r2=e536a495c9cceabe5d78c79b8a64fb63a315dd01
http://git.horde.org/diff.php/framework/Date/lib/Horde/Date/Repeater/DayPortion.php?rt=horde-git&r1=a44517d992cc2b55445f7fe3a24a536bacb58f2a&r2=e536a495c9cceabe5d78c79b8a64fb63a315dd01
http://git.horde.org/diff.php/framework/Date/lib/Horde/Date/Repeater/Time.php?rt=horde-git&r1=a205186488e2ef9b9f7c8d2f58d810d37c24f058&r2=e536a495c9cceabe5d78c79b8a64fb63a315dd01
http://git.horde.org/diff.php/framework/Ldap/lib/Horde/Ldap.php?rt=horde-git&r1=cde30c510dfbf07af81879b3d3b225b810a079eb&r2=e536a495c9cceabe5d78c79b8a64fb63a315dd01
http://git.horde.org/diff.php/framework/Ldap/lib/Horde/Ldap/Entry.php?rt=horde-git&r1=a205186488e2ef9b9f7c8d2f58d810d37c24f058&r2=e536a495c9cceabe5d78c79b8a64fb63a315dd01
http://git.horde.org/diff.php/framework/Ldap/lib/Horde/Ldap/Filter.php?rt=horde-git&r1=a205186488e2ef9b9f7c8d2f58d810d37c24f058&r2=e536a495c9cceabe5d78c79b8a64fb63a315dd01
http://git.horde.org/diff.php/framework/Ldap/lib/Horde/Ldap/Ldif.php?rt=horde-git&r1=a205186488e2ef9b9f7c8d2f58d810d37c24f058&r2=e536a495c9cceabe5d78c79b8a64fb63a315dd01
http://git.horde.org/diff.php/framework/Ldap/lib/Horde/Ldap/Search.php?rt=horde-git&r1=ddf50a58381137a57a31a55d06ded35656540f60&r2=e536a495c9cceabe5d78c79b8a64fb63a315dd01
http://git.horde.org/diff.php/framework/Ldap/lib/Horde/Ldap/Util.php?rt=horde-git&r1=a205186488e2ef9b9f7c8d2f58d810d37c24f058&r2=e536a495c9cceabe5d78c79b8a64fb63a315dd01

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

commit ab5c9ac30921bfd2a1bd7f4af5bd8d57e0398ac2
Author: Jan Schneider <jan at horde.org>
Date:   Mon Nov 15 18:48:26 2010 +0100

    Localize loading message.

 horde/templates/common-header-mobile.inc |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/horde/templates/common-header-mobile.inc?rt=horde-git&r1=a084dc6b547303f607e26c850cb310ce00f8d889&r2=ab5c9ac30921bfd2a1bd7f4af5bd8d57e0398ac2

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

commit 1c50f3a4712889b6b15a067dcf8df66863b98c20
Author: Jan Schneider <jan at horde.org>
Date:   Mon Nov 15 19:39:19 2010 +0100

    Mobile webmail wireframe.

 imp/mobile.php                        |   30 ++++++++++++++++++++++++++++++
 imp/templates/mobile/folders.html.php |   17 +++++++++++++++++
 imp/templates/mobile/head.html.php    |    3 +++
 imp/templates/mobile/mailbox.html.php |   20 ++++++++++++++++++++
 imp/templates/mobile/message.html.php |   19 +++++++++++++++++++
 imp/themes/mobile.css                 |    3 +++
 6 files changed, 92 insertions(+), 0 deletions(-)
 create mode 100644 imp/mobile.php
 create mode 100644 imp/templates/mobile/folders.html.php
 create mode 100644 imp/templates/mobile/head.html.php
 create mode 100644 imp/templates/mobile/mailbox.html.php
 create mode 100644 imp/templates/mobile/message.html.php
 create mode 100644 imp/themes/mobile.css

http://git.horde.org/co.php/imp/mobile.php?rt=horde-git&r=1c50f3a4712889b6b15a067dcf8df66863b98c20
http://git.horde.org/co.php/imp/templates/mobile/folders.html.php?rt=horde-git&r=1c50f3a4712889b6b15a067dcf8df66863b98c20
http://git.horde.org/co.php/imp/templates/mobile/head.html.php?rt=horde-git&r=1c50f3a4712889b6b15a067dcf8df66863b98c20
http://git.horde.org/co.php/imp/templates/mobile/mailbox.html.php?rt=horde-git&r=1c50f3a4712889b6b15a067dcf8df66863b98c20
http://git.horde.org/co.php/imp/templates/mobile/message.html.php?rt=horde-git&r=1c50f3a4712889b6b15a067dcf8df66863b98c20
http://git.horde.org/co.php/imp/themes/mobile.css?rt=horde-git&r=1c50f3a4712889b6b15a067dcf8df66863b98c20

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

commit 9d465a49576aac5cff21a85088958af29334c957
Author: Jan Schneider <jan at horde.org>
Date:   Mon Nov 15 22:08:59 2010 +0100

    What exactly is "label", compared to "value" and "display"?

 imp/lib/Imap/Tree/Element.php |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/imp/lib/Imap/Tree/Element.php?rt=horde-git&r1=1121fb4fdde21774156cca072cbce4f6aac49313&r2=9d465a49576aac5cff21a85088958af29334c957

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

commit 90b58a32f7b349ab8ed1d1ce3c62b8e36007f890
Author: Jan Schneider <jan at horde.org>
Date:   Mon Nov 15 22:59:24 2010 +0100

    Implement folder page.

 framework/Tree/lib/Horde/Tree/Jquerymobile.php |  102 ++++++++++++++++++++++++
 framework/Tree/package.xml                     |   83 ++++++++++++-------
 imp/lib/Imap/Tree.php                          |   28 +++++--
 imp/mobile.php                                 |   24 +++++-
 imp/templates/mobile/folders.html.php          |    7 +-
 imp/templates/mobile/mailbox.html.php          |    3 +
 6 files changed, 202 insertions(+), 45 deletions(-)
 create mode 100644 framework/Tree/lib/Horde/Tree/Jquerymobile.php

http://git.horde.org/co.php/framework/Tree/lib/Horde/Tree/Jquerymobile.php?rt=horde-git&r=90b58a32f7b349ab8ed1d1ce3c62b8e36007f890
http://git.horde.org/diff.php/framework/Tree/package.xml?rt=horde-git&r1=7e43fe55fb35b37913f7d0f2dad9ca895ce3d935&r2=90b58a32f7b349ab8ed1d1ce3c62b8e36007f890
http://git.horde.org/diff.php/imp/lib/Imap/Tree.php?rt=horde-git&r1=fe62dea49cb7c0ffef71467d4215ae915fcd131b&r2=90b58a32f7b349ab8ed1d1ce3c62b8e36007f890
http://git.horde.org/diff.php/imp/mobile.php?rt=horde-git&r1=1c50f3a4712889b6b15a067dcf8df66863b98c20&r2=90b58a32f7b349ab8ed1d1ce3c62b8e36007f890
http://git.horde.org/diff.php/imp/templates/mobile/folders.html.php?rt=horde-git&r1=1c50f3a4712889b6b15a067dcf8df66863b98c20&r2=90b58a32f7b349ab8ed1d1ce3c62b8e36007f890
http://git.horde.org/diff.php/imp/templates/mobile/mailbox.html.php?rt=horde-git&r1=1c50f3a4712889b6b15a067dcf8df66863b98c20&r2=90b58a32f7b349ab8ed1d1ce3c62b8e36007f890

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

commit 41c517561cc9ef3944eb18cb4072aaee067a69d5
Author: Jan Schneider <jan at horde.org>
Date:   Mon Nov 15 23:21:24 2010 +0100

    Send charset.

 horde/templates/common-header-mobile.inc |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/horde/templates/common-header-mobile.inc?rt=horde-git&r1=ab5c9ac30921bfd2a1bd7f4af5bd8d57e0398ac2&r2=41c517561cc9ef3944eb18cb4072aaee067a69d5

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

commit 6706818ea22f59fd6bbe6d0559eefad18533efdf
Author: Jan Schneider <jan at horde.org>
Date:   Mon Nov 15 23:22:00 2010 +0100

    Add 'mobile' as a possible IMP view, and use that for all mobile webkit browsers.

 imp/lib/Application.php |    5 +++++
 imp/lib/Auth.php        |   17 ++++++++++++++---
 imp/mobile.php          |    2 +-
 3 files changed, 20 insertions(+), 4 deletions(-)

http://git.horde.org/diff.php/imp/lib/Application.php?rt=horde-git&r1=84528fff38ad952cdc97db30462e32eb0b224ea0&r2=6706818ea22f59fd6bbe6d0559eefad18533efdf
http://git.horde.org/diff.php/imp/lib/Auth.php?rt=horde-git&r1=fe62dea49cb7c0ffef71467d4215ae915fcd131b&r2=6706818ea22f59fd6bbe6d0559eefad18533efdf
http://git.horde.org/diff.php/imp/mobile.php?rt=horde-git&r1=90b58a32f7b349ab8ed1d1ce3c62b8e36007f890&r2=6706818ea22f59fd6bbe6d0559eefad18533efdf




More information about the commits mailing list