v0.0.25

24 June 2026

Site moved out of submodule into the main repo, deploy script cleaned up, admin browse panel fixed.

Changed

  • site/ is no longer gitignored as a separate submodule : it's tracked directly in this repo now. .gitignore no longer excludes /site.
  • deploy.php simplified: dropped the standalone site-data-repo tasks (data:reset, data:push, data:update, data:init) and unused release:list/release/merge/server/server:reload tasks; download:users/upload:storage commented out pending the new structure.
  • functions.php's f() helper now resolves its page through p() instead of a stale page() reference.

Fixed

  • Admin browse panel scrolling/layout fixed : file list pane now scrolls independently, sticky field headers no longer overlap the toolbar.