Skip to content

Commit 09c8592

Browse files
committed
Update AGENTS.md
1 parent 2a7b8ca commit 09c8592

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

AGENTS.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
- Diagnose issues
2525
- Joomla errors: `tail -20 /tmp/everything.php`
2626
- Container logs: `docker compose -f .devcontainer/compose.yml logs --tail 100 joomla`
27+
- external server redirection: `curl -v 'http://www.dev.local/index.php?option=com_externallogin&view=server&server=1'`
2728

2829
## Code Style Highlights
2930

@@ -35,3 +36,15 @@
3536
- Maintain Joomla MVC inheritance patterns.
3637
- Include `defined('_JEXEC') or die;` at PHP entry points.
3738
- Use Joomla exceptions and `Text` for user-facing messages.
39+
40+
## Current Progress
41+
42+
- Migrated the site and administrator modules to the Joomla 5 service-provider structure (manifest, dispatcher, helper, templates).
43+
- Removed legacy module entry scripts from the manifest so packaging now relies on the DI dispatcher flow.
44+
- Registered the `server` view in the site router to restore the CAS login redirect endpoint after modernization.
45+
46+
## TODO
47+
48+
- Verify the frontend CAS Login link end-to-end once the dev container stack is running (expects redirect to the configured CAS server and back).
49+
- Confirm extension update scripts clean up leftover legacy files on existing installations.
50+
- Run module smoke tests in Joomla backend/frontend after packaging to ensure no regressions in alternative layouts.

0 commit comments

Comments
 (0)