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

Extend syntax used in link() method of LinkGenerator #328

Closed
wants to merge 29 commits into 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
    185e311 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    42d293c View commit details
    Browse the repository at this point in the history
  6. 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
    128b91e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1aba9da View commit details
    Browse the repository at this point in the history
  8. 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
    e45d1bd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    78a5286 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d780fe8 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

  1. added attribute #[Requires]

    dg committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    eece309 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71dccf7 View commit details
    Browse the repository at this point in the history
  3. added feature "link aliases"

    dg committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    e08860d View commit details
    Browse the repository at this point in the history
  4. opened 4.0-dev

    dg committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    0019564 View commit details
    Browse the repository at this point in the history
  5. removed support for Latte 2

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

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

    dg committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    3b51c8b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4e9dfa0 View commit details
    Browse the repository at this point in the history
  9. Revert "UI\PresenterComponent: removed references created by loadStat…

    …e() for persistent parameters. [Closes nette/nette#703][Closes nette/nette#703][Closes #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 7, 2024
    Configuration menu
    Copy the full SHA
    3ff5168 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5a5ddf3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2e67846 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8c9ac35 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2c765f2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    97948e2 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    101effe View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    84eddcd View commit details
    Browse the repository at this point in the history
  17. uses nette/routing 4.0

    dg committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    9be6cea View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    30d90f4 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Extend syntax used in link() method

    Proposed changes make possible to use in LinkGenerator the same syntax as in presenter - links started with //: or :
    mildabre authored Apr 10, 2024
    Configuration menu
    Copy the full SHA
    904eeae View commit details
    Browse the repository at this point in the history