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.4.2
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.4.3
Choose a head ref
  • 12 commits
  • 30 files changed
  • 4 contributors

Commits on Sep 29, 2016

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

Commits on Oct 17, 2016

  1. typos

    dg committed Oct 17, 2016
    Configuration menu
    Copy the full SHA
    eb9807a View commit details
    Browse the repository at this point in the history
  2. tests: use Mockery

    dg committed Oct 17, 2016
    Configuration menu
    Copy the full SHA
    2ddc3cc View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2016

  1. tests: added test for Application

    dg committed Oct 19, 2016
    1 Configuration menu
    Copy the full SHA
    5c84a11 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b07c4e View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2016

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

Commits on Nov 21, 2016

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

Commits on Dec 10, 2016

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

Commits on Dec 12, 2016

  1. @return self -> static

    dg committed Dec 12, 2016
    1 Configuration menu
    Copy the full SHA
    fd496b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d84a480 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2016

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

Commits on Dec 20, 2016

  1. TemplateFactory: added support for custom Template implementation [Cl…

    …oses #159][Closes #141]
    
    With this change it's possible to simply use custom Template implementation. Usage example in config.neon:
    
    latte:
        templateClass: App\CustomTemplateImplementation
    
    Custom template  MUST extend Nette\Bridges\ApplicationLatte\Template.
    mrtnzlml authored and dg committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    58a8d22 View commit details
    Browse the repository at this point in the history
Loading