More bugfixes:
authorRoland Häder <roland@mxchange.org>
Tue, 24 Jun 2008 15:52:18 +0000 (15:52 +0000)
committerRoland Häder <roland@mxchange.org>
Tue, 24 Jun 2008 15:52:18 +0000 (15:52 +0000)
commite0317f461bd98d5c838b55ca31642d68ac8d5726
tree77f1986467120261215a33a4a35048380de0473b
parentd5e40277c2607f2cb130ab9fde84f8fbdb832ce4
More bugfixes:
- Template engine does now compile code again
- Missing controller for registration form added
- Stubs in all responses added to return proper default command
- Misc fixes in controller classes
.gitattributes
inc/classes/exceptions/controller/class_DefaultControllerException.php
inc/classes/exceptions/controller/class_InvalidControllerException.php
inc/classes/exceptions/main/class_ConfigEntryNotFoundException.php
inc/classes/exceptions/main/class_InvalidCommandException.php
inc/classes/main/controller/web/class_WebRegisterController.php [new file with mode: 0644]
inc/classes/main/resolver/controller/class_BaseControllerResolver.php
inc/classes/main/resolver/controller/image/class_ImageControllerResolver.php
inc/classes/main/response/class_HttpResponse.php
inc/classes/main/response/class_ImageResponse.php
inc/classes/main/template/class_BaseTemplateEngine.php