date | project | content | link |
|---|
| 19:11 on Jul 07, 2010 | zf | Commit by tjohns :: r22534 /standard/branches/release-1.10/ (32 files in 7 dirs): Merging r22511 from trunk to release-1.10.
ZF-6255: Update Zend_Gdata_Gapps to support new functionality for Email Lists/Groups.
Patch By: cwt137 (Christopher Thomas) Review By: vicfryzel (Vic Fryzel) | # |
| 01:41 on Jul 01, 2010 | zf | Commit by tjohns :: r22511 /standard/trunk/ (32 files in 7 dirs): ZF-6255: Update Zend_Gdata_Gapps to support new functionality for Email Lists/Groups.
Also remove calls to deprecated HTTP calls.
Patch By: cwt137 (Christopher Thomas) Review By: vicfryzel (Vic Fryzel) | # |
| 01:20 on May 29, 2010 | zf | Commit by tjohns :: r22315 /standard/trunk/demos/Zend/Gdata/ (6 files in 2 dirs): | # |
| 07:17 on Mar 09, 2010 | zf | Commit by tjohns :: r21411 /standard/branches/help: Removing "help" branch that was accidently created in r21410.
Note to self: Do not type "git svn branch help". It doesn't give help on the "branch" command. | # |
| 07:06 on Mar 09, 2010 | zf | Commit by tjohns :: r21410 /standard/branches/help: Create branch help | # |
| 02:39 on Jan 07, 2010 | zf | Commit by tjohns :: r20112 /standard/trunk/ (2 files in 2 dirs): ZF-4976: Add createFolder() method to Zend_Gdata_Docs.
Tests and a minor doc changes added by me. All other changes submitted via patch.
Patch by: Matthew Romaine (mromaine) | # |
| 22:06 on Dec 21, 2009 | zf | Commit by tjohns :: r19871 /standard/branches/release-1.9/documentation/manual/en/module_specs/Zend_Gdata_Gapps.xml: | # |
| 22:06 on Dec 21, 2009 | zf | Commit by tjohns :: r19870 /standard/branches/release-1.9/library/Zend/Gdata/App/FeedEntryParent.php: Merge r19866 from trunk to release-1.9.
ZF-8595: Fix incorrect return types in header docs for Zend_Gdata_App_FeedEntryParent.
Methods that return a fluent interface should be returning Zend_Gdata_App_FeedEntryParent, not Zend_Gdata_App_Entry or Zend_Gdata_App_Feed_Entry_Parent. | # |
| 22:01 on Dec 21, 2009 | zf | Commit by tjohns :: r19869 /standard/branches/release-1.10/documentation/manual/en/module_specs/Zend_Gdata_Gapps.xml: | # |
| 22:01 on Dec 21, 2009 | zf | Commit by tjohns :: r19868 /standard/branches/release-1.10/library/Zend/Gdata/App/FeedEntryParent.php: Merge r19866 from trunk to release-1.10.
ZF-8595: Fix incorrect return types in header docs for Zend_Gdata_App_FeedEntryParent.
Methods that return a fluent interface should be returning Zend_Gdata_App_FeedEntryParent, not Zend_Gdata_App_Entry or Zend_Gdata_App_Feed_Entry_Parent. | # |
| 21:52 on Dec 21, 2009 | zf | Commit by tjohns :: r19867 /standard/trunk/documentation/manual/en/module_specs/Zend_Gdata_Gapps.xml: | # |
| 21:52 on Dec 21, 2009 | zf | Commit by tjohns :: r19866 /standard/trunk/library/Zend/Gdata/App/FeedEntryParent.php: ZF-8595: Fix incorrect return types in header docs for Zend_Gdata_App_FeedEntryParent.
Methods that return a fluent interface should be returning Zend_Gdata_App_FeedEntryParent, not Zend_Gdata_App_Entry or Zend_Gdata_App_Feed_Entry_Parent. | # |
| 00:00 on Dec 08, 2009 | zf | Commit by tjohns :: r19513 /standard/branches/release-1.9/ (2 files in 2 dirs): Merge r19510 from trunk to release-1.9.
ZF-8397: Make sure that any If-Match headers that are present are cleared after performing an HTTP request using Zend_Gdata_App.
This fixes a bug which prevented getEntry() from working after calling updateEntry().
Patch by: Alexander Steshenko (lcf) | # |
| 00:00 on Dec 08, 2009 | zf | Commit by tjohns :: r19512 /standard/branches/release-1.9/library/Zend/Gdata/HttpClient.php: Merge r19509 from trunk to release-1.9.
ZF-8492: Adding $clearAll as a parameter for Zend_Gdata_HttpClient::resetParameters().
This should fix the following error:
PHP Strict Standards: Declaration of Zend_Gdata_HttpClient::resetParameters() should be compatible with that of Zend_Http_Client::resetParameters() | # |
| 00:00 on Dec 08, 2009 | zf | Commit by tjohns :: r19511 /standard/branches/release-1.9/library/Zend/Gdata/App.php: Merge r19508 from master to release-1.9.
ZF-8460: Replace call to Zend_Gdata::setStaticHttpClient() with self::setStaticHttpClient() in Zend_Gdata_App.
Zend_Gdata inherits from Zend_Gdata_App, so this call shouldn't be allowed. | # |
| 23:57 on Dec 07, 2009 | zf | Commit by tjohns :: r19510 /standard/trunk/ (2 files in 2 dirs): ZF-8397: Make sure that any If-Match headers that are present are cleared after performing an HTTP request using Zend_Gdata_App.
This fixes a bug which prevented getEntry() from working after calling updateEntry().
Patch by: Alexander Steshenko (lcf) | # |
| 23:57 on Dec 07, 2009 | zf | Commit by tjohns :: r19509 /standard/trunk/library/Zend/Gdata/HttpClient.php: ZF-8492: Adding $clearAll as a parameter for Zend_Gdata_HttpClient::resetParameters().
This should fix the following error:
PHP Strict Standards: Declaration of Zend_Gdata_HttpClient::resetParameters() should be compatible with that of Zend_Http_Client::resetParameters() | # |
| 23:57 on Dec 07, 2009 | zf | Commit by tjohns :: r19508 /standard/trunk/library/Zend/Gdata/App.php: ZF-8460: Replace call to Zend_Gdata::setStaticHttpClient() with self::setStaticHttpClient() in Zend_Gdata_App.
Zend_Gdata inherits from Zend_Gdata_App, so this call shouldn't be allowed. | # |
| 19:45 on Nov 05, 2009 | zf | Commit by tjohns :: r18866 /standard/branches/release-1.9/documentation/manual/en/module_specs/Zend_Gdata_Gapps.xml: Merge r18865 from trunk to release-1.9.
ZF-8232: Fix typo in Zend_Gdata_Gapps manual.
Changed retrieveUser() example to retrieve Given Name and Family Name using $user->name, rather than $user->login. | # |
| 19:35 on Nov 05, 2009 | zf | Commit by tjohns :: r18865 /standard/trunk/documentation/manual/en/module_specs/Zend_Gdata_Gapps.xml: ZF-8232: Fix typo in Zend_Gdata_Gapps manual.
Changed retrieveUser() example to retrieve Given Name and Family Name using $user->name, rather than $user->login. | # |