]> git.mxchange.org Git - core.git/commit - framework/main/classes/commands/html/class_HtmlLoginCommand.php
Refacuring / possible WIP:
authorRoland Häder <roland@mxchange.org>
Thu, 10 Dec 2020 01:37:41 +0000 (02:37 +0100)
committerRoland Häder <roland@mxchange.org>
Thu, 10 Dec 2020 01:37:41 +0000 (02:37 +0100)
commit79e6029823f993ec7503a399aa2fdbb95aadb2d1
tree7abb7e116c44979f4d9ff0f7335126b79a033583
parent335a72fec3b93b9212c36575e2bf7fb676870051
Refacuring / possible WIP:
- rewrote a lot clases and cleared up abuse of Block interface
- got rid of $applicationInstance as this can be retrieved singelton
- moved some files, added new BaseFileIndex class

Signed-off-by: Roland Häder <roland@mxchange.org>
41 files changed:
framework/config-global.php
framework/main/classes/class_BaseFrameworkSystem.php
framework/main/classes/commands/class_BaseCommand.php
framework/main/classes/commands/html/class_HtmlConfirmCommand.php
framework/main/classes/commands/html/class_HtmlHomeCommand.php
framework/main/classes/commands/html/class_HtmlLoginAreaCommand.php
framework/main/classes/commands/html/class_HtmlLoginCommand.php
framework/main/classes/commands/html/class_HtmlLoginFailedCommand.php
framework/main/classes/commands/html/class_HtmlLogoutDoneCommand.php
framework/main/classes/commands/html/class_HtmlRegisterCommand.php
framework/main/classes/commands/html/class_HtmlStatusCommand.php
framework/main/classes/database/result/class_CachedDatabaseResult.php
framework/main/classes/file_directories/binary/class_BaseBinaryFile.php
framework/main/classes/file_directories/binary/index/class_IndexFile.php
framework/main/classes/file_directories/binary/stack/class_StackFile.php
framework/main/classes/file_directories/class_BaseFileIo.php
framework/main/classes/file_directories/input/text/class_FrameworkTextFileInputPointer.php
framework/main/classes/file_directories/io/class_FrameworkFileInputOutputPointer.php
framework/main/classes/index/class_BaseIndex.php
framework/main/classes/index/file/class_BaseFileIndex.php [new file with mode: 0644]
framework/main/classes/index/file/stack/class_FileStackIndex.php [new file with mode: 0644]
framework/main/classes/index/file_stack/class_FileStackIndex.php [deleted file]
framework/main/classes/iterator/file/class_FileIterator.php
framework/main/classes/output/console/class_ConsoleOutput.php
framework/main/classes/output/debug/class_BaseDebugOutput.php
framework/main/classes/output/debug/console/class_DebugConsoleOutput.php
framework/main/classes/output/debug/error/class_DebugErrorLogOutput.php
framework/main/classes/output/debug/web/class_DebugWebOutput.php
framework/main/classes/output/web/class_WebOutput.php
framework/main/classes/stacker/file/class_BaseFileStack.php
framework/main/classes/stacker/file/fifo/class_FiFoFileStack.php
framework/main/interfaces/index/class_Indexable.php
framework/main/interfaces/index/file/class_FileIndexer.php [new file with mode: 0644]
framework/main/interfaces/index/file/stack/class_IndexableStack.php [new file with mode: 0644]
framework/main/interfaces/index/stack/class_IndexableStack.php [deleted file]
framework/main/interfaces/io/class_Streamable.php
framework/main/interfaces/io/class_StreamableInput.php
framework/main/interfaces/iterator/file/class_SeekableWritableFileIterator.php
framework/main/interfaces/stacker/file/class_StackableFile.php
framework/main/middleware/io/class_FileIoHandler.php
framework/main/traits/index/stack/class_IndexableStackTrait.php [deleted file]