[commits] Horde branch Horde_LoginTasks-Refactor updated. 9a6a61e4f142d3723161d5fe2b54c9a2c560ed2d

Gunnar Wrobel p at rdus.de
Wed Mar 3 13:38:47 UTC 2010


The branch "Horde_LoginTasks-Refactor" has been updated.
The following is a summary of the commits.

from: b70b84343d05538bad914a0738ae25e63ab31806

7481b0c Tried to replace the two step test against a complete login task series but I'm still doing something wrong.
0472dcd Add the Backend class. Still empty.
d9e424e Move the authentication check and restoring the tasklist from the session into the backend.
178317e Move storing the task as well as registering the shutdown into the backend.
1f7de41 Move registry calls (returning the tasks and the URL of the login tasks view) into the backend.
655b4ab Move the first preferences based task into the backend.
fa21959 Transfer the rest of the preferences based functionality into the backend.
9a6a61e Move redirection into the backend.

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

commit 7481b0c5823014a8647afc473b8d337ba62991c1
Author: Gunnar Wrobel <p at rdus.de>
Date:   Wed Mar 3 10:44:25 2010 +0100

    Tried to replace the two step test against a complete login task series but I'm still doing something wrong.

 framework/LoginTasks/test/Horde/LoginTasks/LoginTasksTest.php |   70 +++++++--
 framework/LoginTasks/test/Horde/LoginTasks/Stubs.php          |   23 +++
 2 files changed, 76 insertions(+), 17 deletions(-)

http://git.horde.org/diff.php/framework/LoginTasks/test/Horde/LoginTasks/LoginTasksTest.php?rt=horde-git&r1=181f07abd4017196fb4fd95da742806a281b339c&r2=7481b0c5823014a8647afc473b8d337ba62991c1
http://git.horde.org/diff.php/framework/LoginTasks/test/Horde/LoginTasks/Stubs.php?rt=horde-git&r1=181f07abd4017196fb4fd95da742806a281b339c&r2=7481b0c5823014a8647afc473b8d337ba62991c1

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

commit 0472dcdf59321899537944e1cd6b6c02a5f4d796
Author: Gunnar Wrobel <p at rdus.de>
Date:   Wed Mar 3 10:56:45 2010 +0100

    Add the Backend class. Still empty.

 framework/LoginTasks/lib/Horde/LoginTasks.php               |   20 +++++++++--
 framework/LoginTasks/lib/Horde/LoginTasks/Backend.php       |   18 +++++++++
 framework/LoginTasks/lib/Horde/LoginTasks/Backend/Horde.php |   18 +++++++++
 framework/LoginTasks/package.xml                            |   12 +++++--
 4 files changed, 62 insertions(+), 6 deletions(-)
 create mode 100644 framework/LoginTasks/lib/Horde/LoginTasks/Backend.php
 create mode 100644 framework/LoginTasks/lib/Horde/LoginTasks/Backend/Horde.php

http://git.horde.org/diff.php/framework/LoginTasks/lib/Horde/LoginTasks.php?rt=horde-git&r1=b70b84343d05538bad914a0738ae25e63ab31806&r2=0472dcdf59321899537944e1cd6b6c02a5f4d796
http://git.horde.org/co.php/framework/LoginTasks/lib/Horde/LoginTasks/Backend.php?rt=horde-git&r=0472dcdf59321899537944e1cd6b6c02a5f4d796
http://git.horde.org/co.php/framework/LoginTasks/lib/Horde/LoginTasks/Backend/Horde.php?rt=horde-git&r=0472dcdf59321899537944e1cd6b6c02a5f4d796
http://git.horde.org/diff.php/framework/LoginTasks/package.xml?rt=horde-git&r1=b36ea34ea75465d9496b2c5ea3ddcae65ef3d650&r2=0472dcdf59321899537944e1cd6b6c02a5f4d796

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

commit d9e424ecc4b2e1de88fb2e98b32024482ea37231
Author: Gunnar Wrobel <p at rdus.de>
Date:   Wed Mar 3 11:28:36 2010 +0100

    Move the authentication check and restoring the tasklist from the session into the backend.

 framework/LoginTasks/lib/Horde/LoginTasks.php               |    8 +--
 framework/LoginTasks/lib/Horde/LoginTasks/Backend.php       |   16 ++++-
 framework/LoginTasks/lib/Horde/LoginTasks/Backend/Horde.php |   40 +++++++++++
 3 files changed, 58 insertions(+), 6 deletions(-)

