23 Commits
Author SHA1 Message Date
mbirth cb2c3ce5e2 Prep Config Container and Dependency Injection
Signed-off-by: Markus Birth <markus@birth-online.de>
2025-06-14 18:04:17 +01:00
mbirth 4487199f16 Increase error reporting and fix a few small warnings
Signed-off-by: Markus Birth <markus@birth-online.de>
2025-06-14 17:58:36 +01:00
mbirth 56100cfd10 Remove more crud. Set error_reporting in bootstrap as there are still lots of NOTICEs. 2022-02-25 02:16:59 +01:00
mbirth 08f1e90555 Fix mismatching signature. 2022-02-25 01:49:05 +01:00
mbirth d18224e34d Improve bootstrap.php. 2022-02-20 17:15:52 +01:00
mbirth 4785f07f12 Always assume UTF-8. 2022-02-20 17:14:54 +01:00
mbirth 2d127e81e1 Cleanup and rename project to 幸運な偶然 - Lucky Coinkydink. 2022-02-19 22:19:07 +01:00
mbirth 09f47fc2d0 escapeString() can get a null value. 2022-02-14 21:57:57 +01:00
mbirth ff2131f9e3 Make DbTools::bool() static. 2022-02-14 21:57:40 +01:00
mbirth 27d91781ee Fix installer crashing b/c function was not available. 2022-02-14 21:44:38 +01:00
mbirth 5bd24c2d12 Output contents of $serendipity on Exception. 2022-02-14 21:44:20 +01:00
mbirth 7e8dcb0cb6 Added ConfigContainer. Routing.php is not yet fully converted. 2022-02-14 02:49:49 +01:00
mbirth fc78f871ed Replace microtime_float() by microtime(true). 2022-02-13 23:02:08 +01:00
mbirth 12e9df52de Typos and a few type hints. 2022-02-13 16:16:18 +01:00
mbirth 50c89e2bad Moved caching methods out of functions.inc.php into ContentCache class. 2022-02-13 16:15:48 +01:00
mbirth bb98e38522 Made Sqlite3ooDatabase extending from Sqlite3Database and removed redundand methods. Added a few type hints. Fixed a few typos in comments. 2022-02-13 13:18:27 +01:00
mbirth 8ecebf8940 Fix typo. Also added isUtf8mb4Ready() to DbAbstract. 2022-02-13 00:10:19 +01:00
mbirth d6ebe7a46f Fix missing utf8mb4-check. 2022-02-12 23:58:17 +01:00
mbirth d5318922b9 Turn database drivers into classes. Keep db.inc.php as a Shim. 2022-02-12 23:27:14 +01:00
mbirth d550adcdcd Moved genpage.inc.php into PageGenerator class. 2022-02-12 15:50:22 +01:00
mbirth 3623bdd4b1 Add missing property declaration. 2022-02-12 14:20:33 +01:00
mbirth 2470c65175 Moved functions_routing.inc.php into a class. 2022-02-12 04:41:33 +01:00
mbirth 4bee231cc6 Added bootstrap.php for Autoloader and Debugger. 2022-02-12 04:41:04 +01:00