summaryrefslogtreecommitdiff
path: root/modules/simpletest
Commit message (Collapse)AuthorAge
* #557342 by agentrickard: Fixed typo.Angie Byron2009-08-24
|
* #497118 by chx, catch, pwolanin, JoshuaRogers, and Jacob Singh: Remove the ↵Angie Byron2009-08-24
| | | | function registry. While the hope was that this would result in improved performance for low-end hosts, it comes at the expense of critical development experience problems and less benefit than something like APC. Class registry remains intact to facilitate autoloading.
* Of all the patches to accidentally commit without a message. :( Rolling back ↵Angie Byron2009-08-24
| | | | registry rip. Let's try that again.
* *** empty log message ***Angie Byron2009-08-24
|
* #200953 by seanburlington: Added basic support for 'time' and 'date' types ↵Angie Byron2009-08-22
| | | | to schema API.
* #296322 follow-up. It's extremely helpful when I remember to commit ALL ↵Angie Byron2009-08-22
| | | | files. :P
* #296322 by cwgordon7 andSenpai: Fix horribly broken trigger module and add ↵Angie Byron2009-08-22
| | | | tests so we don't do it anymore.
* #326539 by JohnAlbin, sun, cha0s, ultimateboy, Rob Loach, Damien Tournoud: ↵Angie Byron2009-08-22
| | | | Convert 'class' attribute to use an array, not a string.
* #367595 by plach, catch, sun, yched, et al: Added support for translatable ↵Angie Byron2009-08-22
| | | | fields to Field API.
* - Patch #552958 by Gábor Hojtsy: create 'regional and language' section in ↵Dries Buytaert2009-08-21
| | | | 'configuration and modules'.
* #509398 by adrian: Turned install profiles into modules with full access to ↵Angie Byron2009-08-21
| | | | the Drupal API. Almost all WTFs/minute now removed from install profiles. Woohoo! :D
* Reverting #554106. Causes failures in path-related tests.Angie Byron2009-08-20
|
* #554106 by dropcube, boombatower, deekayen, and sun: Let DWTC handle HTTP ↵Angie Byron2009-08-20
| | | | location header to ensure drupal_generate_test_ua() is called. Fix for testing bot.
* #552084 by jhodgdon: Removed references to 'CCK' in core.Angie Byron2009-08-19
|
* #552066 by quicksketch and pwolanin: Fix bug with file_save_upload() and ↵Angie Byron2009-08-19
| | | | trailing slashes (with tests).
* - Patch #251792 by pwolanin, Damien Tournoud, slantview, c960657: added a ↵Dries Buytaert2009-08-17
| | | | locking framework for long running operations.
* #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://.
* #544418 by merlinofchaos, sun, drewish, quicksketch, et al: Integrate CTools ↵Angie Byron2009-08-17
| | | | AJAX framework with Drupal to extend (and replace) existing ahah framework. Everything about AJAX/AHAH is more betterer now.
* - Patch #504422 by catch, drewish: file_load_multiple() missing a sanity check.Dries Buytaert2009-08-17
|
* - Patch #340283 by boombatower, dmitrig01 et al: abstract the simpletest ↵Dries Buytaert2009-08-17
| | | | broswer in its own class/object.
* - Patch #550768 by boombatower: correct clear result message.Dries Buytaert2009-08-16
|
* - Patch #370454 by chx, Damien Tournoud: simplify page caching.Dries Buytaert2009-08-16
|
* #296324 follow-up by JuliaKM: Wrap comment at 80 chars.Angie Byron2009-08-16
|
* #296324 by R.Muilwijk, kscheirer, and pamelad: Fixed TestingParty08: url() ↵Angie Byron2009-08-16
| | | | for internal urls need a thorough test.
* Oops. Extra file got in that last commit.Angie Byron2009-08-15
|
* #529126 by boombatower: Split up SimpleTest verbose output into separate files.Angie Byron2009-08-15
|
* #296319 by redndahead, lilou, domas, and kscheirer: Added tests for external ↵Angie Byron2009-08-15
| | | | URL options.
* #296574 by boombatower and chx: Provide debug function for debugging during ↵Angie Byron2009-08-15
| | | | tests and elsewhere.
* #264876 by Rob Loach, jhedstrom, mfer: Allow external CSS files through ↵Angie Byron2009-08-14
| | | | drupal_add_css().
* - Patch #546882 by Gabor Hojtsy: moving simpletest over to the new IA.Dries Buytaert2009-08-13
|
* #167112 by evil_marty and deekayen: Add support for 'wildcard' .tpl.php ↵Angie Byron2009-08-13
| | | | files to act on any numeric pages, such as page-user-%.tpl.php
* - Patch #539724 by Gábor Hojtsy, Bohjan: make Seven legends look like on ↵Dries Buytaert2009-08-12
| | | | the mocks.
* - Patch #367753 by yched, bjaspan: add support for bulk deletion to Fields API.Dries Buytaert2009-08-11
|
* - Patch #508458 by catch, Gábor Hojtsy, yoroy: created 'Configuration and ↵Dries Buytaert2009-08-11
| | | | modules' section so we can start moving over configuration items. Let's see how this goes ...
* #533584 by chx, dww, and Nick Lewis: Allow version-level dependency support ↵Angie Byron2009-08-05
| | | | to work with beta, rc, etc.
* #193383 by TheRec, JirkaRybka, and Bart Jansens: Centralize calls to ↵Angie Byron2009-08-05
| | | | set_time_limit() and prevent warnings/errors.
* #500334 by boombatower: Add neutral styling for debug assertions.Angie Byron2009-08-04
|
* #434350 by cpliakas and Crell: Add a method to explicitly close a database ↵Angie Byron2009-08-04
| | | | connection.
* #341140 by JohnAlbin and chx: Allow drupal_get_path() to be used even when ↵Angie Byron2009-08-04
| | | | database is down.
* #339406 by dropcube and boombatower: Add an assertion to check if a checkbox ↵Angie Byron2009-08-03
| | | | is checked.
* #537044 by dropcube: Simplify and expand taxonomy hook tests.Angie Byron2009-08-03
|
* - Patch #92877 by mfer, Rob Loach, Damien Tournoud, et al: add numeric ↵Dries Buytaert2009-07-30
| | | | weight to drupal_add_css.
* - Patch #443154 by boombatower, pwolanin: properly report fatal errors as ↵Dries Buytaert2009-07-30
| | | | failures.
* - Patch #533730 by greggles, boombatower: allow a custom role name to be ↵Dries Buytaert2009-07-30
| | | | specified.
* - Patch #511748 by moshe weitzman: pushing rending to later in the cycle so ↵Dries Buytaert2009-07-29
| | | | there is more room for customization.
* - Patch #491556 by Berdir: completed converting core to DBTNG. Oh my. Kudos ↵Dries Buytaert2009-07-28
| | | | to Berdir for this humongous effort.
* - Patch #211747 by chx, alex_b, dww: allow specifying version information as ↵Dries Buytaert2009-07-28
| | | | part of module dependencies.
* - Patch #513592 by Damien Tournoud: make it faster to rebuild the registry, ↵Dries Buytaert2009-07-28
| | | | mainly to improve performance of SimpleTest.
* - Patch #524728 by David_Rothstein, JoshuaRogers, JacobSingh et al: refactor ↵Dries Buytaert2009-07-28
| | | | install.php to allow Drupal to be installed from the command line.
* - Patch #227232 by dopry, c960657, jmstacey, pwolanin, aaron, drewish: added ↵Dries Buytaert2009-07-27
| | | | initial support for PHP file wrappers.