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 |
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 |