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

RFC Send Response Workflow #3105

Merged
merged 9 commits into from Dec 18, 2012
Merged

Commits on Nov 29, 2012

  1. Copy the full SHA
    bebaea6 View commit details
    Browse the repository at this point in the history
  2. cs fixes

    prolic committed Nov 29, 2012
    Copy the full SHA
    170dc62 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2012

  1. updated send response workflow

    - implemented changes proposed by weierophinney
    - reverted changes in Console\Response and PhpEnvironment\Response objects
    - added Zend\Mvc\View\SendResponseListener extending the new class
    - added ResponseListenerFactory
    - Response sender triggers events
    prolic committed Dec 3, 2012
    Copy the full SHA
    c2cf0be View commit details
    Browse the repository at this point in the history
  2. removed debug calls

    prolic committed Dec 3, 2012
    Copy the full SHA
    e01df53 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2012

  1. refactored send response workflow

    - added SendResponseEvent
    - ResponseSender listen for an event
    - first response sender that can send the response, stops propagation
    - send response listener just triggers event, sends no response
    - SendResponseEvent tracks which response headers and content were sent
    - send response listener attaches default listeners (phpenvironmentresponse and consoleresponse, stream response sender is in progress)
    - removed AbstractResponseSender
    prolic committed Dec 7, 2012
    Copy the full SHA
    011ecde View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2012

  1. added phpdoc

    added default name in SendResponseEvent
    removed unused factories
    prolic committed Dec 9, 2012
    Copy the full SHA
    2d48e88 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2012

  1. Copy the full SHA
    80dc333 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2012

  1. added tests, some cleanup

    prolic committed Dec 16, 2012
    Copy the full SHA
    4ad81bd View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    a18deed View commit details
    Browse the repository at this point in the history