From de260489eee1d8cad0f2cf93d27597e052dc3df9 Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Tue, 21 Oct 2025 13:59:01 -0600 Subject: [PATCH 1/4] remove phpstan file Signed-off-by: Andy Miller --- needs_fixing.txt | 505 ----------------------------------------------- 1 file changed, 505 deletions(-) delete mode 100644 needs_fixing.txt diff --git a/needs_fixing.txt b/needs_fixing.txt deleted file mode 100644 index bc9122204..000000000 --- a/needs_fixing.txt +++ /dev/null @@ -1,505 +0,0 @@ - ------ ---------------------------------------------------- - Line src/Grav/Common/GPM/Response.php - ------ ---------------------------------------------------- - 3 Class Grav\Common\GPM\Response not found. - 🪪 class.notFound - 💡 Learn more at - https://phpstan.org/user-guide/discovering-symbols - ------ ---------------------------------------------------- - - ------ ----------------------------------------------------------- - Line src/Grav/Common/Grav.php - ------ ----------------------------------------------------------- - 148 No error to ignore is reported on line 148. - 681 Unsafe usage of new static(). - 🪪 new.static - 💡 See: - https://phpstan.org/blog/solving-phpstan-error-unsafe-usa - ge-of-new-static - ------ ----------------------------------------------------------- - - ------ ----------------------------------------------------------- - Line src/Grav/Common/Page/Collection.php - ------ ----------------------------------------------------------- - 112 Unsafe usage of new static(). - 🪪 new.static - 💡 See: - https://phpstan.org/blog/solving-phpstan-error-unsafe-usa - ge-of-new-static - 209 Unsafe usage of new static(). - 🪪 new.static - 💡 See: - https://phpstan.org/blog/solving-phpstan-error-unsafe-usa - ge-of-new-static - ------ ----------------------------------------------------------- - - ------ ----------------------------------------------------------- - Line src/Grav/Common/Processors/InitializeProcessor.php - ------ ----------------------------------------------------------- - 58 Unsafe usage of new static(). - 🪪 new.static - 💡 See: - https://phpstan.org/blog/solving-phpstan-error-unsafe-usa - ge-of-new-static - ------ ----------------------------------------------------------- - - ------ ------------------------------------------------------- - Line src/Grav/Common/Scheduler/Job.php - ------ ------------------------------------------------------- - 574 Call to static method sendEmail() on an unknown class - Grav\Plugin\Email\Utils. - 🪪 class.notFound - 💡 Learn more at - https://phpstan.org/user-guide/discovering-symbols - ------ ------------------------------------------------------- - - ------ ---------------------------------------------------------- - Line src/Grav/Common/Scheduler/SchedulerController.php - ------ ---------------------------------------------------------- - 41 Class Grav\Common\Scheduler\ModernScheduler not found. - 🪪 class.notFound - 💡 Learn more at - https://phpstan.org/user-guide/discovering-symbols - 45 Instantiated class Grav\Common\Scheduler\ModernScheduler - not found. - 🪪 class.notFound - 💡 Learn more at - https://phpstan.org/user-guide/discovering-symbols - ------ ---------------------------------------------------------- - - ------ -------------------------------------------------------- - Line src/Grav/Common/Service/SchedulerServiceProvider.php - ------ -------------------------------------------------------- - 55 Instantiated class Grav\Common\Scheduler\JobWorker not - found. - 🪪 class.notFound - 💡 Learn more at - https://phpstan.org/user-guide/discovering-symbols - ------ -------------------------------------------------------- - - ------ --------------------------------------------- - Line src/Grav/Common/Session.php - ------ --------------------------------------------- - 132 No error to ignore is reported on line 132. - 137 No error to ignore is reported on line 137. - ------ --------------------------------------------- - - ------ ----------------------------------------------------------- - Line src/Grav/Common/Uri.php - ------ ----------------------------------------------------------- - 1131 Unsafe usage of new static(). - 🪪 new.static - 💡 See: - https://phpstan.org/blog/solving-phpstan-error-unsafe-usa - ge-of-new-static - ------ ----------------------------------------------------------- - - ------ -------------------------------------------------------- - Line src/Grav/Console/Application/Application.php - ------ -------------------------------------------------------- - 125 Return type mixed of method - Grav\Console\Application\Application::configureIO() is - not covariant with return type void of method - Symfony\Component\Console\Application::configureIO(). - ------ -------------------------------------------------------- - - ------ --------------------------------------------------------- - Line src/Grav/Console/ConsoleCommand.php - ------ --------------------------------------------------------- - 29 Return type mixed of method - Grav\Console\ConsoleCommand::execute() is not covariant - with return type int of method - Symfony\Component\Console\Command\Command::execute(). - ------ --------------------------------------------------------- - - ------ ----------------------------------------------------------- - Line src/Grav/Console/ConsoleTrait.php (in context of class - Grav\Console\ConsoleCommand) - ------ ----------------------------------------------------------- - 89 Method Grav\Console\ConsoleCommand::addOption() overrides - method - Symfony\Component\Console\Command\Command::addOption() - but misses parameter #6 $suggestedValues. - ------ ----------------------------------------------------------- - - ------ -------------------------------------------------------- - Line src/Grav/Console/ConsoleTrait.php (in context of class - Grav\Console\GpmCommand) - ------ -------------------------------------------------------- - 89 Method Grav\Console\GpmCommand::addOption() overrides - method - Symfony\Component\Console\Command\Command::addOption() - but misses parameter #6 $suggestedValues. - ------ -------------------------------------------------------- - - ------ -------------------------------------------------------- - Line src/Grav/Console/ConsoleTrait.php (in context of class - Grav\Console\GravCommand) - ------ -------------------------------------------------------- - 89 Method Grav\Console\GravCommand::addOption() overrides - method - Symfony\Component\Console\Command\Command::addOption() - but misses parameter #6 $suggestedValues. - ------ -------------------------------------------------------- - - ------ ---------------------------------------------------------- - Line src/Grav/Console/GpmCommand.php - ------ ---------------------------------------------------------- - 31 Return type mixed of method - Grav\Console\GpmCommand::execute() is not covariant with - return type int of method - Symfony\Component\Console\Command\Command::execute(). - 39 No error to ignore is reported on line 39. - ------ ---------------------------------------------------------- - - ------ ----------------------------------------------------------- - Line src/Grav/Console/GravCommand.php - ------ ----------------------------------------------------------- - 29 Return type mixed of method - Grav\Console\GravCommand::execute() is not covariant with - return type int of method - Symfony\Component\Console\Command\Command::execute(). - ------ ----------------------------------------------------------- - - ------ ----------------------------------------------------------- - Line src/Grav/Framework/Acl/RecursiveActionIterator.php - ------ ----------------------------------------------------------- - 62 Unsafe usage of new static(). - 🪪 new.static - 💡 See: - https://phpstan.org/blog/solving-phpstan-error-unsafe-usa - ge-of-new-static - ------ ----------------------------------------------------------- - - ------ ---------------------------------------------------------- - Line src/Grav/Framework/Cache/CacheTrait.php (in context of - class Grav\Framework\Cache\AbstractCache) - ------ ---------------------------------------------------------- - 87 Return type mixed of method - Grav\Framework\Cache\AbstractCache::get() is not - covariant with return type mixed of method - Psr\SimpleCache\CacheInterface::get(). - 102 Return type mixed of method - Grav\Framework\Cache\AbstractCache::set() is not - covariant with return type bool of method - Psr\SimpleCache\CacheInterface::set(). - 117 Return type mixed of method - Grav\Framework\Cache\AbstractCache::delete() is not - covariant with return type bool of method - Psr\SimpleCache\CacheInterface::delete(). - 127 Return type mixed of method - Grav\Framework\Cache\AbstractCache::clear() is not - covariant with return type bool of method - Psr\SimpleCache\CacheInterface::clear(). - 138 Return type mixed of method - Grav\Framework\Cache\AbstractCache::getMultiple() is not - covariant with return type iterable of method - Psr\SimpleCache\CacheInterface::getMultiple(). - 181 Return type mixed of method - Grav\Framework\Cache\AbstractCache::setMultiple() is not - covariant with return type bool of method - Psr\SimpleCache\CacheInterface::setMultiple(). - 214 Return type mixed of method - Grav\Framework\Cache\AbstractCache::deleteMultiple() is - not covariant with return type bool of method - Psr\SimpleCache\CacheInterface::deleteMultiple(). - 242 Return type mixed of method - Grav\Framework\Cache\AbstractCache::has() is not - covariant with return type bool of method - Psr\SimpleCache\CacheInterface::has(). - ------ ---------------------------------------------------------- - - ------ ---------------------------------------------------------- - Line src/Grav/Framework/Collection/AbstractFileCollection.php - ------ ---------------------------------------------------------- - 95 No error to ignore is reported on line 95. - ------ ---------------------------------------------------------- - - ------ ----------------------------------------------------------- - Line src/Grav/Framework/Collection/AbstractIndexCollection.php - ------ ----------------------------------------------------------- - 154 No error to ignore is reported on line 154. - 168 No error to ignore is reported on line 168. - 185 No error to ignore is reported on line 185. - 201 No error to ignore is reported on line 201. - 507 Unsafe usage of new static(). - 🪪 new.static - 💡 See: - https://phpstan.org/blog/solving-phpstan-error-unsafe-usa - ge-of-new-static - ------ ----------------------------------------------------------- - - ------ ----------------------------------------------------------- - Line src/Grav/Framework/Collection/AbstractLazyCollection.php - ------ ----------------------------------------------------------- - 29 Property - Grav\Framework\Collection\AbstractLazyCollection::$collec - tion overriding property - Doctrine\Common\Collections\AbstractLazyCollection::$collection (Doctrine\Common\Collectio - ns\Collection|null) should also have native type - Doctrine\Common\Collections\Collection|null. - ------ ----------------------------------------------------------- - - ------ ----------------------------------------------------------- - Line src/Grav/Framework/Contracts/Relationships/RelationshipIn - terface.php - ------ ----------------------------------------------------------- - 80 Return type iterable of method - Grav\Framework\Contracts\Relationships\RelationshipInterf - ace::getIterator() is not covariant with tentative return - type Traversable of method IteratorAggregate::get - Iterator(). - 💡 Make it covariant, or use the #[\ReturnTypeWillChange] - attribute to temporarily suppress the error. - ------ ----------------------------------------------------------- - - ------ ----------------------------------------------------------- - Line src/Grav/Framework/Filesystem/Filesystem.php - ------ ----------------------------------------------------------- - 51 Unsafe usage of new static(). - 🪪 new.static - 💡 See: - https://phpstan.org/blog/solving-phpstan-error-unsafe-usa - ge-of-new-static - 252 No error to ignore is reported on line 252. - ------ ----------------------------------------------------------- - - ------ --------------------------------------------- - Line src/Grav/Framework/Flex/FlexCollection.php - ------ --------------------------------------------- - 102 No error to ignore is reported on line 102. - ------ --------------------------------------------- - - ------ ----------------------------------------------------------- - Line src/Grav/Framework/Flex/FlexIdentifier.php - ------ ----------------------------------------------------------- - 27 Unsafe usage of new static(). - 🪪 new.static - 💡 See: - https://phpstan.org/blog/solving-phpstan-error-unsafe-usa - ge-of-new-static - ------ ----------------------------------------------------------- - - ------ ---------------------------------------------------------- - Line src/Grav/Framework/Flex/FlexIndex.php - ------ ---------------------------------------------------------- - 109 No error to ignore is reported on line 109. - 934 Method Grav\Framework\Flex\FlexIndex::reduce() should - return TInitial|TReturn but return statement is missing. - 🪪 return.missing - ------ ---------------------------------------------------------- - - ------ ----------------------------------------------------------- - Line src/Grav/Framework/Form/FormFlashFile.php - ------ ----------------------------------------------------------- - 62 Return type mixed of method - Grav\Framework\Form\FormFlashFile::getStream() is not - covariant with return type - Psr\Http\Message\StreamInterface of method - Psr\Http\Message\UploadedFileInterface::getStream(). - 83 Return type mixed of method - Grav\Framework\Form\FormFlashFile::moveTo() is not - covariant with return type void of method - Psr\Http\Message\UploadedFileInterface::moveTo(). - 123 Return type mixed of method - Grav\Framework\Form\FormFlashFile::getSize() is not - covariant with return type int|null of method - Psr\Http\Message\UploadedFileInterface::getSize(). - 131 Return type mixed of method - Grav\Framework\Form\FormFlashFile::getError() is not - covariant with return type int of method - Psr\Http\Message\UploadedFileInterface::getError(). - 139 Return type mixed of method - Grav\Framework\Form\FormFlashFile::getClientFilename() is - not covariant with return type string|null of method - Psr\Http\Message\UploadedFileInterface::getClientFilename - (). - 147 Return type mixed of method - Grav\Framework\Form\FormFlashFile::getClientMediaType() - is not covariant with return type string|null of method - Psr\Http\Message\UploadedFileInterface::getClientMediaTyp - e(). - ------ ----------------------------------------------------------- - - ------ ----------------------------------------------------------- - Line src/Grav/Framework/Logger/Processors/UserProcessor.php - ------ ----------------------------------------------------------- - 24 Parameter #1 $record (array) of method - Grav\Framework\Logger\Processors\UserProcessor::__invoke( - ) is not contravariant with parameter #1 $record - (Monolog\LogRecord) of method - Monolog\Processor\ProcessorInterface::__invoke(). - ------ ----------------------------------------------------------- - - ------ ----------------------------------------------------------- - Line src/Grav/Framework/Media/MediaIdentifier.php - ------ ----------------------------------------------------------- - 30 Unsafe usage of new static(). - 🪪 new.static - 💡 See: - https://phpstan.org/blog/solving-phpstan-error-unsafe-usa - ge-of-new-static - ------ ----------------------------------------------------------- - - ------ ----------------------------------------------------------- - Line src/Grav/Framework/Media/UploadedMediaObject.php - ------ ----------------------------------------------------------- - 36 Unsafe usage of new static(). - 🪪 new.static - 💡 See: - https://phpstan.org/blog/solving-phpstan-error-unsafe-usa - ge-of-new-static - ------ ----------------------------------------------------------- - - ------ ----------------------------------------------------------- - Line src/Grav/Framework/Mime/MimeTypes.php - ------ ----------------------------------------------------------- - 42 Unsafe usage of new static(). - 🪪 new.static - 💡 See: - https://phpstan.org/blog/solving-phpstan-error-unsafe-usa - ge-of-new-static - ------ ----------------------------------------------------------- - - ------ ------------------------------------------------ - Line src/Grav/Framework/Object/ObjectCollection.php - ------ ------------------------------------------------ - 96 No error to ignore is reported on line 96. - ------ ------------------------------------------------ - - ------ --------------------------------------------- - Line src/Grav/Framework/Object/ObjectIndex.php - ------ --------------------------------------------- - 193 No error to ignore is reported on line 193. - ------ --------------------------------------------- - - ------ ----------------------------------------------------------- - Line src/Grav/Framework/Psr7/Stream.php - ------ ----------------------------------------------------------- - 31 Unsafe usage of new static(). - 🪪 new.static - 💡 See: - https://phpstan.org/blog/solving-phpstan-error-unsafe-usa - ge-of-new-static - ------ ----------------------------------------------------------- - - ------ ----------------------------------------------------------- - Line src/Grav/Framework/Psr7/Traits/ServerRequestDecoratorTrai - t.php (in context of class - Grav\Framework\Psr7\ServerRequest) - ------ ----------------------------------------------------------- - 51 Return type mixed of method - Grav\Framework\Psr7\ServerRequest::getAttributes() is not - covariant with return type array of method - Psr\Http\Message\ServerRequestInterface::getAttributes(). - 60 Return type mixed of method - Grav\Framework\Psr7\ServerRequest::getCookieParams() is - not covariant with return type array of method - Psr\Http\Message\ServerRequestInterface::getCookieParams( - ). - 76 Return type mixed of method - Grav\Framework\Psr7\ServerRequest::getQueryParams() is - not covariant with return type array of method - Psr\Http\Message\ServerRequestInterface::getQueryParams() - . - 84 Return type mixed of method - Grav\Framework\Psr7\ServerRequest::getServerParams() is - not covariant with return type array of method - Psr\Http\Message\ServerRequestInterface::getServerParams( - ). - 92 Return type mixed of method - Grav\Framework\Psr7\ServerRequest::getUploadedFiles() is - not covariant with return type array of method - Psr\Http\Message\ServerRequestInterface::getUploadedFiles - (). - 100 Return type mixed of method - Grav\Framework\Psr7\ServerRequest::withAttribute() is not - covariant with return type - Psr\Http\Message\ServerRequestInterface of method - Psr\Http\Message\ServerRequestInterface::withAttribute(). - 125 Return type mixed of method - Grav\Framework\Psr7\ServerRequest::withoutAttribute() is - not covariant with return type - Psr\Http\Message\ServerRequestInterface of method - Psr\Http\Message\ServerRequestInterface::withoutAttribute - (). - 136 Return type mixed of method - Grav\Framework\Psr7\ServerRequest::withCookieParams() is - not covariant with return type - Psr\Http\Message\ServerRequestInterface of method - Psr\Http\Message\ServerRequestInterface::withCookieParams - (). - 147 Return type mixed of method - Grav\Framework\Psr7\ServerRequest::withParsedBody() is - not covariant with return type - Psr\Http\Message\ServerRequestInterface of method - Psr\Http\Message\ServerRequestInterface::withParsedBody() - . - 158 Return type mixed of method - Grav\Framework\Psr7\ServerRequest::withQueryParams() is - not covariant with return type - Psr\Http\Message\ServerRequestInterface of method - Psr\Http\Message\ServerRequestInterface::withQueryParams( - ). - 169 Return type mixed of method - Grav\Framework\Psr7\ServerRequest::withUploadedFiles() is - not covariant with return type - Psr\Http\Message\ServerRequestInterface of method - Psr\Http\Message\ServerRequestInterface::withUploadedFile - s(). - ------ ----------------------------------------------------------- - - ------ ----------------------------------------------------------- - Line src/Grav/Framework/Relationships/Relationships.php - ------ ----------------------------------------------------------- - 107 Return type mixed of method - Grav\Framework\Relationships\Relationships::offsetSet() - is not covariant with tentative return type void of - method - ArrayAccess>::of - fsetSet(). - 💡 Make it covariant, or use the #[\ReturnTypeWillChange] - attribute to temporarily suppress the error. - 116 Return type mixed of method - Grav\Framework\Relationships\Relationships::offsetUnset() - is not covariant with tentative return type void of - method - ArrayAccess>::of - fsetUnset(). - 💡 Make it covariant, or use the #[\ReturnTypeWillChange] - attribute to temporarily suppress the error. - ------ ----------------------------------------------------------- - - ------ ----------------------------------------------------------- - Line src/Twig/DeferredExtension/DeferredNodeVisitorCompat.php - ------ ----------------------------------------------------------- - 30 Parameter #1 $node (Twig_NodeInterface) of method - Twig\DeferredExtension\DeferredNodeVisitorCompat::enterNo - de() is not contravariant with parameter #1 $node - (Twig\Node\Node) of method - Twig\NodeVisitor\NodeVisitorInterface::enterNode(). - 30 Parameter $node of method - Twig\DeferredExtension\DeferredNodeVisitorCompat::enterNo - de() has invalid type Twig_NodeInterface. - 🪪 class.notFound - 46 Parameter #1 $node (Twig_NodeInterface) of method - Twig\DeferredExtension\DeferredNodeVisitorCompat::leaveNo - de() is not contravariant with parameter #1 $node - (Twig\Node\Node) of method - Twig\NodeVisitor\NodeVisitorInterface::leaveNode(). - 46 Parameter $node of method - Twig\DeferredExtension\DeferredNodeVisitorCompat::leaveNo - de() has invalid type Twig_NodeInterface. - 🪪 class.notFound - ------ ----------------------------------------------------------- - - [ERROR] Found 74 errors - From 8c1e4252f242ac53a57c99840b9aa5195034eab0 Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Tue, 21 Oct 2025 13:59:10 -0600 Subject: [PATCH 2/4] update ignore Signed-off-by: Andy Miller --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 7b556f1cb..3661e2375 100644 --- a/.gitignore +++ b/.gitignore @@ -50,3 +50,4 @@ system/templates/testing/* /user/config/versions.yaml /system/recovery.window tmp/* +#needs_fixing.txt From f73df193adcef55214524d79d5ec7115374315f5 Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Wed, 22 Oct 2025 21:15:06 -0600 Subject: [PATCH 3/4] reset system.yaml to default Signed-off-by: Andy Miller --- user/config/system.yaml | 223 +++------------------------------------- 1 file changed, 13 insertions(+), 210 deletions(-) diff --git a/user/config/system.yaml b/user/config/system.yaml index 5b599eba8..2e992778d 100644 --- a/user/config/system.yaml +++ b/user/config/system.yaml @@ -1,242 +1,45 @@ absolute_urls: false -timezone: null -param_sep: ':' -wrapped_site: false -reverse_proxy_setup: false -force_ssl: false -force_lowercase_urls: true -custom_base_url: null -username_regex: '^[a-z0-9_-]{3,16}$' -pwd_regex: '(?=.*\d)(?=.*[a-z])(?=.*[A-Z]).{8,}' -intl_enabled: true -http_x_forwarded: - protocol: true - host: false - port: true - ip: true -languages: - supported: null - default_lang: null - include_default_lang: true - include_default_lang_file_extension: true - translations: true - translations_fallback: true - session_store_active: false - http_accept_language: false - override_locale: false - pages_fallback_only: false - debug: false + home: - alias: /home - hide_in_urls: false + alias: '/home' + pages: - type: regular - dirs: - - 'page://' theme: quark - order: - by: default - dir: asc - list: - count: 20 - dateformat: - default: null - short: 'jS M Y' - long: 'F jS \a\t g:ia' - publish_dates: true + markdown: + extra: false process: markdown: true twig: false - twig_first: false - never_cache_twig: false - events: - page: true - twig: true - markdown: - extra: false - auto_line_breaks: false - auto_url_links: false - escape_markup: false - special_chars: - '>': gt - '<': lt - valid_link_attributes: - - rel - - target - - id - - class - - classes - types: - - html - - htm - - xml - - txt - - json - - rss - - atom - append_url_extension: null - expires: 604800 - cache_control: null - last_modified: false - etag: true - vary_accept_encoding: false - redirect_default_code: '302' - redirect_trailing_slash: 1 - redirect_default_route: 0 - ignore_files: - - .DS_Store - ignore_folders: - - .git - - .idea - ignore_hidden: true - hide_empty_folders: false - url_taxonomy_filters: true - frontmatter: - process_twig: false - ignore_fields: - - form - - forms + cache: enabled: true check: method: file driver: auto - prefix: g - purge_at: '0 4 * * *' - clear_at: '0 3 * * *' - clear_job_type: standard - clear_images_by_default: false - cli_compatibility: false - lifetime: 604800 - purge_max_age_days: 30 - gzip: false - allow_webserver_gzip: false - redis: - socket: '0' - password: null - database: null - server: null - port: null - memcache: - server: null - port: null - memcached: - server: null - port: null + prefix: 'g' + twig: cache: true debug: true auto_reload: true autoescape: true - undefined_functions: true - undefined_filters: true - safe_functions: { } - safe_filters: { } - umask_fix: false + assets: css_pipeline: false - css_pipeline_include_externals: true - css_pipeline_before_excludes: true css_minify: true - css_minify_windows: false css_rewrite: true js_pipeline: false - js_pipeline_include_externals: true - js_pipeline_before_excludes: true js_module_pipeline: false - js_module_pipeline_include_externals: true - js_module_pipeline_before_excludes: true js_minify: true - enable_asset_timestamp: false - enable_asset_sri: false - collections: - jquery: 'system://assets/jquery/jquery-3.x.min.js' + errors: - display: 1 + display: true log: true -log: - handler: file - syslog: - facility: local6 - tag: grav + debugger: enabled: false - provider: clockwork - censored: false + twig: true shutdown: close_connection: true - twig: true -images: - adapter: gd - default_image_quality: 85 - cache_all: false - cache_perms: '0755' - debug: false - auto_fix_orientation: true - seofriendly: false - cls: - auto_sizes: false - aspect_ratio: false - retina_scale: '1' - defaults: - loading: auto - decoding: auto - fetchpriority: auto - watermark: - image: 'system://images/watermark.png' - position_y: center - position_x: center - scale: 33 - watermark_all: false -media: - enable_media_timestamp: false - unsupported_inline_types: null - allowed_fallback_types: null - auto_metadata_exif: false - upload_limit: 2097152 -session: - enabled: true - initialize: true - timeout: 1800 - name: grav-site - uniqueness: path - secure: false - secure_https: true - httponly: true - samesite: Lax - split: true - domain: null - path: null gpm: - releases: testing - official_gpm_only: true verify_peer: true -updates: - safe_upgrade: true -http: - method: auto - enable_proxy: true - proxy_url: null - proxy_cert_path: null - concurrent_connections: 5 - verify_peer: true - verify_host: true -accounts: - type: regular - storage: file - avatar: gravatar -flex: - cache: - index: - enabled: true - lifetime: 60 - object: - enabled: true - lifetime: 600 - render: - enabled: true - lifetime: 600 -strict_mode: - yaml_compat: false - twig_compat: false - blueprint_compat: false From ef48476c88375b12f35443bf8a7f3ef6193ee3d1 Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Wed, 22 Oct 2025 21:16:07 -0600 Subject: [PATCH 4/4] prepare for release Signed-off-by: Andy Miller --- CHANGELOG.md | 6 ++++++ system/defines.php | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa5392a0b..7ca82cd09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# v1.7.50.3 +## 10/21/2025 + +1. [](#bugfix) + * Restored `user/config/system.yaml` to 1.7 branch version (testing mode off) + # v1.7.50.2 ## 10/21/2025 diff --git a/system/defines.php b/system/defines.php index 480ebcb44..bd56e74d3 100644 --- a/system/defines.php +++ b/system/defines.php @@ -9,7 +9,7 @@ // Some standard defines define('GRAV', true); -define('GRAV_VERSION', '1.7.50.2'); +define('GRAV_VERSION', '1.7.50.3'); define('GRAV_SCHEMA', '1.7.0_2020-11-20_1'); define('GRAV_TESTING', false);