Commit Graph

234 Commits (7d0e6716940f0c46f9bc0ebe8bf14f331ca1b821)

Author SHA1 Message Date
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
Angie Byron 7affd91ab6 #551658 follow-up by pwolanin: Revert back to D6-style temporary folder logic to avoid various platform issues. 2010-06-12 08:15:15 +00:00
Dries Buytaert d689318629 - Patch #701358 by aaron, quicksketch, chx, pwolanin, aspilicious: the file API presumes a hiearchical file storage. 2010-06-02 13:09:34 +00:00
Dries Buytaert a495441521 - Patch #777830 by Wim Leers: file_create_url() does not support protocol-relative nor root-relative file URLs. 2010-05-11 10:56:04 +00:00
Angie Byron a724915f82 #551658 by pwolanin, aaron, drewish: Move private files to an opt-in system, and no longer force private files to live within web-accessible directory. 2010-04-30 01:33:17 +00:00
Dries Buytaert bdb7e56143 - Patch #741578 by nikgregory, andypost, Berdir, noahb: 'File' is a reserved word that should not be used. 2010-04-10 17:30:15 +00:00
Dries Buytaert d428fe37b9 - Patch #681538 by aspilicious, jhodgdon, trevjs: fixed possibly broken @see also links. 2010-03-26 17:14:46 +00:00
Dries Buytaert 5c07276020 - Patch #700160 by naxoc: drupal_realpath() did not always work as expected. 2010-02-01 19:07:07 +00:00
Angie Byron 02c1eeee3f #684202 by catch: Added Entity insert/delete/update hooks, to support caching. 2010-01-30 02:01:41 +00:00
Dries Buytaert 1df3cfffef - Patch #284899 by c960657, voxpelli, mattconnolly: fixed Drupal url problem with clean urls. 2010-01-29 22:40:41 +00:00
Dries Buytaert d53f3e39d5 - Patch #685074 by pwolanin: some stream wrappers need to be hidden or read-only. 2010-01-26 08:29:25 +00:00
Dries Buytaert af3f94b37e - Patch #693614 by asimmonds: fixed PHPDoc spelling typos. 2010-01-25 10:38:35 +00:00
Dries Buytaert 949ccddb91 - Patch #666024 by boombatower, mcrittenden: code and documentation clean-ups. 2009-12-30 08:16:55 +00:00
Dries Buytaert cc13b34703 - Patch #623276 by jhodgdon: fixed documentation for file_scan_directory() is incorrect. 2009-11-05 03:37:08 +00:00
Dries Buytaert cbd7938955 - Patch #611032 by c960657: fixed bug with wrong variable used in file_build_uri(). Added tests. 2009-10-23 01:00:52 +00:00
Dries Buytaert 6e9edc1379 - Patch #594518 by jhodgdon: better documentation for file_munge_filename(). 2009-10-18 18:36:24 +00:00
Dries Buytaert 24c259cdd8 - Patch #601570 by effulgentsia: hook_exit() and other cleanup needs to happen for AJAX requests too. 2009-10-13 21:16:44 +00:00
Dries Buytaert f67e438b41 - Patch #373606 by jhodgdon, aj045: improved file_save_upload() documentation. 2009-10-13 15:46:03 +00:00
Angie Byron 0ca8f9b2d7 #573292 by eMPee584: Allow enable file_unmanaged_delete() to handle stream wrapper URIs. 2009-10-09 18:38:52 +00:00
Dries Buytaert c05f2181dc - Patch #572618 by effulgentsia, pwolanin, sun: all theme functions should take a single argument. Code clean-up and performance improvement. Woot. 2009-10-09 01:00:08 +00:00
Dries Buytaert 7178f6b173 - Patch #451604 by brianV, sun | Dries, c960657: rename drupal_set_header(). 2009-09-30 18:36:02 +00:00
Dries Buytaert 67f2c101c1 - Patch #584966 by mr.baileys, sun: add doxygen group for PHP function wrappers in Drupal. 2009-09-28 22:22:54 +00:00
Dries Buytaert 41dca3c4e0 - Patch #331171 by pwolanin, mfb, drewish: allow modules to alter the MIME extension mapping rather than setting a huge variable. 2009-08-31 05:47:34 +00:00
Dries Buytaert feb4845493 - Patch #499156 by Wim Leers: add hook_file_alter() so we can integrate with CDNs. 2009-08-29 06:57:27 +00:00
Dries Buytaert eca9c6cc16 - Patch #561520 by Pasqualle: is an object. 2009-08-29 05:39:37 +00:00
Dries Buytaert 3f36af04de - Patch #460320 by catch, fago, Frando: standardized, pluggable entity loading for nodes, users, taxonomies, files and comments. 2009-08-25 21:53:48 +00:00
Angie Byron 2c55219315 #497118 by chx, catch, pwolanin, JoshuaRogers, and Jacob Singh: Remove the function registry. While the hope was that this would result in improved performance for low-end hosts, it comes at the expense of critical development experience problems and less benefit than something like APC. Class registry remains intact to facilitate autoloading. 2009-08-24 00:14:23 +00:00