Skip to content

namespaces-and-more#70

Draft
alikon wants to merge 5 commits into
mainfrom
namespace
Draft

namespaces-and-more#70
alikon wants to merge 5 commits into
mainfrom
namespace

Conversation

@alikon
Copy link
Copy Markdown
Owner

@alikon alikon commented May 29, 2026

Summary by Sourcery

Align extension namespaces with the Alikonweb vendor prefix and wire them into Joomla update and changelog infrastructure across plugins and modules.

Enhancements:

  • Switch console, contact, content, system, task plugins and the GitHub portfolio module from Joomla vendor namespaces to Alikonweb-specific namespaces, updating service providers and helpers accordingly.
  • Bump versions for the affected plugins and module to reflect the namespace change and other internal adjustments.
  • Add changelog entries for the new versions of each extension, documenting the namespace update.

Deployment:

  • Add or extend update server definitions for multiple extensions (including the new console update-from-CLI plugin) with download URLs, hashes, and Joomla 5/6 compatibility metadata.

@sourcery-ai
Copy link
Copy Markdown
Contributor

sourcery-ai Bot commented May 29, 2026

Reviewer's Guide

Aligns extension namespaces to the Alikonweb vendor prefix across multiple plugins and the GitHub portfolio module, and wires up update metadata (versions, changelog URLs, update servers) for these extensions including the new console Update from CLI plugin.

File-Level Changes

Change Details Files
Switch console, system, content, contact, task plugins and the GitHub portfolio module to the Alikonweb\ namespace and update dependent references.
  • Change PHP namespaces in extension, helper, CLI command, dispatcher, and provider classes from Joomla... to Alikonweb...
  • Update service provider registrations to use the new Alikonweb\ vendor prefix for plugin and module classes
  • Adjust module dispatcher factory registration to reference the new Alikonweb\Module\GithubPortfolio namespace
src/plugins/console/safemode/src/CliCommand/SafemodeCommand.php
src/plugins/console/safemode/src/Extension/SafemodeConsolePlugin.php
src/plugins/console/updatefromcli/src/Extension/UpdatefromcliConsolePlugin.php
src/plugins/console/updatefromcli/src/CliCommand/UpdatefromcliCommand.php
src/plugins/system/safemode/src/Extension/SafemodePlugin.php
src/plugins/system/safemode/src/Helper/SafemodeHelper.php
src/plugins/contact/customreply/src/Extension/CustomReply.php
src/plugins/content/export/src/Extension/Export.php
src/plugins/content/swaggerui/src/Extension/Swaggerui.php
src/plugins/system/magiclogin/src/Extension/MagicLogin.php
src/plugins/task/deltrash/src/Extension/Deltrash.php
src/modules/mod_github_portfolio/src/Dispatcher/Dispatcher.php
src/modules/mod_github_portfolio/src/Helper/GithubPortfolioHelper.php
src/modules/mod_github_portfolio/services/provider.php
src/plugins/contact/customreply/services/provider.php
src/plugins/content/export/services/provider.php
src/plugins/content/swaggerui/services/provider.php
src/plugins/system/magiclogin/services/provider.php
src/plugins/system/safemode/services/provider.php
src/plugins/task/deltrash/services/provider.php
src/plugins/console/safemode/services/provider.php
Update extension manifest XML files for new versions, namespaces, extra resources, and update server declarations.
  • Bump versions for several plugins and the GitHub portfolio module (export, swaggerui, magiclogin, safemode, deltrash, mod_github_portfolio)
  • Change elements in manifests from Joomla... to Alikonweb... for affected extensions
  • Add language and field folders to the Update from CLI console plugin manifest and include its updateserver definition
src/plugins/console/updatefromcli/updatefromcli.xml
src/plugins/content/swaggerui/swaggerui.xml
src/plugins/system/magiclogin/magiclogin.xml
src/plugins/system/safemode/safemode.xml
src/plugins/task/deltrash/deltrash.xml
src/plugins/contact/customreply/customreply.xml
src/modules/mod_github_portfolio/mod_github_portfolio.xml
src/plugins/console/safemode/safemode.xml
Add and extend update server metadata and changelog entries for updated extensions, including the new console Update from CLI plugin.
  • Append new entries with updated versions, download URLs, hashes, and PHP minimum to multiple updateserver.xml files
  • Create updateserver.xml and changelog.xml for the console Update from CLI plugin
  • Add new entries documenting the namespace change for each updated plugin and module
src/plugins/contact/customreply/updateserver.xml
src/plugins/content/export/updateserver.xml
src/plugins/console/safemode/updateserver.xml
src/plugins/content/swaggerui/updateserver.xml
src/plugins/system/magiclogin/updateserver.xml
src/plugins/system/safemode/updateserver.xml
src/plugins/task/deltrash/updateserver.xml
src/modules/mod_github_portfolio/updateserver.xml
src/plugins/console/updatefromcli/updateserver.xml
src/plugins/console/updatefromcli/changelog.xml
src/plugins/console/safemode/changelog.xml
src/plugins/contact/customreply/changelog.xml
src/plugins/content/export/changelog.xml
src/plugins/content/swaggerui/changelog.xml
src/plugins/system/magiclogin/changelog.xml
src/plugins/system/safemode/changelog.xml
src/plugins/task/deltrash/changelog.xml
src/modules/mod_github_portfolio/changelog.xml

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant