Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Module manager event implementation improvements #660

Merged

Commits on Dec 8, 2011

  1. Improve events in module manager

    - s/init.post/loadModules.post/
    - add loadModules.pre
    EvanDotPro committed Dec 8, 2011
    Configuration menu
    Copy the full SHA
    0ecdf05 View commit details
    Browse the repository at this point in the history
  2. Make module manager much more event-driven

    - Module manager can take an EventManager via its constructor
    - Remove notion of default listeners from module manager
    - Add DefaultListenerAggregate which has all the default listeners
    - Add ModuleResolverListener for more dynamic resolution of module classes
    EvanDotPro committed Dec 8, 2011
    Configuration menu
    Copy the full SHA
    58004d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de87426 View commit details
    Browse the repository at this point in the history
  4. Remove whitespace and refactor long lines per coding standard

    - Ran: find library/Zend/Module -type f -name '*.php' | xargs sed -i 's/[[:space:]]*$//'
    - Refactored long lines to be <= 120 chars
    EvanDotPro committed Dec 8, 2011
    Configuration menu
    Copy the full SHA
    586f323 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2011

  1. Configuration menu
    Copy the full SHA
    be8f275 View commit details
    Browse the repository at this point in the history
  2. Update all Zend\Module unit tests

    - Fixed a couple of bugs found while writing tests
    - 100% coverage for Zend\Module
    - Now covers all new aggregate listener stuff
    EvanDotPro committed Dec 9, 2011
    Configuration menu
    Copy the full SHA
    fc790e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    790057c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5ba29ef View commit details
    Browse the repository at this point in the history