48 Commits

Author SHA1 Message Date
skodak
8b1ed8bf8f MDL-16596 adding missing get_pathnamehash() method 2008-09-21 15:54:48 +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
skodak
6ed19c7464 MDL-16596 adding missing get_pathnamehash() method 2008-09-21 10:33:58 +00:00
skodak
8546def3b6 MDL-16596 basic areafiles formslib element 2008-09-20 20:56:21 +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
0bd47adcd0 MDL-14589 no file browsing if not logged-in 2008-09-12 08:22:41 +00:00
skodak
106f3b6779 MDL-16394 user profile browsing and serving improvements 2008-09-08 23:16:48 +00:00
skodak
3445b38281 MDL-14589 fixed undefined itemid 2008-09-07 23:21:31 +00:00
skodak
a4e936d47d MDL-14589 adding missing lang strings 2008-09-07 22:35:03 +00:00
skodak
a20c017def MDL-14589 /. files are not created anymore when browsing empty areas, yay! 2008-09-07 22:23:10 +00:00
skodak
96fef79f5f MDL-14589 /. files are not created anymore when browsing empty areas, yay! 2008-09-07 10:06:26 +00:00
skodak
cfe9446817 MDL-14589 list of user areas is read only 2008-09-07 09:57:35 +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
84dabeef01 MDL-16374 support for file browsing in modules 2008-09-06 18:18:36 +00:00
skodak
38b4de5258 MDL-16374 support for file browsing in modules 2008-09-06 18:07:17 +00:00
skodak
d6f7cbfd98 MDL-16374 support for file browsing in modules 2008-09-06 17:00:43 +00:00
skodak
787a016fd2 MDL-16374 support for file browsing in modules 2008-09-06 17:00:43 +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
skodak
c78a05585b MDL-15919 support for archive fixing & fixed inline docs a bit 2008-09-03 21:16:54 +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_
5035a8b486 MDL-15991 - allow curl library to POST files by integrating with stored_file object. 2008-08-09 13:35:33 +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
4284e1cc17 MDL-14589 adding function get_contenthash() - thanks Penny 2008-08-08 13:11:32 +00:00
skodak
145a0a317b MDL-14589 more local --> stored renaming 2008-08-08 11:50:45 +00:00
skodak
0b0bfa9345 MDL-15919, MDL-15920 reworked support for archiving 2008-08-08 10:22:59 +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
4b5dd7f143 MDL-15928 prevent parsing errors when zip ext missing 2008-08-04 13:25:27 +00:00
skodak
744b64ff5d MDL-14589 filedir location now fully configurable through file storage constructor 2008-08-04 13:21:38 +00:00
skodak
b1897a6d68 MDL-15920 initial zipping support 2008-08-03 21:37:50 +00:00
skodak
ee03a6514e MDL-14589 implemented directory listing 2008-08-03 17:05:09 +00:00
skodak
cf7ec8e978 MDL-14589 course cat areas not writable 2008-08-03 17:03:39 +00:00
skodak
d4858e5cd1 MDL-15919 minor tmpfile cleanup fixes 2008-08-02 18:49:23 +00:00
skodak
7c53e3e5de MDL-15919 unzipping support 2008-08-02 18:42:38 +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