Template
refactor: restructure template into samples/ + source/ layout #38
Reference in New Issue
Block a user
Delete Branch "dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Promotes the
samples/+source/restructure fromdevtomain.devwas first synced up tomain(it had been 111 commits behind), so this PR's diff is only the restructure — 32 files, +1966 / −1260, no stray workflow changes.Changes
samples/manifest/— well-formed reference<extension>manifests for all six extension types (component, template, module, plugin, package, library)samples/script/— standardscript.phpinstall/update handler templates ({REPONAME}/{PACKAGENAME}placeholders)source/— new canonical build root; CI scanssource//src//htdocs/types/per-type scaffoldsREADME.mdfor the new structure + CI table.gitignore— anchored the PythonMANIFESTrule to root (/MANIFEST) so it no longer swallowssamples/manifest/on case-insensitive filesystems (Windows/macOS)ci-joomla.yml— added SQL, language-key consistency/orphan, PHP CodeSniffer, security-pattern, updates.xml, asset-existence, MVC-naming, router, ACL, webservices, ZIP dry-run, and JS/CSS checksNotes
devwas brought current withmainfirst (merge + conflict resolution favoring main's canonical synced workflows) and a stale duplicateworkflow-sync-trigger.ymlat the old path was removed, so this PR does not regress any workflow..gitignorefix is important: without it, the manifest samples look committed locally but are silently absent from the repo and any repo generated from this template.feat/restructure-samples-source→mainPR), now closed.Authored-by: Moko Consulting
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.