MDL-28348 fix fatal error caused by unenrolling of incorrect enrol instance
[moodle.git] / file.php
2010-09-06 Petr Skodastandardized PHPDocs package info
2010-09-03 Petr SkodaMDL-23308 reverting previously reverted deprecation...
2010-09-03 Dongsheng CaiMDL-23308, coursefiles plugin could return the file...
2010-07-11 Petr SkodaMDL-14589 user icons now stored in file storage pool
2010-07-03 Petr SkodaMDL-22950 adding new component column to the files...
2010-05-22 Petr SkodaMDL-22547 course->legacyfiles switch implemented
2009-10-31 Petr SkodaMDL-20693 new NO_DEBUG_DISPLAY define
2009-05-21 skodakMDL-18111 improving file api comments and docs, fixing...
2009-03-28 skodakMDL-14589 removed obsoleted comments
2009-01-17 skodakMDL-14992 refactored use of session_write_close()
2009-01-05 skodakMDL-17754, MDL-11061, MDL-9276, MDL-17777, MDL-17787...
2008-08-16 skodakMDL-14589 new file not found general function
2008-07-31 skodakMDL-14589 initial file storage implementation, temporar...
2008-07-10 scyrmaMDL-14279: use get_file_url instead of checking $CFG...
2008-07-05 skodakMDL-13776 assignment attachment access now verified...
2008-05-15 skodakMDL-14679 ok, here is the big patch with new dmllib...
2008-04-30 dongsheng"MDL-14129, fix print_error call"
2008-04-25 stronk7New setting in require_login() to avoid certain scripts...
2008-04-04 dongshengMDL-14129, remove all the other error() call
2007-09-25 skodakMDL-11434 $CFG->filelifetime = 0 has no effect; patch...
2007-04-02 skodakMDL-9168 nested site policy when forcelogin enabled...
2006-12-28 skodakMDL-8015 improved file uploading
2006-11-20 toyomoyoadding attachment for blogs
2006-10-01 skodakAdvanced Upload assignment type - student can't read...
2006-09-25 skodakfix for MDL-6599 - problem with hiding of resource...
2006-09-23 skodakdebugging and error reporting level fixes and improveme...
2006-09-21 skodakremoved moodle specific debug messages from file.php
2006-09-20 skodakfixed warning caused by missing fields in $course;...
2006-09-16 skodakbackupdata folder is not visible in directory resource...
2006-09-14 toyomoyochanging sql calls from user_students table to role_ass...
2006-09-14 toyomoyofixing missing bracket
2006-09-14 toyomoyoreplacing legacy calls
2006-09-05 toyomoyoadding capabilities
2006-07-30 skodakSC #280 force downloading of database files; merged...
2006-02-21 thepurpleblobCorrected oversight with uploaded file filters change
2005-07-12 skodaknew parameter forcedownload; merged from MOODLE_15_STABLE
2005-05-17 martinlanghoffMerged from MOODLE_14_STABLE - Unlock session during...
2005-03-07 moodlerCall new lib/filelib.php
2005-02-26 skodakslashargument test fix
2005-02-22 skodakSC#98 protection of uploaded files in resources, please...
2004-12-14 skodaknew handling of uploaded files, please TEST, TEST,...
2004-09-29 dhawesAdded a file level phpdoc docblock tag. Also converted...
2004-09-07 moodlerMerged from stable
2004-08-18 moodlerAdded a 404 header but it seems not to work ... not...
2004-08-18 moodlerRemove possible path disclosure and add a translatable...
2004-08-10 moodlerDon't put HTML and text files through clean_text.
2004-08-04 moodlerFIxed link after file not found error
2004-05-28 moodlerUse forcelogin on site files if it's defined bug...
2004-05-01 moodlerParameters fix for files.
2004-04-26 moodlerfile.php now calculates content-length correctly for...
2004-04-01 moodlerCan now handle a $CFG->filelifetime to determine...
2004-03-16 moodlerSome security fixes with directory listing
2004-03-11 moodlerAdded an option on the filters page to control whether...
2004-03-09 moodlerFilter text files as well
2004-03-09 moodlerIf the uploaded file is HTML, then put it through the...
2003-11-27 moodlerDecode pathinfo in case it has encoded spaces etc in it
2003-01-15 moodlerDisplayed time formats are now stored in lang files
2003-01-15 moodlerBummer ... I introduced a new bug in 1.0.8.1 with pathi...
2003-01-12 moodlerCleaned up file argument processing a bit
2003-01-05 moodlerClean sweep through all the important changing all...
2002-09-05 martinBetter error message when invalid arguments are supplied.
2002-09-02 martinAdded Content-disposition header to help some browsers...
2002-08-26 martinChanges to use a new configuration variable: CFG->slash...
2001-11-25 martinSeveral changes related to the front page, so that...
2001-11-22 martinInitial revision