]> git.mjollnir.org Git - moodle.git/commit
MDL-17091 Adding part of GoogleData API from the Zend Framework, in order to support...
authornicolasconnault <nicolasconnault>
Fri, 31 Oct 2008 15:33:45 +0000 (15:33 +0000)
committernicolasconnault <nicolasconnault>
Fri, 31 Oct 2008 15:33:45 +0000 (15:33 +0000)
commit5ab88978b9357553d64dac4c96dc10839888896d
treed1c1f2f7ba89720d0698d9afa354cd047138aab6
parentddaf465b57a057a920848bf7039069910f71720c
MDL-17091 Adding part of GoogleData API from the Zend Framework, in order to support portfolio and repository functions. Also completed basic portfolio plugin.
140 files changed:
lib/zend/Zend/Exception.php [new file with mode: 0644]
lib/zend/Zend/Gdata.php [new file with mode: 0644]
lib/zend/Zend/Gdata/App.php [new file with mode: 0644]
lib/zend/Zend/Gdata/App/AuthException.php [new file with mode: 0644]
lib/zend/Zend/Gdata/App/BadMethodCallException.php [new file with mode: 0644]
lib/zend/Zend/Gdata/App/Base.php [new file with mode: 0644]
lib/zend/Zend/Gdata/App/BaseMediaSource.php [new file with mode: 0644]
lib/zend/Zend/Gdata/App/CaptchaRequiredException.php [new file with mode: 0644]
lib/zend/Zend/Gdata/App/Entry.php [new file with mode: 0644]
lib/zend/Zend/Gdata/App/Exception.php [new file with mode: 0644]
lib/zend/Zend/Gdata/App/Extension.php [new file with mode: 0644]
lib/zend/Zend/Gdata/App/Extension/Author.php [new file with mode: 0644]
lib/zend/Zend/Gdata/App/Extension/Category.php [new file with mode: 0644]
lib/zend/Zend/Gdata/App/Extension/Content.php [new file with mode: 0644]
lib/zend/Zend/Gdata/App/Extension/Contributor.php [new file with mode: 0644]
lib/zend/Zend/Gdata/App/Extension/Control.php [new file with mode: 0644]
lib/zend/Zend/Gdata/App/Extension/Draft.php [new file with mode: 0644]
lib/zend/Zend/Gdata/App/Extension/Element.php [new file with mode: 0644]
lib/zend/Zend/Gdata/App/Extension/Email.php [new file with mode: 0644]
lib/zend/Zend/Gdata/App/Extension/Generator.php [new file with mode: 0644]
lib/zend/Zend/Gdata/App/Extension/Icon.php [new file with mode: 0644]
lib/zend/Zend/Gdata/App/Extension/Id.php [new file with mode: 0644]
lib/zend/Zend/Gdata/App/Extension/Link.php [new file with mode: 0644]
lib/zend/Zend/Gdata/App/Extension/Logo.php [new file with mode: 0644]
lib/zend/Zend/Gdata/App/Extension/Name.php [new file with mode: 0644]
lib/zend/Zend/Gdata/App/Extension/Person.php [new file with mode: 0644]
lib/zend/Zend/Gdata/App/Extension/Published.php [new file with mode: 0644]
lib/zend/Zend/Gdata/App/Extension/Rights.php [new file with mode: 0644]
lib/zend/Zend/Gdata/App/Extension/Source.php [new file with mode: 0644]
lib/zend/Zend/Gdata/App/Extension/Subtitle.php [new file with mode: 0644]
lib/zend/Zend/Gdata/App/Extension/Summary.php [new file with mode: 0644]
lib/zend/Zend/Gdata/App/Extension/Text.php [new file with mode: 0644]
lib/zend/Zend/Gdata/App/Extension/Title.php [new file with mode: 0644]
lib/zend/Zend/Gdata/App/Extension/Updated.php [new file with mode: 0644]
lib/zend/Zend/Gdata/App/Extension/Uri.php [new file with mode: 0644]
lib/zend/Zend/Gdata/App/Feed.php [new file with mode: 0644]
lib/zend/Zend/Gdata/App/FeedEntryParent.php [new file with mode: 0644]
lib/zend/Zend/Gdata/App/FeedSourceParent.php [new file with mode: 0644]
lib/zend/Zend/Gdata/App/HttpException.php [new file with mode: 0644]
lib/zend/Zend/Gdata/App/IOException.php [new file with mode: 0644]
lib/zend/Zend/Gdata/App/InvalidArgumentException.php [new file with mode: 0644]
lib/zend/Zend/Gdata/App/LoggingHttpClientAdapterSocket.php [new file with mode: 0644]
lib/zend/Zend/Gdata/App/MediaEntry.php [new file with mode: 0644]
lib/zend/Zend/Gdata/App/MediaFileSource.php [new file with mode: 0644]
lib/zend/Zend/Gdata/App/MediaSource.php [new file with mode: 0644]
lib/zend/Zend/Gdata/App/Util.php [new file with mode: 0644]
lib/zend/Zend/Gdata/AuthSub.php [new file with mode: 0644]
lib/zend/Zend/Gdata/ClientLogin.php [new file with mode: 0644]
lib/zend/Zend/Gdata/Docs.php [new file with mode: 0755]
lib/zend/Zend/Gdata/Docs/DocumentListEntry.php [new file with mode: 0755]
lib/zend/Zend/Gdata/Docs/DocumentListFeed.php [new file with mode: 0755]
lib/zend/Zend/Gdata/Docs/Query.php [new file with mode: 0755]
lib/zend/Zend/Gdata/Entry.php [new file with mode: 0644]
lib/zend/Zend/Gdata/Extension.php [new file with mode: 0644]
lib/zend/Zend/Gdata/Extension/AttendeeStatus.php [new file with mode: 0644]
lib/zend/Zend/Gdata/Extension/AttendeeType.php [new file with mode: 0644]
lib/zend/Zend/Gdata/Extension/Comments.php [new file with mode: 0644]
lib/zend/Zend/Gdata/Extension/EntryLink.php [new file with mode: 0644]
lib/zend/Zend/Gdata/Extension/EventStatus.php [new file with mode: 0644]
lib/zend/Zend/Gdata/Extension/ExtendedProperty.php [new file with mode: 0644]
lib/zend/Zend/Gdata/Extension/FeedLink.php [new file with mode: 0644]
lib/zend/Zend/Gdata/Extension/OpenSearchItemsPerPage.php [new file with mode: 0644]
lib/zend/Zend/Gdata/Extension/OpenSearchStartIndex.php [new file with mode: 0644]
lib/zend/Zend/Gdata/Extension/OpenSearchTotalResults.php [new file with mode: 0644]
lib/zend/Zend/Gdata/Extension/OriginalEvent.php [new file with mode: 0644]
lib/zend/Zend/Gdata/Extension/Rating.php [new file with mode: 0644]
lib/zend/Zend/Gdata/Extension/Recurrence.php [new file with mode: 0644]
lib/zend/Zend/Gdata/Extension/RecurrenceException.php [new file with mode: 0644]
lib/zend/Zend/Gdata/Extension/Reminder.php [new file with mode: 0644]
lib/zend/Zend/Gdata/Extension/Transparency.php [new file with mode: 0644]
lib/zend/Zend/Gdata/Extension/Visibility.php [new file with mode: 0644]
lib/zend/Zend/Gdata/Extension/When.php [new file with mode: 0644]
lib/zend/Zend/Gdata/Extension/Where.php [new file with mode: 0644]
lib/zend/Zend/Gdata/Extension/Who.php [new file with mode: 0644]
lib/zend/Zend/Gdata/Feed.php [new file with mode: 0644]
lib/zend/Zend/Gdata/Gbase.php [new file with mode: 0644]
lib/zend/Zend/Gdata/Gbase/Entry.php [new file with mode: 0644]
lib/zend/Zend/Gdata/Gbase/Extension/BaseAttribute.php [new file with mode: 0644]
lib/zend/Zend/Gdata/Gbase/Feed.php [new file with mode: 0644]
lib/zend/Zend/Gdata/Gbase/ItemEntry.php [new file with mode: 0644]
lib/zend/Zend/Gdata/Gbase/ItemFeed.php [new file with mode: 0644]
lib/zend/Zend/Gdata/Gbase/ItemQuery.php [new file with mode: 0644]
lib/zend/Zend/Gdata/Gbase/Query.php [new file with mode: 0644]
lib/zend/Zend/Gdata/Gbase/SnippetEntry.php [new file with mode: 0644]
lib/zend/Zend/Gdata/Gbase/SnippetFeed.php [new file with mode: 0644]
lib/zend/Zend/Gdata/Gbase/SnippetQuery.php [new file with mode: 0644]
lib/zend/Zend/Gdata/HttpClient.php [new file with mode: 0644]
lib/zend/Zend/Gdata/Media.php [new file with mode: 0755]
lib/zend/Zend/Gdata/Media/Entry.php [new file with mode: 0755]
lib/zend/Zend/Gdata/Media/Extension/MediaCategory.php [new file with mode: 0755]
lib/zend/Zend/Gdata/Media/Extension/MediaContent.php [new file with mode: 0755]
lib/zend/Zend/Gdata/Media/Extension/MediaCopyright.php [new file with mode: 0755]
lib/zend/Zend/Gdata/Media/Extension/MediaCredit.php [new file with mode: 0755]
lib/zend/Zend/Gdata/Media/Extension/MediaDescription.php [new file with mode: 0755]
lib/zend/Zend/Gdata/Media/Extension/MediaGroup.php [new file with mode: 0755]
lib/zend/Zend/Gdata/Media/Extension/MediaHash.php [new file with mode: 0755]
lib/zend/Zend/Gdata/Media/Extension/MediaKeywords.php [new file with mode: 0755]
lib/zend/Zend/Gdata/Media/Extension/MediaPlayer.php [new file with mode: 0755]
lib/zend/Zend/Gdata/Media/Extension/MediaRating.php [new file with mode: 0755]
lib/zend/Zend/Gdata/Media/Extension/MediaRestriction.php [new file with mode: 0755]
lib/zend/Zend/Gdata/Media/Extension/MediaText.php [new file with mode: 0755]
lib/zend/Zend/Gdata/Media/Extension/MediaThumbnail.php [new file with mode: 0755]
lib/zend/Zend/Gdata/Media/Extension/MediaTitle.php [new file with mode: 0755]
lib/zend/Zend/Gdata/Media/Feed.php [new file with mode: 0755]
lib/zend/Zend/Gdata/Query.php [new file with mode: 0644]
lib/zend/Zend/Http/Client.php [new file with mode: 0644]
lib/zend/Zend/Http/Client/Adapter/Exception.php [new file with mode: 0644]
lib/zend/Zend/Http/Client/Adapter/Interface.php [new file with mode: 0644]
lib/zend/Zend/Http/Client/Adapter/Proxy.php [new file with mode: 0644]
lib/zend/Zend/Http/Client/Adapter/Socket.php [new file with mode: 0644]
lib/zend/Zend/Http/Client/Adapter/Test.php [new file with mode: 0644]
lib/zend/Zend/Http/Client/Exception.php [new file with mode: 0644]
lib/zend/Zend/Http/Exception.php [new file with mode: 0644]
lib/zend/Zend/Http/Response.php [new file with mode: 0644]
lib/zend/Zend/Loader.php [new file with mode: 0644]
lib/zend/Zend/Mime.php [new file with mode: 0644]
lib/zend/Zend/Mime/Decode.php [new file with mode: 0644]
lib/zend/Zend/Mime/Exception.php [new file with mode: 0644]
lib/zend/Zend/Mime/Message.php [new file with mode: 0644]
lib/zend/Zend/Mime/Part.php [new file with mode: 0644]
lib/zend/Zend/Registry.php [new file with mode: 0644]
lib/zend/Zend/Uri.php [new file with mode: 0644]
lib/zend/Zend/Uri/Exception.php [new file with mode: 0644]
lib/zend/Zend/Uri/Http.php [new file with mode: 0644]
lib/zend/Zend/Validate/Abstract.php [new file with mode: 0644]
lib/zend/Zend/Validate/Hostname.php [new file with mode: 0644]
lib/zend/Zend/Validate/Hostname/At.php [new file with mode: 0644]
lib/zend/Zend/Validate/Hostname/Ch.php [new file with mode: 0644]
lib/zend/Zend/Validate/Hostname/De.php [new file with mode: 0644]
lib/zend/Zend/Validate/Hostname/Fi.php [new file with mode: 0644]
lib/zend/Zend/Validate/Hostname/Hu.php [new file with mode: 0644]
lib/zend/Zend/Validate/Hostname/Interface.php [new file with mode: 0644]
lib/zend/Zend/Validate/Hostname/Li.php [new file with mode: 0644]
lib/zend/Zend/Validate/Hostname/No.php [new file with mode: 0644]
lib/zend/Zend/Validate/Hostname/Se.php [new file with mode: 0644]
lib/zend/Zend/Validate/Interface.php [new file with mode: 0644]
lib/zend/Zend/Validate/Ip.php [new file with mode: 0644]
lib/zend/Zend/Version.php [new file with mode: 0644]
portfolio/type/gdata/lib.php [new file with mode: 0755]
portfolio/type/gdata/version.php [new file with mode: 0755]