Author: chabotc
Date: Wed Sep 10 15:56:08 2008
New Revision: 694055

URL: http://svn.apache.org/viewvc?rev=694055&view=rev
Log:
SHINDIG-584 by Guido Barosio, update all the model doc references to their new 
(working) counterparts :)

Modified:
    incubator/shindig/trunk/php/src/social-api/opensocial/model/Account.php
    incubator/shindig/trunk/php/src/social-api/opensocial/model/Activity.php
    incubator/shindig/trunk/php/src/social-api/opensocial/model/Address.php
    
incubator/shindig/trunk/php/src/social-api/opensocial/model/ApiCollection.php
    incubator/shindig/trunk/php/src/social-api/opensocial/model/BodyType.php
    incubator/shindig/trunk/php/src/social-api/opensocial/model/Email.php
    incubator/shindig/trunk/php/src/social-api/opensocial/model/Enum.php
    incubator/shindig/trunk/php/src/social-api/opensocial/model/Im.php
    incubator/shindig/trunk/php/src/social-api/opensocial/model/MediaItem.php
    incubator/shindig/trunk/php/src/social-api/opensocial/model/Message.php
    incubator/shindig/trunk/php/src/social-api/opensocial/model/Name.php
    incubator/shindig/trunk/php/src/social-api/opensocial/model/Organization.php
    incubator/shindig/trunk/php/src/social-api/opensocial/model/Person.php
    incubator/shindig/trunk/php/src/social-api/opensocial/model/Phone.php
    incubator/shindig/trunk/php/src/social-api/opensocial/model/Url.php

