summaryrefslogtreecommitdiff
path: root/modules/upload/upload.test
Commit message (Collapse)AuthorAge
* #563000 by drewish, quicksketch, catch, and yched: DIE upload module, DIE! ↵Angie Byron2009-12-06
| | | | Long live File module! :D
* - Patch #635094 by plach: unify 'language neutral' language codes.Dries Buytaert2009-12-02
|
* Roll-back of #595084; type-hinting parameters at stdClass makes it so you ↵Angie Byron2009-11-08
| | | | can't ever pass in another type of class.
* - Patch #595084 by c960657: use type hinting for .Dries Buytaert2009-11-01
|
* #557292 by peximo, plach, catch, and yched: Convert node title to Field API.Angie Byron2009-10-11
|
* - Patch #331171 by pwolanin, mfb, drewish: allow modules to alter the MIME ↵Dries Buytaert2009-08-31
| | | | extension mapping rather than setting a huge variable.
* #556594 by sign: Move File Uploads under Media.Angie Byron2009-08-22
|
* - Patch #523478 by stBorchert, Bojhan, et al: better widget for WIDTH x ↵Dries Buytaert2009-08-21
| | | | HEIGHT widget.
* #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 #491556 by Berdir: completed converting core to DBTNG. Oh my. Kudos ↵Dries Buytaert2009-07-28
| | | | to Berdir for this humongous effort.
* #500866 by boombatower: Remove t() from getInfo in tests.Angie Byron2009-07-13
|
* - Patch #409750 by yched et al: overhaul and extend node build modes.Dries Buytaert2009-06-22
|
* - Patch #440778 by brianV: coding style fixes and documentation improvements.Dries Buytaert2009-05-21
|
* - Patch #295864 by boombatower: cleaned up the randomName() method by ↵Dries Buytaert2009-04-29
| | | | removing unnecessary prefix code, and added a new randomString() method which includes characters like spaces.
* - Patch #147310 by c960657: added tests for private files, fixed a problem ↵Dries Buytaert2009-04-24
| | | | with private files and minor improvements.
* - Patch #308296 by Dave Reid, Damien Tournoud: clean-up of drupalCreateNode().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.
* - Patch #380064 by c960657: make file_scan_directory() use save property ↵Dries Buytaert2009-02-22
| | | | names as file_load().
* - Patch #351235 by dmitrig01, webchick, frando, moshe weitzman, et al: ↵Dries Buytaert2009-01-27
| | | | hook_page_alter. Oh, behave.
* - Removing whitespace.Dries Buytaert2009-01-26
|
* - Patch #352470 by scor: fixed typos and grammar in comments.Dries Buytaert2008-12-30
|
* - Patch #339929 by Moshe et al: move node links into ->content.Dries Buytaert2008-12-16
|
* - Patch #338403 by drewish: code comments clean-up.Dries Buytaert2008-11-25
|
* - Patch #296442 by Damien Tournoud: made upload and blog API tests pass ↵Dries Buytaert2008-10-13
| | | | without clean URLs enabled.
* #320161 by Dave Reid: Fix problems with drupalGetTestFiles() that causes ↵Angie Byron2008-10-12
| | | | upload.test to break on some systems.
* #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. :)
* #308434 by drewish, dopry, quicksketch, aaron, jhedstrom, and friends: ↵Angie Byron2008-09-15
| | | | Massive file.inc cleanup aaaaaand... tests! Yay! :D
* - Patch #253506 by Daniel, flobruit and catch: made the upload tests work.Dries Buytaert2008-06-06
|
* - Patch #247423 by boombatower: code style fixes for the tests.Dries Buytaert2008-05-30
|
* - Added a test framework to Drupal along with a first batch of tests forDries Buytaert2008-04-20
Drupal core! This is an important milestone for the project so enable the module and check it out ... :) Thanks to Rok Žlender, Károly Négyesi, Jimmy Berry, Kevin Bridges, Charlie Gordon, Douglas Hubler, Miglius Alaburda, Andy Kirkham, Dimitri13, Kieran Lal, Moshe Weitzman, and the many other people that helped with testing over the past years and that drove this home. It all works but it is still rough around the edges (i.e. documentation is still being written, the coding style is not 100% yet, a number of tests still fail) but we spent the entire weekend working on it in Paris and made a ton of progress. The best way to help and to get up to speed, is to start writing and contributing some tests ... as well as fixing some of the failures. For those willing to help with improving the test framework, here are some next steps and issues to resolve: - How to best approach unit tests and mock functions? - How to test drupal_mail() and drupal_http_request()? - How to improve the admin UI so we have a nice progress bar? - How best to do code coverage? - See http://g.d.o/node/10099 for more ...