summaryrefslogtreecommitdiff
path: root/includes/module.inc
Commit message (Collapse)AuthorAge
* #599122 follow-up by scor and catch: Do not use module_load_include() in ↵Angie Byron2010-01-28
| | | | global context.
* #399642 follow-up by carlos8f: Replace drupal_install_modules() with an ↵Angie Byron2010-01-13
| | | | improved module_enable().
* #619666 follow-up by effulgentsia: Make performance-critical usage of ↵Angie Byron2010-01-07
| | | | drupal_static() grokkable.
* - Patch #661420 by justinrandell, David_Rothstein: made installation of ↵Dries Buytaert2009-12-28
| | | | modules much more efficient.
* - Patch #648262 by brianV: fixed some typos.Dries Buytaert2009-12-02
|
* - Patch #626688 by justinrandell, catch, chx: add caching for system_list().Dries Buytaert2009-11-26
|
* #619666 by effulgentsia, casey, and catch: Changed Introduce new pattern for ↵Angie Byron2009-11-20
| | | | drupal_static() in performance-critical functions.
* - Patch #634240 by catch: fixed system_list() caching.Dries Buytaert2009-11-18
|
* - Patch #623992 by catch: performance improvements to system_list().Dries Buytaert2009-11-11
|
* - Patch #627338 by catch: add a cache_bootstrap() bin for better ↵Dries Buytaert2009-11-10
| | | | performance/scalability.
* - Patch #623992 by sun: documentation updates for system_list().Dries Buytaert2009-11-09
|
* - Patch #623992 by sun: fixed the tests. We can re-enable the test bot now.Dries Buytaert2009-11-08
|
* - Patch #623992 by sun: fixed the tests. We can re-enable the test bot now.Dries Buytaert2009-11-08
|
* - Patch #624882 by jhodgdon: fixed typos in hooks section page.Dries Buytaert2009-11-08
|
* - Patch #623992 by catch: performance improvement: reduce {system} database ↵Dries Buytaert2009-11-08
| | | | hits on every page request.
* #591794 follow-up by effulgentsia: Reduce performance overhead of ↵Angie Byron2009-11-05
| | | | drupal_alter().
* #592008 follow-up by chx and moshe weitzman: All theme() function calls in ↵Angie Byron2009-11-01
| | | | hook_init().
* - Patch #615734 by catch: document why we call drupal_get_filename() in ↵Dries Buytaert2009-10-30
| | | | module_list().
* - Patch #200931 by Darren Oh, asimmonds: fixed schema not being available in ↵Dries Buytaert2009-10-30
| | | | hook_install()/hook_enable().
* - Patch #356074 by chx, Damien Tournoud: provide a sequences API.Dries Buytaert2009-10-16
|
* - Patch #600780 by asimmonds: fixed typo in documentation.Dries Buytaert2009-10-10
|
* #557542 follow-up by catch: Fixed module_implements() caching for ↵Angie Byron2009-09-29
| | | | authenticated users.
* - Patch #557542 by CorniI, catch, fago, Crell, sun | pwolanin, chx, ↵Dries Buytaert2009-09-27
| | | | webchick, mattyoung, alexanderpas, justinrandell, dropcube, moshe weitzman, Damien Tournoud, Rob Loach, Dries: cache module_implements() for better performance and scalability.
* #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
* #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://.
* #533586 by dww and chx: Refactor dependency checks into sharable helper ↵Angie Byron2009-08-13
| | | | functions.
* #528856 by catch: Optimize module_implements() by statically caching the ↵Angie Byron2009-08-08
| | | | maintenance mode variable.
* #533584 by chx, dww, and Nick Lewis: Allow version-level dependency support ↵Angie Byron2009-08-05
| | | | to work with beta, rc, etc.
* - Patch #211747 by chx, alex_b, dww: allow specifying version information as ↵Dries Buytaert2009-07-28
| | | | part of module dependencies.
* #528984 by catch: Remove duplicate check for Drupal maintenance mode.Angie Byron2009-07-23
|
* #485350 follow-up by Dave Reid: Fix code example for module_load_include().Angie Byron2009-07-10
|
* #485350 by jhodgdon: Clarify documentation of module_load_include().Angie Byron2009-07-01
|
* #482346 by Berdir: Move module installation logic to module_enable() to ↵Angie Byron2009-06-28
| | | | prevent errors upon enabling modules.
* - Patch #211439 by David_Rothstein, cwgordon7: correct sorting of modules.Dries Buytaert2009-06-20
|
* - Patch #147000 by Berdir: unify and rewrite module_rebuild_cache() and ↵Dries Buytaert2009-06-06
| | | | system_theme_data().
* - Patch #471070 by stella: millions of code style fixes.Dries Buytaert2009-05-24
|
* - Patch #210876 by deekayen: log enabling and disabling of modules, and ↵Dries Buytaert2009-05-12
| | | | wrote a handy assertLogMessage() function to assert watchdog messages.
* #423664 by Berdir: Fix dependency checking of non-existing modules. (with ↵Angie Byron2009-04-11
| | | | corrected tests)
* - Patch #380064 by c960657: make file_scan_directory() use save property ↵Dries Buytaert2009-02-22
| | | | names as file_load().
* - Patch #320451 by chx, Damien Tournoud: improved Drupal's module dependency ↵Dries Buytaert2009-01-14
| | | | system. This helps with fields in core. Comes with tests\!
* - Patch #354173 by killes: convert module.inc to the new database layer.Dries Buytaert2009-01-04
|
* - 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.
* - 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, ↵Dries Buytaert2008-11-24
| | | | removing bootstrap flag in system table.
* - Patch #325665 by chx, Damien Tournoud, justinrandell et al: improved the ↵Dries Buytaert2008-11-11
| | | | cache registry lookups.
* - Patch #298600 by chx, justinrandell, Damien, et al: make module_implements ↵Dries Buytaert2008-10-31
| | | | work regardless of bootstrap phase.
* #282405 by Damien Tournoud, lilou, Dave Reid: Enforce coding standard on elseif.Angie Byron2008-10-12
|