dongsheng
|
7ad67417d4
|
"Repository: repository_get_client(), treeview node doesnot support onXXX anymore, fix the problem of subsribing event MDL-13766"
|
2008-10-13 07:37:24 +00:00 |
|
dongsheng
|
a40e6cdd07
|
"MDL-13766, strip html code in error report"
|
2008-10-10 07:53:32 +00:00 |
|
dongsheng
|
e8e396e557
|
"MDL-13766, update for YUI 2.6"
|
2008-10-10 07:33:23 +00:00 |
|
jerome
|
9f7c761af9
|
MDL-15402: by default course/user repositories cannot be created/set
|
2008-10-09 06:01:10 +00:00 |
|
jerome
|
f48fb4d692
|
MDL-15402: add a repository type functionality in the administration: enable/disable course and user repository setting
|
2008-10-09 03:02:26 +00:00 |
|
dongsheng
|
d4fda077a2
|
"MDL-13766, always display personal repositories"
|
2008-10-09 02:17:14 +00:00 |
|
dongsheng
|
494f9df3a6
|
"MDL-16822, use https connection if it is avaliable"
|
2008-10-08 02:28:40 +00:00 |
|
dongsheng
|
9e9cf5a07b
|
"MDL-13766, update yui files"
|
2008-10-06 01:33:52 +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
|
e6b451606e
|
"MDL-16384, enable management url"
|
2008-09-24 05:18:18 +00:00 |
|
moodler
|
0ec691c457
|
MDL-15402 Fixed up the user personal repositories page so it fits in with user profile better (tabs, heading location etc)
|
2008-09-23 03:27:46 +00:00 |
|
dongsheng
|
c196505b05
|
MDL-15488, improve popup logging screen
|
2008-09-23 02:49:50 +00:00 |
|
dongsheng
|
26e411c576
|
MDL-16384
1) enable searching
2) catch session exception
3) fix bug of downloading
|
2008-09-23 01:19:27 +00:00 |
|
dongsheng
|
8540f8f93c
|
"MDL-15488, fix preview URL"
|
2008-09-22 06:32:52 +00:00 |
|
dongsheng
|
0507853e78
|
"MDL-13766, press enter to do global searching"
|
2008-09-22 04:37:04 +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 |
|
jerome
|
1e97f196a4
|
MDL-15402: when an instance is reaonly, the administrator cannot delete it but should be able to modify the name (only)
|
2008-09-19 06:43:06 +00:00 |
|
dongsheng
|
17e31bb097
|
MDL-16384, first draft of alfresco plugin
TODO:
1) Create a SOAP wrapper
2) Implement searching
|
2008-09-19 04:49:38 +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 |
|
dongsheng
|
b7668e73db
|
"MDL-16384, dynload for alfresco"
|
2008-09-18 09:33:18 +00:00 |
|
dongsheng
|
00045af9c0
|
"MDL-13766, 1) improve javascript error handle 2) add language string 3) change parameter type"
|
2008-09-18 07:08:45 +00:00 |
|
jerome
|
83a018ed67
|
MDL-15402: add comments to the repository plugin_init() function
|
2008-09-18 05:54:23 +00:00 |
|
jerome
|
c295f9ff05
|
MDL-15402: refactor repository_admin_form into repository_type_form
|
2008-09-18 05:48:25 +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
|
8740d9e8bf
|
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. (fix box.net)
|
2008-09-18 05:23:02 +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
|
73bee8ad20
|
MDL-15402: remove version.php file from flickr plugin
|
2008-09-18 03:02:28 +00:00 |
|
jerome
|
c715404e6a
|
MDL-15402: remove has_admin_config() and has_instance_config() from repository local and update plugins
|
2008-09-18 02:39: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 |
|
dongsheng
|
1d66f2b20e
|
"MDL-13766, print_login should not be an abstract function"
|
2008-09-18 02:25:28 +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
|
9bdd9eee0f
|
MDL-13766, move filepicker javascript code to a seperated file.
|
2008-09-16 03:52:11 +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
|
bddcd93318
|
MDL-15350: format code (mostly white spaces) + skeleton for documentation
|
2008-09-16 02:09:35 +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 |
|
jerome
|
7892948d1f
|
MDL-15402: minor changes for flickr admin settings
|
2008-09-15 08:42:56 +00:00 |
|
moodler
|
7a3b93c18a
|
Just tidying as I read it. Main problem with it now is that huge block of JS
|
2008-09-15 07:56:26 +00:00 |
|
moodler
|
c65dd2fe99
|
Just cleaning up layout a little
|
2008-09-15 07:37:21 +00:00 |
|
moodler
|
577aab9b88
|
MDL-13766 Tidying
|
2008-09-15 06:58:26 +00:00 |
|