[commits] Horde branch master updated. 8633dc2eb86d07475d9d08ec10abbbf7c93a8afa

Michael M Slusarz slusarz at horde.org
Thu Nov 20 06:37:51 UTC 2014


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

from: 34830bdac1d101b9ff3b4e7a2ebe49ee7ecc5f22

fb74425 Abstract preview caching code into separate object
5a43e31 Handle preview FIFO determination within a single object
8d09c81 Bump preview cache size
dedc9a7 Just in case this is implemented, don't make it not work on browsers going forward
e862b99 Abstract out sending the list of preview UID tuples
c16aa5d Fix updating messages when applying status actions and the part content is HTML data
1b6366b Much improved population of addresses into compose header fields
bcefd5a Fix updating hidden AC input value when resetting a field
8633dc2 AC focus fix

Summary: http://github.com/horde/horde/compare/34830bdac1d101b9ff3b4e7a2ebe49ee7ecc5f22...8633dc2eb86d07475d9d08ec10abbbf7c93a8afa

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

commit fb744255d9c5184dac01954662f7c47b9588e10d
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Nov 19 20:07:02 2014 -0700

    Abstract preview caching code into separate object

 imp/js/dimpbase.js |  281 +++++++++++++++++++++++++++++++---------------------
 imp/js/dimpcore.js |    4 +-
 2 files changed, 169 insertions(+), 116 deletions(-)

http://github.com/horde/horde/commit/fb744255d9c5184dac01954662f7c47b9588e10d

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

commit 5a43e31dc5af5facbb85c455eed59829631f7cce
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Nov 19 21:52:42 2014 -0700

    Handle preview FIFO determination within a single object

 imp/js/dimpbase.js |   45 +++++++++++++++++++++++++++++++--------------
 1 files changed, 31 insertions(+), 14 deletions(-)

http://github.com/horde/horde/commit/5a43e31dc5af5facbb85c455eed59829631f7cce

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

commit 8d09c819cf09a6fc5b94006be0d64cc7ee0d59dd
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Nov 19 21:53:26 2014 -0700

    Bump preview cache size

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

http://github.com/horde/horde/commit/8d09c819cf09a6fc5b94006be0d64cc7ee0d59dd

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

commit dedc9a7e51f236248a8e2d7a304b7ad43a4421af
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Nov 19 21:59:32 2014 -0700

    Just in case this is implemented, don't make it not work on browsers going forward

 imp/js/dimpbase.js |   23 ++++++++++-------------
 1 files changed, 10 insertions(+), 13 deletions(-)

http://github.com/horde/horde/commit/dedc9a7e51f236248a8e2d7a304b7ad43a4421af

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

commit e862b9925f9112464add49758204370c0126972a
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Nov 19 21:24:56 2014 -0700

    Abstract out sending the list of preview UID tuples
    
    Idea going forward: for search mailboxes, we will be able to save a
    single preview cache object for the search mailbox UID and the real
    mailbox UID.

 imp/js/dimpbase.js                           |   15 +++++-----
 imp/lib/Ajax/Application.php                 |   28 +++++++++++++++++++
 imp/lib/Ajax/Application/Handler/Dynamic.php |   37 +++++++------------------
 3 files changed, 46 insertions(+), 34 deletions(-)

http://github.com/horde/horde/commit/e862b9925f9112464add49758204370c0126972a

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

commit c16aa5d64ed33aa56034ab500bf0330cc1dcc15a
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Nov 19 22:31:00 2014 -0700

    Fix updating messages when applying status actions and the part content is HTML data

 imp/js/dimpbase.js                           |    1 +
 imp/lib/Ajax/Application/Handler/Dynamic.php |    2 ++
 2 files changed, 3 insertions(+), 0 deletions(-)

http://github.com/horde/horde/commit/c16aa5d64ed33aa56034ab500bf0330cc1dcc15a

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

commit 1b6366b86ee7a47e4ad677766712999fa257c171
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Nov 19 23:22:19 2014 -0700

    Much improved population of addresses into compose header fields
    
    Always use the autocomplete code to insert - this ensures that 1) we
    aren't trying to parse e-mails as much as possible on the browser and 2)
    take advantage of the fact that the server provides better display
    information (such as improved short labels and group processing).

 imp/js/compose.js                            |   79 +++++++++++--------------
 imp/lib/Ajax/Addresses.php                   |   62 ++++++++++++++++++++-
 imp/lib/Ajax/Application/Compose.php         |   10 ++--
 imp/lib/Ajax/Application/Handler/Dynamic.php |   53 +----------------
 4 files changed, 104 insertions(+), 100 deletions(-)

http://github.com/horde/horde/commit/1b6366b86ee7a47e4ad677766712999fa257c171

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

commit bcefd5ac43930948bf389fc18df5bdfcacc54098
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Nov 19 23:31:08 2014 -0700

    Fix updating hidden AC input value when resetting a field

 imp/js/autocomplete.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

http://github.com/horde/horde/commit/bcefd5ac43930948bf389fc18df5bdfcacc54098

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

commit 8633dc2eb86d07475d9d08ec10abbbf7c93a8afa
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Nov 19 23:35:40 2014 -0700

    AC focus fix

 imp/js/autocomplete.js |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

http://github.com/horde/horde/commit/8633dc2eb86d07475d9d08ec10abbbf7c93a8afa




More information about the commits mailing list