40 Commits

Author SHA1 Message Date
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
moodler
577aab9b88 MDL-13766 Tidying 2008-09-15 06:58:26 +00:00
moodler
d0f8585da3 MDL-13766 Cleaned up the formatting a bit for readability 2008-09-15 06:56:08 +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
8988c36bce MDL-15488
Use a popup login window intead inline login form
TODO:
Find a grace way to verify token
2008-09-11 03:18:54 +00:00
dongsheng
911e0eb050 MDL-13766
1. change css className
2. add comments
2008-09-10 07:11:47 +00:00
dongsheng
7dfb3c1cb4 MDL-13766
1. redesign file picker UI
2. fix a bug of popup window
3. reduce number of pics per page (flickr plugin)
2008-09-09 09:04:32 +00:00
dongsheng
cf493e8923 MDL-13766
popup authentication support (draft)
2008-09-09 03:25:03 +00:00
dongsheng
aae85978ec MDL-13766, users can delele their own cache files in fp. 2008-09-08 08:48:07 +00:00
dongsheng
d05ef4a37a MDL-13766
1. fix boxnet search feature
2. fix bugs in global search
2008-09-08 06:20:24 +00:00
dongsheng
455860cecb MDL-13766, global search enabled. 2008-09-08 05:38:13 +00:00
dongsheng
2057487cf8 "MDL-13766, check context id" 2008-09-04 06:28:47 +00:00
dongsheng
b3276c45cf "MDL-13766, pass repository name" 2008-09-02 04:08:49 +00:00
dongsheng
5a3b9db98c MDL-13766
Upload plugin added
2008-09-01 08:19:28 +00:00
dongsheng
c0fa8cbaa6 MDL-13766
1. click icon to download
2. display filename when downloading complete
2008-08-29 06:31:19 +00:00
jerome
c9f9f91159 MDL-13766: refactor all repository_instance() => repository_get_instance() 2008-08-28 05:23:07 +00:00
jerome
49a1ce1957 MDL-13766: refactor all libary functions, they now all start with repository_ 2008-08-28 05:13:13 +00:00
dongsheng
3023078fb2 MDL-13766, verify data before return to browser. 2008-08-28 02:23:09 +00:00
dongsheng
55b4bb1d9e MDL-13766, fix lang strings and small bugs 2008-08-27 06:23:01 +00:00
dongsheng
122defc546 MDL-13766, add a cancel button on file picker, fix bugs in repository administration panel 2008-08-26 08:00:47 +00:00
dongsheng
27051e4319 MDL-13766
1. Chanage database, create 2 more tables for repository
2. One-step download in file picker
2008-08-26 07:20:56 +00:00
dongsheng
0e8ae38e98 "MDL-13766, ws.php should not be cached" 2008-08-21 02:05:02 +00:00
dongsheng
5fd3e8f72e MDL-13766
improve action parameter, add comments for local plugin
2008-08-20 04:24:38 +00:00
dongsheng
64be2d6ce1 MDL-13766, some small changes for repository api. 2008-08-11 03:30:09 +00:00
dongsheng
b6558c3b0c MDL-13766
1. Pass context information to repository
TODO
Not sure about the way to get context, hard to find where we are, because print_textarea and moodle may be used in any place in moodle.
2. Change parameter type in ws.php
2008-08-07 03:33:47 +00:00
dongsheng
f3a6f85b94 MDL-13766, use a better value for itemid. 2008-08-06 08:09:01 +00:00
dongsheng
c2762f06b7 MDL-13766
1. Make mulit-filepicker in one page possible
2. fix lang strings
3. use itemid specify a draft file
TODO
itemid should use a better value.
2008-08-05 05:12:30 +00:00
dongsheng
d8eb6e180c "MDL-13766, use file api to move files" 2008-08-04 05:53:53 +00:00
dongsheng
3570711ad5 "MDL-13766, make params unique" 2008-08-02 15:52:14 +00:00
dongsheng
3e515a9f73 MDL-13766, tell server side where file picker opened. 2008-08-01 04:10:31 +00:00
dongsheng
6cbb4efbdd MDL-13766, use FILE_API in repository. 2008-08-01 03:40:37 +00:00
dongsheng
19add4c03a "MDL-13766, repository settings page" 2008-07-28 08:24:55 +00:00
dongsheng
bf1fccf02b MDL-13766, use exception model to report error. 2008-07-23 04:43:53 +00:00
dongsheng
bb2c046d5c MDL-13766
1. Move curl and repository_cache class to filelib.php
2. Name the file before downloading it
3. clean up code
2008-07-18 07:40:12 +00:00
dongsheng
1e28c767bc MDL-15349
1. Implement downloading files from repositories to temp area, TODO, communicate with FILE API
2. Fix cookie bugs in curl class
3. Fix bugs of boxnet and flickr plugins
2008-07-17 03:54:20 +00:00
dongsheng
75e7a38c7d MDL-15488, searching specific photos in flickr repository. 2008-07-14 04:34:26 +00:00
dongsheng
5bce597214 MDL-15488, paging for flickr plugin 2008-07-09 07:48:33 +00:00
dongsheng
9d8047cb77 MDL-15349, repository_cache class added, which can reduce request time significantly. 2008-07-08 05:00:59 +00:00
dongsheng
0eb58cf43a MDL-15488
1. Create a ajax file picker, which can switch views(list and thumbnail now), transfer json data between server and client side
2. Improve curl.class.php
3. Improve boxnet plugin, which won't need to redirect box.net to authenticate from now on
4. Improve flickr plugin
2008-07-07 06:34:39 +00:00