[commits] Horde branch master updated. ada336bdf4ad7e198575ee656c1d72016ffbef9b

Michael M Slusarz slusarz at horde.org
Thu Jul 29 22:26:50 UTC 2010


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

from: 6417080e53a8bcd534fba7a42fe447b4c347a090

0c38846 More addslashes->JSON conversions
ccbd032 Exclusively use Horde_Url in horde/Core
cdc15dd addInlineScript() should use Horde::outputSent()
39a339e This code needs to run on dom:loaded
cfe3dca More removal of onclick attributes.
ada336b Fix improper handling of upload errors.

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

commit 0c38846136db99cc7cb74a64e45c4b11fad2c325
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Jul 29 15:20:40 2010 -0600

    More addslashes->JSON conversions

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

http://git.horde.org/diff.php/imp/lib/Contents.php?rt=horde-git&r1=006703a11933d065dd25f518f9422af3c87637a4&r2=0c38846136db99cc7cb74a64e45c4b11fad2c325
http://git.horde.org/diff.php/imp/lib/IMP.php?rt=horde-git&r1=b5009a9166b95bfc8d720e492cb5c0397d56512d&r2=0c38846136db99cc7cb74a64e45c4b11fad2c325

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

commit ccbd0323ad66961a7059c71680b74d2724316db2
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Jul 29 15:27:30 2010 -0600

    Exclusively use Horde_Url in horde/Core

 framework/Core/lib/Horde/Core/Auth/Signup/Base.php    |    4 +-
 framework/Core/lib/Horde/Core/Ui/VarRenderer/Html.php |   42 +++++++++--------
 framework/Core/lib/Horde/Menu.php                     |    2 +-
 3 files changed, 26 insertions(+), 22 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Auth/Signup/Base.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=ccbd0323ad66961a7059c71680b74d2724316db2
http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Ui/VarRenderer/Html.php?rt=horde-git&r1=04cf8e0124b317ce4ffc361ee50a8ad17a06f9e6&r2=ccbd0323ad66961a7059c71680b74d2724316db2
http://git.horde.org/diff.php/framework/Core/lib/Horde/Menu.php?rt=horde-git&r1=51c9bd36796c4574f64321a4bbd8ad4b7600a707&r2=ccbd0323ad66961a7059c71680b74d2724316db2

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

commit cdc15dd8342c8e4ddb86bf67f2dc4dc07dacb4ef
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Jul 29 15:59:27 2010 -0600

    addInlineScript() should use Horde::outputSent()

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

http://git.horde.org/diff.php/framework/Core/lib/Horde.php?rt=horde-git&r1=77d4f505f962f918e5bb510808c338d04f135331&r2=cdc15dd8342c8e4ddb86bf67f2dc4dc07dacb4ef

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

commit 39a339e42445f9702b9e638e78b13178bdff4c65
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Jul 29 16:14:51 2010 -0600

    This code needs to run on dom:loaded

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

http://git.horde.org/diff.php/imp/lib/Ajax/Imple/PassphraseDialog.php?rt=horde-git&r1=e149c7180ec549934c1f63334a466addd41710fb&r2=39a339e42445f9702b9e638e78b13178bdff4c65

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

commit cfe3dcaeb7056bdcfdf05ab0adcda44607090462
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Jul 29 16:11:01 2010 -0600

    More removal of onclick attributes.

 imp/lib/Prefs/Ui.php                     |   35 ++++++++++++++++++++++++------
 imp/templates/prefs/pgpprivatekey.html   |    6 ++--
 imp/templates/prefs/pgppublickey.html    |    8 +++---
 imp/templates/prefs/smimeprivatekey.html |    4 +-
 4 files changed, 37 insertions(+), 16 deletions(-)

http://git.horde.org/diff.php/imp/lib/Prefs/Ui.php?rt=horde-git&r1=ab643741549f37427b213302d5152be6f68106b7&r2=cfe3dcaeb7056bdcfdf05ab0adcda44607090462
http://git.horde.org/diff.php/imp/templates/prefs/pgpprivatekey.html?rt=horde-git&r1=6e6599dfe74533b868cb0aaa80eeb6a2d482ce92&r2=cfe3dcaeb7056bdcfdf05ab0adcda44607090462
http://git.horde.org/diff.php/imp/templates/prefs/pgppublickey.html?rt=horde-git&r1=6e6599dfe74533b868cb0aaa80eeb6a2d482ce92&r2=cfe3dcaeb7056bdcfdf05ab0adcda44607090462
http://git.horde.org/diff.php/imp/templates/prefs/smimeprivatekey.html?rt=horde-git&r1=6e6599dfe74533b868cb0aaa80eeb6a2d482ce92&r2=cfe3dcaeb7056bdcfdf05ab0adcda44607090462

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

commit ada336bdf4ad7e198575ee656c1d72016ffbef9b
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Jul 29 16:25:41 2010 -0600

    Fix improper handling of upload errors.

 imp/pgp.php   |   31 +++++++++++++++++++++++--------
 imp/smime.php |   35 +++++++++++++++++++++++------------
 2 files changed, 46 insertions(+), 20 deletions(-)

http://git.horde.org/diff.php/imp/pgp.php?rt=horde-git&r1=bf4719ffd4d666e00287a27dc1f42085a36ccb0e&r2=ada336bdf4ad7e198575ee656c1d72016ffbef9b
http://git.horde.org/diff.php/imp/smime.php?rt=horde-git&r1=bf4719ffd4d666e00287a27dc1f42085a36ccb0e&r2=ada336bdf4ad7e198575ee656c1d72016ffbef9b




More information about the commits mailing list