Files
speedBB/NOTES.md
tracer b6ce5160f9
Some checks failed
CI/CD Pipeline / test (push) Successful in 3s
CI/CD Pipeline / deploy (push) Failing after 10s
CI/CD Pipeline / promote_stable (push) Has been skipped
prepare for cli updates with custom php binary
2026-02-11 19:46:33 +01:00

780 B

TODO: Remove remaining IIFEs in ACP UI; prefer plain components/helpers. Add git_update.sh script to update the forum and core. Tag the release as latest For update, make three tabs: insite, cli, ci/di and add explanation

Progress (last 2 days):

  • Reached 100% test coverage across the codebase.
  • Added extensive Feature and Unit tests for controllers, models, services, and console commands.
  • Added coverage scripts and cleanup (tests for update/version flows, system update/status, attachments, forums, roles, ranks, settings, portal, etc.).
  • Hardened tests with fakes/mocks to cover error paths and edge cases.

TODO: Make PHP binary path configurable for updates if default PHP is outdated (ACP -> System). CI/CD: Runner must have PHP 8.4+ as the default CLI interpreter.