From ae0681a0165b175e168ff04056283425922dc37e Mon Sep 17 00:00:00 2001 From: Jacek Pyziak Date: Thu, 26 Feb 2026 23:05:55 +0100 Subject: [PATCH] =?UTF-8?q?Popraw=20walidacj=C4=99=20zewn=C4=99trznych=20l?= =?UTF-8?q?ink=C3=B3w=20aplikacyjnych=20oraz=20dodaj=20.serena=20do=20.git?= =?UTF-8?q?ignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Dodaj automatyczne uzupełnianie https:// dla linków bez protokołu w aplication_link, aby adresy typu www.example.pl były traktowane jako zewnętrzne. Co-Authored-By: Claude Opus 4.6 --- .gitignore | 1 + .vscode/ftp-kr.json | 5 ++++- .../globelus/adverts/advert-details.php | 15 +++++++++++---- 3 files changed, 16 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index e52c598..d4d53eb 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ .vscode/ftp-kr.sync.cache.json +.serena/ diff --git a/.vscode/ftp-kr.json b/.vscode/ftp-kr.json index 59b6a3c..9942ae6 100644 --- a/.vscode/ftp-kr.json +++ b/.vscode/ftp-kr.json @@ -12,6 +12,9 @@ "ignoreRemoteModification": true, "ignore": [ ".git", - "/.vscode" + "/.vscode", + "/.serena", + "/.claude", + "CLAUDE.md" ] } \ No newline at end of file diff --git a/templates_user/globelus/adverts/advert-details.php b/templates_user/globelus/adverts/advert-details.php index 24d1a15..9876783 100644 --- a/templates_user/globelus/adverts/advert-details.php +++ b/templates_user/globelus/adverts/advert-details.php @@ -1,4 +1,11 @@ - +