[commits] Horde branch master updated. 4eb99d9a5a62ecbbfce432e502ed2b1ff508432d

Michael M Slusarz slusarz at horde.org
Tue Nov 12 02:59:02 UTC 2013


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

from: ffa23242a79a871c42cf5a80bab8199fd6edeb74

502e67e [mms] Fix regression where auto-saved drafts were not being deleted when cancelling compose message in dynamic view.
0b33b95 Non-authenticated AJAX actions are only supported in handlers, not hooks
4eb99d9 Hacky: for 'fallback' auth used with AJAX, need to store authentication exception in case non-auth access is not available

Summary: http://github.com/horde/horde/compare/ffa23242a79a871c42cf5a80bab8199fd6edeb74...4eb99d9a5a62ecbbfce432e502ed2b1ff508432d

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

commit 502e67e7ea6dbd53a04001f806a73bb902ffdbe6
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Nov 11 19:02:23 2013 -0700

    [mms] Fix regression where auto-saved drafts were not being deleted when cancelling compose message in dynamic view.

 imp/docs/CHANGES                           |    2 ++
 imp/lib/Ajax/Application/Handler/Draft.php |    1 +
 imp/lib/Compose.php                        |   13 ++++++++++++-
 imp/package.xml                            |    2 ++
 4 files changed, 17 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/502e67e7ea6dbd53a04001f806a73bb902ffdbe6
http://git.horde.org/horde-git/-/commit/502e67e7ea6dbd53a04001f806a73bb902ffdbe6

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

commit 0b33b95a11dea4699cf740a814f0b77a42c8256e
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Nov 11 19:47:36 2013 -0700

    Non-authenticated AJAX actions are only supported in handlers, not hooks

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

http://github.com/horde/horde/commit/0b33b95a11dea4699cf740a814f0b77a42c8256e
http://git.horde.org/horde-git/-/commit/0b33b95a11dea4699cf740a814f0b77a42c8256e

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

commit 4eb99d9a5a62ecbbfce432e502ed2b1ff508432d
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Nov 11 19:54:01 2013 -0700

    Hacky: for 'fallback' auth used with AJAX, need to store authentication exception in case non-auth access is not available
    
    Otherwise, appInitFailure() is never triggered for app (i.e. IMP auto
    draft save is not triggered).
    
    For H6, need cleaner way to bootstrap an access and/or route all logout
    events through a single object.  Right now, Horde_ErrorHandler catches
    auth exceptions, but it does redirects only.  Should refactor so it
    handles non-interactive accessess too.

 framework/Core/lib/Horde/Core/Ajax/Response/HordeCore/NoAuth.php  |   13 +++++
 .../lib/Horde/Core/Ajax/Response/HordeCore/SessionTimeout.php     |   13 +++++
 framework/Core/lib/Horde/Registry.php                             |   13 +++++
 3 files changed, 39 insertions(+), 0 deletions(-)

http://github.com/horde/horde/commit/4eb99d9a5a62ecbbfce432e502ed2b1ff508432d
http://git.horde.org/horde-git/-/commit/4eb99d9a5a62ecbbfce432e502ed2b1ff508432d




More information about the commits mailing list