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

Added Json support for POST and PUT operations in restful controller. #3028

Closed
wants to merge 6 commits into from
Closed

Added Json support for POST and PUT operations in restful controller. #3028

wants to merge 6 commits into from

Commits on Nov 20, 2012

  1. Added Json support for POST and PUT operations in restful controller.

    Change-Id: I11963778fa99d1dd1c523203c25d5a9f53958310
    Jurgen Van de Moere committed Nov 20, 2012
    Copy the full SHA
    50564ab View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2012

  1. Replaced Zend\Json\Decoder::decode with Zend\Json\Json::decode

    Change-Id: Iac885dbf1511dfb8087d7f3586ae845e071b26c5
    Jurgen Van de Moere committed Nov 21, 2012
    Copy the full SHA
    48addfa View commit details
    Browse the repository at this point in the history
  2. Added protected contentTypes array and requestHasContentType function

    Change-Id: I222617c77b3942fdc5b8263b827c1c58dab570b7
    Jurgen Van de Moere committed Nov 21, 2012
    Copy the full SHA
    9dfdefb View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2013

  1. Revert "Added protected contentTypes array and requestHasContentType …

    …function"
    
    This reverts commit 9dfdefb.
    Jurgen Van de Moere committed Jan 3, 2013
    Copy the full SHA
    66ffac0 View commit details
    Browse the repository at this point in the history
  2. Updated requestHasContentType to use the match method of the Accept

    header object.
    
    Change-Id: I7e43851c88692b5ea675393719f91d3a4ef379dd
    Jurgen Van de Moere committed Jan 3, 2013
    Copy the full SHA
    b69296a View commit details
    Browse the repository at this point in the history
  3. Format source code

    Change-Id: I8035798710e17d3e0ec2fdf08fe2d0e1b8086732
    Jurgen Van de Moere committed Jan 3, 2013
    Copy the full SHA
    3557b13 View commit details
    Browse the repository at this point in the history