Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nette/application
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.3.1
Choose a base ref
...
head repository: nette/application
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.3.2
Choose a head ref
  • 10 commits
  • 11 files changed
  • 4 contributors

Commits on Mar 3, 2015

  1. composer.json: removed DI

    enumag committed Mar 3, 2015
    Configuration menu
    Copy the full SHA
    bd7be63 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #68 from enumag/patch-5

    composer.json: removed DI
    dg committed Mar 3, 2015
    Configuration menu
    Copy the full SHA
    b2c553c View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2015

  1. Configuration menu
    Copy the full SHA
    e828f97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a2ed4f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #70 from JanTvrdik/micro_presenter_autowiring

    MicroPresenter: fixed passing params to callback
    dg committed Mar 9, 2015
    Configuration menu
    Copy the full SHA
    8170caf View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2015

  1. Template::__toString refactoring

    dg committed Mar 10, 2015
    Configuration menu
    Copy the full SHA
    86f3324 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2015

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

Commits on Mar 16, 2015

  1. typo

    dg committed Mar 16, 2015
    Configuration menu
    Copy the full SHA
    45f4efb View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2015

  1. FileResponse: According to RFC 5987 Content-Disposition filename shou…

    …ld not contain non-US-ASCII characters. Proper way to encode filename is this: "filename*=utf-8''%C5%BElu%C5%A5ou%C4%8Dk%C3%BD%20k%C5%AF%C5%88.txt". Unfortunately, RFC 5987 is not supported by all browsers, so for compatibility reasons, filename should be sent like this: "filename=žluťoučký kůň.txt; filename*=utf-8''%C5%BElu%C5%A5ou%C4%8Dk%C3%BD%20k%C5%AF%C5%88.txt".
    foxycode committed Mar 23, 2015
    Configuration menu
    Copy the full SHA
    da500c8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #71 from foxycode/master

    Proper enconding of Content-Dispisition filename
    dg committed Mar 23, 2015
    Configuration menu
    Copy the full SHA
    be8e35b View commit details
    Browse the repository at this point in the history
Loading