// TODO: replace all paths with typo3conf/ (usw.) and /../ and fileadmin/ with correct path computing function.
// TODO: set setAppRelToCwd() in every api file.
// TODO: replace Logger::makePathAbsolute()
// TODO: Compare Support::joinPath with Path::join
// TODO: Read code in Core/Typo3
// TODO: comment out autoloader in T3Handler::t3AutoloadIfNotRunning() and test if this file still runs without exception.
// TODO: create filePathToQfqConfig() and replace config references with this
// TODO: Replace all calls to T3Handler::... and Store/T3Info.php with abstraction
// TODO: AS _pagee macht link auf .../index.php . entweder datei umbenennen oder link klasse aendern
// TODO: add HTML header and body tags to echo
// TODO: Check if there are other javascript files which have to be included in qfq/Resources/Public/JavaScript
...
...
@@ -27,6 +23,15 @@ use IMATHUZH\Qfq\Core\QuickFormQuery;
// TODO: Test if qfq, sql and mail logs still work
// TODO: write docstrings for Path.php
// PATH migration
// TODO: create filePathToQfqConfig() and replace config references with this
// TODO: replace all paths with typo3conf/ (usw.) and /../ and fileadmin/ with correct path computing function.
// TODO: Compare Support::joinPath with Path::join
// Testing
// TODO: Fix Unittests
// TODO: test if Logger::makePathAbsolute() actually still does what it should (I have changed it)
// Misc.
// TODO: TablesorterController.js: pass API url as data attribute instead of hardcode (this.tablesorterApiUrl = 'typo3conf/ext/qfq/Classes/Api/setting.php';)