- Smarty 4.1.1 → 4.5.6 (behebt dynamic property deprecations) - Core-Klassen: #[\AllowDynamicProperties] für Admin_role, base, Config, Customer, Customer_group, CustomerGroups, Item, Structure, website - website.class.php: counts[parent_id] initialisieren vor ++ (PHP 8.1) - layout.class.php: HTTP_ACCEPT_LANGUAGE mit isset-Guard - website_init.php: session_status()-Check vor session_start - .htaccess: HTTPS-Redirect via X-Forwarded-Proto (statt SERVER_PORT) - themes/easyshop_advanced/media/: Parent-Theme-Assets nachgezogen - .gitignore: smarty.4.1.1.bak ausschließen
51 lines
637 B
Plaintext
51 lines
637 B
Plaintext
# Secrets & Config
|
|
config.inc.php
|
|
|
|
# Logs
|
|
error_log.txt
|
|
error_log*
|
|
*.log
|
|
|
|
# User-Daten (Bilder, Uploads, Kundendateien)
|
|
/media/
|
|
/upload/
|
|
/logs/
|
|
/web/intelectra_shop/media/
|
|
/web/intelectra_shop/documents/article/
|
|
/web/intelectra_shop/themes/*/media/images/
|
|
|
|
# Smarty Cache/Compile
|
|
/tmp/smarty_compile/
|
|
/tmp/smarty_cache/
|
|
/tmp/log.csv
|
|
/web/*/tmp/
|
|
/web/*/themes/*/templates_c/
|
|
smarty_compile
|
|
|
|
# Backups / Altlasten
|
|
/libs/smarty.4.1.1.bak/
|
|
*.bak
|
|
*.bak2
|
|
*.bak3
|
|
*.broken
|
|
*.old
|
|
*.oold
|
|
*.backup_*
|
|
*.SAFE_BACKUP_*
|
|
*.live_backup_*
|
|
*.fix[0-9]*
|
|
*.orig
|
|
*~
|
|
|
|
# IDE / OS
|
|
.idea/
|
|
.vscode/
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Claude / AI
|
|
.claude/
|
|
|
|
# Node
|
|
node_modules/
|