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.2.5
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.2.6
Choose a head ref
  • 4 commits
  • 7 files changed
  • 2 contributors

Commits on Mar 27, 2015

  1. Template::__toString refactoring

    dg committed Mar 27, 2015
    Configuration menu
    Copy the full SHA
    085360b View commit details
    Browse the repository at this point in the history
  2. typo

    dg committed Mar 27, 2015
    Configuration menu
    Copy the full SHA
    e843b94 View commit details
    Browse the repository at this point in the history
  3. 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 authored and dg committed Mar 27, 2015
    Configuration menu
    Copy the full SHA
    969c365 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2015

  1. PresenterComponent::redirect() fixed compatibility with func_get_args…

    …() in HHVM & PHP 7 [Closes #77]
    dg committed May 3, 2015
    Configuration menu
    Copy the full SHA
    27e8aa6 View commit details
    Browse the repository at this point in the history
Loading