Port to OXID eShop 6.5+ with PHP 8 compatibility#73
Open
AlexHupe wants to merge 2 commits intojkrug:masterfrom
Open
Port to OXID eShop 6.5+ with PHP 8 compatibility#73AlexHupe wants to merge 2 commits intojkrug:masterfrom
AlexHupe wants to merge 2 commits intojkrug:masterfrom
Conversation
- Upgrade metadata from 1.1 to 2.1 - Replace classmap autoloading with PSR-4 namespaces (Toxid\) - Restructure to OXID 6.x module directory layout (Application/, Core/) - Replace old extend paths with fully qualified class names - Replace 'files' array with 'controllers' array - Add smartyPluginDirectories for Smarty plugin registration - Fix PHP 8 compatibility (null coalescing, type hints, return types) - Replace azure theme template with generic wave-compatible template - Add SSL URL rewriting support for alternative source URLs - Add 301/302/303/307 redirect handling with URL rewriting - Add configurable cache TTL with file cache support - Add SSL certificate verification toggle - Update admin configuration template - Remove deprecated events system and content widget Tested with OXID eShop 6.5.5 CE, PHP 8.1, WordPress as CMS backend. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Author
|
Live-Demo: https://endlichzuhause.de/magazin/ |
- Ensure trailing slash for href/action URLs after rewriting CMS URLs to OXID SEO URLs (skip for src/srcset and file extensions) - Cache page title, description and keywords alongside snippet content so metadata is restored on cache hits instead of being lost Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Complete port of TOXID cURL from OXID 4.x/5.x to OXID eShop 6.5+ with full PHP 8 compatibility.
What changed
Toxid\namespace with proper directory structure (Application/,Core/)filesarray withcontrollersarray,extenduses FQCN instead of path stringsstr_starts_with()usagesmartyPluginDirectoriesinstead of manual UtilsView extensiontoxid.tplwith sidebar/content layout (replaces azure-specific templates)Removed
eventssystem (onActivate/onDeactivate) - not needed with metadata 2.1Tested with
Migration from v2.x
toxid_curl/directory from modulesmodules/toxid_curl/Test plan
tmp/for cached snippets)🤖 Generated with Claude Code