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

Latte bridge: add block rendering support #326

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

Commits on Apr 6, 2024

  1. tests: simplified tests

    dg committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    7eae7a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a795f73 View commit details
    Browse the repository at this point in the history
  3. Revert "ApplicationExtension: $catchExceptions can be '4xx' in additi…

    …on to bool"
    
    This reverts commit d16847f.
    dg committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    e742568 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6833458 View commit details
    Browse the repository at this point in the history
  5. Latte: removed error message for missing |translate

    Warning doesn't catch that {_} doesn't work either
    dg committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    436fd04 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0c58435 View commit details
    Browse the repository at this point in the history
  7. Latte: UIExtension is added before user extensions if $control is pas…

    …sed to LatteFactory::create()
    dg committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    f6d36ec View commit details
    Browse the repository at this point in the history
  8. opened 4.0-dev

    dg committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    863eb7d View commit details
    Browse the repository at this point in the history
  9. removed support for Latte 2

    dg committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    e785bc9 View commit details
    Browse the repository at this point in the history
  10. removed compatibility for old class names

    - inteface Nette\Application\IRouter replaced by Nette\Routing\Router
    dg committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    9fc5371 View commit details
    Browse the repository at this point in the history
  11. added type hints (BC break)

    dg committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    a49deb7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7787aff View commit details
    Browse the repository at this point in the history
  13. Revert "UI\PresenterComponent: removed references created by loadStat…

    …e() for persistent parameters. [Closes nette/nette#703][Closes nette/nette#703][Closes nette#69]" (possible BC break)
    
    This reverts commit cda17f4.
    
    See https://forum.nette.org/cs/35528-stejne-pojmenovany-parametr-akce-presenteru-a-persistentni-odlisne-chovani-v-nette-2-0-oproti-aktualnimu#p221742
    
    BC break: Property must be nullable, ie: #[Persistent] public ?int $foo
    dg committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    8a01270 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9f9e96a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d0b663e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    6638156 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    050427f View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    0ee3273 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    f2026a8 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    7b63393 View commit details
    Browse the repository at this point in the history
  21. uses nette/routing 4.0

    dg committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    2dddce7 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    488ccc6 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

  1. Latte bridge: add block rendering support

    Jan Vejvar committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    e0ef23e View commit details
    Browse the repository at this point in the history