Initial import of koward.
authorGunnar Wrobel <p@rdus.de>
Fri, 3 Apr 2009 10:16:35 +0000 (12:16 +0200)
committerGunnar Wrobel <p@rdus.de>
Fri, 3 Apr 2009 10:16:35 +0000 (12:16 +0200)
commit2f784ca08157c16a993845a9375e8b7ac6e44f37
treede895f79b522d6efacdc3f54fcce2abaf8256146
parent962c8e3f8a30e4d3bf62845b3dc099be9fcd6f32
Initial import of koward.

This application should replace the kolab-webadmin in the long run. It
is primarily intended as an LDAP database manager based on the
Kolab_Server library.
37 files changed:
koward/app/controllers/ApplicationController.php [new file with mode: 0644]
koward/app/controllers/CheckController.php [new file with mode: 0644]
koward/app/controllers/IndexController.php [new file with mode: 0644]
koward/app/controllers/ObjectController.php [new file with mode: 0644]
koward/app/views/Check/run.html.php [new file with mode: 0644]
koward/app/views/Check/show.html.php [new file with mode: 0644]
koward/app/views/Index/index.html.php [new file with mode: 0644]
koward/app/views/Modify/add.html.php [new file with mode: 0644]
koward/app/views/Object/delete.html.php [new file with mode: 0644]
koward/app/views/Object/edit.html.php [new file with mode: 0644]
koward/app/views/Object/listall.html.php [new file with mode: 0644]
koward/app/views/Object/view.html.php [new file with mode: 0644]
koward/app/views/shared/_header.html.php [new file with mode: 0644]
koward/app/views/shared/_menu.html.php [new file with mode: 0644]
koward/bin/bootstrap.php [new file with mode: 0644]
koward/config/attributes.php [new file with mode: 0644]
koward/config/conf.php [new file with mode: 0644]
koward/config/objects.php [new file with mode: 0644]
koward/config/routes.php [new file with mode: 0644]
koward/doc/QUESTIONS.txt [new file with mode: 0644]
koward/lib/Exception.php [new file with mode: 0644]
koward/lib/Form/Object.php [new file with mode: 0644]
koward/lib/Koward.php [new file with mode: 0644]
koward/lib/Test.php [new file with mode: 0644]
koward/lib/Test/AllTests.php [new file with mode: 0644]
koward/lib/Test/Renderer.php [new file with mode: 0644]
koward/lib/Test/Server/UserTest.php [new file with mode: 0644]
koward/lib/Test/Template/scenario.html.dist [new file with mode: 0644]
koward/lib/Test/Template/scenario_header.html.dist [new file with mode: 0644]
koward/lib/Test/Template/scenarios.html.dist [new file with mode: 0644]
koward/lib/Test/Template/step.html.dist [new file with mode: 0644]
koward/test/AllTests.php [new file with mode: 0644]
koward/test/KowardTest.php [new file with mode: 0644]
koward/test/TestInit.php [new file with mode: 0644]
koward/themes/graphics/favicon.ico [new file with mode: 0644]
koward/themes/graphics/query.png [new file with mode: 0644]
koward/themes/kolab/screen.css [new file with mode: 0644]