[commits] Horde branch master updated. e2621abaa37da66067664f7b85b4bcf32efea40a

Michael M Slusarz slusarz at horde.org
Mon Feb 10 03:04:10 UTC 2014


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

from: 75e3ac86b42fcad1ff1c4094461c3622b34e37fb

d1ee1cd [mms] Permissions can now be applied per backend, rather than globally.
f0edf68 Use the method that exists for this
fcb05e5 Use get() to retrieve registry configuration data
e32f5af Fix returning initial_page value from get()
c1462ee Cleanup initial page handling
88cb92d [mms] Add Horde_Registry_Application#getInitialPage().
52aa17e Implement Horde_Registry_Application#getInitialPage() for IMP
df74dcf Implement Horde_Registry_Application#getInitialPage() for Ingo
e2621ab Implement Horde_Registry_Application#getInitialPage() for Turba

Summary: http://github.com/horde/horde/compare/75e3ac86b42fcad1ff1c4094461c3622b34e37fb...e2621abaa37da66067664f7b85b4bcf32efea40a

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

commit d1ee1cd88139a1a960658b87935fd3795213965b
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Feb 9 16:46:53 2014 -0700

    [mms] Permissions can now be applied per backend, rather than globally.

 ingo/docs/CHANGES |    1 +
 ingo/package.xml  |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

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

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

commit f0edf68f71cb82a6e265881673727d46a4c147e8
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Feb 9 17:48:52 2014 -0700

    Use the method that exists for this

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

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

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

commit fcb05e52bc56bc95be444602336d4c313ed3b420
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Feb 9 17:53:37 2014 -0700

    Use get() to retrieve registry configuration data

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

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

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

commit e32f5af81614093527fc9bb67fcee3d5fcc1fc09
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Feb 9 18:08:59 2014 -0700

    Fix returning initial_page value from get()

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

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

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

commit c1462eeeecd139cb74ae8eaf4a90fd6c02c066df
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Feb 9 17:43:04 2014 -0700

    Cleanup initial page handling
    
    Use Horde_Registry#getInitialPage()
    Remove some unneeded logic

 horde/index.php |   46 ++++++++++++++++------------------------------
 1 files changed, 16 insertions(+), 30 deletions(-)

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

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

commit 88cb92d74956713803a9c2b33d0ee15db4b8409f
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Feb 9 19:49:02 2014 -0700

    [mms] Add Horde_Registry_Application#getInitialPage().
    
    Allows dynamic overriding of an application's initial page. Potential of
    saving a page access/redirect when accessing an application for the first
    time (i.e. login; access from topbar).

 framework/Core/lib/Horde/Registry.php             |    6 ++++++
 framework/Core/lib/Horde/Registry/Application.php |   12 ++++++++++++
 framework/Core/package.xml                        |    2 ++
 3 files changed, 20 insertions(+), 0 deletions(-)

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

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

commit 52aa17eb9262d8769f3ded46bd7b20c8573020bf
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Feb 9 19:52:15 2014 -0700

    Implement Horde_Registry_Application#getInitialPage() for IMP

 imp/lib/Application.php |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

http://github.com/horde/horde/commit/52aa17eb9262d8769f3ded46bd7b20c8573020bf
http://git.horde.org/horde-git/-/commit/52aa17eb9262d8769f3ded46bd7b20c8573020bf

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

commit df74dcf410155774f6ba822e9197a4a83ace0720
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Feb 9 19:52:24 2014 -0700

    Implement Horde_Registry_Application#getInitialPage() for Ingo

 ingo/index.php           |   10 +---------
 ingo/lib/Application.php |    7 +++++++
 ingo/lib/Ingo.php        |   20 ++++++++++++++++++++
 3 files changed, 28 insertions(+), 9 deletions(-)

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

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

commit e2621abaa37da66067664f7b85b4bcf32efea40a
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Feb 9 19:55:58 2014 -0700

    Implement Horde_Registry_Application#getInitialPage() for Turba

 turba/lib/Application.php |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

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




More information about the commits mailing list