summaryrefslogtreecommitdiff
path: root/includes/file.inc
Commit message (Collapse)AuthorAge
* - Added support for 403 handling. Patch by JonBob. As a side benefit,Dries Buytaert2004-04-21
| | | | | | | | administrators will be able to define a custom 403 page, just as they can define 404 pages now. This needs to be documented in the "Changes since / migrating to ..." pages.
* - Patch #6517 by kika: drupal_http_request() fails to open feed because on ↵Dries Buytaert2004-03-24
| | | | PHP 4.1.2. Also updated file.inc.
* - Fixed constants problem.Kjartan Mannes2004-02-27
| | | | - Made filename modification more logical when there was no extension.
* - Patch #5874 by Bart: made file uploads work with PHP 4.2.Dries Buytaert2004-02-15
|
* - Fixing extension splitting (was using the first dot instead of the last one).Kjartan Mannes2004-01-29
|
* - Fixing bug #5091: Inconsistent download method defaults.Kjartan Mannes2004-01-13
|
* - New and updated doxygen comments.Kjartan Mannes2004-01-06
|
* - Fixing doxygen comment.Kjartan Mannes2004-01-02
|
* - Improved Doxygen documentation.Kjartan Mannes2003-12-27
|
* - Fixed fileuploads for nodes failing without preview.Kjartan Mannes2003-12-27
|
* - Fixed switch in file_create_url().Kjartan Mannes2003-12-27
| | | | | - Fixed profile module not extracting mime type. - Improved file matching in profile module.
* - Added file handling. Work by Kjartan.Dries Buytaert2003-12-26