summaryrefslogtreecommitdiff
path: root/includes/module.inc
Commit message (Expand)AuthorAge
* - Patch #349504 by keith.smith: clean up sentence spacing in code comments.Dries Buytaert2008-12-20
* - Patch #333143 by justinrandell: cleaning up the Drupal bootstrap code, remo...Dries Buytaert2008-11-24
* - Patch #325665 by chx, Damien Tournoud, justinrandell et al: improved the ca...Dries Buytaert2008-11-11
* - Patch #298600 by chx, justinrandell, Damien, et al: make module_implements ...Dries Buytaert2008-10-31
* #282405 by Damien Tournoud, lilou, Dave Reid: Enforce coding standard on elseif.Angie Byron2008-10-12
* #320009 by Dave Reid: Remove notice about missing files[] array and prevent i...Angie Byron2008-10-12
* #320024 by Dave Reid: Replace hardcoded drupal_required_modules() with requir...Angie Byron2008-10-12
* #253569 by aaron, agentrickard, and Dave Reid: Add hook_modules_X to allow mo...Angie Byron2008-10-11
* #229129 follow-up by Arancaytar, chx, and webchick: Instantiate module packag...Angie Byron2008-09-27
* #259623 by dopry and Damien Tournoud: Convert includes/requires to use absolu...Angie Byron2008-09-20
* #64967 follow-up by drewish: Replace ereg with preg in file_scan_directory().Angie Byron2008-09-20
* - Patch #225450 by Crell, chx, bjaspan, catch, swentel, recidive et al: next ...Dries Buytaert2008-08-21
* - Patch #296302 by chx: remove PHP 5.1 hack now the minimum requirement is PH...Dries Buytaert2008-08-17
* - Patch #287877 by dmitrig01: rename drupal_rebuild_code_registry() to regist...Dries Buytaert2008-08-02
* - Patch #286002 by cwgordon7: removed dead function module_iterate().Dries Buytaert2008-07-23
* - Patch #256579 by justinrandell: registry performance optimizations.Dries Buytaert2008-05-13
* - Patch #221964 by justinrandall: removed left-over code.Dries Buytaert2008-05-07
* - Patch #221964 by chx, dopry, webernet, moshe, webchick, justinrandall, flob...Dries Buytaert2008-05-06
* - Patch #245504 by catch, David_Rothstein, Freso, et al: removed the throttle...Dries Buytaert2008-04-16
* - Patch #245115 by kkaefer, John Morahan, JohnAlbin et al: after a long discu...Dries Buytaert2008-04-14
* #203794 by douggreen: nonexistent dependencies should not be considered on th...Gábor Hojtsy2007-12-27
* #194010 by chx: Proper recursive dependency checking and ordering module inst...Gábor Hojtsy2007-12-13
* #176003 by yched, KarenS, dvessel: put module installs into a batch, solving ...Gábor Hojtsy2007-12-08
* #137650 by Darren Oh: allow module_invoke_all() to merge multiple arrays recu...Gábor Hojtsy2007-11-30
* - Patch #172950 by webernet: code style fixes.Dries Buytaert2007-09-04
* #144337 by yched: batch support for node access table rebuildingGábor Hojtsy2007-09-02
* #151868 by chx: avoid using array_shift() because it takes a lot of time to r...Gábor Hojtsy2007-08-30
* #166593 by hswong3i: move literal values out of some core queries to support ...Gábor Hojtsy2007-08-22
* #152926 by dww: Fix hook_system_info_alter() to save the altered data not the...Gábor Hojtsy2007-08-08
* - Patch #165422 by hswong3i: status is an int. Required to make DB2 work.Dries Buytaert2007-08-08
* - Patch #160263 by Rok Zlender: module_implements() refresh is not working.Dries Buytaert2007-07-18
* #152926 by dww: add hook_system_info_alter() to make .info file data modifiab...Gábor Hojtsy2007-06-27
* #154949 by Crell and dww: let modules and themes specify a minimum required P...Gábor Hojtsy2007-06-27
* - Killer patch #144765 by bjaspan, frando et al: schema API 1 hits core. Oh,...Dries Buytaert2007-05-25
* - Patch #136049 by lyricnz: small performance improvement - removed some redu...Dries Buytaert2007-05-07
* - Patch #132018 by Steven et al: add .info files to themes.Dries Buytaert2007-04-17
* - Patch #63881 by kbahey and jakeg: improved Drupal's logging functionality. ...Dries Buytaert2007-04-10
* - Patch #108272 by webchick, Ralf et al: improved handling of required module...Dries Buytaert2007-02-04
* - Patch #112715 by chx, webchick, asimmonds, et al: fixing E_ALL notices. Th...Dries Buytaert2007-01-31
* - Rollback of E_ALL patch. Too much extra breakage.Dries Buytaert2007-01-25
* - Patch #112715 by webchick et al: fixed some E_ALL errors.Dries Buytaert2007-01-25
* - Patch #34755 by chx et al: faster menu system. HEAD is temporary broken an...Dries Buytaert2007-01-24
* - Patch #101379 by ChrisKennedy, neclimdul et al: modules missing .info files...Dries Buytaert2006-12-07
* #97271 by Jaza. Ensure that hooks are not invoked for newly-disabled modules.Neil Drumm2006-11-27
* #88030 by beginner. Properly initialize a variable.Neil Drumm2006-11-26
* #93212 by Jaza. Refactor module enabling for greater API avialiablity during ...Neil Drumm2006-11-16
* #88843 by lyricnz. Properly check if dependencies are set.Neil Drumm2006-11-07
* - Patch #88287 by asimmonds, dww et al: installer doesn't support modules out...Dries Buytaert2006-10-23
* - Patch #81740 by merlinofchaos, webchick, moshe, neclimdul et al: added pack...Dries Buytaert2006-10-05
* #84875: Dependency system for coreSteven Wittens2006-10-02