Commit Graph

238 Commits (9c2125e9d4578920140c53a047d032d916f703d8)

Author SHA1 Message Date
Juraj Nemec f5a073a49b
Issue #2474943 by douggreen, poker10, Fabianx, donaldinou: system_list('bootstrap') returns numeric keys instead of module names 2022-09-03 14:20:43 +02:00
Fabian Franz 28de677281 Issue #2925449 by bkosborne, oriol_e9g, Ayesh, sjerdo, mikeytown2, piggito, vprocessor, JayKandari, delta, joseph.olstad, andypost, Fabianx, David_Rothstein, Neo13, yogeshmpawar, amme: [PHP 7] Function each() is deprecated since PHP 7.2 [D7] 2018-06-26 13:07:58 +02:00
Fabian Franz 206c7c1b40 Issue #1081266 by stefan.r, jeroen.b, mikeytown2, David_Rothstein, tsphethean, mfb, joseph.olstad, marcelovani, Kars-T, joelpittet, Fabianx, catch, fgm, das-peter, alexpott, emcniece, oriol_e9g, sun, corbacho, klausi, mgifford, onelittleant, Peter Bex, Spleshka, beejeebus, Berdir, pwaterz, SocialNicheGuru, sylus, Wim Leers, heyyo, joshtaylor, swentel, alanburke, dagmar, alexmoreno, kenorb, EvanSchisler, Mark Theunissen, bmateus, andypost, Lukas von Blarer, ChristophWeber, nicholas.alipaz, arosboro, askibinski, dawehner, DerekL, ExTexan: Avoid re-scanning module directory when a filename or a module is missing 2016-07-04 14:16:32 -07:00
stefan.r d11d1c268a Issue #376391 by mimran, snehi, pietmarcus, jhodgdon: Document that module_invoke_all / ModuleHandlerInterface::invokeAll reindexes arrays 2016-06-28 18:10:29 +02:00
David Rothstein 98229c422a Issue #2645544 by Liam Morland: Improve documentation for module_disable() and related functions 2016-02-02 00:03:14 -05:00
David Rothstein e6e00e8444 Issue #1191290 by klausi, David_Rothstein, Fabianx: system_cron() should not invoke hook_flush_caches() on every cron run 2016-02-01 23:35:16 -05:00
David Rothstein f0d59102f5 Issue #1443308 by cilefen, joseph.olstad, mikeytown2, joelpittet, btopro, alexpott, jonhattan, marcingy, stewsnooze, Fabianx, pounard, tstoeckler, penyaskito: Add static cache to module_load_include() 2016-02-01 18:10:52 -05:00
David Rothstein e105186172 Issue #496170 by stefan.r, chx, Fabianx, jbrauer, David_Rothstein, roderik, rwohleb, pounard, kenorb, Jose Reyero, joelpittet, catch: module_implements() cache can be polluted by module_invoke_all() being called (in)directly prior to full bootstrap completion 2015-10-10 11:40:33 -04:00
David Rothstein 3c8b182b79 Issue #2263365 by donquixote, smccabe, longwave, alexpott, joelpittet, Fabianx, mikeytown2, joseph.olstad, sun: Second loop in module_implements() was being repeated for no reason (performance improvement) 2015-10-05 15:59:32 -04:00
Jennifer Hodgdon a6c50f0526 Issue #2382801 by er.pushpinderrana, Liam Morland: Improve documentation for module_exists() 2014-12-02 08:54:41 -08:00
David Rothstein cadd940917 Issue #1860876 by pounard: Fixed module_implements_write_cache() should not drop caches when requesting with POST method. 2013-08-05 21:32:02 -04:00
Jennifer Hodgdon 0811215768 Issue #2000140 by sarahdavies: Remove stray text in callbacks topic docblock 2013-06-06 09:06:41 -07:00
Jennifer Hodgdon 4ebf389160 Issue #1936166 by markpavlitski: Add information on passing args by reference to module_invoke functions doc 2013-04-24 08:42:41 -07:00
Jennifer Hodgdon 93510d585b Issue #1250500 by dcam, joachim, jhodgdon: Add topic for callback functions 2013-04-10 14:37:03 -07:00
David Rothstein 2ca4228c88 Issue #1143460 by WorldFallz, Dave Reid, colette, typhonius, David_Rothstein | localhost: Fixed hook_file_download_access_alter() missing entity argument (by allowing an additional context argument to be passed to drupal_alter()). 2013-01-07 20:53:54 -05:00
Jennifer Hodgdon 4e7f00a2a2 Issue #1803194 by alextataurov: Add return docs for module_hook_info() function 2012-10-11 07:53:49 -07:00
Jennifer Hodgdon e27ec205f7 Issue #1799116 by jwilson3: Standardize on installation profile terminology 2012-10-10 10:26:08 -07:00
Jennifer Hodgdon 0a1b3116ca Issue #1317626 by Albert Volkman, xjm: Clean up API docs for include files H-M 2012-10-04 09:04:02 -07:00
webchick 24682ad5d7 Issue #1708722 by David_Rothstein: Fixed Call to undefined function drupal_find_base_themes() in drupal-7.15/includes/module.inc on line 184. 2012-08-07 12:18:45 -07:00
David Rothstein 46cf23289a Issue #761608 by JohnAlbin, effulgentsia: Fixed Missing theme settings values because list_themes() has inconsistent theme object data. 2012-06-28 00:49:18 -04:00
webchick b7ac667101 Issue #1213536 by David_Rothstein, tim.plunkett, sun, effulgentsia, Yorirou, xjm: Fixed Non-resettable theme_get_registry() cache causes problems for non-interactive installations. 2012-04-30 21:31:44 -07:00
webchick 4dafc577cc Issue #996236 by fago, sun, pillarsdotnet, xjm: Fixed drupal_flush_all_caches() does not clear entity info cache. 2012-01-31 02:51:45 -08:00
webchick 12a722cb3c Issue #1373582 by jhodgdon, TR: Fixed Trailing whitespace. 2012-01-21 11:09:14 -08:00
Dries b96a83b4a9 - Patch #765860 by effulgentsia, dww, dereine, mikey_p, xjm, sun, sven.lauer: drupal_alter() fails to order modules correctly in some cases. 2011-11-21 22:18:43 -05:00
webchick a500758588 Issue #1216758 by tim.plunkett: Add module and hook as formal parameters in module_invoke(). 2011-09-05 11:11:17 -07:00
Dries Buytaert a22d7770d4 - Patch #1024684 by linclark: omit & in @param statements (for consistency). 2011-05-08 15:51:01 -04:00
Dries Buytaert 8cdf750e0e - Patch #1066118 by Barrett: hook_field_widget_form() has punctuation error. 2011-04-12 22:54:25 +02:00
The Great Git Migration 79bcdb8b7d Stripping CVS keywords 2011-02-25 02:06:03 +00:00
Dries Buytaert 80aacdb000 - Patch #1064212 by catch: page caching performance has regressed by 30-40%. 2011-02-24 12:09:59 +00:00
Dries Buytaert 0a7220483d - Patch #1049116 by solotandem, David_Rothstein: module_enable() doesn't account for version strings in dependencies[]. 2011-02-04 19:34:38 +00:00
Dries Buytaert 62bb48c4ef - Patch #752226 by sun, carlos8f, JohnAlbin, chx: module_invoke() doesn't work with hooks placed in include files via hook_hook_info(). 2010-11-27 20:41:38 +00:00
Dries Buytaert 22cfc5bb2c - Patch #561226 by fago, sun, effulgentsia, YesCT, marcingy: forms (elements) need to able to specify include files to be loaded for building. 2010-11-27 19:12:56 +00:00
Dries Buytaert c76655c98b - Patch #794936 by c960657, amateescu: system_rebuild_module_data() called twice on admin/build/modules. 2010-11-24 16:47:44 +00:00
Angie Byron 8ae92e78ef #828648 by oadaeh, David_Rothstein: Fixed module_load_install should check and return results 2010-11-21 10:19:48 +00:00
Angie Byron 9abb496d8a #222109 by David_Rothstein: Fix documentation for module_list(). 2010-11-20 05:45:48 +00:00
Angie Byron aa10522336 #151452 by David_Rothstein, Dave Reid, tstoeckler: Fixed uninstalling modules does not follow dependencies. 2010-11-20 03:34:30 +00:00
Dries Buytaert 203b6a88b2 - Patch #944198 by sun: functions that call drupal_system_listing() act on potentially invalid system items. 2010-11-19 20:35:31 +00:00
Dries Buytaert 33695f71f3 - Patch #917670 by mr.baileys: improve drupal_alter() documentation. 2010-10-03 02:04:55 +00:00
Dries Buytaert 5d7a735643 - Patch #929178 by carlos8f, chx: module_list() kills system_list() caching. 2010-10-02 23:40:58 +00:00
Angie Byron 7f5caaacdc #915216 by catch, Damien Tournoud: Fixing update.php cannot apply updates error. 2010-10-01 19:52:28 +00:00
Angie Byron bf751d9a94 #651086 follow-up by carols8f: Fix cache clearing is an ineffective mess. 2010-10-01 18:37:23 +00:00
Dries Buytaert 5d810f73e7 - Patch #887870 by sun, David_Rothstein: make system_list() return full module records. 2010-09-03 19:49:56 +00:00
Dries Buytaert b8a7b8a89b - Patch #508056 by Stevel: _module_build_dependencies() calls drupal_depth_first_search() with wrong param count. 2010-07-28 01:46:59 +00:00
Dries Buytaert c804c97c53 - Patch #855386 by aspilicious: fix newlines in module.inc. 2010-07-16 11:18:02 +00:00
Dries Buytaert 77f6e36f63 - Patch #836748 by aaronbauman, jhodgdon: improve documentation about install/enable/etc. hook invocation order. 2010-06-26 12:34:44 +00:00
Dries Buytaert 0a5d9dd354 - Patch #836630 by catch: module_implements() caching is broken. 2010-06-24 21:40:06 +00:00
Angie Byron 136cb18aac #831080 by carlos8f, David_Rothstein: Fixed Dashboard is completely empty after installation. 2010-06-24 17:32:01 +00:00
Dries Buytaert 4d795f3247 - Patch #793274 by matt2000: schema is left broken if hook_install() fails. 2010-05-09 13:49:33 +00:00
Dries Buytaert 19a45ce544 - Patch #765860 by effulgentsia, dww, dereine, mikey_p, sun: make drupal_alter() support multiple alter hooks executed by module weight. 2010-04-28 12:36:26 +00:00
Angie Byron 453032c117 #692950 by effulgentsia, chx, aaron, catch, moshe weitzman, sun: Use hook_module_implements_alter() to allow modules to alter the weight of hooks in module_implements(). 2010-04-22 22:36:01 +00:00