[commits] Horde-Hatchery branch master updated.
Gunnar Wrobel
p at rdus.de
Thu Apr 30 09:52:28 UTC 2009
The branch "master" has been updated.
The following is a summary of the commits.
from: 69870b82c3ad603acfecc780db8898f61ba4e237
52e4832... Reorder the www structure in a way we might do it for Horde 4. I'm probably way off here but at least it can be installed via PEAR this way.
a48d486... Fix the login procedures and allow logout.
-----------------------------------------------------------------------
commit 52e4832afedf0222dec06bf659d777ca49e9a8d1
Author: Gunnar Wrobel <p at rdus.de>
Date: Thu Apr 30 11:56:59 2009 +0200
Reorder the www structure in a way we might do it for Horde 4. I'm probably way off here but at least it can be installed via PEAR this way.
koward/www/Koward/app/koward.php | 23 -
koward/www/Koward/app/themes/graphics/favicon.ico | Bin 1406 -> 0 bytes
koward/www/Koward/app/themes/graphics/query.png | Bin 223 -> 0 bytes
koward/www/Koward/app/themes/kolab/screen.css | 212 -
koward/www/Koward/app/themes/screen.css | 3 -
koward/www/Koward/config/.gitignore | 2 -
koward/www/Koward/config/attributes.php.dist | 26 -
koward/www/Koward/config/conf.php.dist | 33 -
koward/www/Koward/config/hooks.php.dist | 1 -
koward/www/Koward/config/koward.php.dist | 3 -
koward/www/Koward/config/labels.php.dist | 30 -
koward/www/Koward/config/nls.php.dist | 272 -
koward/www/Koward/config/objects.php.dist | 210 -
koward/www/Koward/config/order.php.dist | 17 -
koward/www/Koward/config/registry.php.dist | 66 -
koward/www/Koward/config/routes.php.dist | 12 -
koward/www/Koward/config/search.php.dist | 15 -
koward/www/Koward/config/visible.php.dist | 59 -
koward/www/horde/config/conf.php.dist | 33 +
koward/www/horde/config/hooks.php.dist | 1 +
koward/www/horde/config/nls.php.dist | 272 +
koward/www/horde/config/prefs.php.dist | 589 +
koward/www/horde/config/registry.d/README | 9 +
koward/www/horde/config/registry.php.dist | 66 +
koward/www/htdocs/horde/js/accesskeys.js | 46 +
koward/www/htdocs/horde/js/effects.js | 1128 ++
koward/www/htdocs/horde/js/horde.js | 267 +
koward/www/htdocs/horde/js/prototype.js | 4320 +++++
koward/www/htdocs/horde/js/redbox.js | 130 +
koward/www/htdocs/horde/themes/graphics/favicon.ico | Bin 0 -> 1150 bytes
koward/www/htdocs/horde/themes/graphics/logout.png | Bin 0 -> 385 bytes
koward/www/htdocs/horde/themes/graphics/plus.png | Bin 0 -> 229 bytes
koward/www/htdocs/horde/themes/graphics/search.png | Bin 0 -> 795 bytes
koward/www/htdocs/horde/themes/graphics/tab_bottom.gif | Bin 0 -> 37 bytes
koward/www/htdocs/horde/themes/graphics/user.png | Bin 0 -> 797 bytes
koward/www/htdocs/horde/themes/ie5mac.css | 25 +
koward/www/htdocs/horde/themes/ie6_or_less.css | 23 +
koward/www/htdocs/horde/themes/moz14.css | 10 +
koward/www/htdocs/horde/themes/opera.css | 15 +
koward/www/htdocs/horde/themes/rtl.css | 177 +
koward/www/htdocs/horde/themes/screen.css | 1024 +
.../www/htdocs/horde/themes/silver/graphics/currentTab_left.png | Bin 0 -> 161 bytes
.../www/htdocs/horde/themes/silver/graphics/currentTab_right.png | Bin 0 -> 371 bytes
koward/www/htdocs/horde/themes/silver/graphics/delete.png | Bin 0 -> 363 bytes
koward/www/htdocs/horde/themes/silver/graphics/edit.png | Bin 0 -> 807 bytes
koward/www/htdocs/horde/themes/silver/graphics/logout.png | Bin 0 -> 693 bytes
koward/www/htdocs/horde/themes/silver/graphics/plus.png | Bin 0 -> 733 bytes
koward/www/htdocs/horde/themes/silver/graphics/search.png | Bin 0 -> 692 bytes
koward/www/htdocs/horde/themes/silver/graphics/tab_left.png | Bin 0 -> 372 bytes
koward/www/htdocs/horde/themes/silver/graphics/tab_right.png | Bin 0 -> 2656 bytes
koward/www/htdocs/horde/themes/silver/graphics/user.png | Bin 0 -> 722 bytes
koward/www/htdocs/horde/themes/silver/info.php | 20 +
koward/www/htdocs/horde/themes/silver/screen.css | 257 +
koward/www/htdocs/horde/themes/webkit.css | 19 +
koward/www/htdocs/koward/koward.php | 22 +
koward/www/htdocs/koward/themes/graphics/favicon.ico | Bin 0 -> 1406 bytes
koward/www/htdocs/koward/themes/graphics/query.png | Bin 0 -> 223 bytes
koward/www/htdocs/koward/themes/kolab/screen.css | 212 +
koward/www/htdocs/koward/themes/screen.css | 3 +
koward/www/koward/config/.gitignore | 2 +
koward/www/koward/config/attributes.php.dist | 26 +
koward/www/koward/config/base.php.dist | 5 +
koward/www/koward/config/conf.php.dist | 3 +
koward/www/koward/config/labels.php.dist | 30 +
koward/www/koward/config/objects.php.dist | 210 +
koward/www/koward/config/order.php.dist | 17 +
koward/www/koward/config/routes.php.dist | 12 +
koward/www/koward/config/search.php.dist | 15 +
koward/www/koward/config/visible.php.dist | 59 +
koward/www/koward/doc/INSTALL | 13 +
70 files changed, 9060 insertions(+), 984 deletions(-)
delete mode 100644 koward/www/Koward/app/koward.php
delete mode 100644 koward/www/Koward/app/themes/graphics/favicon.ico
delete mode 100644 koward/www/Koward/app/themes/graphics/query.png
delete mode 100644 koward/www/Koward/app/themes/kolab/screen.css
delete mode 100644 koward/www/Koward/app/themes/screen.css
delete mode 100644 koward/www/Koward/config/.gitignore
delete mode 100644 koward/www/Koward/config/attributes.php.dist
delete mode 100644 koward/www/Koward/config/conf.php.dist
delete mode 100644 koward/www/Koward/config/hooks.php.dist
delete mode 100644 koward/www/Koward/config/koward.php.dist
delete mode 100644 koward/www/Koward/config/labels.php.dist
delete mode 100644 koward/www/Koward/config/nls.php.dist
delete mode 100644 koward/www/Koward/config/objects.php.dist
delete mode 100644 koward/www/Koward/config/order.php.dist
delete mode 100644 koward/www/Koward/config/registry.php.dist
delete mode 100644 koward/www/Koward/config/routes.php.dist
delete mode 100644 koward/www/Koward/config/search.php.dist
delete mode 100644 koward/www/Koward/config/visible.php.dist
create mode 100644 koward/www/horde/config/conf.php.dist
create mode 100644 koward/www/horde/config/hooks.php.dist
create mode 100644 koward/www/horde/config/nls.php.dist
create mode 100644 koward/www/horde/config/prefs.php.dist
create mode 100644 koward/www/horde/config/registry.d/README
create mode 100644 koward/www/horde/config/registry.php.dist
create mode 100644 koward/www/htdocs/horde/js/accesskeys.js
create mode 100644 koward/www/htdocs/horde/js/effects.js
create mode 100644 koward/www/htdocs/horde/js/horde.js
create mode 100644 koward/www/htdocs/horde/js/prototype.js
create mode 100644 koward/www/htdocs/horde/js/redbox.js
create mode 100644 koward/www/htdocs/horde/themes/graphics/favicon.ico
create mode 100644 koward/www/htdocs/horde/themes/graphics/logout.png
create mode 100644 koward/www/htdocs/horde/themes/graphics/plus.png
create mode 100644 koward/www/htdocs/horde/themes/graphics/search.png
create mode 100644 koward/www/htdocs/horde/themes/graphics/tab_bottom.gif
create mode 100644 koward/www/htdocs/horde/themes/graphics/user.png
create mode 100644 koward/www/htdocs/horde/themes/ie5mac.css
create mode 100644 koward/www/htdocs/horde/themes/ie6_or_less.css
create mode 100644 koward/www/htdocs/horde/themes/moz14.css
create mode 100644 koward/www/htdocs/horde/themes/opera.css
create mode 100644 koward/www/htdocs/horde/themes/rtl.css
create mode 100644 koward/www/htdocs/horde/themes/screen.css
create mode 100644 koward/www/htdocs/horde/themes/silver/graphics/currentTab_left.png
create mode 100644 koward/www/htdocs/horde/themes/silver/graphics/currentTab_right.png
create mode 100644 koward/www/htdocs/horde/themes/silver/graphics/delete.png
create mode 100644 koward/www/htdocs/horde/themes/silver/graphics/edit.png
create mode 100644 koward/www/htdocs/horde/themes/silver/graphics/logout.png
create mode 100644 koward/www/htdocs/horde/themes/silver/graphics/plus.png
create mode 100644 koward/www/htdocs/horde/themes/silver/graphics/search.png
create mode 100644 koward/www/htdocs/horde/themes/silver/graphics/tab_left.png
create mode 100644 koward/www/htdocs/horde/themes/silver/graphics/tab_right.png
create mode 100644 koward/www/htdocs/horde/themes/silver/graphics/user.png
create mode 100644 koward/www/htdocs/horde/themes/silver/info.php
create mode 100644 koward/www/htdocs/horde/themes/silver/screen.css
create mode 100644 koward/www/htdocs/horde/themes/silver/themed_graphics
create mode 100644 koward/www/htdocs/horde/themes/webkit.css
create mode 100644 koward/www/htdocs/koward/koward.php
create mode 100644 koward/www/htdocs/koward/themes/graphics/favicon.ico
create mode 100644 koward/www/htdocs/koward/themes/graphics/query.png
create mode 100644 koward/www/htdocs/koward/themes/kolab/screen.css
create mode 100644 koward/www/htdocs/koward/themes/screen.css
create mode 100644 koward/www/koward/config/.gitignore
create mode 100644 koward/www/koward/config/attributes.php.dist
create mode 100644 koward/www/koward/config/base.php.dist
create mode 100644 koward/www/koward/config/conf.php.dist
create mode 100644 koward/www/koward/config/labels.php.dist
create mode 100644 koward/www/koward/config/objects.php.dist
create mode 100644 koward/www/koward/config/order.php.dist
create mode 100644 koward/www/koward/config/routes.php.dist
create mode 100644 koward/www/koward/config/search.php.dist
create mode 100644 koward/www/koward/config/visible.php.dist
create mode 100644 koward/www/koward/doc/INSTALL
http://git.horde.org/diff.php/koward/www/Koward/app/koward.php?rt=horde-hatchery&r1=2a32c28db65b3de16604edc2e76f9156fd306c13&r2=52e4832afedf0222dec06bf659d777ca49e9a8d1
http://git.horde.org/diff.php/koward/www/Koward/app/themes/graphics/favicon.ico?rt=horde-hatchery&r1=c9fdd09d8312091b321f17bce8841a18474c23f5&r2=52e4832afedf0222dec06bf659d777ca49e9a8d1
http://git.horde.org/diff.php/koward/www/Koward/app/themes/graphics/query.png?rt=horde-hatchery&r1=c9fdd09d8312091b321f17bce8841a18474c23f5&r2=52e4832afedf0222dec06bf659d777ca49e9a8d1
http://git.horde.org/diff.php/koward/www/Koward/app/themes/kolab/screen.css?rt=horde-hatchery&r1=c9fdd09d8312091b321f17bce8841a18474c23f5&r2=52e4832afedf0222dec06bf659d777ca49e9a8d1
http://git.horde.org/diff.php/koward/www/Koward/app/themes/screen.css?rt=horde-hatchery&r1=c9fdd09d8312091b321f17bce8841a18474c23f5&r2=52e4832afedf0222dec06bf659d777ca49e9a8d1
http://git.horde.org/diff.php/koward/www/Koward/config/.gitignore?rt=horde-hatchery&r1=1cd7a8f13b401ecbfb1c6cdc565e516a91f7aaca&r2=52e4832afedf0222dec06bf659d777ca49e9a8d1
http://git.horde.org/diff.php/koward/www/Koward/config/attributes.php.dist?rt=horde-hatchery&r1=88b05c08dd678b65dce242bd7e78a67a3687be7d&r2=52e4832afedf0222dec06bf659d777ca49e9a8d1
http://git.horde.org/diff.php/koward/www/Koward/config/conf.php.dist?rt=horde-hatchery&r1=1cd7a8f13b401ecbfb1c6cdc565e516a91f7aaca&r2=52e4832afedf0222dec06bf659d777ca49e9a8d1
http://git.horde.org/diff.php/koward/www/Koward/config/hooks.php.dist?rt=horde-hatchery&r1=1cd7a8f13b401ecbfb1c6cdc565e516a91f7aaca&r2=52e4832afedf0222dec06bf659d777ca49e9a8d1
http://git.horde.org/diff.php/koward/www/Koward/config/koward.php.dist?rt=horde-hatchery&r1=88b05c08dd678b65dce242bd7e78a67a3687be7d&r2=52e4832afedf0222dec06bf659d777ca49e9a8d1
http://git.horde.org/diff.php/koward/www/Koward/config/labels.php.dist?rt=horde-hatchery&r1=88b05c08dd678b65dce242bd7e78a67a3687be7d&r2=52e4832afedf0222dec06bf659d777ca49e9a8d1
http://git.horde.org/diff.php/koward/www/Koward/config/nls.php.dist?rt=horde-hatchery&r1=1cd7a8f13b401ecbfb1c6cdc565e516a91f7aaca&r2=52e4832afedf0222dec06bf659d777ca49e9a8d1
http://git.horde.org/diff.php/koward/www/Koward/config/objects.php.dist?rt=horde-hatchery&r1=88b05c08dd678b65dce242bd7e78a67a3687be7d&r2=52e4832afedf0222dec06bf659d777ca49e9a8d1
http://git.horde.org/diff.php/koward/www/Koward/config/order.php.dist?rt=horde-hatchery&r1=88b05c08dd678b65dce242bd7e78a67a3687be7d&r2=52e4832afedf0222dec06bf659d777ca49e9a8d1
http://git.horde.org/diff.php/koward/www/Koward/config/registry.php.dist?rt=horde-hatchery&r1=1cd7a8f13b401ecbfb1c6cdc565e516a91f7aaca&r2=52e4832afedf0222dec06bf659d777ca49e9a8d1
http://git.horde.org/diff.php/koward/www/Koward/config/routes.php.dist?rt=horde-hatchery&r1=88b05c08dd678b65dce242bd7e78a67a3687be7d&r2=52e4832afedf0222dec06bf659d777ca49e9a8d1
http://git.horde.org/diff.php/koward/www/Koward/config/search.php.dist?rt=horde-hatchery&r1=88b05c08dd678b65dce242bd7e78a67a3687be7d&r2=52e4832afedf0222dec06bf659d777ca49e9a8d1
http://git.horde.org/diff.php/koward/www/Koward/config/visible.php.dist?rt=horde-hatchery&r1=1cd7a8f13b401ecbfb1c6cdc565e516a91f7aaca&r2=52e4832afedf0222dec06bf659d777ca49e9a8d1
http://git.horde.org/co.php/koward/www/horde/config/conf.php.dist?rt=horde-hatchery&r=52e4832afedf0222dec06bf659d777ca49e9a8d1
http://git.horde.org/co.php/koward/www/horde/config/hooks.php.dist?rt=horde-hatchery&r=52e4832afedf0222dec06bf659d777ca49e9a8d1
http://git.horde.org/co.php/koward/www/horde/config/nls.php.dist?rt=horde-hatchery&r=52e4832afedf0222dec06bf659d777ca49e9a8d1
http://git.horde.org/co.php/koward/www/horde/config/prefs.php.dist?rt=horde-hatchery&r=52e4832afedf0222dec06bf659d777ca49e9a8d1
http://git.horde.org/co.php/koward/www/horde/config/registry.d/README?rt=horde-hatchery&r=52e4832afedf0222dec06bf659d777ca49e9a8d1
http://git.horde.org/co.php/koward/www/horde/config/registry.php.dist?rt=horde-hatchery&r=52e4832afedf0222dec06bf659d777ca49e9a8d1
http://git.horde.org/co.php/koward/www/htdocs/horde/js/accesskeys.js?rt=horde-hatchery&r=52e4832afedf0222dec06bf659d777ca49e9a8d1
http://git.horde.org/co.php/koward/www/htdocs/horde/js/effects.js?rt=horde-hatchery&r=52e4832afedf0222dec06bf659d777ca49e9a8d1
http://git.horde.org/co.php/koward/www/htdocs/horde/js/horde.js?rt=horde-hatchery&r=52e4832afedf0222dec06bf659d777ca49e9a8d1
http://git.horde.org/co.php/koward/www/htdocs/horde/js/prototype.js?rt=horde-hatchery&r=52e4832afedf0222dec06bf659d777ca49e9a8d1
http://git.horde.org/co.php/koward/www/htdocs/horde/js/redbox.js?rt=horde-hatchery&r=52e4832afedf0222dec06bf659d777ca49e9a8d1
http://git.horde.org/co.php/koward/www/htdocs/horde/themes/graphics/favicon.ico?rt=horde-hatchery&r=52e4832afedf0222dec06bf659d777ca49e9a8d1
http://git.horde.org/co.php/koward/www/htdocs/horde/themes/graphics/logout.png?rt=horde-hatchery&r=52e4832afedf0222dec06bf659d777ca49e9a8d1
http://git.horde.org/co.php/koward/www/htdocs/horde/themes/graphics/plus.png?rt=horde-hatchery&r=52e4832afedf0222dec06bf659d777ca49e9a8d1
http://git.horde.org/co.php/koward/www/htdocs/horde/themes/graphics/search.png?rt=horde-hatchery&r=52e4832afedf0222dec06bf659d777ca49e9a8d1
http://git.horde.org/co.php/koward/www/htdocs/horde/themes/graphics/tab_bottom.gif?rt=horde-hatchery&r=52e4832afedf0222dec06bf659d777ca49e9a8d1
http://git.horde.org/co.php/koward/www/htdocs/horde/themes/graphics/user.png?rt=horde-hatchery&r=52e4832afedf0222dec06bf659d777ca49e9a8d1
http://git.horde.org/co.php/koward/www/htdocs/horde/themes/ie5mac.css?rt=horde-hatchery&r=52e4832afedf0222dec06bf659d777ca49e9a8d1
http://git.horde.org/co.php/koward/www/htdocs/horde/themes/ie6_or_less.css?rt=horde-hatchery&r=52e4832afedf0222dec06bf659d777ca49e9a8d1
http://git.horde.org/co.php/koward/www/htdocs/horde/themes/moz14.css?rt=horde-hatchery&r=52e4832afedf0222dec06bf659d777ca49e9a8d1
http://git.horde.org/co.php/koward/www/htdocs/horde/themes/opera.css?rt=horde-hatchery&r=52e4832afedf0222dec06bf659d777ca49e9a8d1
http://git.horde.org/co.php/koward/www/htdocs/horde/themes/rtl.css?rt=horde-hatchery&r=52e4832afedf0222dec06bf659d777ca49e9a8d1
http://git.horde.org/co.php/koward/www/htdocs/horde/themes/screen.css?rt=horde-hatchery&r=52e4832afedf0222dec06bf659d777ca49e9a8d1
http://git.horde.org/co.php/koward/www/htdocs/horde/themes/silver/graphics/currentTab_left.png?rt=horde-hatchery&r=52e4832afedf0222dec06bf659d777ca49e9a8d1
http://git.horde.org/co.php/koward/www/htdocs/horde/themes/silver/graphics/currentTab_right.png?rt=horde-hatchery&r=52e4832afedf0222dec06bf659d777ca49e9a8d1
http://git.horde.org/co.php/koward/www/htdocs/horde/themes/silver/graphics/delete.png?rt=horde-hatchery&r=52e4832afedf0222dec06bf659d777ca49e9a8d1
http://git.horde.org/co.php/koward/www/htdocs/horde/themes/silver/graphics/edit.png?rt=horde-hatchery&r=52e4832afedf0222dec06bf659d777ca49e9a8d1
http://git.horde.org/co.php/koward/www/htdocs/horde/themes/silver/graphics/logout.png?rt=horde-hatchery&r=52e4832afedf0222dec06bf659d777ca49e9a8d1
http://git.horde.org/co.php/koward/www/htdocs/horde/themes/silver/graphics/plus.png?rt=horde-hatchery&r=52e4832afedf0222dec06bf659d777ca49e9a8d1
http://git.horde.org/co.php/koward/www/htdocs/horde/themes/silver/graphics/search.png?rt=horde-hatchery&r=52e4832afedf0222dec06bf659d777ca49e9a8d1
http://git.horde.org/co.php/koward/www/htdocs/horde/themes/silver/graphics/tab_left.png?rt=horde-hatchery&r=52e4832afedf0222dec06bf659d777ca49e9a8d1
http://git.horde.org/co.php/koward/www/htdocs/horde/themes/silver/graphics/tab_right.png?rt=horde-hatchery&r=52e4832afedf0222dec06bf659d777ca49e9a8d1
http://git.horde.org/co.php/koward/www/htdocs/horde/themes/silver/graphics/user.png?rt=horde-hatchery&r=52e4832afedf0222dec06bf659d777ca49e9a8d1
http://git.horde.org/co.php/koward/www/htdocs/horde/themes/silver/info.php?rt=horde-hatchery&r=52e4832afedf0222dec06bf659d777ca49e9a8d1
http://git.horde.org/co.php/koward/www/htdocs/horde/themes/silver/screen.css?rt=horde-hatchery&r=52e4832afedf0222dec06bf659d777ca49e9a8d1
http://git.horde.org/co.php/koward/www/htdocs/horde/themes/silver/themed_graphics?rt=horde-hatchery&r=52e4832afedf0222dec06bf659d777ca49e9a8d1
http://git.horde.org/co.php/koward/www/htdocs/horde/themes/webkit.css?rt=horde-hatchery&r=52e4832afedf0222dec06bf659d777ca49e9a8d1
http://git.horde.org/co.php/koward/www/htdocs/koward/koward.php?rt=horde-hatchery&r=52e4832afedf0222dec06bf659d777ca49e9a8d1
http://git.horde.org/co.php/koward/www/htdocs/koward/themes/graphics/favicon.ico?rt=horde-hatchery&r=52e4832afedf0222dec06bf659d777ca49e9a8d1
http://git.horde.org/co.php/koward/www/htdocs/koward/themes/graphics/query.png?rt=horde-hatchery&r=52e4832afedf0222dec06bf659d777ca49e9a8d1
http://git.horde.org/co.php/koward/www/htdocs/koward/themes/kolab/screen.css?rt=horde-hatchery&r=52e4832afedf0222dec06bf659d777ca49e9a8d1
http://git.horde.org/co.php/koward/www/htdocs/koward/themes/screen.css?rt=horde-hatchery&r=52e4832afedf0222dec06bf659d777ca49e9a8d1
http://git.horde.org/co.php/koward/www/koward/config/.gitignore?rt=horde-hatchery&r=52e4832afedf0222dec06bf659d777ca49e9a8d1
http://git.horde.org/co.php/koward/www/koward/config/attributes.php.dist?rt=horde-hatchery&r=52e4832afedf0222dec06bf659d777ca49e9a8d1
http://git.horde.org/co.php/koward/www/koward/config/base.php.dist?rt=horde-hatchery&r=52e4832afedf0222dec06bf659d777ca49e9a8d1
http://git.horde.org/co.php/koward/www/koward/config/conf.php.dist?rt=horde-hatchery&r=52e4832afedf0222dec06bf659d777ca49e9a8d1
http://git.horde.org/co.php/koward/www/koward/config/labels.php.dist?rt=horde-hatchery&r=52e4832afedf0222dec06bf659d777ca49e9a8d1
http://git.horde.org/co.php/koward/www/koward/config/objects.php.dist?rt=horde-hatchery&r=52e4832afedf0222dec06bf659d777ca49e9a8d1
http://git.horde.org/co.php/koward/www/koward/config/order.php.dist?rt=horde-hatchery&r=52e4832afedf0222dec06bf659d777ca49e9a8d1
http://git.horde.org/co.php/koward/www/koward/config/routes.php.dist?rt=horde-hatchery&r=52e4832afedf0222dec06bf659d777ca49e9a8d1
http://git.horde.org/co.php/koward/www/koward/config/search.php.dist?rt=horde-hatchery&r=52e4832afedf0222dec06bf659d777ca49e9a8d1
http://git.horde.org/co.php/koward/www/koward/config/visible.php.dist?rt=horde-hatchery&r=52e4832afedf0222dec06bf659d777ca49e9a8d1
http://git.horde.org/co.php/koward/www/koward/doc/INSTALL?rt=horde-hatchery&r=52e4832afedf0222dec06bf659d777ca49e9a8d1
-----------------------------------------------------------------------
commit a48d4862a016130c85a7a4d84398217423758f78
Author: Gunnar Wrobel <p at rdus.de>
Date: Thu Apr 30 11:57:49 2009 +0200
Fix the login procedures and allow logout.
koward/lib/Koward.php | 9 +---
koward/lib/Koward/Controller/Application.php | 33 ++++++++++----
koward/lib/Koward/Controller/IndexController.php | 52 +++++++++++++++++++++
koward/lib/Koward/Controller/LoginController.php | 53 ----------------------
koward/lib/Koward/View/Index/login.html.php | 28 +++++++++++
koward/lib/Koward/View/Login/login.html.php | 28 -----------
6 files changed, 106 insertions(+), 97 deletions(-)
delete mode 100644 koward/lib/Koward/Controller/LoginController.php
create mode 100644 koward/lib/Koward/View/Index/login.html.php
delete mode 100644 koward/lib/Koward/View/Login/login.html.php
http://git.horde.org/diff.php/koward/lib/Koward.php?rt=horde-hatchery&r1=2554550bbb07e1bb2d2c37221b164f97a379c409&r2=a48d4862a016130c85a7a4d84398217423758f78
http://git.horde.org/diff.php/koward/lib/Koward/Controller/Application.php?rt=horde-hatchery&r1=2554550bbb07e1bb2d2c37221b164f97a379c409&r2=a48d4862a016130c85a7a4d84398217423758f78
http://git.horde.org/diff.php/koward/lib/Koward/Controller/IndexController.php?rt=horde-hatchery&r1=0a58487bbd120b9803f2613ca872ce69bec0519b&r2=a48d4862a016130c85a7a4d84398217423758f78
http://git.horde.org/diff.php/koward/lib/Koward/Controller/LoginController.php?rt=horde-hatchery&r1=27dd4c29c0202ce3fe76e4a9d18ff6aa7ddeb132&r2=a48d4862a016130c85a7a4d84398217423758f78
http://git.horde.org/co.php/koward/lib/Koward/View/Index/login.html.php?rt=horde-hatchery&r=a48d4862a016130c85a7a4d84398217423758f78
http://git.horde.org/diff.php/koward/lib/Koward/View/Login/login.html.php?rt=horde-hatchery&r1=27dd4c29c0202ce3fe76e4a9d18ff6aa7ddeb132&r2=a48d4862a016130c85a7a4d84398217423758f78
More information about the commits
mailing list