[commits] Horde Web Source branch master updated. 8e561bff8817e97f70942407b244a0b5fd25b604
Gunnar Wrobel
p at rdus.de
Mon Aug 29 20:45:35 UTC 2011
The branch "master" has been updated.
The following is a summary of the commits.
from: a5c7190c0b131b5f85ce93ba5ea0058358581755
89f6cb5 Add a utility class for dealing with components.
ce62ced Add the Component controller.
8e561bf Setup the component routes for manual access without linking the pages yet.
-----------------------------------------------------------------------
commit 89f6cb5302159e78ea2e967a4d143a9726ecfe43
Author: Gunnar Wrobel <p at rdus.de>
Date: Mon Aug 29 22:39:02 2011 +0200
Add a utility class for dealing with components.
app/lib/HordeWeb/Utils/Components.php | 121 +++++++++++++++++++++++++++++++++
1 files changed, 121 insertions(+), 0 deletions(-)
create mode 100644 app/lib/HordeWeb/Utils/Components.php
http://git.horde.org/horde-web/-/commit/89f6cb5302159e78ea2e967a4d143a9726ecfe43
-----------------------------------------------------------------------
commit ce62ced08328c1e187697d1bda6075f3e17197f9
Author: Gunnar Wrobel <p at rdus.de>
Date: Mon Aug 29 22:40:43 2011 +0200
Add the Component controller.
app/controllers/Component.php | 100 ++++++++++++++++++++++++++
app/lib/HordeWeb/Utils.php | 15 ++++
app/views/Component/component.html.php | 18 +++++
app/views/Component/index.html.php | 64 ++++++++++++++++
app/views/shared/compnav.html.php | 5 ++
app/views/shared/componentsListMenu.html.php | 6 ++
6 files changed, 208 insertions(+), 0 deletions(-)
create mode 100644 app/controllers/Component.php
create mode 100644 app/views/Component/component.html.php
create mode 100644 app/views/Component/index.html.php
create mode 100644 app/views/shared/compnav.html.php
create mode 100644 app/views/shared/componentsListMenu.html.php
http://git.horde.org/horde-web/-/commit/ce62ced08328c1e187697d1bda6075f3e17197f9
-----------------------------------------------------------------------
commit 8e561bff8817e97f70942407b244a0b5fd25b604
Author: Gunnar Wrobel <p at rdus.de>
Date: Mon Aug 29 22:42:03 2011 +0200
Setup the component routes for manual access without linking the pages yet.
This still needs an update of the framework (specifically Horde_Pear) on our
webserver.
config/routes.php | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
http://git.horde.org/horde-web/-/commit/8e561bff8817e97f70942407b244a0b5fd25b604
More information about the commits
mailing list