[commits] Horde branch develop updated. c5a1f94b560b0b98d34c3bab0566878237c29b51

Michael M Slusarz slusarz at horde.org
Thu Jun 14 08:13:20 UTC 2012


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

from: bc125bb1e0e233afd4599bdb19aba24ced6a8ccb

2a80537 Fix doc typo
2a83e05 Always need this configuration if loading hordecore.js
4f8c2b0 Rewrite of dialog script.
97e6794 Add reload AJAX response handler
c5a1f94 Use reload response handler for IMP passphrase dialog

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

commit 2a805372d8335b58e3f44b434e92afe7f3827d7b
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Jun 14 00:06:26 2012 -0600

    Fix doc typo

 framework/Core/js/imple.js   |    2 +-
 framework/Core/lib/Horde.php |   95 ++++++++++++++++++-----------------------
 2 files changed, 43 insertions(+), 54 deletions(-)

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

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

commit 2a83e05225be2fd02e77a16af86720ced98b80e6
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Jun 14 01:24:33 2012 -0600

    Always need this configuration if loading hordecore.js

 framework/Core/lib/Horde/PageOutput.php |   98 ++++++++++++++++---------------
 1 files changed, 50 insertions(+), 48 deletions(-)

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

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

commit 4f8c2b07498c7c3da2a34705477eac931adba69d
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Jun 14 01:13:29 2012 -0600

    Rewrite of dialog script.
    
    Remove all AJAX/Submit code - this should be handled by the calling
    code.

 framework/Core/js/dialog.js             |  109 ++++++++++---------------------
 imp/js/compose-dimp.js                  |   11 +---
 imp/js/compose.js                       |   11 +---
 imp/js/dimpbase.js                      |    8 ++-
 imp/js/dimpcore.js                      |   11 +---
 imp/js/passphrase.js                    |   41 ++++++++++++
 imp/lib/Ajax/Application.php            |   59 +++++++++++++++++
 imp/lib/Ajax/Imple/PassphraseDialog.php |   70 ++------------------
 imp/lib/Dynamic/Compose/Common.php      |    1 +
 imp/lib/Dynamic/Mailbox.php             |    1 +
 imp/lib/Prefs/Ui.php                    |    8 ++-
 11 files changed, 159 insertions(+), 171 deletions(-)
 create mode 100644 imp/js/passphrase.js

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

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

commit 97e679444701ee90a119caa2ee68b20ff88a2abd
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Jun 14 01:53:18 2012 -0600

    Add reload AJAX response handler

 framework/Core/js/hordecore.js                                   |    9 +
 framework/Core/js/smartmobile.js                                 |    9 +
 framework/Core/lib/Horde/Core/Ajax/Response/HordeCore.php        |    4 +-
 framework/Core/lib/Horde/Core/Ajax/Response/HordeCore/Reload.php |   45 ++++++
 framework/Core/package.xml                                       |    6 +-
 gollem/js/manager.js                                             |    5 +-
 6 files changed, 73 insertions(+), 5 deletions(-)
 create mode 100644 framework/Core/lib/Horde/Core/Ajax/Response/HordeCore/Reload.php

http://git.horde.org/horde-git/-/commit/97e679444701ee90a119caa2ee68b20ff88a2abd

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

commit c5a1f94b560b0b98d34c3bab0566878237c29b51
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Jun 14 02:05:44 2012 -0600

    Use reload response handler for IMP passphrase dialog

 imp/lib/Ajax/Application.php            |    5 ++++-
 imp/lib/Ajax/Imple/PassphraseDialog.php |    3 +++
 imp/lib/Prefs/Ui.php                    |    4 ++--
 3 files changed, 9 insertions(+), 3 deletions(-)

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




More information about the commits mailing list