summaryrefslogtreecommitdiff
path: root/includes/file.inc
Commit message (Collapse)AuthorAge
* Issue #2579625 by laurencemercer: Typo in file_validate_image_resolution() docDavid Rothstein2015-10-14
|
* Issue #2417983 by jacob.embree: Change docs instances of "the the" to "the"Jennifer Hodgdon2015-02-17
|
* Issue #2112247 by sihv, mitsuroseba, dgroene, aalamaki, Dennis Walgaard, ↵David Rothstein2014-11-03
| | | | mErilainen: Fixed Valid file extensions in file names are not properly enforced when uploading files with non-lowercase names.
* Issue #1468210 by marthinal, quicksketch, tstoeckler, Devin Carlson, ↵David Rothstein2014-09-01
| | | | David_Rothstein, Eric_A: Fixed Remove special $user->uid == 1 check in file_validate_size().
* Drupal 7.29David Rothstein2014-07-16
|
* Issue #2159549 by Dave Reid: File_save() and file_delete() do not clear ↵David Rothstein2014-05-05
| | | | entity controller cache.
* Issue #1984378 by Jaypan, JacobSanford, aroq | Dave Hirschman: $source ↵David Rothstein2014-01-31
| | | | argument is name of form field used to upload file, not "filepath or URI of the uploaded file."
* Merge tag '7.24' into 7.xDavid Rothstein2013-11-20
|\ | | | | | | | | | | | | | | 7.24 release Conflicts: CHANGELOG.txt includes/bootstrap.inc
| * Drupal 7.24David Rothstein2013-11-20
| |
* | Issue #2084535 by sivaji, mErilainen, tankerjoe, DanielFbrg: Fix docs for ↵Jennifer Hodgdon2013-11-20
| | | | | | | | file_copy
* | Issue #692366 by mariacha1, hosef, Albert Volkman, xjm, underq, kid_icarus, ↵Jennifer Hodgdon2013-09-12
|/ | | | willmoy, bradweikel: Replace US-centric php.net URLs with language-neutral URLs
* Issue #1201024 by pillarsdotnet, jbrown, tim.plunkett | Damien Tournoud: ↵David Rothstein2013-08-06
| | | | drupal_realpath() should describe when it should be used.
* Issue #1049050 by mfb, TwoD, David_Rothstein, jpsoto: Removed dead code in ↵David Rothstein2013-04-01
| | | | file_stream_wrapper_uri_normalize().
* Issue #1229014 by bfroehle, jackbravo, illmasterc: Fixed Content-Disposition ↵David Rothstein2013-04-01
| | | | header makes private files show open/save prompts, but public files show inline.
* Issue #1815930 by slashrsm, gbrands, amontero: Fixed Update watchdog message ↵David Rothstein2013-01-07
| | | | in file_unmanaged_copy() with correct string/variable replacement values.
* Issue #1874342 by erikwebb: Fixed Undefined constant STEAM_WRAPPERS_LOCAL ↵webchick2012-12-26
| | | | used in file_get_stream_wrappers() documentation.
* Drupal 7.18.David Rothstein2012-12-19
|
* 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.