Commit Graph

37 Commits

Author SHA1 Message Date
dongsheng 2289c0e43d "MDL-16697, fixed itemid in filepicker" 2009-09-11 03:24:51 +00:00
dongsheng 4ba3169d21 "MDL-16697, add savepath parameter to filepicker, fixed title click event in filepicker" 2009-09-09 04:59:58 +00:00
nicolasconnault 12f11f232a MDL-19799 Switched $_helpbutton to public members 2009-08-21 00:15:19 +00:00
dongsheng 7a0c240306 "MDL-16697, fixed parameters" 2009-08-16 03:46:15 +00:00
dongsheng dd07016297 "MDL-16697, rename callback functions" 2009-08-14 08:22:06 +00:00
dongsheng 2b20173965 "MDL-16697, update javascript parameters list" 2009-08-14 07:37:56 +00:00
skodak ae4a98a108 MDL-13766 fixed some obvious problems with missing global $CFG and undefined variables 2009-08-11 09:40:59 +00:00
samhemelryk e4e7044acd lib-form MDL-16706 Changed inline JS to use PAGE methods 2009-07-07 08:49:00 +00:00
skodak ff5fe31160 MDL-19580 cleanup of require css and js filepicker code 2009-06-24 22:34:29 +00:00
dongsheng ab9cdbb976 "MDL-17316, fix upload form in non-js file picker" 2009-06-18 06:31:51 +00:00
tjhunt c28bf5c9f8 javascript: MDL-19475 replace require_js calls with $PAGE->requires->js.
Also, some related JavaScript cleanup.

More to follow.
2009-06-15 05:37:57 +00:00
dongsheng 1fd5298216 "MDL-16597, passing maxbytes and maxfiles to file picker" 2009-05-18 04:06:55 +00:00
skodak b7335412ca MDL-19002 fixed string concatenation with "+" typos, added file size restrictions, unfortunately filepicker does not work for some reason 2009-05-11 19:35:37 +00:00
skodak 9d54b8cd95 MDL-19002 file size limits in filepicker + improved options 2009-05-11 18:49:04 +00:00
dongsheng e189ec00f0 "MDL-18486, remove php varible from file picker code, all javascript code goes into a static file" 2009-04-20 08:53:21 +00:00
dongsheng b423b4af24 REPOSITORY, FILEMANGER FORM ELEMENT/MDL-16597
new ajax filemanager.
2008-12-02 07:05:15 +00:00
dongsheng b318bb6db2 REPOSITORY/MDL-13766
pass mimetype and return value type to file picker to filter repository instances
2008-11-26 03:26:33 +00:00
skodak b8d9c71915 MDL-15906 file picker improvements - it now keeps current file after failed server side validation or submission (input element used instead of button element) 2008-09-11 23:11:24 +00:00
dongsheng 911e0eb050 MDL-13766
1. change css className
2. add comments
2008-09-10 07:11:47 +00:00
moodler 757f30a20c MDL-15348 Add changes for filepicker to support the display of existing files 2008-09-08 05:41:45 +00:00
skodak 4287fc0df5 MDL-15906 filepicker support in all file functions in formslib 2008-09-07 13:30:46 +00:00
moodler 21599d8cfc MDL-15348 Make the filepicker component return the itemid of the new file (in user_draft area) 2008-09-02 02:59:01 +00:00
moodler 41ebc6d31c MDL-15348 Make sure the filepicker element shows a label 2008-09-01 06:17:23 +00:00
dongsheng a846af6fae "MDL-13766, display file name after file downloaded" 2008-09-01 02:00:15 +00:00
jerome 49a1ce1957 MDL-13766: refactor all libary functions, they now all start with repository_ 2008-08-28 05:13:13 +00:00
scyrma ec21543a9f MDL-15405: Add missing quote in javascript code 2008-08-27 08:36:01 +00:00
scyrma 4302300219 MDL-15405: A first form (partly) converted to the new filepicker element. 2008-08-27 07:57:54 +00:00
dongsheng d373f63f9b MDL-13766
1. Use treeview display files in repository
2. Dymanicly loading file support
3. Upload file in local repository plugin
4. Move file picker to the top level of DOM
5. get original photo format from flickr web service
2008-08-20 02:52:29 +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 e1f2936860 MDL-13766, fix bugs in formlib 2008-08-06 03:26:57 +00:00
dongsheng 77a2e1461b MDL-13766, fix for filepicker in moodleform 2008-08-05 05:58:06 +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 3e515a9f73 MDL-13766, tell server side where file picker opened. 2008-08-01 04:10:31 +00:00
dongsheng c5704ec65a MDL-13766
1. Filepicker component for moodleform
2. Integrate TinyMCE and FilePicker
3. Fix show/hide bug in filepicker
4. Rewrite print_login function for ajax
2008-07-31 02:51:28 +00:00