summaryrefslogtreecommitdiff
path: root/includes/file.inc
Commit message (Collapse)AuthorAge
* Issue #1742958 by DamienMcKenna: Fix capitalization of URL and other acronymsJennifer Hodgdon2012-09-17
|
* Issue #1773032 by Jorrit: Fixed Non-standard and pointless name attribute ↵David Rothstein2012-09-15
| | | | added to Content-Type header.
* Merge branch '7.12-security' into 7.xwebchick2012-05-02
|\
| * Drupal 7.13webchick2012-05-02
| |
* | Issue #1537370 by Liam Morland: Improve documentation of return value for ↵Jennifer Hodgdon2012-04-18
| | | | | | | | file_load()
* | Issue #1317620 by xjm, Albert Volkman: Fix up API docs for includes ↵Jennifer Hodgdon2012-03-12
|/ | | | directory files d-g
* Issue #278425 by andypost, droplet, OnkelTem, chx, c960657, drewish, kotnik, ↵webchick2012-01-21
| | | | realityloop: Change notice for: Using basename() is not locale safe.
* Issue #1347812 by nanotube, xjm: Fixed Remove/replace documentation ↵webchick2011-12-25
| | | | references to upload_file_load() and upload_file_delete().
* Issue #1240256 by lyricnz, Akaoni, jenspeter: Fixed file_unmanaged_copy() ↵webchick2011-12-22
| | | | Fails with Drupal 7.7+ and safe_mode() or open_basedir().
* - Patch #1201024 by pillarsdotnet: drupal_realpath() should describe when it ↵Dries Buytaert2011-09-25
| | | | should be used.
* Issue #1222576 by jox: Fixed file_usage_list() is defective (might return ↵webchick2011-09-05
| | | | incomplete results).
* Issue #1002048 by Akaoni, Boobaa, joosts, sfyn, bfroehle: Fixed Work around ↵webchick2011-08-30
| | | | move_uploaded_file() issues with safe_mode() and open_basedir().
* - Patch #1221214 by chx: file_download() returns 404 instead of 403.Dries Buytaert2011-08-01
|
* Issue #1096208 by mr.baileys: Fixed PHP notices when creating menu link '#'.webchick2011-07-28
|
* Issue #1019470 by benjamin.wss, bfroehle: Ensure that file_directory_temp() ↵webchick2011-07-14
| | | | works on Windows.
* Issue #1083982 by Damien Tournoud: Fixed support for remote streamwrappers.webchick2011-06-29
|
* Issue #1192474 by pillarsdotnet: Fixed Fix grammar error in ↵webchick2011-06-22
| | | | file_unmanaged_save_data() docs.
* Issue #1192482 by pillarsdotnet: Fixed docs for drupal_save_data().webchick2011-06-22
|
* Issue #1192440 by pillarsdotnet: Fixed Make docs of file_copy() match code.webchick2011-06-21
|
* Issue #1192466 by pillarsdotnet: Fixed Make docs of drupal_realpath() match ↵webchick2011-06-21
| | | | code.
* Issue #1192456 by pillarsdotnet: Fixed Make docs of file_move() match code.webchick2011-06-21
|
* - Patch #1024684 by linclark: omit & in @param statements (for consistency).Dries Buytaert2011-05-08
|
* Stripping CVS keywordsThe Great Git Migration2011-02-25
|
* - Patch #1067662 by mfb: optimize file_uri_scheme().Dries Buytaert2011-02-23
|
* #968458 by Dave Reid, sun, fago: Add Missing hook_entity_presave().Angie Byron2010-12-15
|
* - Patch #651240 by fago, sun: allow modules to react to changes to an entity.Dries Buytaert2010-11-30
|
* #920600 by bojanz, solotandem: Fixed Document the deprecated parameter in ↵Angie Byron2010-11-20
| | | | entity_load()
* #874326 follow-up by rfay: Fix watchdog message typo.Angie Byron2010-11-18
|
* - Patch #942690 by effulgentsia: security harden stream wrappers by ↵Dries Buytaert2010-10-21
| | | | defaulting them as remote.
* - Patch #943112 by ksenzee: file_file_download() should delegate header ↵Dries Buytaert2010-10-18
| | | | checks to a separate function.
* #709892 by drunken monkey, Yorirou: Complete entity CRUD hook invocations: ↵Angie Byron2010-10-15
| | | | Add a hook_entity_delete() for consistency.
* - Patch #938614 by chx: bump to PHP 5.2.5.Dries Buytaert2010-10-12
|
* #930122 by dww: Regression: temp directory handling broken by confusion ↵Angie Byron2010-10-05
| | | | between file_directory_temp and file_temporary_path.
* #883400 follow-up by chx: Re-remove silly dsm() for file_unmanaged_copy() ↵Angie Byron2010-10-01
| | | | that was removed in a previous patch.
* - Patch #924554 by quicksketch, paul.lovvik: an exception is being thrown in ↵Dries Buytaert2010-09-28
| | | | the file_usage_delete() function if the corresponding file is not in the 'file_usage()' table.
* - Patch #921606 by munzirtaha, bleen18: various code uses is_null().Dries Buytaert2010-09-26
|
* - Patch #909256 by drunken monkey: improved documentation of file_save().Dries Buytaert2010-09-25
|
* - Patch #921098 by munzirtaha: !is_null() should be replaced by isset() ↵Dries Buytaert2010-09-24
| | | | because it's faster.
* #874326 by rfay, pwolanin, chx: Fixed Invalid scheme fails to halt ↵Angie Byron2010-09-11
| | | | processing of a stream request.
* #898036 by Berdir: Fixed Private images broken. (with tests)Angie Byron2010-09-11
|
* - Patch #895308 by Damien Tournoud: remove file_directory_path().Dries Buytaert2010-09-01
|
* - Patch #353458 by quicksketch, drewish, jpetso, sun, noahb, aaron, chx, ↵Dries Buytaert2010-08-22
| | | | mikey_p, dhthwy: hook_file_references() was not designed for a highly flexible field storage.
* - Patch #443286 by c960657, Damien Tournoud, drifter, webkenny, scor: ↵Dries Buytaert2010-08-17
| | | | international characters break file handling.
* - Patch #829822 by pwolanin, tstoeckler: check Drupal 7 core for ↵Dries Buytaert2010-08-17
| | | | vulnerabilities in SA-CONTRIB-2010-066.
* - Patch #858528 by Damien Tournoud, chx: file_uri_target() purpose is unclear.Dries Buytaert2010-08-17
|
* - Patch #883400 by catch: file_unmanaged_copy() spits useless error message ↵Dries Buytaert2010-08-16
| | | | on fail.
* - Patch #710640 by jhodgdon, torelad: improve documentation for ↵Dries Buytaert2010-08-08
| | | | file_munge_filename().
* #619434 by jim0203, jablko: Fixed can't set 'default maximum file size per ↵Angie Byron2010-08-01
| | | | upload' when upload_max_filesize() is '0' (unlimited).
* - Patch #809600 by Damien Tournoud, chx: stop using bit-wise operators for ↵Dries Buytaert2010-07-26
| | | | {file_managed()}.status.
* - Patch #844392 by aspilicious: add extra newlines in file.inc.Dries Buytaert2010-07-07
|