Skip to content
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

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Commits on May 14, 2024

  1. Add 3rd input encoding parameter to json_encode modifier let it defau…

    …lt to \Smarty\Smarty::$_CHARSET
    cmanley committed May 14, 2024
    Configuration menu
    Copy the full SHA
    4aedd6b View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    f4defd7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f40db9 View commit details
    Browse the repository at this point in the history
  3. Add unit tests to prove that new json_encode modifier works with spec…

    …ial characters in both UTF-8 and other encodings
    cmanley committed May 16, 2024
    Configuration menu
    Copy the full SHA
    52878fe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    77cac4e View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Configuration menu
    Copy the full SHA
    e2b1d71 View commit details
    Browse the repository at this point in the history
  2. Add tearDown that resets smarty charset to UTF-8 after each test, to …

    …prevent other tests from failing.
    wisskid committed May 29, 2024
    Configuration menu
    Copy the full SHA
    9316a42 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Update DefaultExtension.php

    wisskid authored May 30, 2024
    Configuration menu
    Copy the full SHA
    ef2fa74 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2024

  1. Move recursive transcoder from json_encode() into src/Extension/Defau…

    …ltExtension/RecursiveTranscoder.php
    cmanley committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    cbbb244 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2024

  1. Remove debugging

    cmanley committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    0027e97 View commit details
    Browse the repository at this point in the history