Issue Details (XML | Word | Printable)

Key: MDL-14589
Type: New Feature New Feature
Status: Open Open
Priority: Blocker Blocker
Assignee: Petr Skoda
Reporter: Martin Dougiamas
Votes: 1
Watchers: 14
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Moodle

META: Develop new File API

Created: 29/Apr/08 01:52 PM   Updated: Friday 02:07 AM
Return to search
Component/s: Files API
Affects Version/s: 1.9
Fix Version/s: 2.0

File Attachments: 1. Text File fileapi38.patch (204 kB)
2. Text File fileapi40.patch (204 kB)
3. Text File fileapi41.patch (206 kB)
4. Text File fileapi46.patch (263 kB)
5. Text File new_picker.bmml (7 kB)

Image Attachments:

1. new_picker.png
(59 kB)
Issue Links:
Relates
 

Participants: Daniel Neis, Dongsheng Cai, Eloy Lafuente (stronk7), Martin Dougiamas, Mathieu Petit-Clair, Matt Gibson, Nadav Kavalerchik, Petr Skoda and Ralf Hilgenstock
Security Level: None
Affected Branches: MOODLE_19_STABLE
Fixed Branches: MOODLE_20_STABLE

Sub-Tasks  All   Open   
 Sub-Task Progress: 

 Description  « Hide
