-
Notifications
You must be signed in to change notification settings - Fork 711
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix for issue 1011: add 3rd input encoding parameter to json_encode modifier and let it default to \Smarty\Smarty::$_CHARSET #1016
base: master
Are you sure you want to change the base?
Commits on May 14, 2024
-
Add 3rd input encoding parameter to json_encode modifier let it defau…
…lt to \Smarty\Smarty::$_CHARSET
Configuration menu - View commit details
-
Copy full SHA for 4aedd6b - Browse repository at this point
Copy the full SHA 4aedd6bView commit details
Commits on May 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f4defd7 - Browse repository at this point
Copy the full SHA f4defd7View commit details -
Minor optimization of json_encode modifier to skip creating closure i…
…n most common cases
Configuration menu - View commit details
-
Copy full SHA for 2f40db9 - Browse repository at this point
Copy the full SHA 2f40db9View commit details -
Add unit tests to prove that new json_encode modifier works with spec…
…ial characters in both UTF-8 and other encodings
Configuration menu - View commit details
-
Copy full SHA for 52878fe - Browse repository at this point
Copy the full SHA 52878feView commit details -
Remove requirement to save json_encode modifier cp1252 unit test file…
… in that encoding
Configuration menu - View commit details
-
Copy full SHA for 77cac4e - Browse repository at this point
Copy the full SHA 77cac4eView commit details
Commits on May 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e2b1d71 - Browse repository at this point
Copy the full SHA e2b1d71View commit details -
Add tearDown that resets smarty charset to UTF-8 after each test, to …
…prevent other tests from failing.
Configuration menu - View commit details
-
Copy full SHA for 9316a42 - Browse repository at this point
Copy the full SHA 9316a42View commit details
Commits on May 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ef2fa74 - Browse repository at this point
Copy the full SHA ef2fa74View commit details
Commits on Jun 1, 2024
-
Move recursive transcoder from json_encode() into src/Extension/Defau…
…ltExtension/RecursiveTranscoder.php
Configuration menu - View commit details
-
Copy full SHA for cbbb244 - Browse repository at this point
Copy the full SHA cbbb244View commit details
Commits on Jun 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0027e97 - Browse repository at this point
Copy the full SHA 0027e97View commit details