Commit Graph

266 Commits (bfdecf2ee246945ee6bd56279630431e7df3e1d4)

Author SHA1 Message Date
Jennifer Hodgdon 409db6b299 Issue #1742958 by DamienMcKenna: Fix capitalization of URL and other acronyms 2012-09-17 12:12:26 -07:00
David Rothstein e218effd9d Issue #1773032 by Jorrit: Fixed Non-standard and pointless name attribute added to Content-Type header. 2012-09-15 17:47:36 -04:00
webchick cdb0df93be Merge branch '7.12-security' into 7.x 2012-05-02 15:04:41 -07:00
webchick 9879d29f73 Drupal 7.13 2012-05-02 15:01:31 -07:00
Jennifer Hodgdon dfa820dc0a Issue #1537370 by Liam Morland: Improve documentation of return value for file_load() 2012-04-18 10:57:16 -07:00
Jennifer Hodgdon b5dc528a66 Issue #1317620 by xjm, Albert Volkman: Fix up API docs for includes directory files d-g 2012-03-12 08:05:51 -07:00
webchick 8164434505 Issue #278425 by andypost, droplet, OnkelTem, chx, c960657, drewish, kotnik, realityloop: Change notice for: Using basename() is not locale safe. 2012-01-21 10:52:40 -08:00
webchick 15e66edf06 Issue #1347812 by nanotube, xjm: Fixed Remove/replace documentation references to upload_file_load() and upload_file_delete(). 2011-12-25 00:37:50 -08:00
webchick 880df4ed34 Issue #1240256 by lyricnz, Akaoni, jenspeter: Fixed file_unmanaged_copy() Fails with Drupal 7.7+ and safe_mode() or open_basedir(). 2011-12-22 00:18:42 -08:00
Dries Buytaert 56e1becb0e - Patch #1201024 by pillarsdotnet: drupal_realpath() should describe when it should be used. 2011-09-25 11:45:20 +02:00
webchick 53e2111966 Issue #1222576 by jox: Fixed file_usage_list() is defective (might return incomplete results). 2011-09-05 11:52:13 -07:00
webchick 960ad9cf50 Issue #1002048 by Akaoni, Boobaa, joosts, sfyn, bfroehle: Fixed Work around move_uploaded_file() issues with safe_mode() and open_basedir(). 2011-08-30 00:35:37 -07:00
Dries Buytaert 5546648d90 - Patch #1221214 by chx: file_download() returns 404 instead of 403. 2011-08-01 20:25:52 -04:00
webchick 3ed6929fde Issue #1096208 by mr.baileys: Fixed PHP notices when creating menu link '#'. 2011-07-28 16:15:36 -04:00
webchick 5dc4ddd927 Issue #1019470 by benjamin.wss, bfroehle: Ensure that file_directory_temp() works on Windows. 2011-07-14 09:56:03 -04:00
webchick 8b913661cd Issue #1083982 by Damien Tournoud: Fixed support for remote streamwrappers. 2011-06-29 22:29:34 -07:00
webchick 3d1ed2dab7 Issue #1192474 by pillarsdotnet: Fixed Fix grammar error in file_unmanaged_save_data() docs. 2011-06-22 17:55:57 -07:00
webchick 370a8e368c Issue #1192482 by pillarsdotnet: Fixed docs for drupal_save_data(). 2011-06-22 09:54:13 -07:00
webchick 4bfa5be920 Issue #1192440 by pillarsdotnet: Fixed Make docs of file_copy() match code. 2011-06-21 23:21:52 -07:00
webchick e7a8f51296 Issue #1192466 by pillarsdotnet: Fixed Make docs of drupal_realpath() match code. 2011-06-21 23:02:27 -07:00
webchick 0f856ba72f Issue #1192456 by pillarsdotnet: Fixed Make docs of file_move() match code. 2011-06-21 22:55:00 -07:00
Dries Buytaert a22d7770d4 - Patch #1024684 by linclark: omit & in @param statements (for consistency). 2011-05-08 15:51:01 -04:00
The Great Git Migration 79bcdb8b7d Stripping CVS keywords 2011-02-25 02:06:03 +00:00
Dries Buytaert be689dc4cf - Patch #1067662 by mfb: optimize file_uri_scheme(). 2011-02-23 20:28:40 +00:00
Angie Byron 71c4e3ec62 #968458 by Dave Reid, sun, fago: Add Missing hook_entity_presave(). 2010-12-15 03:39:42 +00:00
Dries Buytaert 1fb5f62ba5 - Patch #651240 by fago, sun: allow modules to react to changes to an entity. 2010-11-30 19:31:47 +00:00
Angie Byron ed4b74024a #920600 by bojanz, solotandem: Fixed Document the deprecated parameter in entity_load() 2010-11-20 09:43:43 +00:00
Angie Byron 44b0863ba4 #874326 follow-up by rfay: Fix watchdog message typo. 2010-11-18 16:22:30 +00:00
Dries Buytaert 2a0e326448 - Patch #942690 by effulgentsia: security harden stream wrappers by defaulting them as remote. 2010-10-21 12:09:41 +00:00
Dries Buytaert 63c15e5490 - Patch #943112 by ksenzee: file_file_download() should delegate header checks to a separate function. 2010-10-18 01:00:39 +00:00
Angie Byron 91bc8bed90 #709892 by drunken monkey, Yorirou: Complete entity CRUD hook invocations: Add a hook_entity_delete() for consistency. 2010-10-15 03:36:21 +00:00
Dries Buytaert 90c1a34782 - Patch #938614 by chx: bump to PHP 5.2.5. 2010-10-12 03:10:03 +00:00
Angie Byron 57759f5a8d #930122 by dww: Regression: temp directory handling broken by confusion between file_directory_temp and file_temporary_path. 2010-10-05 06:23:18 +00:00
Angie Byron 0cd152a72c #883400 follow-up by chx: Re-remove silly dsm() for file_unmanaged_copy() that was removed in a previous patch. 2010-10-01 06:37:39 +00:00
Dries Buytaert 7874654909 - Patch #924554 by quicksketch, paul.lovvik: an exception is being thrown in the file_usage_delete() function if the corresponding file is not in the 'file_usage()' table. 2010-09-28 02:34:42 +00:00
Dries Buytaert 3780b17654 - Patch #921606 by munzirtaha, bleen18: various code uses is_null(). 2010-09-26 23:31:36 +00:00
Dries Buytaert 68c438f805 - Patch #909256 by drunken monkey: improved documentation of file_save(). 2010-09-25 18:02:39 +00:00
Dries Buytaert 45acc5a46f - Patch #921098 by munzirtaha: !is_null() should be replaced by isset() because it's faster. 2010-09-24 02:10:06 +00:00
Angie Byron 4237d014e9 #874326 by rfay, pwolanin, chx: Fixed Invalid scheme fails to halt processing of a stream request. 2010-09-11 21:14:32 +00:00
Angie Byron f096a70e67 #898036 by Berdir: Fixed Private images broken. (with tests) 2010-09-11 05:07:22 +00:00
Dries Buytaert fb300d1f96 - Patch #895308 by Damien Tournoud: remove file_directory_path(). 2010-09-01 20:08:17 +00:00
Dries Buytaert 4a7bb638fb - Patch #353458 by quicksketch, drewish, jpetso, sun, noahb, aaron, chx, mikey_p, dhthwy: hook_file_references() was not designed for a highly flexible field storage. 2010-08-22 13:52:59 +00:00
Dries Buytaert 755913e0b7 - Patch #443286 by c960657, Damien Tournoud, drifter, webkenny, scor: international characters break file handling. 2010-08-17 22:05:22 +00:00
Dries Buytaert 2d3af8fe80 - Patch #829822 by pwolanin, tstoeckler: check Drupal 7 core for vulnerabilities in SA-CONTRIB-2010-066. 2010-08-17 21:31:13 +00:00
Dries Buytaert ed125d485f - Patch #858528 by Damien Tournoud, chx: file_uri_target() purpose is unclear. 2010-08-17 16:29:16 +00:00
Dries Buytaert 88b2d8ed94 - Patch #883400 by catch: file_unmanaged_copy() spits useless error message on fail. 2010-08-16 21:06:53 +00:00
Dries Buytaert 2aee69c3ce - Patch #710640 by jhodgdon, torelad: improve documentation for file_munge_filename(). 2010-08-08 01:37:34 +00:00
Angie Byron 69d069ce52 #619434 by jim0203, jablko: Fixed can't set 'default maximum file size per upload' when upload_max_filesize() is '0' (unlimited). 2010-08-01 01:33:42 +00:00
Dries Buytaert 57e88bff51 - Patch #809600 by Damien Tournoud, chx: stop using bit-wise operators for {file_managed()}.status. 2010-07-26 03:04:29 +00:00
Dries Buytaert 7bf7c1f50b - Patch #844392 by aspilicious: add extra newlines in file.inc. 2010-07-07 01:10:35 +00:00