Commit Graph

276 Commits (dc791ec5839b52c7616bf66993122aa9a1336384)

Author SHA1 Message Date
David Rothstein f01c994de8 Merge tag '7.24' into 7.x
7.24 release

Conflicts:
	CHANGELOG.txt
	includes/bootstrap.inc
2013-11-20 15:49:21 -05:00
David Rothstein 782d1155c6 Drupal 7.24 2013-11-20 15:45:59 -05:00
Jennifer Hodgdon 099daac090 Issue #2084535 by sivaji, mErilainen, tankerjoe, DanielFbrg: Fix docs for file_copy 2013-11-20 10:44:02 -08:00
Jennifer Hodgdon a44bda729f Issue #692366 by mariacha1, hosef, Albert Volkman, xjm, underq, kid_icarus, willmoy, bradweikel: Replace US-centric php.net URLs with language-neutral URLs 2013-09-12 07:52:52 -07:00
David Rothstein 19e85c0593 Issue #1201024 by pillarsdotnet, jbrown, tim.plunkett | Damien Tournoud: drupal_realpath() should describe when it should be used. 2013-08-06 01:35:38 -04:00
David Rothstein a9c27da66c Issue #1049050 by mfb, TwoD, David_Rothstein, jpsoto: Removed dead code in file_stream_wrapper_uri_normalize(). 2013-04-01 18:56:50 -04:00
David Rothstein b927d876e9 Issue #1229014 by bfroehle, jackbravo, illmasterc: Fixed Content-Disposition header makes private files show open/save prompts, but public files show inline. 2013-04-01 17:08:55 -04:00
David Rothstein 286deb81ec Issue #1815930 by slashrsm, gbrands, amontero: Fixed Update watchdog message in file_unmanaged_copy() with correct string/variable replacement values. 2013-01-07 22:14:37 -05:00
webchick 9edacf1adc Issue #1874342 by erikwebb: Fixed Undefined constant STEAM_WRAPPERS_LOCAL used in file_get_stream_wrappers() documentation. 2012-12-26 18:55:34 -08:00
David Rothstein b47f95d301 Drupal 7.18. 2012-12-19 13:52:59 -05:00
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