summaryrefslogtreecommitdiff
path: root/modules/simpletest/tests/module.test
Commit message (Collapse)AuthorAge
* Issue #2263365 by donquixote, smccabe, longwave, alexpott, joelpittet, ↵David Rothstein2015-10-05
| | | | Fabianx, mikeytown2, joseph.olstad, sun: Second loop in module_implements() was being repeated for no reason (performance improvement)
* Issue #1797452 by dcam, izus, xjm, Lars Toomre: Remove t() from test asserts ↵Jennifer Hodgdon2013-05-21
| | | | in various system tests
* Issue #1799116 by jwilson3: Standardize on installation profile terminologyJennifer Hodgdon2012-10-10
|
* Stripping CVS keywordsThe Great Git Migration2011-02-25
|
* - Patch #1049116 by solotandem, David_Rothstein: module_enable() doesn't ↵Dries Buytaert2011-02-04
| | | | account for version strings in dependencies[].
* - Patch #752226 by sun, carlos8f, JohnAlbin, chx: module_invoke() doesn't ↵Dries Buytaert2010-11-27
| | | | work with hooks placed in include files via hook_hook_info().
* - Patch #794936 by c960657, amateescu: system_rebuild_module_data() called ↵Dries Buytaert2010-11-24
| | | | twice on admin/build/modules.
* #151452 by David_Rothstein, Dave Reid, tstoeckler: Fixed uninstalling ↵Angie Byron2010-11-20
| | | | modules does not follow dependencies.
* Reverting #500866. Needs more discussion.Angie Byron2010-08-05
|
* #500866 by boombatower, solotandem: Remove t() from assertion messages in ↵Angie Byron2010-08-05
| | | | SimpleTest, so translators do not get 1000s of bogus strings.
* - Patch #731606 by fago: module_implements() fails to find include.Dries Buytaert2010-04-22
|
* - Patch #620298 by David_Rothstein: schema not available in hook_install().Dries Buytaert2010-02-26
|
* #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.