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

added more allowed methods #316

Closed
wants to merge 34 commits into from
Closed

added more allowed methods #316

wants to merge 34 commits into from

Commits on Aug 27, 2023

  1. opened 4.0-dev

    dg committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    270e99b View commit details
    Browse the repository at this point in the history
  2. requires PHP 8.0

    dg committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    b833e46 View commit details
    Browse the repository at this point in the history
  3. composer: updated dependencies

    dg committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    12ee440 View commit details
    Browse the repository at this point in the history
  4. coding style

    dg committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    87a0964 View commit details
    Browse the repository at this point in the history
  5. removed support for PHP 7

    dg committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    704f757 View commit details
    Browse the repository at this point in the history
  6. removed deprecated stuff

    dg committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    4356e2e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9ed0951 View commit details
    Browse the repository at this point in the history
  8. added property typehints

    dg committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    f755726 View commit details
    Browse the repository at this point in the history
  9. added PHP 8 typehints

    dg committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    46b9205 View commit details
    Browse the repository at this point in the history
  10. used constructor promotion

    dg committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    4b4949e View commit details
    Browse the repository at this point in the history
  11. used native PHP 8 features

    dg committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    c4f62e6 View commit details
    Browse the repository at this point in the history
  12. uses PascalCase constants

    dg committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    b5c22a8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0e835d9 View commit details
    Browse the repository at this point in the history
  14. Revert "UI\PresenterComponent: removed references created by loadStat…

    …e() for persistent parameters. [Closes nette/nette#703]" (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 Aug 27, 2023
    Configuration menu
    Copy the full SHA
    7f975fd View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    214042f View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    2bd8590 View commit details
    Browse the repository at this point in the history
  17. removed community health files

    dg committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    fe57647 View commit details
    Browse the repository at this point in the history
  18. removed support for Latte 2

    dg committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    aa454cf View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    699ff56 View commit details
    Browse the repository at this point in the history
  20. Url is always without user info

    dg committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    6977a13 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    ada00fb View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    a3efdcf View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    5f7e852 View commit details
    Browse the repository at this point in the history
  24. removed support for obsolete inteface Nette\Application\IRouter (repl…

    …aced by Nette\Routing\Router)
    dg committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    aa57027 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    ff4c8b0 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    4d46fa9 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    ee25d89 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    d0e0c76 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    5e1a462 View commit details
    Browse the repository at this point in the history
  30. uses nette/routing 4.0

    dg committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    e467c6a View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    e845218 View commit details
    Browse the repository at this point in the history
  32. AllowedFor wip

    dg committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    095f90a View commit details
    Browse the repository at this point in the history
  33. Nette\Bridges\ApplicationLatte\LatteFactory replaced with native Latt…

    …e\Bridges\DI\LatteFactory [WIP]
    dg committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    57b3d51 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. added more allowed methods

    demmmmios committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    c58aa4d View commit details
    Browse the repository at this point in the history