[commits] Horde branch horde_5_2 updated. 74c719379d20acc9451bc6764e13dc909e15e256

Michael J. Rubinsky mrubinsk at horde.org
Sat Nov 23 17:57:09 UTC 2013


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

from: 6a12379e3a996ad37288031c25e5e94511ce080d

0799e80 Add Horde_Core_Block::refreshContent()
f36d5e4 Allow specifying a method to call when autoRefreshing a block.
88c2ebf Detect autoRefresh() vs refreshContent() requests.
74c7193 Refactor weather block to use HordeCore.

Summary: http://github.com/horde/horde/compare/6a12379e3a996ad37288031c25e5e94511ce080d...74c719379d20acc9451bc6764e13dc909e15e256

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

commit 0799e8080c58ec4ae9424c1f87ab35269bd55c6c
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Nov 23 12:49:09 2013 -0500

    Add Horde_Core_Block::refreshContent()
    
    This method has been called via Horde_Application_Ajax_Handler since
    at least Horde 5.1, so make it part of the official API going forward.

 framework/Core/lib/Horde/Core/Block.php |   32 +++++++++++++++++++++++++++++++
 1 files changed, 32 insertions(+), 0 deletions(-)

http://github.com/horde/horde/commit/0799e8080c58ec4ae9424c1f87ab35269bd55c6c
http://git.horde.org/horde-git/-/commit/0799e8080c58ec4ae9424c1f87ab35269bd55c6c

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

commit f36d5e4407259ba96de04c0bda08ebb3cd670b6c
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Nov 23 12:51:22 2013 -0500

    Allow specifying a method to call when autoRefreshing a block.

 framework/Core/lib/Horde/Core/Block.php |   11 +++++++++++
 horde/lib/Ajax/Application/Handler.php  |   10 +++++++---
 2 files changed, 18 insertions(+), 3 deletions(-)

http://github.com/horde/horde/commit/f36d5e4407259ba96de04c0bda08ebb3cd670b6c
http://git.horde.org/horde-git/-/commit/f36d5e4407259ba96de04c0bda08ebb3cd670b6c

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

commit 88c2ebf357582e1a8f17850150650c24c63872c0
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Nov 23 12:54:11 2013 -0500

    Detect autoRefresh() vs refreshContent() requests.
    
    Needed so we can avoid outputing the JS an autocompleter for the
    weather location on each AJAX refresh.

 horde/lib/Block/Weather.php |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/88c2ebf357582e1a8f17850150650c24c63872c0
http://git.horde.org/horde-git/-/commit/88c2ebf357582e1a8f17850150650c24c63872c0

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

commit 74c719379d20acc9451bc6764e13dc909e15e256
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Nov 23 12:56:17 2013 -0500

    Refactor weather block to use HordeCore.

 .../lib/Horde/Core/Ajax/Imple/WeatherLocationAutoCompleter.php    |   15 +---
 1 files changed, 4 insertions(+), 11 deletions(-)

http://github.com/horde/horde/commit/74c719379d20acc9451bc6764e13dc909e15e256
http://git.horde.org/horde-git/-/commit/74c719379d20acc9451bc6764e13dc909e15e256




More information about the commits mailing list