-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* smarty update to 5.4.3 in bundled_libs/ * Fixes for the smarty integration for v5 * Fix entry creation by restoring smarty access to PHP modifiers Also removes unused code from the smarty security wrapper * Fix second constant definition of SMARTY_DIR * Fix plugin upgrade page, smarty version check failed * Init smarty test * Add tests for some smarty functions * Fix serendipity_detectLang error when no lang is set Happens in a test environment * Try fix for PHP 8.1 strftime test * Try alternative PHP 8.1 strftime test fix * Try alternative PHP 8.1 strftime fix * Drop broken formatTime test Fails on PHP 8.1, though it should work * Add PHP function and modifier test * Document smarty upgrade
- Loading branch information
Showing
577 changed files
with
32,953 additions
and
33,992 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -597,38 +597,42 @@ | |
}, | ||
{ | ||
"name": "smarty/smarty", | ||
"version": "v4.3.5", | ||
"version_normalized": "4.3.5.0", | ||
"version": "v5.4.3", | ||
"version_normalized": "5.4.3.0", | ||
"source": { | ||
"type": "git", | ||
"url": "https://github.com/smarty-php/smarty.git", | ||
"reference": "e0cbbdf6ea21768d0194e59d2f8c2e20d5f0868c" | ||
"reference": "c6bff5795081ca5e60aabda59fb87daa511acd1e" | ||
}, | ||
"dist": { | ||
"type": "zip", | ||
"url": "https://api.github.com/repos/smarty-php/smarty/zipball/e0cbbdf6ea21768d0194e59d2f8c2e20d5f0868c", | ||
"reference": "e0cbbdf6ea21768d0194e59d2f8c2e20d5f0868c", | ||
"url": "https://api.github.com/repos/smarty-php/smarty/zipball/c6bff5795081ca5e60aabda59fb87daa511acd1e", | ||
"reference": "c6bff5795081ca5e60aabda59fb87daa511acd1e", | ||
"shasum": "" | ||
}, | ||
"require": { | ||
"php": "^7.1 || ^8.0" | ||
"php": "^7.2 || ^8.0", | ||
"symfony/polyfill-mbstring": "^1.27" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "^8.5 || ^7.5", | ||
"smarty/smarty-lexer": "^3.1" | ||
"smarty/smarty-lexer": "^4.0.2" | ||
}, | ||
"time": "2024-01-23T10:47:54+00:00", | ||
"time": "2024-12-23T00:38:44+00:00", | ||
"type": "library", | ||
"extra": { | ||
"branch-alias": { | ||
"dev-master": "4.0.x-dev" | ||
"dev-master": "5.0.x-dev" | ||
} | ||
}, | ||
"installation-source": "dist", | ||
"autoload": { | ||
"classmap": [ | ||
"libs/" | ||
] | ||
"files": [ | ||
"src/functions.php" | ||
], | ||
"psr-4": { | ||
"Smarty\\": "src/" | ||
} | ||
}, | ||
"notification-url": "https://packagist.org/downloads/", | ||
"license": [ | ||
|
@@ -660,10 +664,93 @@ | |
"support": { | ||
"forum": "https://github.com/smarty-php/smarty/discussions", | ||
"issues": "https://github.com/smarty-php/smarty/issues", | ||
"source": "https://github.com/smarty-php/smarty/tree/v4.3.5" | ||
"source": "https://github.com/smarty-php/smarty/tree/v5.4.3" | ||
}, | ||
"install-path": "../smarty/smarty" | ||
}, | ||
{ | ||
"name": "symfony/polyfill-mbstring", | ||
"version": "v1.31.0", | ||
"version_normalized": "1.31.0.0", | ||
"source": { | ||
"type": "git", | ||
"url": "https://github.com/symfony/polyfill-mbstring.git", | ||
"reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341" | ||
}, | ||
"dist": { | ||
"type": "zip", | ||
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/85181ba99b2345b0ef10ce42ecac37612d9fd341", | ||
"reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341", | ||
"shasum": "" | ||
}, | ||
"require": { | ||
"php": ">=7.2" | ||
}, | ||
"provide": { | ||
"ext-mbstring": "*" | ||
}, | ||
"suggest": { | ||
"ext-mbstring": "For best performance" | ||
}, | ||
"time": "2024-09-09T11:45:10+00:00", | ||
"type": "library", | ||
"extra": { | ||
"thanks": { | ||
"url": "https://github.com/symfony/polyfill", | ||
"name": "symfony/polyfill" | ||
} | ||
}, | ||
"installation-source": "dist", | ||
"autoload": { | ||
"files": [ | ||
"bootstrap.php" | ||
], | ||
"psr-4": { | ||
"Symfony\\Polyfill\\Mbstring\\": "" | ||
} | ||
}, | ||
"notification-url": "https://packagist.org/downloads/", | ||
"license": [ | ||
"MIT" | ||
], | ||
"authors": [ | ||
{ | ||
"name": "Nicolas Grekas", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Symfony Community", | ||
"homepage": "https://symfony.com/contributors" | ||
} | ||
], | ||
"description": "Symfony polyfill for the Mbstring extension", | ||
"homepage": "https://symfony.com", | ||
"keywords": [ | ||
"compatibility", | ||
"mbstring", | ||
"polyfill", | ||
"portable", | ||
"shim" | ||
], | ||
"support": { | ||
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.31.0" | ||
}, | ||
"funding": [ | ||
{ | ||
"url": "https://symfony.com/sponsor", | ||
"type": "custom" | ||
}, | ||
{ | ||
"url": "https://github.com/fabpot", | ||
"type": "github" | ||
}, | ||
{ | ||
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony", | ||
"type": "tidelift" | ||
} | ||
], | ||
"install-path": "../symfony/polyfill-mbstring" | ||
}, | ||
{ | ||
"name": "voku/simple-cache", | ||
"version": "4.1.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.