0
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 17 hours ago. based on code collected 2 days ago.
Sep 16, 2025 — Sep 16, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add GitHub community health files under .github More... 4 days ago
Update README More... 9 days ago
! PHP and Joomla minimum and maximum version compatibility is now enforced More... 14 days ago
- Removed legacy error handler More... 16 days ago
Build instructions using akeeba/buildfiles-public More... 16 days ago
Fix Bleeding Edge scan permanently skipping a brand-new category's first scan More... 17 days ago
e2e: pair each Joomla version with the edges of its PHP range More... 17 days ago
Funnel every query through Helper\DbQuery::create() More... 17 days ago
Call setDatabase() directly in the installer script More... 17 days ago
Drop the unreachable Toolbar::getInstance() fallback in ViewToolbarTrait More... 17 days ago
Drop the unreachable CMSObject fallback from plg_editors-xtd_arslink More... 17 days ago
Load the com_ars.j5 style unconditionally in mod_arsgraph More... 17 days ago
Load the com_ars.j5 style unconditionally in the backend dispatcher More... 17 days ago
e2e: track the real Joomla floor (5.4.0), not the stale 4.3.0 More... 17 days ago
Drop the UCM record back-fill, redundant since the Joomla 5.4 floor More... 17 days ago
Min and max PHP and Joomla versions More... 18 days ago
UpgradeModel: converge on the canonical akeebabackup implementation More... 18 days ago
UpgradeModel: actually delete the folder in deleteFolder() More... 18 days ago
JSON API routes for Automatic Item Descriptions, Download ID labels, Environments, and Update Streams More... 18 days ago
Merge pull request #252 from j2commerce/releasefix More... 20 days ago
Fixed missing user association to release More... 20 days ago
# [LOW] PHP Warning on inaccessible item [gh-251] More... 25 days ago
Preparing 7.5.0 More... 25 days ago
release.yaml: add support for `security` tag More... 25 days ago
Update SECURITY.md More... 25 days ago
Merge remote-tracking branch 'refs/remotes/origin/development' into development More... 25 days ago
Release notes More... 25 days ago
Update SECURITY.md with environment support and response times More... 25 days ago
Fix gh-348 LegacyObjectTrait::normalizePossibleCMSObject() gated the unwrap on class_exists(CMSObject::class) && !$item instanceof CMSObject, which degenerates to always-false on Joomla releases that remove CMSObject and would then fatal on any plain object via $item->getProperties(); the guard is replaced by method_exists($item, 'getProperties'), and objects without that method have their public properties extracted using the same logic as Joomla's LegacyPropertyManagementTrait::getProperties(true). More... about 1 month ago
Replace the deprecated Table::getDbo() with getDatabase() More... about 1 month ago