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

Correction of false exception message in startup check #332

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

Commits on May 13, 2024

  1. opened 4.0-dev

    dg committed May 13, 2024
    Configuration menu
    Copy the full SHA
    859151e View commit details
    Browse the repository at this point in the history
  2. removed support for Latte 2

    dg committed May 13, 2024
    Configuration menu
    Copy the full SHA
    b3ad622 View commit details
    Browse the repository at this point in the history
  3. removed compatibility for old class names

    - inteface Nette\Application\IRouter replaced by Nette\Routing\Router
    dg committed May 13, 2024
    Configuration menu
    Copy the full SHA
    8965e93 View commit details
    Browse the repository at this point in the history
  4. added type hints (BC break)

    dg committed May 13, 2024
    Configuration menu
    Copy the full SHA
    c2d1a27 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dc518be View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8195579 View commit details
    Browse the repository at this point in the history
  7. 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 May 13, 2024
    Configuration menu
    Copy the full SHA
    a43dc48 View commit details
    Browse the repository at this point in the history
  8. Component: method checkRequirements() is called for createComponent<N…

    …ame>() methods (BC break)
    dg committed May 13, 2024
    Configuration menu
    Copy the full SHA
    6df3a08 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a061fe1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    31a1179 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    13a4616 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    52410d9 View commit details
    Browse the repository at this point in the history
  13. PresenterFactoryCallback: refreshes page instead of creating presente…

    …rs dynamically [WIP]
    
    does not work when scanDirs is disabled
    dg committed May 13, 2024
    Configuration menu
    Copy the full SHA
    d3a858c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7da2e57 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    95fa3e2 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    c4767bb View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    6ef6c90 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    8b57c9f View commit details
    Browse the repository at this point in the history
  19. uses nette/routing 4.0

    dg committed May 13, 2024
    Configuration menu
    Copy the full SHA
    9a0af13 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    ecb200c View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Correction of false exception message in startup check

    The exception message states the lowest possible presenter class where method beforeRender is found, so the error can be here or in its parents not descendants !!
    mildabre committed May 28, 2024
    Configuration menu
    Copy the full SHA
    83880f2 View commit details
    Browse the repository at this point in the history