Commit graph

42 commits

Author SHA1 Message Date
dongsheng
da2946c984 "MDL-19180, repository url plugin, download file into moodle by inputing url directly" 2009-05-18 03:51:09 +00:00
dongsheng
9f50fb5f69 "Flickr_public plugin/MDL-18830, support license search for flickr_public" 2009-04-24 04:54:47 +00:00
dongsheng
b763c2d904 "MDL-18486, file picker searching form" 2009-04-21 05:53:35 +00:00
dongsheng
0b1f59a881 "MDL-15488, fix flickr searching problem" 2009-04-20 09:00:55 +00:00
fmarier
316914bf6e MDL-17037 ran all GIF images through gifsicle and PNG through optipng 2009-04-05 23:33:00 +00:00
dongsheng
a53d4f45c4 "REPOSITORY/MDL-13766, create prepare_file function, it will prepare temp file for repository api" 2009-03-16 02:16:50 +00:00
dongsheng
4598307229 "REPOSITORY, FILEPICKER/MDL-13766, plugin developers can define login button label." 2009-03-11 06:03:33 +00:00
dongsheng
60c366e8a6 "REPOSITORY/MDL-13766, improve create function" 2009-03-05 05:40:56 +00:00
dongsheng
c438f190a1 "REPOSITORY/MDL-18357, make search respect mimetype restrictions" 2009-02-25 03:46:49 +00:00
dongsheng
0e51661b24 "REPOSITORY/MDL-18356, append extenstions to file names smartly" 2009-02-25 02:06:06 +00:00
dongsheng
5fa358d1ce "REPOSITORY/MDL-13766, separate page and path in get_listing function" 2009-02-18 06:52:54 +00:00
dongsheng
014c1ca037 "MDL-17391, filter repository intances by file types" 2008-12-08 05:19:09 +00:00
nicolasconnault
dbc0194458 MDL_13766 Refactoring of core repository code and added first unit tests 2008-11-26 07:03:10 +00:00
dongsheng
8a77c9494d REPOSITORY/MDL-15488
change default value (how many photos per page)
2008-11-24 05:20:29 +00:00
dongsheng
4026d72487 "REPOSITORY/MDL-15488, send 'search_result' flag to file picker" 2008-11-21 07:07:04 +00:00
dongsheng
6b2a6c9088 "MDL-15488, improve flickr plugin" 2008-11-21 04:19:51 +00:00
jerome
b7cebc8ebc repository: MDL-15402 default flickr instance can now be deleted, email adress is now optional 2008-11-20 06:24:21 +00:00
dongsheng
7e33b68de2 "MDL-15488, modify declaration of function to use pass-by-reference" 2008-09-24 06:25:22 +00:00
dongsheng
35bae111b8 "MDL-15488, modify declaration of function to use pass-by-reference" 2008-09-24 06:22:21 +00:00
dongsheng
8540f8f93c "MDL-15488, fix preview URL" 2008-09-22 06:32:52 +00:00
dongsheng
aa48f05da8 "MDL-15488, fix problem when user use flickr account from form" 2008-09-22 01:30:14 +00:00
dongsheng
6ecf0dfa15 MDL-15488, move search_result flag to ws.php 2008-09-22 01:10:52 +00:00
dongsheng
86e68c2dc7 MDL-15488, use paging in tag searching 2008-09-19 04:44:37 +00:00
dongsheng
83d9400445 "MDL-15488, change default instance name" 2008-09-18 09:34:13 +00:00
jerome
83a018ed67 MDL-15402: add comments to the repository plugin_init() function 2008-09-18 05:54:23 +00:00
jerome
792ad3aaa7 MDL-15402: comment adminitration part of the repository plugins 2008-09-18 05:43:38 +00:00
jerome
96297ca2dd MDL-15402: add skeleton comments to all repository plugins 2008-09-18 05:33:44 +00:00
jerome
edb50637d7 MDL-15402: remove has_multiple_instance(), API will know there is multiple instance if the function get_instance_option_names() return a not empty object. 2008-09-18 05:21:51 +00:00
jerome
1b79955a70 MDL-15402: refactor get_admin_option_names() into get_type_option_names() 2008-09-18 03:19:52 +00:00
jerome
daff8f506b MDL-15402: refactor admin_config_form() into type_config_form() 2008-09-18 03:06:10 +00:00
jerome
06e65e1e67 MDL-15402: remove has_admin_config() and has_instance_config() from repository lib and all repository plugins 2008-09-18 02:36:17 +00:00
jerome
e49eaacbc9 MDL-15402: add some help texts to filckr/boxnet plugins 2008-09-17 06:09:10 +00:00
jerome
948c286025 MDL-15402: implement readonly repository instances (support flickr_public) 2008-09-16 09:08:36 +00:00
dongsheng
8d419e59f3 MDL-13766, clean up 2008-09-16 05:33:55 +00:00
dongsheng
353d5cf39b MDL-13766
1. Clean up source code
2. use search api replace old get_listing api
2008-09-16 03:11:17 +00:00
jerome
dc0976b875 MDL-15488: format code (mostly white space) + skeleton for documentation 2008-09-16 02:01:59 +00:00
dongsheng
ca0174ccce MDL-13766
1. remove repo_id field in plugin
2. remove reset varible in javascript code.
2008-09-15 09:42:38 +00:00
dongsheng
d68c527f68 MDL-13766
1. create logout() and check_login() function
2. Remove the code use global varibal
2008-09-15 09:31:41 +00:00
jerome
b8f46e17de MDL-15402: fix a bug with parameter in the delete URL (wrong cleaning setting) + move flickr public email address setting from admin to instance 2008-09-15 09:21:29 +00:00
dongsheng
fbd508b463 MDL-13766
introduce new search API
2008-09-12 08:16:09 +00:00
dongsheng
2b9feb5f0e MDL-13766, improve repository search, search interface can be defined
in print_search function now!
2008-09-12 07:28:40 +00:00
dongsheng
539b3d13d5 MDL-15488
1. Move flickr lib to lib/flickrlib.php
2. Create a new flickr plugin for public access, the original one will be
a personal repository, user need to login to access his/her own photos.
2008-09-12 03:32:31 +00:00