[commits] Horde branch redesign updated. 82dce6bf0180774f9179d095cd9d1fd78e3a2624

Jan Schneider jan at horde.org
Wed Jun 27 22:01:32 UTC 2012


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

from: 91de49a568bd486fc737e0bc7a9a1c46e3cfc05d

6817543 Fix scope.
f5df5b6 Don't need trailing semicolon
b1f1be7 Fix displaying linked subjects in dynamic view
72c79d9 phpdoc
007bf38 [mms] Fix cache maxsize preference (Bug #11224).
c197aa7 Update prototypejs to v1.7.1
e5a9fd5 [mms] Only show Inbox, special mailboxes, and polled mailboxes by default in smartmobile view.
c09946e phpdoc
639d15d Abstract conversion code in msword driver
09597a1 Cache creation of MIME_Viewer objects in IMP
a9df510 [mms] Add recognition of Firefox for Android as a mobile browser (Request #11216).
bf880f7 Merge branch 'master' into develop
756d8f8 I guess this was intended?
6ada81f Hotfix: Always load HordeCore and Growler.
4cb09f1 Make non-webkit smartmobile browsers correctly work with auto-detection
0d7fd15 Revert "Hotfix: Always load HordeCore and Growler."
b11b7bd Only init Growler if loaded in page
f6aeee4 $_deviceInfo might not be set at all here.
82dce6b Merge remote-tracking branch 'origin/develop' into redesign

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

commit 68175434cfe01c6a01f82993e38e02776a4ad55c
Author: Jan Schneider <jan at horde.org>
Date:   Tue Jun 26 17:57:30 2012 +0200

    Fix scope.

 framework/Core/lib/Horde/ErrorHandler.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/68175434cfe01c6a01f82993e38e02776a4ad55c

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

commit f5df5b686c9e26c43fc0cba02eb034e19fad063c
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Jun 26 15:07:50 2012 -0600

    Don't need trailing semicolon

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

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

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

commit b1f1be7e61becbce6cf8cce9cb793b1c2e417049
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Jun 26 15:09:55 2012 -0600

    Fix displaying linked subjects in dynamic view

 imp/js/dimpbase.js                       |    5 +++--
 imp/lib/Ajax/Application/ShowMessage.php |    2 +-
 imp/templates/dynamic/message.html.php   |    2 +-
 3 files changed, 5 insertions(+), 4 deletions(-)

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

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

commit 72c79d96e2bf97d04955e1cb1100ef235b2991af
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Jun 26 15:42:07 2012 -0600

    phpdoc

 framework/Core/lib/Horde/Core/Factory/Prefs.php |   10 ++++------
 1 files changed, 4 insertions(+), 6 deletions(-)

http://git.horde.org/horde-git/-/commit/72c79d96e2bf97d04955e1cb1100ef235b2991af

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

commit 007bf38d508881887f86388088a32365135c5c94
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Jun 26 15:43:53 2012 -0600

    [mms] Fix cache maxsize preference (Bug #11224).

 framework/Core/lib/Horde/Core/Factory/Prefs.php |   10 ++++++++--
 framework/Core/package.xml                      |    2 ++
 2 files changed, 10 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/007bf38d508881887f86388088a32365135c5c94

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

commit c197aa739683e6ea65714eb646de2fcb8ce8b861
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Jun 26 21:30:34 2012 -0600

    Update prototypejs to v1.7.1

 framework/Core/js/prototype.js |   23 +++++++++++++++++------
 1 files changed, 17 insertions(+), 6 deletions(-)

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

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

commit e5a9fd50a411209a346616f1ef1f3495f6f15c3d
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Jun 21 17:48:33 2012 -0600

    [mms] Only show Inbox, special mailboxes, and polled mailboxes by default in smartmobile view.
    
    Allow toggling of viewing all mailboxes.

 imp/docs/CHANGES                                |    2 +
 imp/js/smartmobile.js                           |   22 ++++++++++++--
 imp/lib/Ajax/Application.php                    |    9 ++++-
 imp/lib/Ajax/Application/Helper/Smartmobile.php |   37 +++++++++++++++++++++++
 imp/lib/Imap/Tree.php                           |   33 ++++++++++++++++----
 imp/package.xml                                 |    2 +-
 imp/smartmobile.php                             |    7 ++--
 imp/templates/smartmobile/folders.html.php      |    6 ++-
 8 files changed, 101 insertions(+), 17 deletions(-)
 create mode 100644 imp/lib/Ajax/Application/Helper/Smartmobile.php

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

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

commit c09946e5756acd724764f00bb1929a9f30813027
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Jun 26 23:08:56 2012 -0600

    phpdoc

 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Msword.php |   10 ++--------
 1 files changed, 2 insertions(+), 8 deletions(-)

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

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

commit 639d15d1686bea1c4fb2580a71e5d63ee77b307e
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Jun 26 23:17:40 2012 -0600

    Abstract conversion code in msword driver

 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Msword.php |   23 +++++++++++-----
 1 files changed, 16 insertions(+), 7 deletions(-)

http://git.horde.org/horde-git/-/commit/639d15d1686bea1c4fb2580a71e5d63ee77b307e

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

commit 09597a1af4a0b454efbe50ed97a09b25fbf87142
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Jun 26 23:50:24 2012 -0600

    Cache creation of MIME_Viewer objects in IMP

 imp/lib/Factory/MimeViewer.php |   35 ++++++++++++++++++++++++++---------
 1 files changed, 26 insertions(+), 9 deletions(-)

http://git.horde.org/horde-git/-/commit/09597a1af4a0b454efbe50ed97a09b25fbf87142

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

commit a9df510c93f45f9fe2feb7814c5badc607a7ddbb
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Jun 27 00:43:18 2012 -0600

    [mms] Add recognition of Firefox for Android as a mobile browser (Request #11216).

 framework/Browser/lib/Horde/Browser.php |    3 +++
 framework/Browser/package.xml           |    4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

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

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

commit bf880f7b354b385f399b21a012199e20a28f4650
Merge: 09597a1 a9df510
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Jun 27 00:44:04 2012 -0600

    Merge branch 'master' into develop
    
    Conflicts:
    	framework/Core/package.xml

 framework/Browser/lib/Horde/Browser.php         |    3 +++
 framework/Browser/package.xml                   |    4 ++--
 framework/Core/lib/Horde/Core/Factory/Prefs.php |   10 ++++++++--
 framework/Core/package.xml                      |    1 +
 4 files changed, 14 insertions(+), 4 deletions(-)

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

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

commit 756d8f84ee6a3ded2587035f99e715242823f7c9
Author: Jan Schneider <jan at horde.org>
Date:   Tue Jun 26 21:20:56 2012 +0200

    I guess this was intended?

 ingo/lib/Script/Imap/Live.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/756d8f84ee6a3ded2587035f99e715242823f7c9

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

commit 6ada81f61cf5f82b679bade745e8a7a78d1fdf7b
Author: Jan Schneider <jan at horde.org>
Date:   Wed Jun 27 16:35:58 2012 +0200

    Hotfix: Always load HordeCore and Growler.
    
    Since click handling has been delegated to HordeCore, it is required
    for almost any page. Individually including hordecore.js doesn't work
    anymore either, because HordeCore.conf is only set here. Finally the
    DOM loader always initializes Growler, whether it has been loaded or
    not.

 framework/Core/lib/Horde/PageOutput.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/6ada81f61cf5f82b679bade745e8a7a78d1fdf7b

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

commit 4cb09f1683cdc1a785785bef3567c22847b882f2
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Jun 27 00:58:57 2012 -0600

    Make non-webkit smartmobile browsers correctly work with auto-detection
    
    Allows Firefox for Android, at least, to work properly.  Opera also.
    Not sure if the combo of 'ajax' and 'mobile' is sufficient to determine
    whether a browser is smartmobile.

 framework/Core/lib/Horde/Core/Auth/Application.php |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/4cb09f1683cdc1a785785bef3567c22847b882f2

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

commit 0d7fd156ffa540ff4c231650f0a57804029eb957
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Jun 27 11:52:07 2012 -0600

    Revert "Hotfix: Always load HordeCore and Growler."
    
    This reverts commit 6ada81f61cf5f82b679bade745e8a7a78d1fdf7b.
    
    This breaks the smartmobile and minimal views.

 framework/Core/lib/Horde/PageOutput.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/0d7fd156ffa540ff4c231650f0a57804029eb957

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

commit b11b7bd85801d0ffb337da8cfcf4c9d42863f786
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Jun 27 12:01:48 2012 -0600

    Only init Growler if loaded in page

 framework/Core/js/hordecore.js |   20 +++++++++++---------
 1 files changed, 11 insertions(+), 9 deletions(-)

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

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

commit f6aeee4240981fa2e90a2a38f64c588f63a85be8
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Jun 27 17:40:16 2012 -0400

    $_deviceInfo might not be set at all here.

 framework/ActiveSync/lib/Horde/ActiveSync/State/Sql.php |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

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

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

commit 82dce6bf0180774f9179d095cd9d1fd78e3a2624
Merge: 91de49a f6aeee4
Author: Jan Schneider <jan at horde.org>
Date:   Thu Jun 28 00:01:10 2012 +0200

    Merge remote-tracking branch 'origin/develop' into redesign
    
    Conflicts:
    	imp/templates/dynamic/message.html.php

 framework/ActiveSync/lib/Horde/ActiveSync/State/Sql.php |    3 +-
 framework/Browser/lib/Horde/Browser.php                 |    3 +
 framework/Browser/package.xml                           |    4 +-
 framework/Core/js/hordecore.js                          |   20 ++++----
 framework/Core/js/prototype.js                          |   23 +++++++--
 framework/Core/lib/Horde/Core/Auth/Application.php      |    3 +-
 framework/Core/lib/Horde/Core/Factory/Prefs.php         |   20 +++++---
 framework/Core/package.xml                              |    1 +
 framework/Mime_Viewer/lib/Horde/Mime/Viewer/Msword.php  |   33 +++++++------
 imp/docs/CHANGES                                        |    2 +
 imp/js/dimpbase.js                                      |    5 +-
 imp/js/smartmobile.js                                   |   22 ++++++++-
 imp/lib/Ajax/Application.php                            |    9 +++-
 imp/lib/Ajax/Application/Helper/Smartmobile.php         |   37 +++++++++++++++
 imp/lib/Ajax/Application/ShowMessage.php                |    2 +-
 imp/lib/Factory/MimeViewer.php                          |   35 ++++++++++----
 imp/lib/IMP.php                                         |    2 +-
 imp/lib/Imap/Tree.php                                   |   33 +++++++++++--
 imp/package.xml                                         |    2 +-
 imp/smartmobile.php                                     |    7 ++-
 imp/templates/dynamic/message.html.php                  |    2 +-
 imp/templates/smartmobile/folders.html.php              |    6 ++-
 22 files changed, 200 insertions(+), 74 deletions(-)

http://git.horde.org/horde-git/-/commit/82dce6bf0180774f9179d095cd9d1fd78e3a2624




More information about the commits mailing list