http://git.horde.org/diff.php/framework/LoginTasks/lib/Horde/LoginTasks.php?rt=horde-git&r1=0472dcdf59321899537944e1cd6b6c02a5f4d796&r2=d9e424ecc4b2e1de88fb2e98b32024482ea37231
http://git.horde.org/diff.php/framework/LoginTasks/lib/Horde/LoginTasks/Backend.php?rt=horde-git&r1=0472dcdf59321899537944e1cd6b6c02a5f4d796&r2=d9e424ecc4b2e1de88fb2e98b32024482ea37231
http://git.horde.org/diff.php/framework/LoginTasks/lib/Horde/LoginTasks/Backend/Horde.php?rt=horde-git&r1=0472dcdf59321899537944e1cd6b6c02a5f4d796&r2=d9e424ecc4b2e1de88fb2e98b32024482ea37231

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

commit 178317e019337cec498091dbff461fb264a4d9e8
Author: Gunnar Wrobel <p at rdus.de>
Date:   Wed Mar 3 11:45:31 2010 +0100

    Move storing the task as well as registering the shutdown into the backend.

 framework/LoginTasks/lib/Horde/LoginTasks.php               |    6 +-
 framework/LoginTasks/lib/Horde/LoginTasks/Backend.php       |   18 ++++++++
 framework/LoginTasks/lib/Horde/LoginTasks/Backend/Horde.php |   24 +++++++++++
 3 files changed, 45 insertions(+), 3 deletions(-)

http://git.horde.org/diff.php/framework/LoginTasks/lib/Horde/LoginTasks.php?rt=horde-git&r1=d9e424ecc4b2e1de88fb2e98b32024482ea37231&r2=178317e019337cec498091dbff461fb264a4d9e8
http://git.horde.org/diff.php/framework/LoginTasks/lib/Horde/LoginTasks/Backend.php?rt=horde-git&r1=d9e424ecc4b2e1de88fb2e98b32024482ea37231&r2=178317e019337cec498091dbff461fb264a4d9e8
http://git.horde.org/diff.php/framework/LoginTasks/lib/Horde/LoginTasks/Backend/Horde.php?rt=horde-git&r1=d9e424ecc4b2e1de88fb2e98b32024482ea37231&r2=178317e019337cec498091dbff461fb264a4d9e8

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

commit 1f7de41018d25050570d2060f7d08941def76559
Author: Gunnar Wrobel <p at rdus.de>
Date:   Wed Mar 3 12:02:21 2010 +0100

    Move registry calls (returning the tasks and the URL of the login tasks view) into the backend.

 framework/LoginTasks/lib/Horde/LoginTasks.php               |   31 ++------
 framework/LoginTasks/lib/Horde/LoginTasks/Backend.php       |   14 ++++
 framework/LoginTasks/lib/Horde/LoginTasks/Backend/Horde.php |   43 ++++++++++-
 3 files changed, 62 insertions(+), 26 deletions(-)

http://git.horde.org/diff.php/framework/LoginTasks/lib/Horde/LoginTasks.php?rt=horde-git&r1=178317e019337cec498091dbff461fb264a4d9e8&r2=1f7de41018d25050570d2060f7d08941def76559
http://git.horde.org/diff.php/framework/LoginTasks/lib/Horde/LoginTasks/Backend.php?rt=horde-git&r1=178317e019337cec498091dbff461fb264a4d9e8&r2=1f7de41018d25050570d2060f7d08941def76559
http://git.horde.org/diff.php/framework/LoginTasks/lib/Horde/LoginTasks/Backend/Horde.php?rt=horde-git&r1=178317e019337cec498091dbff461fb264a4d9e8&r2=1f7de41018d25050570d2060f7d08941def76559

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

commit 655b4ab74ccfb0192e4644e1bff016d717b6928e
Author: Gunnar Wrobel <p at rdus.de>
Date:   Wed Mar 3 13:58:25 2010 +0100

    Move the first preferences based task into the backend.

 framework/LoginTasks/lib/Horde/LoginTasks.php               |    6 +-
 framework/LoginTasks/lib/Horde/LoginTasks/Backend.php       |    9 +++
 framework/LoginTasks/lib/Horde/LoginTasks/Backend/Horde.php |   32 +++++++++++
 framework/LoginTasks/package.xml                            |    6 ++
 framework/LoginTasks/test/Horde/LoginTasks/Stubs.php        |   13 +++-
 5 files changed, 58 insertions(+), 8 deletions(-)

