Commit Graph

260 Commits (eeac53e45f99b51f4826703dab59c35fa4d7aab6)

Author SHA1 Message Date
webchick 79a0b5e995 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:47 -07:00
Dries Buytaert 57bdf1b1d3 - Patch #613936 by joachim: File_create_htaccess() has an inconsistent name. 2011-08-01 20:58:40 -04:00
Dries Buytaert e67898ffa9 - Patch #1222576 by jox: file_usage_list() is defective (might return incomplete results). 2011-08-01 20:50:59 -04:00
Dries Buytaert 9ecb9a89f2 - Patch #1221214 by chx: file_download() returns 404 instead of 403. 2011-08-01 20:25:32 -04:00
webchick fb727f3558 Issue #1206916 by bfroehle: Fixed Notice: Use of undefined constant WATCHDOG_ERR. 2011-07-28 16:58:28 -04:00
webchick 5f0bb902a8 Issue #1019470 by bfroehle, pillarsdotnet: Fixed file_directory_temp() fails to set valid temporary directory on Windows. 2011-07-13 23:05:21 -04:00
webchick 920a653dc6 Issue #1136130 by pillarsdotnet: Reinstated WATCHDOG_* constants; using PHP equivalents caused issues on Windows. 2011-07-04 09:58:33 -07:00
webchick c530643133 Issue #1083982 by Damien Tournoud: Fixed support for remote streamwrappers. 2011-06-29 22:31:12 -07:00
webchick 7a4d499889 Issue #1192474 by pillarsdotnet: Fixed Fix grammar error in file_unmanaged_save_data() docs. 2011-06-22 17:56:03 -07:00
webchick 743b895a84 Issue #1192482 by pillarsdotnet: Fixed docs for drupal_save_data(). 2011-06-22 09:54:26 -07:00
webchick 469b41ede1 Issue #1192440 by pillarsdotnet: Fixed Make docs of file_copy() match code. 2011-06-21 23:21:39 -07:00
webchick 01c801fdee Issue #1192466 by pillarsdotnet: Fixed Make docs of drupal_realpath() match code. 2011-06-21 23:02:35 -07:00
webchick a403a2d5cf Issue #1192456 by pillarsdotnet: Fixed Make docs of file_move() match code. 2011-06-21 22:54:54 -07:00
Dries Buytaert dea6d08c5c - Patch #576508 by aspilicious, jbrown, Rob Loach, TR: require PHP 5.3. 2011-06-11 19:33:58 -04:00
Dries Buytaert cabfacca39 - Patch #1024684 by linclark: omit & in @param statements. 2011-05-08 15:50:38 -04:00
Dries Buytaert 6b951d3f46 - Patch #1136130 by Crell: don't duplicate watchdog level constants. 2011-05-08 15:42:32 -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
Dries Buytaert 6f49c59815 - Patch #786322 by trevjs: documentation for file_load_multiple() still mentions {files} table, and is not conformant to standards. 2010-07-01 00:44:04 +00:00
Dries Buytaert 344f5cb850 - Patch #693084 by dhthwy, jpmckinney, reglogge, clemens.tolboom, naxoc, chx: file_munge_filename() extension handling broken by move to File Field. 2010-06-26 19:55:47 +00:00
Dries Buytaert c28bba827e - Patch #834924 by jhodgdon: entity_invoke() is worthless. 2010-06-23 02:45:35 +00:00
Angie Byron f0a18039e2 #573288 by eMPee584: Clarify File.inc function documentation that several functions _must_ be fed a stream wrapper URI. 2010-06-20 23:53:52 +00:00
Dries Buytaert 3620310d7c - Patch #818206 by Berdir et al: apply coding standard for no-arg constructors. 2010-06-17 13:16:57 +00:00
Dries Buytaert f6d56f96c3 - Patch #551658 by Stevel: improve directory testing. 2010-06-14 13:33:45 +00:00