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

More clear description of sendJSON() method #1061

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

Commits on Sep 18, 2024

  1. new translation wip

    dg committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    d8f3f80 View commit details
    Browse the repository at this point in the history
  2. latte improved

    dg committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    b0de7ec View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Typos (nette#1057)

    mezotv authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    b7f1ba6 View commit details
    Browse the repository at this point in the history
  2. typo [Closes #1050]

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

Commits on Oct 6, 2024

  1. nette/schema 1.3.2

    dg committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    a33ad75 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. typo

    dg committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    a6271a5 View commit details
    Browse the repository at this point in the history
  2. Forms: added missing parameters

    dg committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    5028b64 View commit details
    Browse the repository at this point in the history
  3. fixed type hints

    dg committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    88e5c68 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ba24c4e View commit details
    Browse the repository at this point in the history
  5. typo

    jvitasek authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    0f2188a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    932c8db View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    48401ac View commit details
    Browse the repository at this point in the history
  8. typo [Closes nette#1049]

    diegosardina authored and dg committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    9831113 View commit details
    Browse the repository at this point in the history
  9. better wording [Closes nette#1038][Closes nette#1040][Closes nette#1026

    …][Closes nette#1025][Closes nette#1019][Closes nette#1016][Closes nette#1015]
    mildabre authored and dg committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    f99ff6f View commit details
    Browse the repository at this point in the history
  10. typo [Closes nette#1024]

    mabar authored and dg committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    2381d0d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a75ee13 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. new Bootstrap API

    dg committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    6c64b1f View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2024

  1. More clear description of sendJSON() method

    I propose describe the function of sendJSON() method more clear, in current version is written: "Příklad action-metody, která odešle data ve formátu JSON", but the data are sent not by action method, but by sendJSON() method, also is important add info, that the data are both encoded into JSON and send as http response, to avoid confusing that you should pass into the method data already encoded in JSON - small difference in meaning but important!
    mildabre authored Nov 2, 2024
    Configuration menu
    Copy the full SHA
    d96b10a View commit details
    Browse the repository at this point in the history