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

Container: added params to addEmail() #303

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

Commits on Mar 11, 2023

  1. fixed phpDoc

    dg committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    b36e122 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2023

  1. Configuration menu
    Copy the full SHA
    1a51373 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a23250 View commit details
    Browse the repository at this point in the history
  3. opened 4.0-dev

    dg committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    3281154 View commit details
    Browse the repository at this point in the history
  4. removed community health files

    dg committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    b369ca9 View commit details
    Browse the repository at this point in the history
  5. requires PHP 8.0

    dg committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    ac849b0 View commit details
    Browse the repository at this point in the history
  6. composer: updated dependencies

    dg committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    d8f11cd View commit details
    Browse the repository at this point in the history
  7. uses newer nette utils

    dg committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    7c93965 View commit details
    Browse the repository at this point in the history
  8. coding style

    dg committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    94fb570 View commit details
    Browse the repository at this point in the history
  9. removed support for PHP 7

    dg committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    ff110a2 View commit details
    Browse the repository at this point in the history
  10. added property typehints

    dg committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    2610054 View commit details
    Browse the repository at this point in the history
  11. added PHP 8 typehints

    dg committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    6aaf0c6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5b6f1af View commit details
    Browse the repository at this point in the history
  13. used native PHP 8 features

    dg committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    5ceb3f9 View commit details
    Browse the repository at this point in the history
  14. added deprecated notices

    dg committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    6c22115 View commit details
    Browse the repository at this point in the history
  15. uses PascalCase constants

    dg committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    fa3ea63 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e788db8 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    d44b399 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    913bdb2 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    a912ffb View commit details
    Browse the repository at this point in the history
  20. phpdoc generics for Control

    dg committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    94f6ccd View commit details
    Browse the repository at this point in the history
  21. added type inference tests

    dg committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    d25e590 View commit details
    Browse the repository at this point in the history
  22. Validator: added support for enums (nette#282)

    Co-authored-by: martin.sedlacek <martin.sedlacek@motv.eu>
    2 people authored and dg committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    e837ad4 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    34acd8f View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    c14529d View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    b932488 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    568b4ad View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    365a6ad View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    7d19c3b View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    d4de286 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    e410aef View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. Container: added params addEmail()

    added missing params $cols + $maxLength
    mildabre committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    b8ba483 View commit details
    Browse the repository at this point in the history