main-layout.php uruchamia się z CWD admin/, więc szukał pliku w admin/templates/additional-menu.php. Plik był błędnie umieszczony w templates/ (korzeń projektu) — menu dewelopera nie wyświetlało się. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
66 lines
966 B
Plaintext
66 lines
966 B
Plaintext
# Dokumentacja (tylko wewnetrzna/deweloperska)
|
|
*.md
|
|
docs/
|
|
CLAUDE.md
|
|
AGENTS.md
|
|
|
|
# Narzedzia deweloperskie
|
|
.claude/
|
|
.gitignore
|
|
.git/
|
|
tests/
|
|
phpunit.xml
|
|
phpunit.phar
|
|
composer.json
|
|
composer.lock
|
|
vendor/
|
|
test.ps1
|
|
memory/
|
|
|
|
# Infrastruktura aktualizacji (meta, nie runtime)
|
|
updates/
|
|
.updateignore
|
|
build-update.ps1
|
|
migrations/
|
|
|
|
# Pliki konfiguracyjne klienta (wdrazane osobno)
|
|
config.php
|
|
.htaccess
|
|
admin/.htaccess
|
|
libraries/version.ini
|
|
|
|
# Narzedzia serwisowe
|
|
test.php
|
|
_backup.php
|
|
_restore.php
|
|
restore.php
|
|
log.txt
|
|
|
|
# Pliki uzytkownika (nie nadpisywac)
|
|
upload/
|
|
images/
|
|
templates_user/
|
|
plugins/
|
|
|
|
# Temp / cache / backups
|
|
temp/
|
|
backups/
|
|
cache/
|
|
cron/
|
|
|
|
# Moduł zarządzania releaseami (tylko serwer dewelopera)
|
|
autoload/admin/controls/class.Releases.php
|
|
autoload/admin/factory/class.Releases.php
|
|
autoload/admin/view/class.Releases.php
|
|
admin/templates/releases/
|
|
|
|
# Menu dewelopera
|
|
admin/templates/additional-menu.php
|
|
|
|
# IDE
|
|
.vscode/
|
|
.serena/
|
|
|
|
# Cache testow
|
|
.phpunit.result.cache
|