summaryrefslogtreecommitdiff
path: root/modules/simpletest/tests/module.test
Commit message (Collapse)AuthorAge
* #399642 follow-up by carlos8f: Replace drupal_install_modules() with an ↵Angie Byron2010-01-13
| | | | improved module_enable().
* #420358 follow-up by Dave Reid: Fix some straggler default => standard renaming.Angie Byron2010-01-05
|
* #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 #634240 by catch, yched: system_list() caching was broken.Dries Buytaert2009-11-18
|
* #625744 by boombatower: Fixed discovery logic of multiple module copies.Angie Byron2009-11-11
|
* #557542 follow-up by catch: Fixed module_implements() caching for ↵Angie Byron2009-09-29
| | | | authenticated users.
* #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
|
* #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
* #509392 follow-up by adrian: Clean-up for .info files for install profiles ↵Angie Byron2009-07-19
| | | | patch.
* #500866 by boombatower: Remove t() from getInfo in tests.Angie Byron2009-07-13
|
* - Patch #306027 by agentrickard, catch, dereine, Dave Reid, drewish, et al: ↵Dries Buytaert2009-07-01
| | | | automatically clean the {role_permission} table when modules are uninstalled.
* - Patch #211439 by David_Rothstein, cwgordon7: correct sorting of modules.Dries Buytaert2009-06-20
|
* - Patch #372743 by bjaspan, yched, KarenS, catch et al: node body and ↵Dries Buytaert2009-06-12
| | | | teasers as fields. Oh, my.
* - Patch #394524 by Berdir, Damien Tournoud: converted to the new database ↵Dries Buytaert2009-05-30
| | | | abstraction layer.
* - Patch #445410 by Damien Tournoud: fix $ tags.Dries Buytaert2009-04-26
|
* #376129 by boombatower, Damien Tournoud, and chx: Change getInfo() to a ↵Angie Byron2009-03-31
| | | | static method to reduce memory footprint of SimpleTest.
* - Patch #275796 by Gribnif, Damien Tournoud and Dave Reid: module_list() ↵Dries Buytaert2009-01-03
tried to reset a static using unset(). Added tests too.