| Commit message (Expand) | Author | Age |
* | - Patch #651240 by fago, sun: allow modules to react to changes to an entity. | Dries Buytaert | 2010-11-30 |
* | #930122 by dww: Regression: temp directory handling broken by confusion betwe... | Angie Byron | 2010-10-05 |
* | - Patch #924554 by quicksketch, paul.lovvik: an exception is being thrown in ... | Dries Buytaert | 2010-09-28 |
* | - Patch #921606 by munzirtaha, bleen18: various code uses is_null(). | Dries Buytaert | 2010-09-26 |
* | - Patch #909460 by tobiasb: remove debug() from test files. | Dries Buytaert | 2010-09-19 |
* | #874326 by rfay, pwolanin, chx: Fixed Invalid scheme fails to halt processing... | Angie Byron | 2010-09-11 |
* | - Patch #368502 by c960657: restored the original test now all dependencies h... | Dries Buytaert | 2010-09-07 |
* | - Patch #895308 by Damien Tournoud: remove file_directory_path(). | Dries Buytaert | 2010-09-01 |
* | - Patch #899466 by solotandem: FileUsageTest: add 'public static' modifiers t... | Dries Buytaert | 2010-09-01 |
* | - Patch #353458 by quicksketch, drewish, jpetso, sun, noahb, aaron, chx, mike... | Dries Buytaert | 2010-08-22 |
* | - Patch #443286 by c960657, Damien Tournoud, drifter, webkenny, scor: interna... | Dries Buytaert | 2010-08-17 |
* | Reverting #500866. Needs more discussion. | Angie Byron | 2010-08-05 |
* | #500866 by boombatower, solotandem: Remove t() from assertion messages in Sim... | Angie Byron | 2010-08-05 |
* | - Patch #809600 by Damien Tournoud, chx: stop using bit-wise operators for {f... | Dries Buytaert | 2010-07-26 |
* | #841242 by justinrandell, Stevel: Fixed HEAD BROKEN: some file/image tests ar... | Angie Byron | 2010-06-30 |
* | - Patch #693084 by dhthwy, jpmckinney, reglogge, clemens.tolboom, naxoc, chx:... | Dries Buytaert | 2010-06-26 |
* | #551658 follow-up by pwolanin: Revert back to D6-style temporary folder logic... | Angie Byron | 2010-06-12 |
* | - Patch #701358 by aaron, quicksketch, chx, pwolanin, aspilicious: the file A... | Dries Buytaert | 2010-06-02 |
* | - Patch #777830 by Wim Leers: file_create_url() does not support protocol-rel... | Dries Buytaert | 2010-05-11 |
* | - Patch #348448 by mfb, c960657, marvil07, cdale, jpmckinney: fixed PHP stric... | Dries Buytaert | 2010-04-11 |
* | - Patch #741578 by nikgregory, andypost, Berdir, noahb: 'File' is a reserved ... | Dries Buytaert | 2010-04-10 |
* | - Patch #284899 by c960657, voxpelli, mattconnolly: fixed Drupal url problem ... | Dries Buytaert | 2010-01-29 |
* | - Patch #667264 by Damien Tournoud: fixed some broken tests. | Dries Buytaert | 2009-12-28 |
* | #667410 by justinrandell: Fixed simpletest doesn't create a temporary files d... | Angie Byron | 2009-12-25 |
* | #653940 follow-up by Damien Tournoud: Clean-up of error handling from first s... | Angie Byron | 2009-12-15 |
* | - Patch #653940 by sun: tests weren't reporting all errors. | Dries Buytaert | 2009-12-10 |
* | #606526 by axyjo and scor: Remove trailing whitespace and add newlines at end... | Angie Byron | 2009-11-10 |
* | - Patch #611032 by c960657: fixed bug with wrong variable used in file_build_... | Dries Buytaert | 2009-10-23 |
* | - Patch #582758 by c960657: remove t() calls from getInfo() functions. | Dries Buytaert | 2009-09-20 |
* | - Patch #331171 by pwolanin, mfb, drewish: allow modules to alter the MIME ex... | Dries Buytaert | 2009-08-31 |
* | - Patch #391330 by quicksketch, drewish et al: file module to core. Yaaa-a-a-y! | Dries Buytaert | 2009-08-29 |
* | - Patch #499156 by Wim Leers: add hook_file_alter() so we can integrate with ... | Dries Buytaert | 2009-08-29 |
* | #552066 by quicksketch and pwolanin: Fix bug with file_save_upload() and trai... | Angie Byron | 2009-08-19 |
* | #517814 by jmstacey, justinrandell, pwolanin, drewish, Jody Lynn, aaron, dopr... | Angie Byron | 2009-08-17 |
* | - Patch #504422 by catch, drewish: file_load_multiple() missing a sanity check. | Dries Buytaert | 2009-08-17 |
* | - Patch #227232 by dopry, c960657, jmstacey, pwolanin, aaron, drewish: added ... | Dries Buytaert | 2009-07-27 |
* | - Patch #520664 by rfay, quicksketch: file_get_mimetype() should not be case-... | Dries Buytaert | 2009-07-20 |
* | #500866 by boombatower: Remove t() from getInfo in tests. | Angie Byron | 2009-07-13 |
* | - Patch #481498 by JamesAn: convert simpletest to drupal_static(). | Dries Buytaert | 2009-07-11 |
* | #515280 by drewish: Allow file_create_directory() to create recursively, taki... | Angie Byron | 2009-07-10 |
* | - Patch #473652 by Damien Tournoud, catch: removed unneeded loop from file_ge... | Dries Buytaert | 2009-06-02 |
* | - Patch #394524 by Berdir, Damien Tournoud: converted to the new database abs... | Dries Buytaert | 2009-05-30 |
* | - Patch #471070 by stella: millions of code style fixes. | Dries Buytaert | 2009-05-24 |
* | - Patch #147310 by c960657 et al: better cache headers for reverse proxies. | Dries Buytaert | 2009-04-22 |
* | - Patch #413732 by brianV: database code clean-up. | Dries Buytaert | 2009-04-20 |
* | #376129 by boombatower, Damien Tournoud, and chx: Change getInfo() to a stati... | Angie Byron | 2009-03-31 |
* | #347250 by catch, drewish, and Berdir: Add function for loading multiple user... | Angie Byron | 2009-03-14 |
* | - Patch #380064 by c960657: make file_scan_directory() use save property name... | Dries Buytaert | 2009-02-22 |
* | #255551 by drewish and c960657: Array-itize file_scan_directory()'s parameter... | Angie Byron | 2009-02-18 |
* | #373502 by drewish and sun: Add function to delete unmanaged files recuriseve... | Angie Byron | 2009-02-13 |