summaryrefslogtreecommitdiff
path: root/modules/simpletest/tests/file.test
Commit message (Collapse)AuthorAge
* #552066 by quicksketch and pwolanin: Fix bug with file_save_upload() and ↵Angie Byron2009-08-19
| | | | trailing slashes (with tests).
* #517814 by jmstacey, justinrandell, pwolanin, drewish, Jody Lynn, aaron, ↵Angie Byron2009-08-17
| | | | dopry, and c960657: Converted File API to stream wrappers, for enhanced private/public file handling, and the ability to reference other storage mechanisms such as s3:// and flicker://.
* - Patch #504422 by catch, drewish: file_load_multiple() missing a sanity check.Dries Buytaert2009-08-17
|
* - Patch #227232 by dopry, c960657, jmstacey, pwolanin, aaron, drewish: added ↵Dries Buytaert2009-07-27
| | | | initial support for PHP file wrappers.
* - Patch #520664 by rfay, quicksketch: file_get_mimetype() should not be ↵Dries Buytaert2009-07-20
| | | | case-sensitive. Comes with more and better tests.
* #500866 by boombatower: Remove t() from getInfo in tests.Angie Byron2009-07-13
|
* - Patch #481498 by JamesAn: convert simpletest to drupal_static().Dries Buytaert2009-07-11
|
* #515280 by drewish: Allow file_create_directory() to create recursively, ↵Angie Byron2009-07-10
| | | | taking advantage of PHP 5.
* - Patch #473652 by Damien Tournoud, catch: removed unneeded loop from ↵Dries Buytaert2009-06-02
| | | | file_get_mimetype() and further clean-up.
* - Patch #394524 by Berdir, Damien Tournoud: converted to the new database ↵Dries Buytaert2009-05-30
| | | | abstraction layer.
* - Patch #471070 by stella: millions of code style fixes.Dries Buytaert2009-05-24
|
* - Patch #147310 by c960657 et al: better cache headers for reverse proxies.Dries Buytaert2009-04-22
|
* - Patch #413732 by brianV: database code clean-up.Dries Buytaert2009-04-20
|
* #376129 by boombatower, Damien Tournoud, and chx: Change getInfo() to a ↵Angie Byron2009-03-31
| | | | static method to reduce memory footprint of SimpleTest.
* #347250 by catch, drewish, and Berdir: Add function for loading multiple ↵Angie Byron2009-03-14
| | | | users in one request.
* - Patch #380064 by c960657: make file_scan_directory() use save property ↵Dries Buytaert2009-02-22
| | | | names as file_load().
* #255551 by drewish and c960657: Array-itize file_scan_directory()'s ↵Angie Byron2009-02-18
| | | | parameters (DX improvement).
* #373502 by drewish and sun: Add function to delete unmanaged files ↵Angie Byron2009-02-13
| | | | recurisevely (with tests).
* #368502 by catch: Make adjustment to file naming test in an effort to make ↵Angie Byron2009-02-08
| | | | testing bot stop erroneously marking patches code needs work.
* #30520 follow-up by Dave Reid: Fix error message about upload when not ↵Angie Byron2009-01-20
| | | | uploading a file (with tests, so we don't break it again).
* #334303 by drewish: Handle overwriting of managed files, with tests.Angie Byron2009-01-10
|
* - Patch #341910 by Josh Waihi, drewish et al: file_space_used() was not ↵Dries Buytaert2009-01-06
| | | | properly checking bitmapped status values. Added unit tests too.
* #276280 by jhedstrom, drewish: Tests for private downloads and file name ↵Angie Byron2009-01-05
| | | | munging.
* - Patch #353207 by CitizenKane and drewish: cleaned up the ↵Dries Buytaert2009-01-02
| | | | FILE_STATUS_TEMPORARY field.
* - Patch #348201 by catch: make it possible to load multiple files with fewer ↵Dries Buytaert2008-12-31
| | | | queries.
* - Patch #352470 by scor: fixed typos and grammar in comments.Dries Buytaert2008-12-30
|
* #338239 follow-up by c960657: Fix file test failure.Angie Byron2008-11-27
|
* - Patch #338403 by drewish: code comments clean-up.Dries Buytaert2008-11-25
|
* - Patch #74645 by drewish, roychri et al: modify file_scan_directory to use ↵Dries Buytaert2008-11-16
| | | | a regex for the nomask (and code clean-up).
* Further rollback of patch #74645 - hunk got skipped for some reason.Angie Byron2008-11-09
|
* - Patch #74645 by drewish, Robin Monks, tayknight: clean up ↵Dries Buytaert2008-11-08
| | | | file_scan_directory API to use regex.
* - Patch #331013 by drewish: remove file_set_status in favor of file_save().Dries Buytaert2008-11-08
|
* #329226 by drewish and c960657: Remove ugly GLOBALS from file tests to fix ↵Angie Byron2008-11-08
| | | | file tests.
* #320155 by Dave Reid: Fix silly exceptions in file.test.Angie Byron2008-10-12
|
* #142995 by dopry, drewish, quicksketch, jpetso, and flobruit: Adding ↵Angie Byron2008-10-09
| | | | hook_file_X(). This is an enabler of lots and lots of goodies. See CHANGELOG.txt for more. Awesome work, guys. :)
* #310358 by drewish: Add a test for file_save_upload and clean up file.test.Angie Byron2008-09-20
|
* - Patch #305645 by pwolanin: ['REQUEST_TIME'] -> REQUEST_TIME. Improved ↵Dries Buytaert2008-09-17
| | | | developer experience.
* #308434 follow-up by drewish: Small clean-ups to file.inc clean-ups.Angie Byron2008-09-15
|
* #253702 follow-up by catch: Fix file.inc tests.Angie Byron2008-09-15
|
* AHEM. Aaaaand... tests! :DAngie Byron2008-09-15