summaryrefslogtreecommitdiff
path: root/modules/simpletest
Commit message (Collapse)AuthorAge
...
* Ahem. Really rolling back #522786 now.Angie Byron2010-01-30
|
* Hm. Rollback of #522786 which seems to cause test failures.Angie Byron2010-01-30
|
* #553944 follow-up by David_Rothstein: Allow modules to override per-page ↵Angie Byron2010-01-30
| | | | custom themes.
* #522786 by stormsweeper: Fixed PostgreSQL numeric check needs to happen ↵Angie Byron2010-01-30
| | | | after precision check in schema generation.
* - Patch #284899 by c960657, voxpelli, mattconnolly: fixed Drupal url problem ↵Dries Buytaert2010-01-29
| | | | with clean urls.
* #697694 by aspilicious: Doxygen fixes.Angie Byron2010-01-29
|
* - Patch #689738 by c960657: use Save and Delete buttons on path alias ↵Dries Buytaert2010-01-21
| | | | editing form.
* - Patch #683814 by c960657: fixed bug with re-running tests.Dries Buytaert2010-01-20
|
* - Patch #678050 by gpk: strings tidy-up for simpletest_requirements().Dries Buytaert2010-01-15
|
* - Patch #684774 by sun: block visibility settings cannot be properly extended.Dries Buytaert2010-01-15
|
* - Patch #683814 by yched: remove unneeded call to batch_process().Dries Buytaert2010-01-15
|
* #685004 by Dave Reid: Fixed Cannot run tests under non-standard profile.Angie Byron2010-01-15
|
* - Patch #682870 by jhodgdon, asimmonds: fixed UI spelling typos.Dries Buytaert2010-01-13
|
* #676134 by mcarbone: Update documentation to account for taxonomy changes ↵Angie Byron2010-01-13
| | | | (no more node taxonomy property).
* #616650 by Crell: Default MySQL to transactions ON. Makes sense now that we ↵Angie Byron2010-01-13
| | | | default to InnoDB as well.
* #678714 by effulgentsia: Unify use of theme hook / template suggestions, fix ↵Angie Byron2010-01-13
| | | | clobbering problems, and improve suggestion discovery performance.
* #399642 follow-up by carlos8f: Replace drupal_install_modules() with an ↵Angie Byron2010-01-13
| | | | improved module_enable().
* #546356 by jhodgdon and threexk: Change 'login' verb to 'log in' in user ↵Angie Byron2010-01-11
| | | | interface.
* #587634 by mr.baileys and TacoV: Fixed Actions infinite loop test fails.Angie Byron2010-01-10
|
* #479368 by Heine and asimmonds: Fixed drupal_to_js() provides bad unicode ↵Angie Byron2010-01-09
| | | | conversions.
* #679890 follow-up by Bojhan, aspilicious, and agentrickard: Remove more ↵Angie Byron2010-01-09
| | | | extraneous 'Please' in the interface.
* #571654 follow-up by chx, peximo, plach, sun, et al:Angie Byron2010-01-09
| | | | | | Roll-back of node titles as fields. The Entity Translation module in contrib can add this back, but for everyone else it creates a *huge* WTF. Apologies for how late this is coming, but better now than post-alpha. :\
* #601768 by Crell and Damien Tournoud: Add a DatabaseStatementEmpty to allow ↵Angie Byron2010-01-08
| | | | complex query to return a proper empty set.
* #629794 by yched: Fix Scaling issues with batch API. (with tests)Angie Byron2010-01-08
|
* #227677 by c960657, yched, cha0s, Dave Reid, et al: Fixed ↵Angie Byron2010-01-08
| | | | drupal_write_record() can't update a column to NULL. (with tests)
* #265719 by kkaefer, JacobSingh, ksenzee, and rfay: Fixed CSS aggregator ↵Angie Byron2010-01-07
| | | | produces invalid code and directory names for @import files which breaks IE (with tests).
* #592018 by mverbaar, Jacine, et al: Re-organize styles across stylesheets ↵Angie Byron2010-01-07
| | | | from system.module and separate presentational and behavior-supporting styles.
* #323110 by nenne, gpk, and sun: Add requirement check for open_basedir() ↵Angie Byron2010-01-07
| | | | restriction in SimpleTest.
* #420358 follow-up by Dave Reid: Fix some straggler default => standard renaming.Angie Byron2010-01-05
|
* #420358 follow-up by Dave Reid: Rename profiles default => standard and ↵Angie Byron2010-01-04
| | | | expert => minimal, for consistency with labels.
* #370537 by chx, sun, effulgentsia, quicksketch, eaton, Heine, and yched: ↵Angie Byron2010-01-02
| | | | Allow buttons to only validate sections of forms, e.g. More buttons. (with tests)
* #399642 by sndev and carlos8f: Make drupal_install_modules() resolve ↵Angie Byron2010-01-02
| | | | dependencies and trigger an error when they do not exist. (with tests)
* - Patch #669456 by boombatower: added support for more HTTP authentication ↵Dries Buytaert2009-12-30
| | | | settings in the tests.
* #663814 by dereine, dww, and chx: Add helper function for testing session ↵Angie Byron2009-12-28
| | | | implementations.
* - Patch #668150 by mfb: fxed theme_item_list() when used with nested lists.Dries Buytaert2009-12-28
|
* - Patch #667264 by Damien Tournoud: fixed some broken tests.Dries Buytaert2009-12-28
|
* - Patch #667264 by Damien Tournoud: improved generation of tests files to ↵Dries Buytaert2009-12-28
| | | | avoid concurrency problems causing the tests to /randomly/ fail.
* #663992 by sun and carlos8f: Quit caching verbose testing debug output.Angie Byron2009-12-25
|
* #667410 by justinrandell: Fixed simpletest doesn't create a temporary files ↵Angie Byron2009-12-25
| | | | directory.
* - Patch #666932 by boombatower: SimpleTestMissingDependentModuleUnitTest had ↵Dries Buytaert2009-12-24
| | | | an invalid getInfo() definition.
* - Patch #601548 by Damien Tournoud, moshe weitzman: loosen the dependency ↵Dries Buytaert2009-12-22
| | | | between t() and the theming layer.
* - Patch #663828 by chx: allow core tests to be programmatically disabled.Dries Buytaert2009-12-20
|
* - Patch #302240 by fago, sun: fixed button broken.Dries Buytaert2009-12-17
|
* - Patch #360854 by sammys, Crell: added missing db_index_exists(), required ↵Dries Buytaert2009-12-15
| | | | to provide proper upgrade path from Drupal 6 to Drupal 7.
* #577398 by boombatower: Fix SimpleTest temporary file handling, post-stream ↵Angie Byron2009-12-15
| | | | wrappers.
* #653940 follow-up by Damien Tournoud: Clean-up of error handling from first ↵Angie Byron2009-12-15
| | | | stab at test reporting fixes.
* - Patch #631550 by sun: fixed stale and improper logic for ↵Dries Buytaert2009-12-14
| | | | MENU_VISIBLE_IN_TREE and MENU_VISIBLE_IN_BREADCRUMB. Added lots of code comments, and added tests.
* #560646 by carlos8f and chx: Make SimpleTest catch Fatal PHP errors.Angie Byron2009-12-14
|
* #654662 by c960657 and Crell: Allow escaping wildcard characters in LIKE ↵Angie Byron2009-12-13
| | | | queries.
* #653940 follow-up by carlos8f and sun: Fix fatal errors in tests and revert ↵Angie Byron2009-12-13
| | | | changes to error reporting in previous patch.