1
0
mirror of https://github.com/moodle/moodle.git synced 2025-03-13 12:10:34 +01:00

26 Commits

Author SHA1 Message Date
skodak
655bbf511d MDL-16669 dml: improved sql_substring(), added unit tests 2008-10-28 15:11:10 +00:00
skodak
cd5be217db MDL-16596 file listing methods now return arrays index with pathnamehash (useful when looking for existing files); create from stored file now supports directories too - very useful when moving files between areas 2008-09-21 10:35:39 +00:00
mjollnir_
8bd49ec01f fixing int() should be (int) in file storage 2008-09-16 15:56:19 +00:00
skodak
797f19e881 MDL-14589 image resizing and conversion support 2008-09-13 19:38:44 +00:00
skodak
ec8b711fb3 MDL-15919 do not modify $file_record parameters when creating new files 2008-09-06 21:33:07 +00:00
skodak
6e73ac4214 MDL-14589 added new method for creating stored file from url (please note it is limited by available memory) 2008-09-06 10:09:33 +00:00
scyrma
dd64e31031 MDL-14589: itemid should be 0 in user_* fileareas, but not in user_draft. 2008-09-05 10:47:34 +00:00
scyrma
00c32c5430 MDL-14589: strrpos is needed to check the last occurence
MDL-15405: return the existing file in case one is found
2008-09-05 09:23:36 +00:00
scyrma
e1dcb950fe MDL-14589: comment correction. 2008-09-05 02:57:19 +00:00
scyrma
882eb7905f MDL-14589: Enforce itemid to always be 0 for user_private. 2008-09-04 05:42:17 +00:00
moodler
49583e9ed1 MDL-14589 Created new move_draft_to_final() in file storage and made formslib use it for saving new files 2008-09-03 05:14:24 +00:00
moodler
924ddb15f1 Moved some filepicker form processing to formslib.php (temporary) 2008-09-02 09:46:29 +00:00
scyrma
a9bbec4963 MDL-15405: make itemid & filepath mandatory 2008-09-02 08:06:47 +00:00
scyrma
c7ca878147 MDL-15405: moving function into file_storage & simplify things a bit. 2008-09-02 07:30:18 +00:00
scyrma
46fcbcf41a MDL-14589: typos corrections. 2008-08-29 05:32:10 +00:00
skodak
6311eb61e4 MDL-16220 allow deleting of all files attached to context 2008-08-27 08:23:07 +00:00
skodak
8eb1e0a15c MDL-15977 create_file_from_storedfile should accept an original file object 2008-08-16 21:21:23 +00:00
mjollnir_
ebcac6c68b MDL-15990 - fixing bug in file_storage::create_file_from_storedfile - missing ! 2008-08-09 13:33:20 +00:00
skodak
145a0a317b MDL-14589 more local --> stored renaming 2008-08-08 11:50:45 +00:00
skodak
3501d96b8b MDL-14589 more local --> stored renaming 2008-08-08 09:34:12 +00:00
skodak
b48f3e0682 MDL-14589 improved method names 2008-08-06 20:51:14 +00:00
skodak
744b64ff5d MDL-14589 filedir location now fully configurable through file storage constructor 2008-08-04 13:21:38 +00:00
skodak
ee03a6514e MDL-14589 implemented directory listing 2008-08-03 17:05:09 +00:00
skodak
17d9269f59 MDL-15919 unzipping support 2008-08-02 18:33:11 +00:00
skodak
6c0e2d08a9 MDL-14589 improved file handling operations & towards zipping support 2008-08-02 12:45:02 +00:00
skodak
172dd12c63 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 2008-07-31 22:15:30 +00:00