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

Fix broken event system #677

Merged
merged 4 commits into from
Aug 25, 2018
Merged

Commits on Nov 23, 2017

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

Commits on Nov 27, 2017

  1. Inject EventManager ourselves.

    Such that attached listeners set in constructor will not be overwritten
    later by Zend/Mvc's initializer.
    Roel van Duijnhoven committed Nov 27, 2017
    Configuration menu
    Copy the full SHA
    ffe3fc8 View commit details
    Browse the repository at this point in the history
  2. Use proper way to pass custom event.

    This way the listeners in ZF2 style do not have to be adapted.
    Roel van Duijnhoven committed Nov 27, 2017
    Configuration menu
    Copy the full SHA
    aaff500 View commit details
    Browse the repository at this point in the history
  3. Remove triggers that are unsuable.

    The only way to use them was via the shared service manager. But in ZF3
    this manager is only instantiated after construction. Thus this has no
    function anymore.
    Roel van Duijnhoven committed Nov 27, 2017
    Configuration menu
    Copy the full SHA
    1c4c15e View commit details
    Browse the repository at this point in the history