| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2026-06-06 | install: fix null gBitInstallDb in upgrade step | Lester Caine | 1 | -0/+6 | |
| Each installer step is a separate HTTP request. install_packages.php creates $gBitInstallDb but by the time install_upgrade.php runs it is a fresh request and the variable is null, causing a fatal error when upgrade_packages is submitted. Re-establish the DB connection at the start of the upgrade submission block if $gBitInstallDb is not already set. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||||
| 2026-06-01 | Fix uksort callbacks — use closures instead of namespaced string names | Lester Caine | 1 | -2/+2 | |
| String callbacks with namespace prefixes are unreliable; fn() closures resolve upgrade_version_sort / upgrade_query_sort in the current namespace. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||||
| 2026-05-26 | Fix PHP 8.5 uksort deprecation and namespace/object refs in upgrade step | Lester Caine | 2 | -4/+23 | |
| - upgrade_version_sort now returns version_compare() int (-1/0/1) not bool - upgrade_package_sort call uses fully-qualified Bitweaver\Install namespace - install_upgrade.tpl uses gBitInstaller->getVersion() (correct in install context) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||||
| 2026-05-22 | Fix integrity check page: working 'try to add table' and 'show table details' | Lester Caine | 1 | -23/+17 | |
| Reuse existing DB connection (mDb->mDb) instead of opening a redundant new ADOdb connection that fails silently on Firebird PDO. Also fix JS namespace backslash in toggleElementDisplay call that broke the show-table-details link. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||||
| 2026-05-18 | tidy first install logic so that installed opens in the right place | Lester Caine | 1 | -1/+1 | |
| 2026-05-18 | Ensure current bitweaver version in database | Lester Caine | 1 | -2/+3 | |
| 2026-05-18 | Clean up install process post first install | Lester Caine | 1 | -2/+4 | |
| Can now install new packages | |||||
| 2026-05-15 | Remove unused group model code | Lester Caine | 1 | -29/+0 | |
| 2026-05-15 | Make ROLE_MODEL the default memory model | Lester Caine | 5 | -75/+27 | |
| 2026-05-15 | To simplyfy maintenence BitUser classes have been retired and active code ↵ | Lester Caine | 2 | -10/+3 | |
| base defaulted to ROLE_MODEL | |||||
| 2026-05-14 | php-cs-fixer tidies to php8.5 standards | Lester Caine | 11 | -40/+24 | |
| Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||||
| 2026-05-10 | trim Hash from getUserIdFromCookie as it only accepts a cookie string | Lester Caine | 1 | -1/+1 | |
| 2026-04-16 | Switch a new install to start up in bithtml rather than tikiwikiV5-php84 | lsces | 1 | -4/+5 | |
| 2026-04-16 | magickwand is no longer a separate package, it is now rolled into and ↵ | lsces | 1 | -1/+2 | |
| replaces imagick | |||||
| 2026-04-06 | Tidying links to bitweaver.org to avoid redirect from http | lsces | 1 | -4/+3 | |
| 2026-04-05 | It does help if you stage changes from the right machine. This is the rework ↵ | lsces | 18 | -530/+479 | |
| of the installer for namespace and php8.4 | |||||
| 2026-04-05 | Just killed the final ?> | lsces | 1 | -1/+0 | |
| 2025-06-01 | update config file error message with SELinux remedy | spiderr | 1 | -1/+1 | |
| 2022-11-12 | major cleanup to install of new installation testing | spiderr | 14 | -10/+1682 | |
| 2021-06-02 | clean up install for new includes/classes directory pathing | spiderr | 5 | -0/+1315 | |
