---------- Forwarded message ----------
From:  <[email protected]>
Date: 2010/8/19
Subject: PHP: Allow extending with new services without having to
change ApiServlet code (issue1935046)
To: [email protected]
Cc: [email protected]


Reviewers: ,

Description:
This patch addresses https://issues.apache.org/jira/browse/SHINDIG-705
and basically does the same as the patch provided by Erik Gomersbach but
is based on the current trunk head.

Please review this at http://codereview.appspot.com/1935046/

Affected files:
 php/config/container.php
 php/src/social/converters/InputActivitiesConverter.php
 php/src/social/converters/InputAlbumsConverter.php
 php/src/social/converters/InputAppDataConverter.php
 php/src/social/converters/InputAtomConverter.php
 php/src/social/converters/InputBasicXmlConverter.php
 php/src/social/converters/InputConverter.php
 php/src/social/converters/InputInvalidateConverter.php
 php/src/social/converters/InputJsonConverter.php
 php/src/social/converters/InputMediaItemsConverter.php
 php/src/social/converters/InputMessagesConverter.php
 php/src/social/converters/InputPeopleConverter.php
 php/src/social/converters/InputXmlConverter.php
 php/src/social/service/RestRequestItem.php
 php/src/social/servlet/ApiServlet.php
 php/src/social/servlet/DataServiceServlet.php
 php/test/social/InputActivitiesConverterTest.php
 php/test/social/InputAlbumsConverterTest.php
 php/test/social/InputAppDataConverterTest.php
 php/test/social/InputAtomConverterTest.php
 php/test/social/InputInvalidateConverterTest.php
 php/test/social/InputJsonConverterTest.php
 php/test/social/InputMediaItemsConverterTest.php
 php/test/social/InputMessagesConverterTest.php
 php/test/social/InputPeopleConverterTest.php
 php/test/social/InputXmlConverterTest.php
 php/test/social/OutputAtomConverterTest.php
 php/test/social/OutputJsonConverterTest.php
 php/test/social/OutputXmlConverterTest.php
 php/test/social/RestRequestItemTest.php

Reply via email to