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

exception in application: pass reference to previous presenter #317

Merged
merged 43 commits into from
Oct 6, 2023

Commits on Oct 2, 2023

  1. typo

    dg committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    2fff150 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. refactoring

    dg committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    17043d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5927f8a View commit details
    Browse the repository at this point in the history
  3. added attribute #Parameter

    dg committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    0fd1744 View commit details
    Browse the repository at this point in the history
  4. opened 4.0-dev

    dg committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    7d06f0e View commit details
    Browse the repository at this point in the history
  5. requires PHP 8.0

    dg committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    1c4fcc5 View commit details
    Browse the repository at this point in the history
  6. composer: updated dependencies

    dg committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    e0aa96d View commit details
    Browse the repository at this point in the history
  7. coding style

    dg committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    aaa8b3c View commit details
    Browse the repository at this point in the history
  8. removed support for PHP 7

    dg committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    64c5a64 View commit details
    Browse the repository at this point in the history
  9. removed deprecated stuff

    dg committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    c4d5de2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    41c5a84 View commit details
    Browse the repository at this point in the history
  11. added property typehints

    dg committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    263aed3 View commit details
    Browse the repository at this point in the history
  12. added PHP 8 typehints

    dg committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    535e6ec View commit details
    Browse the repository at this point in the history
  13. used constructor promotion

    dg committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    2d5ac40 View commit details
    Browse the repository at this point in the history
  14. used native PHP 8 features

    dg committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    fd002ee View commit details
    Browse the repository at this point in the history
  15. uses PascalCase constants

    dg committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    8445862 View commit details
    Browse the repository at this point in the history
  16. removed Nette\SmartObject

    dg committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    2e69d54 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    f588a48 View commit details
    Browse the repository at this point in the history
  18. 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 Oct 4, 2023
    Configuration menu
    Copy the full SHA
    9f5cb40 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    2332cea View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    b9de486 View commit details
    Browse the repository at this point in the history
  21. removed community health files

    dg committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    d6b41c3 View commit details
    Browse the repository at this point in the history
  22. removed support for Latte 2

    dg committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    ab37a47 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    3cb0eaa View commit details
    Browse the repository at this point in the history
  24. Url is always without user info

    dg committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    65529fa View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    66906e9 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    ea2da52 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    b4be537 View commit details
    Browse the repository at this point in the history
  28. removed support for obsolete inteface Nette\Application\IRouter (repl…

    …aced by Nette\Routing\Router)
    dg committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    29548e2 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    dd28fa3 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    ebbeb27 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    cc8d2a8 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    8147ef3 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    6e67cfb View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    bfff2ee View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    bc07732 View commit details
    Browse the repository at this point in the history
  36. refactoring

    dg committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    ec629b8 View commit details
    Browse the repository at this point in the history
  37. uses nette/routing 4.0

    dg committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    5061943 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    7d1d24f View commit details
    Browse the repository at this point in the history
  39. AllowedFor wip

    dg committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    3cfb4df View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. Configuration menu
    Copy the full SHA
    602167c View commit details
    Browse the repository at this point in the history
  2. update test

    Daniel Kurowski committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    7959a15 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. Configuration menu
    Copy the full SHA
    f9b64c6 View commit details
    Browse the repository at this point in the history