Commit Graph

21 Commits

Author SHA1 Message Date
Frederic Massart 265033d8e0 MDL-26660 libraries: Improved XML validation before parsing
Conflicts:

	lib/googleapi.php
2012-11-16 12:14:28 +08:00
Frederic Massart c4bc6e9022 MDL-26660 libraries: Do not try to parse non-valid XML
Conflicts:

	lib/googleapi.php
2012-10-30 09:28:18 +08:00
Frederic Massart 1e12baddde MDL-35034 Repository: Google Docs does not fail when download is restricted
Conflicts:

	lib/googleapi.php
	repository/googledocs/lib.php
2012-09-03 14:09:36 +08:00
Marina Glancy 3bb5950c7e MDL-32416: Picasa repository now returns path, also fixed album title retrieval 2012-05-03 11:34:19 +08:00
Marina Glancy 97c0418e64 MDL-32171: add 'Manage' link to Picasa repository
Conflicts:

	repository/picasa/lib.php
2012-04-03 13:07:06 +08:00
Dan Poltawski e0daa8499a MDL-29661 - lib/googleapi.php - Switch to SSL urls
I am not sure why I did not use these in the first instance, I don't
think Google supported SSL in the first versions of their API.

They do now, and it seems that this week they stopped supporting non-ssl
requests.
2011-10-10 16:27:53 +13:00
Petr Skoda 7c109ea3f0 MDL-24276 "static abstract" combination is deprecated since PHP 5.2, replacing with our coding_style exception 2010-09-19 18:43:52 +00:00
Dan Poltawski b1ebc904ff lib/googleapi MDL-24111 - Google Docs Repository Broken
This seems to be related to problems at googles end with perhaps
the api not being correctly implemented to start with. Particularly the
docID was incorrect.

I think google worked around the problem with a redirect which the curl
download_file downloaded rather than followed the redirect.
2010-09-07 20:40:09 +00:00
Petr Skoda 78bfb562a0 MDL-21249 improved php docs and adding direct access prevention in core libs 2010-07-25 13:35:05 +00:00
Dan Poltawski cf8af57ce9 googledocs MDL-21881 - restore icons to repo plugin 2010-03-21 13:32:43 +00:00
Petr Skoda b5d0cafc6f MDL-20787 final switch to new $OUTPUT->pix_url() - yay! 2009-12-16 21:50:45 +00:00
Dan Poltawski d6da109e03 lib/googleapi: MDL-20898 Use Google Docs 3.0 API
With the 3.0 version of the API, PDF upload/download is supported by
the repository/portfolio plugins.
2009-11-19 00:07:03 +00:00
Petr Skoda 117bd74897 MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup 2009-11-01 11:31:16 +00:00
dongsheng 5b5c385cd8 "MDL-19272, fixed undefined ->pixpath in google docs plugin" 2009-05-26 01:48:31 +00:00
samhemelryk ba21c9d440 lib MDL-19236 added phpdocs and copyrights 2009-05-25 08:27:25 +00:00
poltawski 6667f9e439 repository/googledocs New repository plugin MDL-16383
Google have now allowed documents to be downloaded via their API
(http://googledataapis.blogspot.com/2009/02/start-downloads.html) so
the google docs repo plugin could be finished.

At the moment i've set the export format hardcoded, hopefully we can allow the
repo api let the user choose later...
2009-03-08 15:53:11 +00:00
moodler 034cd164be repository/picasa MDL-17473 Added a preview link 2009-01-19 06:42:09 +00:00
moodler d44cee76fa repository/picasa MDL-17473 Use picasa description as the filename if it exists 2009-01-19 06:19:26 +00:00
moodler 5d2ee15194 repository/picasa MDL-17473 Hardcode image heights and widths for nicer display 2009-01-19 05:59:47 +00:00
poltawski 83b510875d repository: New Picasa Web Albums Plugin MDL-17473 2008-11-30 17:37:06 +00:00
poltawski ee91cf9591 portfolio: MDL-16417 - Adding googledocs/picasa plugins
* Added simple library for googleapi things
* Respository plugins to follow
2008-11-29 20:24:25 +00:00