This issue contains all the subtasks associated with the new file API

   http://docs.moodle.org/en/Development:File_API

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Petr Skoda committed 48 files to 'Moodle CVS' - 01/Aug/08 06:15 AM
MDL-14589 initial file storage implementation, temporary file manager, migration of course files; blog conversion MDL-15905; assignment conversion MDL-15904; fromslib related file improvements MDL-15906
ADD lib/file/file_info.php   Rev. 1.1    (+0 -0 lines)
MODIFY lib/filelib.php   Rev. 1.76    (+189 -16 lines)
MODIFY user/edit_form.php   Rev. 1.28    (+1 -2 lines)
ADD lib/file/file_info_coursefile.php   Rev. 1.1    (+0 -0 lines)
MODIFY mod/assignment/version.php   Rev. 1.59    (+2 -2 lines)
ADD lib/file/file_exceptions.php   Rev. 1.1    (+0 -0 lines)
MODIFY admin/roles/manage.php   Rev. 1.62    (+2 -2 lines)
MODIFY lib/editor/tinymce/Attic/coursefiles.php   Rev. 1.5    (+3 -1 lines)
MODIFY mod/assignment/type/uploadsingle/assignment.class.php   Rev. 1.41    (+65 -72 lines)
MODIFY group/lib.php   Rev. 1.18    (+6 -6 lines)
MODIFY lib/db/access.php   Rev. 1.87    (+28 -0 lines)
ADD lib/file/file_storage.php   Rev. 1.1    (+0 -0 lines)
MODIFY lib/formslib.php   Rev. 1.149    (+229 -85 lines)
MODIFY lib/db/install.xml   Rev. 1.159    (+41 -1 lines)
MODIFY user/editlib.php   Rev. 1.25    (+6 -4 lines)
MODIFY files/index.php   Rev. 1.134    (+212 -829 lines)
MODIFY blog/edit.php   Rev. 1.68    (+15 -9 lines)
MODIFY mod/assignment/type/upload/assignment.class.php   Rev. 1.53    (+187 -191 lines)
ADD lib/file/file_info_user.php   Rev. 1.1    (+0 -0 lines)
ADD lib/file/file_info_stored.php   Rev. 1.1    (+0 -0 lines)
ADD pluginfile.php   Rev. 1.1    (+0 -0 lines)
MODIFY lib/moodlelib.php   Rev. 1.1082    (+43 -28 lines)
MODIFY blog/edit_form.php   Rev. 1.16    (+1 -4 lines)
ADD lib/file/file_info_coursecat.php   Rev. 1.1    (+0 -0 lines)
MODIFY config-dist.php   Rev. 1.108    (+1 -8 lines)
MODIFY file.php   Rev. 1.54    (+35 -118 lines)
MODIFY blog/lib.php   Rev. 1.100    (+39 -55 lines)
MODIFY version.php   Rev. 1.744    (+1 -1 lines)
MODIFY admin/uploadpicture.php   Rev. 1.10    (+5 -5 lines)
MODIFY mod/assignment/lib.php   Rev. 1.341    (+84 -65 lines)
MODIFY lib/gdlib.php   Rev. 1.18    (+8 -9 lines)
ADD lib/file/file_browser.php   Rev. 1.1    (+0 -0 lines)
MODIFY group/group_form.php   Rev. 1.8    (+1 -2 lines)
ADD userfile.php   Rev. 1.1    (+0 -0 lines)
MODIFY group/group.php   Rev. 1.22    (+2 -2 lines)
MODIFY lib/editor/htmlarea/Attic/coursefiles.php   Rev. 1.21    (+3 -1 lines)
MODIFY mod/assignment/db/upgrade.php   Rev. 1.18    (+119 -1 lines)
ADD lib/file/Attic/file_packer.php   Rev. 1.1    (+0 -0 lines)
ADD lib/file/file_info_system.php   Rev. 1.1    (+0 -0 lines)
ADD lib/file/file_info_course.php   Rev. 1.1    (+0 -0 lines)
MODIFY user/editadvanced_form.php   Rev. 1.20    (+1 -2 lines)
MODIFY lang/en_utf8/error.php   Rev. 1.121    (+6 -1 lines)
MODIFY lib/db/upgradelib.php   Rev. 1.18    (+167 -2 lines)
ADD lib/file/stored_file.php   Rev. 1.1    (+0 -0 lines)
MODIFY lib/weblib.php   Rev. 1.1119    (+3 -3 lines)
MODIFY mod/assignment/upload.php   Rev. 1.30    (+2 -2 lines)
MODIFY lib/db/upgrade.php   Rev. 1.219    (+87 -8 lines)
ADD draftfile.php   Rev. 1.1    (+0 -0 lines)
Petr Skoda committed 6 files to 'Moodle CVS' - 02/Aug/08 08:45 PM
MDL-14589 improved file handling operations & towards zipping support
MODIFY lib/formslib.php   Rev. 1.150    (+4 -24 lines)
MODIFY lib/file/stored_file.php   Rev. 1.2    (+19 -2 lines)
MODIFY lib/moodlelib.php   Rev. 1.1086    (+22 -2 lines)
MODIFY lib/filelib.php   Rev. 1.77    (+2 -1 lines)
MODIFY files/index.php   Rev. 1.135    (+2 -2 lines)
MODIFY lib/file/file_storage.php   Rev. 1.2    (+10 -23 lines)
Petr Skoda committed 1 file to 'Moodle CVS' - 04/Aug/08 01:03 AM
MDL-14589 course cat areas not writable
MODIFY lib/file/file_info_coursecat.php   Rev. 1.2    (+5 -1 lines)
Petr Skoda committed 3 files to 'Moodle CVS' - 04/Aug/08 01:05 AM
MDL-14589 implemented directory listing
MODIFY lib/file/file_browser.php   Rev. 1.2    (+9 -39 lines)
MODIFY lib/file/file_storage.php   Rev. 1.4    (+84 -1 lines)
MODIFY lib/file/stored_file.php   Rev. 1.4    (+5 -1 lines)
Petr Skoda committed 1 file to 'Moodle CVS' - 04/Aug/08 05:08 AM
MDL-14589 fixed file manager link
MODIFY files/index.php   Rev. 1.136    (+2 -2 lines)
martignoni committed 1 file to 'Lang CVS' - 04/Aug/08 08:19 PM
MDL-14589 strings added
MODIFY fr_utf8/error.php   Rev. 1.124    (+6 -1 lines)
Petr Skoda committed 3 files to 'Moodle CVS' - 04/Aug/08 09:21 PM
MDL-14589 filedir location now fully configurable through file storage constructor
MODIFY lib/file/file_storage.php   Rev. 1.5    (+11 -8 lines)
MODIFY lib/moodlelib.php   Rev. 1.1089    (+9 -3 lines)
MODIFY lib/file/stored_file.php   Rev. 1.6    (+2 -7 lines)
Petr Skoda committed 1 file to 'Moodle CVS' - 07/Aug/08 04:51 AM
MDL-14589 improved method names
MODIFY lib/file/file_storage.php   Rev. 1.6    (+6 -6 lines)
Petr Skoda committed 3 files to 'Moodle CVS' - 08/Aug/08 05:34 PM
MDL-14589 more local --> stored renaming
MODIFY lib/file/file_info_stored.php   Rev. 1.2    (+3 -3 lines)
MODIFY lib/file/file_storage.php   Rev. 1.7    (+2 -2 lines)
MODIFY lib/file/file_info.php   Rev. 1.2    (+2 -2 lines)
Petr Skoda committed 7 files to 'Moodle CVS' - 08/Aug/08 07:50 PM
MDL-14589 more local --> stored renaming
MODIFY lib/file/file_info_coursefile.php   Rev. 1.2    (+3 -3 lines)
MODIFY lib/file/file_exceptions.php   Rev. 1.2    (+2 -2 lines)
MODIFY lib/file/file_browser.php   Rev. 1.3    (+22 -22 lines)
MODIFY lang/en_utf8/error.php   Rev. 1.122    (+5 -5 lines)
MODIFY lib/file/file_info_stored.php   Rev. 1.3    (+5 -5 lines)
MODIFY lib/file/file_storage.php   Rev. 1.8    (+26 -26 lines)
MODIFY lib/file/stored_file.php   Rev. 1.8    (+5 -5 lines)
Petr Skoda committed 1 file to 'Moodle CVS' - 08/Aug/08 09:11 PM
MDL-14589 adding function get_contenthash() - thanks Penny
MODIFY lib/file/stored_file.php   Rev. 1.9    (+5 -1 lines)
Mitsuhiro Yoshida committed 3 files to 'Lang CVS' - 09/Aug/08 04:09 AM
MDL-15923 Updated a translated string for smtp hosts based on lang/en_utf8 change.
MDL-14589 Translated new strings for error.
MODIFY ja_utf8/admin.php   Rev. 1.288    (+2 -2 lines)
MODIFY ja_utf8/README   Rev. 1.780    (+1 -1 lines)
MODIFY ja_utf8/error.php   Rev. 1.83    (+9 -5 lines)
Mitsuhiro Yoshida committed 1 file to 'Lang CVS' - 09/Aug/08 04:15 AM
MDL-14589 Removed deprecated strings for error.
MODIFY ja_utf8/error.php   Rev. 1.84    (+0 -4 lines)
martignoni committed 1 file to 'Lang CVS' - 12/Aug/08 08:01 PM
MDL-14589 renaming some strings
MODIFY fr_utf8/error.php   Rev. 1.125    (+5 -5 lines)
tjhunt committed 2 files to 'Moodle CVS' - 15/Aug/08 12:41 PM
MDL-14589 - XHTML Strrrict, and more consistent tool tips.
MODIFY files/index.php   Rev. 1.137    (+4 -4 lines)
MODIFY lang/en_utf8/moodle.php   Rev. 1.191    (+3 -1 lines)
Mitsuhiro Yoshida committed 7 files to 'Lang CVS' - 16/Aug/08 01:28 AM
MDL-14589 Translated new strings for tooltips
MDL-14201 Translated a new string for quiz overview.
Brushed up an automatically generated translation file for TinyMCE.
MDL-13766 Adding three translated lang files for repository.
ADD ja_utf8/repository_local.php   Rev. 1.1    (+0 -0 lines)
MODIFY ja_utf8/quiz_overview.php   Rev. 1.17    (+2 -1 lines)
MODIFY ja_utf8/Attic/tinymce.php   Rev. 1.10    (+23 -23 lines)
MODIFY ja_utf8/moodle.php   Rev. 1.306    (+3 -1 lines)
ADD ja_utf8/repository_flickr.php   Rev. 1.1    (+0 -0 lines)
ADD ja_utf8/repository_boxnet.php   Rev. 1.1    (+0 -0 lines)
MODIFY ja_utf8/README   Rev. 1.787    (+1 -1 lines)
martignoni committed 1 file to 'Lang CVS' - 16/Aug/08 05:39 PM
MDL-14589, string translated
MODIFY fr_utf8/moodle.php   Rev. 1.234    (+3 -1 lines)
Petr Skoda committed 3 files to 'Moodle CVS' - 17/Aug/08 01:23 AM
MDL-14589 new file not found general function
MODIFY lib/filelib.php   Rev. 1.86    (+11 -1 lines)
MODIFY file.php   Rev. 1.55    (+3 -8 lines)
MODIFY pluginfile.php   Rev. 1.3    (+17 -24 lines)
Mathieu Petit-Clair committed 1 file to 'Moodle CVS' - 29/Aug/08 01:32 PM
MDL-14589: typos corrections.
MODIFY lib/file/file_storage.php   Rev. 1.12    (+7 -7 lines)
Petr Skoda committed 5 files to 'Moodle CVS' - 03/Sep/08 04:32 AM
MDL-14589 minor database driver loading refactoring
MODIFY lib/setup.php   Rev. 1.247    (+2 -1 lines)
MODIFY lib/datalib.php   Rev. 1.488    (+1 -94 lines)
MODIFY lib/dml/moodle_database.php   Rev. 1.47    (+16 -8 lines)
MODIFY lib/simpletest/fixtures/gradetest.php   Rev. 1.42    (+2 -2 lines)
MODIFY lib/dmllib.php   Rev. 1.169    (+93 -1 lines)
moodler committed 2 files to 'Moodle CVS' - 03/Sep/08 01:14 PM
MDL-14589 Created new move_draft_to_final() in file storage and made formslib use it for saving new files
MODIFY lib/file/file_storage.php   Rev. 1.16    (+63 -1 lines)
MODIFY lib/formslib.php   Rev. 1.155    (+12 -41 lines)
Petr Skoda committed 2 files to 'Moodle CVS' - 03/Sep/08 04:47 PM
MDL-14589 new file not found general function
MODIFY draftfile.php   Rev. 1.3    (+3 -9 lines)
MODIFY userfile.php   Rev. 1.2    (+3 -9 lines)
Mathieu Petit-Clair committed 1 file to 'Moodle CVS' - 04/Sep/08 01:42 PM
MDL-14589: Enforce itemid to always be 0 for user_private.
MODIFY lib/file/file_storage.php   Rev. 1.17    (+7 -1 lines)
Mathieu Petit-Clair committed 1 file to 'Moodle CVS' - 04/Sep/08 01:49 PM
MDL-14589: Files in user_draft now come out of draftfile.php.
MODIFY userfile.php   Rev. 1.3    (+1 -2 lines)
Mathieu Petit-Clair committed 1 file to 'Moodle CVS' - 04/Sep/08 03:20 PM
MDL-14589: make user_profile files available via userfile.php
MODIFY userfile.php   Rev. 1.4    (+13 -8 lines)
Mathieu Petit-Clair committed 1 file to 'Moodle CVS' - 04/Sep/08 05:03 PM
MDL-14589: clean up function & correct the link to userfile.php.
MODIFY lib/filelib.php   Rev. 1.93    (+19 -12 lines)
Mathieu Petit-Clair committed 1 file to 'Moodle CVS' - 05/Sep/08 10:57 AM
MDL-14589: comment correction.
MODIFY lib/file/file_storage.php   Rev. 1.18    (+2 -2 lines)
Mathieu Petit-Clair committed 1 file to 'Moodle CVS' - 05/Sep/08 05:23 PM
MDL-14589: strrpos is needed to check the last occurence
MDL-15405: return the existing file in case one is found
MODIFY lib/file/file_storage.php   Rev. 1.19    (+3 -2 lines)
Mathieu Petit-Clair committed 1 file to 'Moodle CVS' - 05/Sep/08 05:48 PM
MDL-14589: adding a few more checks to file served from user_profile. More needed.
MODIFY userfile.php   Rev. 1.5    (+38 -13 lines)
Mathieu Petit-Clair committed 1 file to 'Moodle CVS' - 05/Sep/08 06:47 PM
MDL-14589: itemid should be 0 in user_* fileareas, but not in user_draft.
MODIFY lib/file/file_storage.php   Rev. 1.20    (+2 -2 lines)
Petr Skoda committed 1 file to 'Moodle CVS' - 06/Sep/08 06:09 PM
MDL-14589 added new method for creating stored file from url (please note it is limited by available memory)
MODIFY lib/file/file_storage.php   Rev. 1.21    (+38 -7 lines)
Petr Skoda committed 1 file to 'Moodle CVS' - 07/Sep/08 05:57 PM
MDL-14589 list of user areas is read only
MODIFY lib/file/file_info_user.php   Rev. 1.2    (+5 -1 lines)
Petr Skoda committed 4 files to 'Moodle CVS' - 07/Sep/08 06:06 PM
MDL-14589 /. files are not created anymore when browsing empty areas, yay!
ADD lib/file/virtual_root_file.php   Rev. 1.1    (+0 -0 lines)
MODIFY lib/file/file_info_coursefile.php   Rev. 1.3    (+4 -4 lines)
MODIFY lib/file/file_info_stored.php   Rev. 1.4    (+9 -13 lines)
MODIFY lib/file/file_browser.php   Rev. 1.7    (+8 -7 lines)
Petr Skoda committed 1 file to 'Moodle CVS' - 08/Sep/08 06:23 AM
MDL-14589 /. files are not created anymore when browsing empty areas, yay!
MODIFY lib/file/file_browser.php   Rev. 1.8    (+7 -3 lines)
Petr Skoda committed 1 file to 'Moodle CVS' - 08/Sep/08 06:34 AM
MDL-14589 sample function for draft area files migration and relinking
MODIFY lib/filelib.php   Rev. 1.96    (+42 -1 lines)
Petr Skoda committed 4 files to 'Moodle CVS' - 08/Sep/08 06:35 AM
MDL-14589 adding missing lang strings
MODIFY lang/en_utf8/repository.php   Rev. 1.28    (+7 -1 lines)
MODIFY lib/file/file_browser.php   Rev. 1.9    (+6 -11 lines)
MODIFY lib/file/file_info_coursefile.php   Rev. 1.4    (+2 -2 lines)
MODIFY lib/file/file_info_system.php   Rev. 1.2    (+2 -2 lines)
Petr Skoda committed 1 file to 'Moodle CVS' - 08/Sep/08 07:21 AM
MDL-14589 fixed undefined itemid
MODIFY lib/file/file_info_stored.php   Rev. 1.5    (+2 -2 lines)
Mitsuhiro Yoshida committed 4 files to 'Lang CVS' - 08/Sep/08 12:57 PM
MDL-9683 - Removed a translated string for error based on lang/en_utf8 removal.
MDL-16072 - Translated a new string for forum.
MDL-16075 - Translated a new string for glossary.
MDL-14589, MDL-15402 - Translated new strings for repository.
MODIFY ja_utf8/error.php   Rev. 1.94    (+0 -1 lines)
MODIFY ja_utf8/forum.php   Rev. 1.77    (+2 -1 lines)
MODIFY ja_utf8/glossary.php   Rev. 1.44    (+2 -1 lines)
MODIFY ja_utf8/repository.php   Rev. 1.19    (+7 -0 lines)
Petr Skoda committed 1 file to 'Moodle CVS' - 12/Sep/08 04:22 PM
MDL-14589 no file browsing if not logged-in
MODIFY lib/file/file_browser.php   Rev. 1.11    (+3 -2 lines)
Petr Skoda committed 2 files to 'Moodle CVS' - 14/Sep/08 03:38 AM
MDL-14589 image resizing and conversion support
MODIFY lib/file/stored_file.php   Rev. 1.12    (+38 -1 lines)
MODIFY lib/file/file_storage.php   Rev. 1.23    (+115 -1 lines)
martignoni committed 1 file to 'Lang CVS' - 14/Sep/08 07:28 PM
MDL-14589 missing lang strings translated
MODIFY fr_utf8/repository.php   Rev. 1.29    (+7 -1 lines)
Mathieu Petit-Clair committed 1 file to 'Moodle CVS' - 26/Sep/08 11:54 AM
MDL-14589: copying the current htmleditor element to editor, prior to filepicker removal from the old one.
ADD lib/form/editor.php   Rev. 1.1    (+0 -0 lines)
Petr Skoda committed 7 files to 'Moodle CVS' - 17/Feb/09 05:47 AM
MDL-14589 implemented browsing of course section files + fixed bug when getting parent dirs of stored files
MODIFY lib/filelib.php   Rev. 1.127    (+13 -1 lines)
MODIFY mod/scorm/lib.php   Rev. 1.110    (+2 -2 lines)
MODIFY lib/file/file_browser.php   Rev. 1.14    (+40 -5 lines)
MODIFY lib/file/file_info_course.php   Rev. 1.4    (+10 -13 lines)
MODIFY lib/file/file_info_stored.php   Rev. 1.8    (+14 -20 lines)
ADD lib/file/file_info_coursesection.php   Rev. 1.1    (+0 -0 lines)
MODIFY pluginfile.php   Rev. 1.8    (+28 -1 lines)
Petr Skoda committed 2 files to 'Moodle CVS' - 18/Feb/09 06:03 PM
MDL-14589 course section summary string
MODIFY lang/en_utf8/moodle.php   Rev. 1.228    (+2 -1 lines)
MODIFY lib/file/file_info_coursesection.php   Rev. 1.2    (+2 -5 lines)
Mitsuhiro Yoshida committed 6 files to 'Lang CVS' - 23/Feb/09 03:20 AM
Brushed up a translated string for block course summary.
MDL-14589 Translated a new string for course section summary.
MDL-18041 Translated a new string for security report.
MDL-13766 Translated a new string for repository.
Brushed up a translated string for tinymce.
MODIFY ja_utf8/report_security.php   Rev. 1.16    (+2 -1 lines)
MODIFY ja_utf8/moodle.php   Rev. 1.348    (+2 -1 lines)
MODIFY ja_utf8/README   Rev. 1.950    (+1 -1 lines)
MODIFY ja_utf8/Attic/tinymce.php   Rev. 1.19    (+2 -2 lines)
MODIFY ja_utf8/block_course_summary.php   Rev. 1.5    (+2 -2 lines)
MODIFY ja_utf8/repository.php   Rev. 1.33    (+2 -1 lines)
martignoni committed 1 file to 'Lang CVS' - 01/Mar/09 09:30 PM
MDL-14589 New string added
MODIFY fr_utf8/moodle.php   Rev. 1.282    (+2 -1 lines)
Petr Skoda committed 1 file to 'Moodle CVS' - 29/Mar/09 12:07 AM
MDL-14589 removed obsoleted comments
MODIFY file.php   Rev. 1.58    (+1 -7 lines)
Petr Skoda committed 1 file to 'Moodle CVS' - 16/Apr/09 04:02 AM
MDL-14589 fixed incorrect file info api function result
MODIFY lib/filelib.php   Rev. 1.133    (+2 -2 lines)
Petr Skoda committed 5 files to 'Moodle CVS' - 19/May/09 03:04 AM
MDL-14589 file api improvements - converting more params to general $options array
MODIFY course/modedit.php   Rev. 1.68    (+2 -3 lines)
MODIFY lib/filelib.php   Rev. 1.145    (+11 -7 lines)
MODIFY course/editsection.php   Rev. 1.37    (+3 -3 lines)
MODIFY mod/forum/post.php   Rev. 1.192    (+3 -3 lines)
MODIFY lib/filelib.php   Rev. 1.144    (+14 -6 lines)
Petr Skoda committed 1 file to 'Moodle CVS' - 19/May/09 09:01 PM
MDL-14589 fixed recent file api improvements regression
MODIFY lib/filelib.php   Rev. 1.146    (+2 -2 lines)
Petr Skoda committed 2 files to 'Moodle CVS' - 21/May/09 04:57 AM
MDL-14589 adding file export options to file_browser classes
MODIFY lib/file/file_info.php   Rev. 1.4    (+30 -6 lines)
MODIFY lib/file/file_info_stored.php   Rev. 1.9    (+46 -1 lines)
Petr Skoda committed 15 files to 'Moodle CVS' - 21/May/09 06:32 AM
MDL-14589 file browsing refactoring - moving url encoding to filelib.php for now
MODIFY lib/file/file_info_stored.php   Rev. 1.11    (+1 -1 lines)
MODIFY blog/lib.php   Rev. 1.110    (+2 -2 lines)
MODIFY mod/forum/lib.php   Rev. 1.789    (+2 -2 lines)
MODIFY mod/assignment/type/upload/assignment.class.php   Rev. 1.67    (+4 -4 lines)
MODIFY mod/assignment/type/uploadsingle/assignment.class.php   Rev. 1.44    (+2 -2 lines)
MODIFY lib/file/file_browser.php   Rev. 1.20    (+0 -26 lines)
MODIFY mod/glossary/lib.php   Rev. 1.249    (+2 -2 lines)
MODIFY mod/data/field/file/field.class.php   Rev. 1.31    (+3 -3 lines)
MODIFY lib/form/filemanager.php   Rev. 1.13    (+2 -2 lines)
MODIFY files/draftfiles.php   Rev. 1.6    (+2 -2 lines)
MODIFY mod/data/field/picture/field.class.php   Rev. 1.31    (+4 -4 lines)
MODIFY mod/assignment/lib.php   Rev. 1.382    (+2 -2 lines)
MODIFY lib/file/file_info_coursefile.php   Rev. 1.8    (+1 -1 lines)
MODIFY lib/filelib.php   Rev. 1.147    (+37 -1 lines)
MODIFY lib/simpletest/Attic/testfilelib.php   Rev. 1.9    (+9 -9 lines)
Petr Skoda committed 1 file to 'Moodle CVS' - 22/Jun/09 02:22 AM
MDL-14589 fixed error message if url malformed
MODIFY pluginfile.php   Rev. 1.12    (+3 -1 lines)
Petr Skoda committed 1 file to 'Moodle CVS' - 22/Jun/09 02:22 AM
MDL-14589 new function returning area files in tree structure
MODIFY lib/file/file_storage.php   Rev. 1.33    (+43 -0 lines)
Petr Skoda committed 1 file to 'Moodle CVS' - 03/Jul/09 09:39 PM
MDL-14589 improved _pluginfile function - added forcedownload param
MODIFY pluginfile.php   Rev. 1.13    (+1 -1 lines)
Petr Skoda committed 7 files to 'Moodle CVS' - 03/Jul/09 09:39 PM
MDL-14589 improved _pluginfile function - added forcedownload param and fixed docs
MODIFY mod/data/lib.php   Rev. 1.236    (+4 -5 lines)
MODIFY mod/scorm/lib.php   Rev. 1.122    (+3 -3 lines)
MODIFY mod/scorm/lib.php   Rev. 1.123    (+1 -1 lines)
MODIFY mod/forum/lib.php   Rev. 1.802    (+3 -2 lines)
MODIFY mod/glossary/lib.php   Rev. 1.255    (+8 -4 lines)
MODIFY mod/assignment/lib.php   Rev. 1.393    (+12 -1 lines)
MODIFY mod/glossary/lib.php   Rev. 1.256    (+1 -1 lines)
Petr Skoda committed 1 file to 'Moodle CVS' - 05/Jul/09 02:47 AM
MDL-14589 fixed area tree generation
MODIFY lib/file/file_storage.php   Rev. 1.34    (+6 -0 lines)
Petr Skoda committed 1 file to 'Moodle CVS' - 14/Jul/09 04:25 PM
MDL-14589 fixed incorrect condition testing if files allowed when postprocessing editor element data, thanks Nicolas for reporting this
MODIFY lib/filelib.php   Rev. 1.156    (+3 -3 lines)
Petr Skoda committed 5 files to 'Moodle CVS' - 19/Jul/09 04:56 PM
MDL-14589 added missing require_login()
MODIFY mod/assignment/lib.php   Rev. 1.395    (+3 -1 lines)
MODIFY mod/data/lib.php   Rev. 1.237    (+8 -2 lines)
MODIFY mod/scorm/lib.php   Rev. 1.124    (+6 -0 lines)
MODIFY mod/glossary/lib.php   Rev. 1.258    (+6 -0 lines)
MODIFY mod/forum/lib.php   Rev. 1.804    (+6 -0 lines)