http://git.horde.org/diff.php/framework/LoginTasks/lib/Horde/LoginTasks.php?rt=horde-git&r1=1f7de41018d25050570d2060f7d08941def76559&r2=655b4ab74ccfb0192e4644e1bff016d717b6928e
http://git.horde.org/diff.php/framework/LoginTasks/lib/Horde/LoginTasks/Backend.php?rt=horde-git&r1=1f7de41018d25050570d2060f7d08941def76559&r2=655b4ab74ccfb0192e4644e1bff016d717b6928e
http://git.horde.org/diff.php/framework/LoginTasks/lib/Horde/LoginTasks/Backend/Horde.php?rt=horde-git&r1=1f7de41018d25050570d2060f7d08941def76559&r2=655b4ab74ccfb0192e4644e1bff016d717b6928e
http://git.horde.org/diff.php/framework/LoginTasks/package.xml?rt=horde-git&r1=0472dcdf59321899537944e1cd6b6c02a5f4d796&r2=655b4ab74ccfb0192e4644e1bff016d717b6928e
http://git.horde.org/diff.php/framework/LoginTasks/test/Horde/LoginTasks/Stubs.php?rt=horde-git&r1=7481b0c5823014a8647afc473b8d337ba62991c1&r2=655b4ab74ccfb0192e4644e1bff016d717b6928e

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

commit fa219594824bd28097b539254cf2ca1d3653bb25
Author: Gunnar Wrobel <p at rdus.de>
Date:   Wed Mar 3 14:08:17 2010 +0100

    Transfer the rest of the preferences based functionality into the backend.

 framework/LoginTasks/lib/Horde/LoginTasks.php               |   13 +----
 framework/LoginTasks/lib/Horde/LoginTasks/Backend.php       |   18 ++++++-
 framework/LoginTasks/lib/Horde/LoginTasks/Backend/Horde.php |   31 ++++++++++-
 3 files changed, 50 insertions(+), 12 deletions(-)

http://git.horde.org/diff.php/framework/LoginTasks/lib/Horde/LoginTasks.php?rt=horde-git&r1=655b4ab74ccfb0192e4644e1bff016d717b6928e&r2=fa219594824bd28097b539254cf2ca1d3653bb25
http://git.horde.org/diff.php/framework/LoginTasks/lib/Horde/LoginTasks/Backend.php?rt=horde-git&r1=655b4ab74ccfb0192e4644e1bff016d717b6928e&r2=fa219594824bd28097b539254cf2ca1d3653bb25
http://git.horde.org/diff.php/framework/LoginTasks/lib/Horde/LoginTasks/Backend/Horde.php?rt=horde-git&r1=655b4ab74ccfb0192e4644e1bff016d717b6928e&r2=fa219594824bd28097b539254cf2ca1d3653bb25

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

commit 9a6a61e4f142d3723161d5fe2b54c9a2c560ed2d
Author: Gunnar Wrobel <p at rdus.de>
Date:   Wed Mar 3 14:36:24 2010 +0100

    Move redirection into the backend.

 framework/LoginTasks/lib/Horde/LoginTasks.php                 |   21 +++------
 framework/LoginTasks/lib/Horde/LoginTasks/Backend.php         |    9 ++++
 framework/LoginTasks/lib/Horde/LoginTasks/Backend/Horde.php   |   13 +++++
 framework/LoginTasks/test/Horde/LoginTasks/LoginTasksTest.php |   12 +++--
 framework/LoginTasks/test/Horde/LoginTasks/Stubs.php          |    9 ++++
 5 files changed, 45 insertions(+), 19 deletions(-)

http://git.horde.org/diff.php/framework/LoginTasks/lib/Horde/LoginTasks.php?rt=horde-git&r1=fa219594824bd28097b539254cf2ca1d3653bb25&r2=9a6a61e4f142d3723161d5fe2b54c9a2c560ed2d
http://git.horde.org/diff.php/framework/LoginTasks/lib/Horde/LoginTasks/Backend.php?rt=horde-git&r1=fa219594824bd28097b539254cf2ca1d3653bb25&r2=9a6a61e4f142d3723161d5fe2b54c9a2c560ed2d
http://git.horde.org/diff.php/framework/LoginTasks/lib/Horde/LoginTasks/Backend/Horde.php?rt=horde-git&r1=fa219594824bd28097b539254cf2ca1d3653bb25&r2=9a6a61e4f142d3723161d5fe2b54c9a2c560ed2d
http://git.horde.org/diff.php/framework/LoginTasks/test/Horde/LoginTasks/LoginTasksTest.php?rt=horde-git&r1=7481b0c5823014a8647afc473b8d337ba62991c1&r2=9a6a61e4f142d3723161d5fe2b54c9a2c560ed2d
http://git.horde.org/diff.php/framework/LoginTasks/test/Horde/LoginTasks/Stubs.php?rt=horde-git&r1=655b4ab74ccfb0192e4644e1bff016d717b6928e&r2=9a6a61e4f142d3723161d5fe2b54c9a2c560ed2d




More information about the commits mailing list