diff --git a/.serena/project.yml b/.serena/project.yml index 6bb04ca..dcdf3c9 100644 --- a/.serena/project.yml +++ b/.serena/project.yml @@ -52,7 +52,9 @@ ignored_paths: [] # Added on 2025-04-18 read_only: false -# list of tool names to exclude. We recommend not excluding any tools, see the readme for more details. +# list of tool names to exclude. +# This extends the existing exclusions (e.g. from the global configuration) +# # Below is the complete list of tools for convenience. # To make sure you have the latest list of tools, and to view their descriptions, # execute `uv run scripts/print_tool_overview.py`. @@ -93,7 +95,8 @@ read_only: false # * `write_memory`: Writes a named memory (for future reference) to Serena's project-specific memory store. excluded_tools: [] -# list of tools to include that would otherwise be disabled (particularly optional tools that are disabled by default) +# list of tools to include that would otherwise be disabled (particularly optional tools that are disabled by default). +# This extends the existing inclusions (e.g. from the global configuration). included_optional_tools: [] # fixed set of tools to use as the base tool set (if non-empty), replacing Serena's default set of tools. @@ -124,3 +127,26 @@ initial_prompt: "" # This overrides the corresponding setting in the global configuration; see the documentation there. # If null or missing, use the setting from the global configuration. symbol_info_budget: + +# line ending convention to use when writing source files. +# Possible values: unset (use global setting), "lf", "crlf", or "native" (platform default) +# This does not affect Serena's own files (e.g. memories and configuration files), which always use native line endings. +line_ending: + +# list of regex patterns which, when matched, mark a memory entry as read‑only. +# Extends the list from the global configuration, merging the two lists. +read_only_memory_patterns: [] + +# list of regex patterns for memories to completely ignore. +# Matching memories will not appear in list_memories or activate_project output +# and cannot be accessed via read_memory or write_memory. +# To access ignored memory files, use the read_file tool on the raw file path. +# Extends the list from the global configuration, merging the two lists. +# Example: ["_archive/.*", "_episodes/.*"] +ignored_memory_patterns: [] + +# advanced configuration option allowing to configure language server-specific options. +# Maps the language key to the options. +# Have a look at the docstring of the constructors of the LS implementations within solidlsp (e.g., for C# or PHP) to see which options are available. +# No documentation on options means no options are available. +ls_specific_settings: {} diff --git a/.vscode/ftp-kr.json b/.vscode/ftp-kr.json index 1b3c3ca..ba3a1c5 100644 --- a/.vscode/ftp-kr.json +++ b/.vscode/ftp-kr.json @@ -6,7 +6,7 @@ "protocol": "ftp", "port": 0, "fileNameEncoding": "utf8", - "autoUpload": false, + "autoUpload": true, "autoDelete": false, "autoDownload": false, "ignoreRemoteModification": true, diff --git a/.vscode/sftp.json b/.vscode/sftp.json index 8f8e667..94dcffd 100644 --- a/.vscode/sftp.json +++ b/.vscode/sftp.json @@ -6,7 +6,7 @@ "username": "www@marianek.pl", "password": "7rtNLvttUf8mRhthuPQ5", "remotePath": "/public_html", - "uploadOnSave": true, + "uploadOnSave": false, "useTempFile": false, "openSsh": false, "ignore": [ diff --git a/templates_user/articles/article-full.php b/templates_user/articles/article-full.php index 32b213b..0627603 100644 --- a/templates_user/articles/article-full.php +++ b/templates_user/articles/article-full.php @@ -8,26 +8,24 @@ $text = \front\Views\Articles::generateHeadersIds( $text ); $this -> article['language']['seo_link'] ? $url = $this -> article['language']['seo_link'] : $url = 'a-' . $this -> article['id'] . '-' . \Shared\Helpers\Helpers::seo( $this -> article['language']['title'] ); if ( $this -> article['show_title'] ) - echo '

' . htmlspecialchars( $this -> article['language']['title'], ENT_QUOTES, 'UTF-8' ) . '

'; + echo '

' . $this -> article['language']['title'] . '

'; if ( $this -> article['social_icons'] ): - $safeHost = htmlspecialchars( $_SERVER['SERVER_NAME'], ENT_QUOTES, 'UTF-8' ); - $safeUrl = htmlspecialchars( $url, ENT_QUOTES, 'UTF-8' ); ?>
- + facebook - + pinterest - + twitter - + linkedin - + google+
diff --git a/templates_user/shop-basket/_partials/product-custom-fields.php b/templates_user/shop-basket/_partials/product-custom-fields.php index 8d2c805..e3adeab 100644 --- a/templates_user/shop-basket/_partials/product-custom-fields.php +++ b/templates_user/shop-basket/_partials/product-custom-fields.php @@ -1,52 +1,15 @@ - custom_fields ) : ?> -
- custom_fields as $key => $val ) : ?> - findCustomFieldCached( $key ); ?> - - - -
-
- -
-
- -
-
- -
-
- -
-
- <?= htmlspecialchars( $custom_field['name'] );?> -
-
- - - Edytuj personalizację -
- -