date | project | content | link |
|---|
| 07:17 on Mar 09 | 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 | zf | Commit by tjohns :: r21410 /standard/branches/help: Create branch help | # |
| 02:39 on Jan 07 | 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. | # |
| 23:07 on Jul 31, 2009 | zf | Commit by tjohns :: r17333 /standard/trunk/ (2 files in 2 dirs): ZF-7418: Allow users to nullify query parameters when constructing a Zend_Gdata_Calendar_EventQuery. | # |
| 22:49 on Jul 21, 2009 | zf | Commit by tjohns :: r16937 /standard/trunk/ (6 files in 4 dirs): ZF-7325: Replace calls to split() in Zend_Gdata with calls to explode() or preg_spllit().
The split() function is depreciated as of PHP 5.3.0. | # |
| 23:54 on Jun 24, 2009 | zf | Commit by tjohns :: r16279 /standard/trunk/library/Zend/Gdata/Docs.php: ZF-7056: Allow using a slug in Zend_Gdata_Docs file uploads that has a different file extension than the actual file.
Patch by: mromaine (Matthew Romaine) | # |