summaryrefslogtreecommitdiff
path: root/modules/simpletest/tests/file_test.module
Commit message (Collapse)AuthorAge
* Issue #1083982 by Damien Tournoud: Fixed support for remote streamwrappers.webchick2011-06-29
|
* Stripping CVS keywordsThe Great Git Migration2011-02-25
|
* - Patch #353458 by quicksketch, drewish, jpetso, sun, noahb, aaron, chx, ↵Dries Buytaert2010-08-22
| | | | mikey_p, dhthwy: hook_file_references() was not designed for a highly flexible field storage.
* - Patch #850152 by kiamlaluno: use 'elseif' in place of 'else if'.Dries Buytaert2010-07-24
|
* - Patch #693084 by dhthwy, jpmckinney, reglogge, clemens.tolboom, naxoc, ↵Dries Buytaert2010-06-26
| | | | chx: file_munge_filename() extension handling broken by move to File Field.
* - Patch #777830 by Wim Leers: file_create_url() does not support ↵Dries Buytaert2010-05-11
| | | | protocol-relative nor root-relative file URLs.
* - Patch #681538 by aspilicious, jhodgdon, trevjs: fixed possibly broken @see ↵Dries Buytaert2010-03-26
| | | | also links.
* #697694 by aspilicious: Doxygen fixes.Angie Byron2010-01-29
|
* - Patch #502190 by jhodgdon, stella, sun: hook implementation headers out of ↵Dries Buytaert2009-12-04
| | | | compliance with standards.
* - Patch #443200 by c960657: fixed user pictures not working with private files.Dries Buytaert2009-10-20
|
* #571086 by sun and merlinofchaos: Added a 'wrapper callback' that executesAngie Byron2009-09-18
| | | | | | before a form builder function, to facilitate common form elements. Clean-up from form_builder changes from CTools patch. Has nice side-benefit of making all form functions' signatures consistent.
* #565664 by c960657: Remove t() from 'title' in various test modules' ↵Angie Byron2009-09-11
| | | | hook_menu().
* - Patch #331171 by pwolanin, mfb, drewish: allow modules to alter the MIME ↵Dries Buytaert2009-08-31
| | | | extension mapping rather than setting a huge variable.
* - Patch #499156 by Wim Leers: add hook_file_alter() so we can integrate with ↵Dries Buytaert2009-08-29
| | | | CDNs.
* #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 #227232 by dopry, c960657, jmstacey, pwolanin, aaron, drewish: added ↵Dries Buytaert2009-07-27
| | | | initial support for PHP file wrappers.
* - Patch #472642 by stella, agentrickard: remove 'implementation of' ↵Dries Buytaert2009-05-27
| | | | nominalizations from Docblocks.
* - Patch #137932 by grendzy, Alan D, lilou et al: automatic enctype on adding ↵Dries Buytaert2009-05-25
| | | | a file field.
* #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 #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
|
* - 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.
* #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