summaryrefslogtreecommitdiff
path: root/includes
AgeCommit message (Collapse)AuthorFilesLines
2026-05-18Correctly handle transaltion when starting up without things setLester Caine1-1/+1
2026-05-14php-cs-fixer tidies to php8.5 standardsLester Caine4-202/+202
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-10Use BIT_INSTALL to block database access until database has been populatedLester Caine1-1/+1
2026-05-08Allow loading of BitLanguage while database is being built, check table ↵V5-php84lsces1-1/+1
exists before trying to use it
2026-04-05Solving a little chicken and egg situation when installing from scratch. ↵lsces1-1/+1
Once the database is created autoload is messing things up until the tables are also created. Need a tidier way of doing this but it works for now by check tables exist before using them.
2025-08-27General changes to cover uninitialized variables and style changes for PHP8.4lsces1-21/+26
2025-08-27Classes remorked in namespace structurelsces1-140/+127
2025-08-27Restructure fo namespace layoutlsces3-0/+522
2025-05-24empty check on pString in ::translatespiderr1-36/+40
2021-02-13update package_path in bit_setup_incspiderr1-1/+1
2021-02-13move bit_setup_inc.php to includes/modela bitweaver1-0/+77
2021-02-02move _inc and _lib to includes/ and use PKG_INCLUDE_PATH constantsmodela bitweaver1-0/+702