[commits] Horde branch develop updated. f823c3c5f574cbe6f51e21fd8cf436c2fddc52b3

Michael M Slusarz slusarz at horde.org
Tue Apr 10 03:58:23 UTC 2012


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

from: b14e7c93270b5db07edb6f78bb5b6baa8919bd17

2abd808 Have Horde Exceptions extend Horde_Exception, not Exception
819cfa5 Add permission checking to Horde_Registry#initApp()
603a99f Translate some registry errors that may be shown to end user.
88a998a Use 'permission' option to initApp() to check for proper page permissions.
571c05e phpdoc
f823c3c Rework authetication failure handling.

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

commit 2abd808fcb22871ab9989af73da2622b85b552f6
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Apr 9 17:03:43 2012 -0600

    Have Horde Exceptions extend Horde_Exception, not Exception

 framework/Core/lib/Horde/Core/Auth/Application.php |    4 ++--
 framework/Core/lib/Horde/Exception/HookNotSet.php  |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

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

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

commit 819cfa57ea16acc362c8fac83ec42a76449d6493
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Apr 9 17:47:20 2012 -0600

    Add permission checking to Horde_Registry#initApp()

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

http://git.horde.org/horde-git/-/commit/819cfa57ea16acc362c8fac83ec42a76449d6493

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

commit 603a99f7f704f341ef80197f7a7128077a269b9b
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Apr 9 17:28:54 2012 -0600

    Translate some registry errors that may be shown to end user.

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

http://git.horde.org/horde-git/-/commit/603a99f7f704f341ef80197f7a7128077a269b9b

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

commit 88a998af6f51f456072065d2850d6626b42d594a
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Apr 9 17:29:21 2012 -0600

    Use 'permission' option to initApp() to check for proper page permissions.

 horde/admin/activesync.php     |    9 +++------
 horde/admin/alarms.php         |    9 +++------
 horde/admin/cmdshell.php       |    9 +++------
 horde/admin/config/config.php  |    9 +++------
 horde/admin/config/diff.php    |    9 +++------
 horde/admin/config/index.php   |    9 +++------
 horde/admin/config/scripts.php |    9 +++------
 horde/admin/datatree.php       |    9 +++------
 horde/admin/groups.php         |    9 +++------
 horde/admin/locks.php          |    9 +++------
 horde/admin/perms/addchild.php |    9 +++------
 horde/admin/perms/delete.php   |    9 +++------
 horde/admin/perms/edit.php     |    9 +++------
 horde/admin/perms/index.php    |    9 +++------
 horde/admin/phpshell.php       |    9 +++------
 horde/admin/sessions.php       |    9 +++------
 horde/admin/sqlshell.php       |    9 +++------
 horde/admin/user.php           |    9 +++------
 jonah/channels/index.php       |   11 ++++-------
 whups/admin/index.php          |    8 +++-----
 20 files changed, 61 insertions(+), 120 deletions(-)

http://git.horde.org/horde-git/-/commit/88a998af6f51f456072065d2850d6626b42d594a

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

commit 571c05eaa907547f8ae1feb1d35ab7180a90b155
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Apr 9 19:46:56 2012 -0600

    phpdoc

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

http://git.horde.org/horde-git/-/commit/571c05eaa907547f8ae1feb1d35ab7180a90b155

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

commit f823c3c5f574cbe6f51e21fd8cf436c2fddc52b3
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Apr 9 17:47:37 2012 -0600

    Rework authetication failure handling.
    
    To cause an authentication failure after a user is already logged in,
    one now just needs to throw a Horde_Registry_AuthenticationFailure
    Exception.  This Exception is caught by the fatal() handler and causes a
    redirect to the login screen.

 folks/account/approve.php                                    |   12 +-
 folks/account/renew.php                                      |   12 +-
 folks/account/resetpassword.php                              |    8 +-
 folks/account/signup.php                                     |    6 +-
 folks/account/username.php                                   |    3 +-
 folks/edit/friends/approve.php                               |    2 +-
 folks/edit/friends/reject.php                                |    2 +-
 folks/edit/password.php                                      |    2 +-
 folks/edit/tabs.php                                          |    2 +-
 folks/friends.php                                            |    2 +-
 folks/lib/base.php                                           |    8 +-
 framework/Core/lib/Horde.php                                 |   24 +++
 framework/Core/lib/Horde/Core/Prefs/Ui.php                   |    9 +-
 framework/Core/lib/Horde/Exception/AuthenticationFailure.php |   31 +++
 framework/Core/lib/Horde/Exception/PushApp.php               |   39 ++++
 framework/Core/lib/Horde/Registry.php                        |   96 ++++------
 framework/Core/lib/Horde/Registry/Application.php            |    2 +-
 framework/Core/package.xml                                   |    8 +-
 horde/lib/LoginTasks/Task/TosAgreement.php                   |    4 +-
 horde/services/ajax.php                                      |    8 +-
 imp/lib/Factory/Imap.php                                     |    3 +-
 imp/lib/Imap.php                                             |    3 +-
 jonah/lib/View/ChannelDelete.php                             |    2 +-
 jonah/lib/View/ChannelEdit.php                               |    2 +-
 jonah/lib/View/StoryDelete.php                               |    2 +-
 jonah/lib/View/StoryEdit.php                                 |    2 +-
 jonah/lib/View/StoryList.php                                 |    2 +-
 jonah/lib/View/TagSearchList.php                             |    2 +-
 vilma/domains/delete.php                                     |    2 +-
 vilma/domains/edit.php                                       |    2 +-
 vilma/domains/index.php                                      |    2 +-
 vilma/users/delete.php                                       |    2 +-
 vilma/users/edit.php                                         |    2 +-
 vilma/users/editAlias.php                                    |    2 +-
 vilma/users/editForward.php                                  |    2 +-
 vilma/users/index.php                                        |    2 +-
 vilma/virtuals/delete.php                                    |    2 +-
 vilma/virtuals/edit.php                                      |    2 +-
 vilma/virtuals/index.php                                     |    2 +-
 39 files changed, 191 insertions(+), 129 deletions(-)
 create mode 100644 framework/Core/lib/Horde/Exception/AuthenticationFailure.php
 create mode 100644 framework/Core/lib/Horde/Exception/PushApp.php

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




More information about the commits mailing list