Modified: 
incubator/shindig/trunk/php/src/social-api/opensocial/model/Account.php
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/php/src/social-api/opensocial/model/Account.php?rev=694055&r1=694054&r2=694055&view=diff
==============================================================================
--- incubator/shindig/trunk/php/src/social-api/opensocial/model/Account.php 
(original)
+++ incubator/shindig/trunk/php/src/social-api/opensocial/model/Account.php Wed 
Sep 10 15:56:08 2008
@@ -19,7 +19,6 @@
 
 /**
  * see
- * 
http://code.google.com/apis/opensocial/docs/0.7/reference/opensocial.Account.Field.html
  *
  */
 class Account implements ComplexField {

Modified: 
incubator/shindig/trunk/php/src/social-api/opensocial/model/Activity.php
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/php/src/social-api/opensocial/model/Activity.php?rev=694055&r1=694054&r2=694055&view=diff
==============================================================================
--- incubator/shindig/trunk/php/src/social-api/opensocial/model/Activity.php 
(original)
+++ incubator/shindig/trunk/php/src/social-api/opensocial/model/Activity.php 
Wed Sep 10 15:56:08 2008
@@ -17,6 +17,10 @@
  * specific language governing permissions and limitations under the License.
  */
 
+/**
+ * see
+ * 
http://code.google.com/apis/opensocial/docs/0.8/reference/#opensocial.Activity
+ */
 class Activity {
        public $appId;
        public $body;

Modified: 
incubator/shindig/trunk/php/src/social-api/opensocial/model/Address.php
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/php/src/social-api/opensocial/model/Address.php?rev=694055&r1=694054&r2=694055&view=diff
==============================================================================
--- incubator/shindig/trunk/php/src/social-api/opensocial/model/Address.php 
(original)
+++ incubator/shindig/trunk/php/src/social-api/opensocial/model/Address.php Wed 
Sep 10 15:56:08 2008
@@ -19,7 +19,7 @@
 
 /**
  * see
- * 
http://code.google.com/apis/opensocial/docs/0.7/reference/opensocial.Address.Field.html
+ * 
http://code.google.com/apis/opensocial/docs/0.8/reference/#opensocial.Address
  *
  */
 class Address implements ComplexField {

Modified: 
incubator/shindig/trunk/php/src/social-api/opensocial/model/ApiCollection.php
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/php/src/social-api/opensocial/model/ApiCollection.php?rev=694055&r1=694054&r2=694055&view=diff
==============================================================================
--- 
incubator/shindig/trunk/php/src/social-api/opensocial/model/ApiCollection.php 
(original)
+++ 
incubator/shindig/trunk/php/src/social-api/opensocial/model/ApiCollection.php 
Wed Sep 10 15:56:08 2008
@@ -19,7 +19,7 @@
 
 /**
  * see
- * 
http://code.google.com/apis/opensocial/docs/0.7/reference/opensocial.Collection.html
+ * 
http://code.google.com/apis/opensocial/docs/0.8/reference/#opensocial.Collection
  */
 class ApiCollection {
        public $items = array();

Modified: 
incubator/shindig/trunk/php/src/social-api/opensocial/model/BodyType.php
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/php/src/social-api/opensocial/model/BodyType.php?rev=694055&r1=694054&r2=694055&view=diff
==============================================================================
--- incubator/shindig/trunk/php/src/social-api/opensocial/model/BodyType.php 
(original)
+++ incubator/shindig/trunk/php/src/social-api/opensocial/model/BodyType.php 
Wed Sep 10 15:56:08 2008
@@ -19,7 +19,7 @@
 
 /**
  * see
- * 
http://code.google.com/apis/opensocial/docs/0.7/reference/opensocial.BodyType.Field.html
+ * 
http://code.google.com/apis/opensocial/docs/0.8/reference/#opensocial.BodyType
  *
  */
 class BodyType implements ComplexField {

Modified: incubator/shindig/trunk/php/src/social-api/opensocial/model/Email.php
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/php/src/social-api/opensocial/model/Email.php?rev=694055&r1=694054&r2=694055&view=diff
==============================================================================
--- incubator/shindig/trunk/php/src/social-api/opensocial/model/Email.php 
(original)
+++ incubator/shindig/trunk/php/src/social-api/opensocial/model/Email.php Wed 
Sep 10 15:56:08 2008
@@ -19,7 +19,7 @@
 
 /**
  * see
- * 
http://code.google.com/apis/opensocial/docs/0.7/reference/opensocial.Email.Field.html
+ * http://code.google.com/apis/opensocial/docs/0.8/reference/#opensocial.Email
  *
  */
 class Email extends ListField {}

Modified: incubator/shindig/trunk/php/src/social-api/opensocial/model/Enum.php
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/php/src/social-api/opensocial/model/Enum.php?rev=694055&r1=694054&r2=694055&view=diff
==============================================================================
--- incubator/shindig/trunk/php/src/social-api/opensocial/model/Enum.php 
(original)
+++ incubator/shindig/trunk/php/src/social-api/opensocial/model/Enum.php Wed 
Sep 10 15:56:08 2008
@@ -19,7 +19,7 @@
 
 /**
  * see
- * 
http://code.google.com/apis/opensocial/docs/0.7/reference/opensocial.Enum.html
+ * http://code.google.com/apis/opensocial/docs/0.8/reference/#opensocial.Enum
  *
  * Base class for all Enum objects. This class allows containers to use 
constants
  * for fields that have a common set of values.

Modified: incubator/shindig/trunk/php/src/social-api/opensocial/model/Im.php
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/php/src/social-api/opensocial/model/Im.php?rev=694055&r1=694054&r2=694055&view=diff
==============================================================================
--- incubator/shindig/trunk/php/src/social-api/opensocial/model/Im.php 
(original)
+++ incubator/shindig/trunk/php/src/social-api/opensocial/model/Im.php Wed Sep 
10 15:56:08 2008
@@ -19,7 +19,7 @@
 
 /**
  * see
- * 
http://code.google.com/apis/opensocial/docs/0.7/reference/opensocial.Im.Field.html
+ * WRONG URL -> 
http://code.google.com/apis/opensocial/docs/0.7/reference/opensocial.Im.Field.html
 
  *
  */
 class Im extends ListField {}

Modified: 
incubator/shindig/trunk/php/src/social-api/opensocial/model/MediaItem.php
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/php/src/social-api/opensocial/model/MediaItem.php?rev=694055&r1=694054&r2=694055&view=diff
==============================================================================
--- incubator/shindig/trunk/php/src/social-api/opensocial/model/MediaItem.php 
(original)
+++ incubator/shindig/trunk/php/src/social-api/opensocial/model/MediaItem.php 
Wed Sep 10 15:56:08 2008
@@ -19,7 +19,7 @@
 
 /**
  * see
- * 
http://code.google.com/apis/opensocial/docs/0.7/reference/opensocial.Activity.MediaItem.Field.html
+ * 
http://code.google.com/apis/opensocial/docs/0.8/reference/#opensocial.MediaItem
  *
  */
 class MediaItem {

Modified: 
incubator/shindig/trunk/php/src/social-api/opensocial/model/Message.php
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/php/src/social-api/opensocial/model/Message.php?rev=694055&r1=694054&r2=694055&view=diff
==============================================================================
--- incubator/shindig/trunk/php/src/social-api/opensocial/model/Message.php 
(original)
+++ incubator/shindig/trunk/php/src/social-api/opensocial/model/Message.php Wed 
Sep 10 15:56:08 2008
@@ -22,7 +22,7 @@
  * Base interface for all message objects.
  * 
  * see
- * 
http://code.google.com/apis/opensocial/docs/0.7/reference/opensocial.Message.html
+ * 
http://code.google.com/apis/opensocial/docs/0.8/reference/#opensocial.Message
  *
  */
 class Message {

Modified: incubator/shindig/trunk/php/src/social-api/opensocial/model/Name.php
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/php/src/social-api/opensocial/model/Name.php?rev=694055&r1=694054&r2=694055&view=diff
==============================================================================
--- incubator/shindig/trunk/php/src/social-api/opensocial/model/Name.php 
(original)
+++ incubator/shindig/trunk/php/src/social-api/opensocial/model/Name.php Wed 
Sep 10 15:56:08 2008
@@ -19,7 +19,7 @@
 
 /**
  * see
- * 
http://code.google.com/apis/opensocial/docs/0.7/reference/opensocial.Name.Field.html
+ * http://code.google.com/apis/opensocial/docs/0.8/reference/#opensocial.Name
  *
  */
 class Name implements ComplexField {

Modified: 
incubator/shindig/trunk/php/src/social-api/opensocial/model/Organization.php
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/php/src/social-api/opensocial/model/Organization.php?rev=694055&r1=694054&r2=694055&view=diff
==============================================================================
--- 
incubator/shindig/trunk/php/src/social-api/opensocial/model/Organization.php 
(original)
+++ 
incubator/shindig/trunk/php/src/social-api/opensocial/model/Organization.php 
Wed Sep 10 15:56:08 2008
@@ -19,7 +19,7 @@
 
 /**
  * see
- * 
http://code.google.com/apis/opensocial/docs/0.7/reference/opensocial.Organization.Field.html
+ * 
http://code.google.com/apis/opensocial/docs/0.8/reference/#opensocial.Organization
  *
  */
 class Organization implements ComplexField {

Modified: incubator/shindig/trunk/php/src/social-api/opensocial/model/Person.php
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/php/src/social-api/opensocial/model/Person.php?rev=694055&r1=694054&r2=694055&view=diff
==============================================================================
--- incubator/shindig/trunk/php/src/social-api/opensocial/model/Person.php 
(original)
+++ incubator/shindig/trunk/php/src/social-api/opensocial/model/Person.php Wed 
Sep 10 15:56:08 2008
@@ -19,7 +19,7 @@
 
 /**
  * see
- * 
http://code.google.com/apis/opensocial/docs/0.7/reference/opensocial.Person.Field.html
+ * http://code.google.com/apis/opensocial/docs/0.8/reference/#opensocial.Person
  *
  */
 class Person {

Modified: incubator/shindig/trunk/php/src/social-api/opensocial/model/Phone.php
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/php/src/social-api/opensocial/model/Phone.php?rev=694055&r1=694054&r2=694055&view=diff
==============================================================================
--- incubator/shindig/trunk/php/src/social-api/opensocial/model/Phone.php 
(original)
+++ incubator/shindig/trunk/php/src/social-api/opensocial/model/Phone.php Wed 
Sep 10 15:56:08 2008
@@ -19,7 +19,7 @@
 
 /**
  * see
- * 
http://code.google.com/apis/opensocial/docs/0.7/reference/opensocial.Phone.Field.html
+ * http://code.google.com/apis/opensocial/docs/0.8/reference/#opensocial.Phone
  *
  */
 class Phone extends ListField {}

Modified: incubator/shindig/trunk/php/src/social-api/opensocial/model/Url.php
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/php/src/social-api/opensocial/model/Url.php?rev=694055&r1=694054&r2=694055&view=diff
==============================================================================
--- incubator/shindig/trunk/php/src/social-api/opensocial/model/Url.php 
(original)
+++ incubator/shindig/trunk/php/src/social-api/opensocial/model/Url.php Wed Sep 
10 15:56:08 2008
@@ -19,7 +19,7 @@
 
 /**
  * see
- * 
http://code.google.com/apis/opensocial/docs/0.7/reference/opensocial.Url.Field.html
+ * http://code.google.com/apis/opensocial/docs/0.8/reference/#opensocial.Url
  */
 class Url extends ListField {
        public $value;


Reply via email to