summaryrefslogtreecommitdiff
path: root/includes/file.inc
Commit message (Expand)AuthorAge
...
* #883400 follow-up by chx: Re-remove silly dsm() for file_unmanaged_copy() tha...Angie Byron2010-10-01
* - Patch #924554 by quicksketch, paul.lovvik: an exception is being thrown in ...Dries Buytaert2010-09-28
* - Patch #921606 by munzirtaha, bleen18: various code uses is_null().Dries Buytaert2010-09-26
* - Patch #909256 by drunken monkey: improved documentation of file_save().Dries Buytaert2010-09-25
* - Patch #921098 by munzirtaha: !is_null() should be replaced by isset() becau...Dries Buytaert2010-09-24
* #874326 by rfay, pwolanin, chx: Fixed Invalid scheme fails to halt processing...Angie Byron2010-09-11
* #898036 by Berdir: Fixed Private images broken. (with tests)Angie Byron2010-09-11
* - Patch #895308 by Damien Tournoud: remove file_directory_path().Dries Buytaert2010-09-01
* - Patch #353458 by quicksketch, drewish, jpetso, sun, noahb, aaron, chx, mike...Dries Buytaert2010-08-22
* - Patch #443286 by c960657, Damien Tournoud, drifter, webkenny, scor: interna...Dries Buytaert2010-08-17
* - Patch #829822 by pwolanin, tstoeckler: check Drupal 7 core for vulnerabilit...Dries Buytaert2010-08-17
* - Patch #858528 by Damien Tournoud, chx: file_uri_target() purpose is unclear.Dries Buytaert2010-08-17
* - Patch #883400 by catch: file_unmanaged_copy() spits useless error message o...Dries Buytaert2010-08-16
* - Patch #710640 by jhodgdon, torelad: improve documentation for file_munge_fi...Dries Buytaert2010-08-08
* #619434 by jim0203, jablko: Fixed can't set 'default maximum file size per up...Angie Byron2010-08-01
* - Patch #809600 by Damien Tournoud, chx: stop using bit-wise operators for {f...Dries Buytaert2010-07-26
* - Patch #844392 by aspilicious: add extra newlines in file.inc.Dries Buytaert2010-07-07
* - Patch #786322 by trevjs: documentation for file_load_multiple() still menti...Dries Buytaert2010-07-01
* - Patch #693084 by dhthwy, jpmckinney, reglogge, clemens.tolboom, naxoc, chx:...Dries Buytaert2010-06-26
* - Patch #834924 by jhodgdon: entity_invoke() is worthless.Dries Buytaert2010-06-23
* #573288 by eMPee584: Clarify File.inc function documentation that several fun...Angie Byron2010-06-20
* - Patch #818206 by Berdir et al: apply coding standard for no-arg constructors.Dries Buytaert2010-06-17
* - Patch #551658 by Stevel: improve directory testing.Dries Buytaert2010-06-14
* #551658 follow-up by pwolanin: Revert back to D6-style temporary folder logic...Angie Byron2010-06-12
* - Patch #701358 by aaron, quicksketch, chx, pwolanin, aspilicious: the file A...Dries Buytaert2010-06-02
* - Patch #777830 by Wim Leers: file_create_url() does not support protocol-rel...Dries Buytaert2010-05-11
* #551658 by pwolanin, aaron, drewish: Move private files to an opt-in system, ...Angie Byron2010-04-30
* - Patch #741578 by nikgregory, andypost, Berdir, noahb: 'File' is a reserved ...Dries Buytaert2010-04-10
* - Patch #681538 by aspilicious, jhodgdon, trevjs: fixed possibly broken @see ...Dries Buytaert2010-03-26
* - Patch #700160 by naxoc: drupal_realpath() did not always work as expected.Dries Buytaert2010-02-01
* #684202 by catch: Added Entity insert/delete/update hooks, to support caching.Angie Byron2010-01-30
* - Patch #284899 by c960657, voxpelli, mattconnolly: fixed Drupal url problem ...Dries Buytaert2010-01-29
* - Patch #685074 by pwolanin: some stream wrappers need to be hidden or read-o...Dries Buytaert2010-01-26
* - Patch #693614 by asimmonds: fixed PHPDoc spelling typos.Dries Buytaert2010-01-25
* - Patch #666024 by boombatower, mcrittenden: code and documentation clean-ups.Dries Buytaert2009-12-30
* - Patch #623276 by jhodgdon: fixed documentation for file_scan_directory() is...Dries Buytaert2009-11-05
* - Patch #611032 by c960657: fixed bug with wrong variable used in file_build_...Dries Buytaert2009-10-23
* - Patch #594518 by jhodgdon: better documentation for file_munge_filename().Dries Buytaert2009-10-18
* - Patch #601570 by effulgentsia: hook_exit() and other cleanup needs to happe...Dries Buytaert2009-10-13
* - Patch #373606 by jhodgdon, aj045: improved file_save_upload() documentation.Dries Buytaert2009-10-13
* #573292 by eMPee584: Allow enable file_unmanaged_delete() to handle stream wr...Angie Byron2009-10-09
* - Patch #572618 by effulgentsia, pwolanin, sun: all theme functions should ta...Dries Buytaert2009-10-09
* - Patch #451604 by brianV, sun | Dries, c960657: rename drupal_set_header().Dries Buytaert2009-09-30
* - Patch #584966 by mr.baileys, sun: add doxygen group for PHP function wrappe...Dries Buytaert2009-09-28
* - Patch #331171 by pwolanin, mfb, drewish: allow modules to alter the MIME ex...Dries Buytaert2009-08-31
* - Patch #499156 by Wim Leers: add hook_file_alter() so we can integrate with ...Dries Buytaert2009-08-29
* - Patch #561520 by Pasqualle: is an object.Dries Buytaert2009-08-29
* - Patch #460320 by catch, fago, Frando: standardized, pluggable entity loadin...Dries Buytaert2009-08-25
* #497118 by chx, catch, pwolanin, JoshuaRogers, and Jacob Singh: Remove the fu...Angie Byron2009-08-24
* Of all the patches to accidentally commit without a message. :( Rolling back ...Angie Byron2009-08-24