Skip to content

History / Module

Revisions

  • Introduce RuntimeExtension and installable packages Restructure extension model and docs: add RuntimeExtensionInterface and InstallablePackage/InstallablePackageRecord docs, remove legacy Plugin/PluginBase/PluginInterface docs, and update references across the docs to use Runtime Extensions and Installable Packages. Rename Application::registerPlugin to registerRuntimeExtension and update examples; adjust AdapterRegistry, Integrations, Home, Module, Template, UiRenderer, index, and Upgrade-to-v4 to reflect the new runtime vs installable package distinction. Also add detailed database error mapping notes and upgrader behavior for package/plugin-related migrations.

    @viames viames committed Apr 23, 2026
  • Add extensive Pair framework docs and update indexes Add dozens of new markdown docs for Pair framework components (ACL, exceptions, services, mailers, form controls, helpers, models, integrations and more). Update API.md and Home.md to reference the new pages. Extend ActiveRecord.md with a modern quick reference and practical recipes, add additional Database usage examples, and include minor updates to Query.md, Model.md and View.md to reflect the expanded documentation. These changes populate the docs/wiki with usage examples, main methods, and implementation notes for each component.

    @viames viames committed Feb 24, 2026