summaryrefslogtreecommitdiff
path: root/includes/file.inc
Commit message (Collapse)AuthorAge
* - Bug #89680: 'not not' -> 'not'.Dries Buytaert2006-10-17
|
* - Patch #86314 by dopry: made previews work.Dries Buytaert2006-10-12
|
* #80574 by Steven and chx. Fix file uploads.Neil Drumm2006-08-31
|
* - Patch #78807 by Darren: remove stale code.Dries Buytaert2006-08-30
|
* #76802: Introduce placeholder magic into t()Steven Wittens2006-08-18
| | | | See: http://drupal.org/node/64279#t-placeholders
* #67244 by Steve Dondley and Morbus Iff, write out a more compatible ↵Neil Drumm2006-08-14
| | | | files/.htaccess.
* #72545 by pwolanin, validation for upload module administration.Neil Drumm2006-08-06
|
* - Patch #72204 by nedjo: upper-cased all TRUE/FALSE/NULL constants.Dries Buytaert2006-07-05
|
* - Patch #60441 by dopry: fixed file_create_url().Dries Buytaert2006-06-09
|
* fixing stuffGerhard Killesreiter2006-06-01
|
* prevent execution of scripts from files directoryGerhard Killesreiter2006-05-25
|
* #61802 by Zen, Double spaced sentences clean upNeil Drumm2006-05-07
|
* - Removing trailing whitespace.Dries Buytaert2006-04-17
|
* #5961, use PHP constants for file uploads. Patch by dopryGerhard Killesreiter2006-04-13
|
* #58166, fixes for typos, patch by Uwe HerrmannGerhard Killesreiter2006-04-11
|
* #53197, function file_check_location return wrong exit code, patch by ↵Gerhard Killesreiter2006-04-08
| | | | Patrick Deburca
* #55520, improved docs, patch by dopryGerhard Killesreiter2006-03-30
|
* #55520, upload.module does not display previews for when private files are ↵Gerhard Killesreiter2006-03-29
| | | | enabled, patch by dopry.
* #55910, fix warnings in file.inc, patch by chx.Gerhard Killesreiter2006-03-26
|
* - Patch #52092 by wtanaka, dopry and moshe: fixed regression with ↵Dries Buytaert2006-03-10
| | | | hook_file_download.
* #50234, add documentation to file.inc methods, patch by drewish.Gerhard Killesreiter2006-03-08
| | | | edited for some formatting issues.
* - Patch #5961 by dopry et al: fixed problems with file api and open_basedir ↵Dries Buytaert2006-03-07
| | | | restrictions.
* - Patch #43220 by chx: removed the mime type magic until a better fix comes ↵Dries Buytaert2006-03-02
| | | | along.
* - Patch #49675 by robert/killes: made replacing files work.Dries Buytaert2006-02-22
|
* - Patch #44011 by Souvent22 et al: critical bugfix: make private downloads ↵Dries Buytaert2006-01-18
| | | | work again.
* - Patch #40599 by Chris: minor code improvement: removed redundant isset().Dries Buytaert2006-01-05
|
* - Patch #40599 by Chris Johnson: file_download() checks module_invoke() ↵Dries Buytaert2006-01-04
| | | | return = -1.
* - Patch #41437 by webchick: improved code comments.Dries Buytaert2005-12-17
|
* - Patch #40631 by Chris Johnson: is_array() slower than isset() or empty().Dries Buytaert2005-12-14
|
* - Patch #40855 by Ber: fixed typo in watchdog message.Dries Buytaert2005-12-12
|
* - Fixed bug with checking for .txt files.Dries Buytaert2005-11-30
|
* - More fixesDries Buytaert2005-11-30
|
* - Removed valid_input_check().Dries Buytaert2005-11-30
|
* - Various fixes. Updated CHANGELOG.txtDries Buytaert2005-11-29
|
* - Patch #26249 by Morbus: improved handling of temporary files/directory.Dries Buytaert2005-11-12
| | | | | | | | If your module uses variable_get('file_directory_temp', ...) or variable_get('file_directory_path', ...) please update it to use the new API. A list of affected modules is available at http://drupal.org/node/26249#comment-54194.
* - Patch #10658 by Morbus: create new folders with the right permissions.Dries Buytaert2005-11-04
|
* - Patch #26249 by crunchywelch, Junyor: use upload_tmp_dir as default ↵Dries Buytaert2005-11-01
| | | | temporary directory. Fixed file problems on Windows NT systems.
* - Patch #21924 by walkah: made enclosures use absolute URLs to work around ↵Dries Buytaert2005-09-13
| | | | broken RSS parsers.
* - Bug #30390: fixed parse error. Alternative fix.Dries Buytaert2005-09-06
|
* - Patch #29385 by chx: no ?> add end of files.Dries Buytaert2005-08-25
|
* - Patch #28482 by Uwe: add CVS $Id$ tags to all source files in Drupal core. ↵Dries Buytaert2005-08-11
| | | | | | This allows admins to know exactly which version of which files they use. In addition I want to use CVS $Id$ tags in my upcoming security.module to check for possible vulnerabilities. That's not possible if some files simply don't have $Id$s. Note: I also (mostly) unified the tags to use the "// ID" form instead of "/* ID */", but that's more of a cosmetic issue. I'm not sure whether *.txt files and the stuff in themes/ need tags(?).
* - Patch by Drumm: one more attempt at fixing file_create_path().Dries Buytaert2005-05-18
|
* - Patch #23028 by chx: fixed file_check_location() problems.Dries Buytaert2005-05-17
|
* - Patch by James/Gerhard: made file_create_path() more robust.Dries Buytaert2005-05-14
|
* - Patch #22118 by Robin Monks: made file_transfer() more robust.Dries Buytaert2005-05-06
|
* - Patch #15595 by Stefan and Djun: improved status messages.Dries Buytaert2005-05-05
| | | | | TODO: we should write down a couple guidelines for these document them in the PHPDoc code of drupal_set_message()! .
* - Patch #19739 by Uwe: corrected many typo's in the documentation and code ↵Dries Buytaert2005-03-31
| | | | comments
* - #18817: Clean up plain-text checking (see drupal-devel!)Steven Wittens2005-03-31
|
* - Removed . We'll reintroduce it when really necessary.Dries Buytaert2005-03-08
|
* - Patch #16914 by chx: avoid that putting a .theme file directly in './themes'Dries Buytaert2005-03-08
| | | | breaks your Drupal. Only themes in './themes/subdir' are picked up now.