Commit Graph

201 Commits (5926980b961164edc9a2d152e4d24e045d70fd47)

Author SHA1 Message Date
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
Dries Buytaert 6d9fb62fcf - Patch #731606 by fago: module_implements() fails to find include. 2010-04-22 18:56:53 +00:00
Angie Byron 3d493056a0 #605624 by puddlenipper, cwgordon7: Added clarification about example hooks. 2010-04-21 07:53:45 +00:00
Angie Byron a25fafc597 #736530 by ldpm: Link hooks group/topic page to the themeable group page. 2010-04-20 18:50:36 +00:00
Dries Buytaert a8cb00de11 - Patch #655740 by ksenzee, casey, aspilicious: fixed small JavaScript issues in the overlay module. 2010-04-16 13:39:42 +00:00
Dries Buytaert d428fe37b9 - Patch #681538 by aspilicious, jhodgdon, trevjs: fixed possibly broken @see also links. 2010-03-26 17:14:46 +00:00
Dries Buytaert 0f3085c3b7 - Patch #210876 by deekayen, c960657: add logging of who installs/uninstalls a module. 2010-03-03 07:38:08 +00:00
Dries Buytaert a5d180b9c0 - Patch #347959 by sun, Damien Tournoud, justinrandell, scor, chx: modules_installed() was broken during testing. 2010-03-02 09:07:09 +00:00
Dries Buytaert f6b166ff23 - Patch #620298 by David_Rothstein: schema not available in hook_install(). 2010-02-26 18:31:29 +00:00
Angie Byron fa54a703da #399642 follow-up by JacobSingh: include /includes/install.inc in module_enable() which is required when enabling modules for the first time. 2010-02-15 22:16:58 +00:00
Angie Byron dba61c45e6 #599122 follow-up by scor and catch: Do not use module_load_include() in global context. 2010-01-28 13:56:25 +00:00
Angie Byron c33d0f7be8 #399642 follow-up by carlos8f: Replace drupal_install_modules() with an improved module_enable(). 2010-01-13 05:08:29 +00:00
Angie Byron 3ede619955 #619666 follow-up by effulgentsia: Make performance-critical usage of drupal_static() grokkable. 2010-01-07 04:54:18 +00:00
Dries Buytaert 98b84b7adb - Patch #661420 by justinrandell, David_Rothstein: made installation of modules much more efficient. 2009-12-28 10:48:51 +00:00
Dries Buytaert 54fc6e99bd - Patch #648262 by brianV: fixed some typos. 2009-12-02 00:17:49 +00:00
Dries Buytaert b3e42eb5cd - Patch #626688 by justinrandell, catch, chx: add caching for system_list(). 2009-11-26 18:57:16 +00:00
Angie Byron b14349889e #619666 by effulgentsia, casey, and catch: Changed Introduce new pattern for drupal_static() in performance-critical functions. 2009-11-20 06:12:45 +00:00
Dries Buytaert deacaa6533 - Patch #634240 by catch: fixed system_list() caching. 2009-11-18 19:09:52 +00:00
Dries Buytaert 304ae84246 - Patch #623992 by catch: performance improvements to system_list(). 2009-11-11 17:04:47 +00:00
Dries Buytaert 3ccb55f2bd - Patch #627338 by catch: add a cache_bootstrap() bin for better performance/scalability. 2009-11-10 22:06:09 +00:00
Dries Buytaert 5d00d0d61f - Patch #623992 by sun: documentation updates for system_list(). 2009-11-09 19:00:03 +00:00
Dries Buytaert 3213087441 - Patch #623992 by sun: fixed the tests. We can re-enable the test bot now. 2009-11-08 19:53:19 +00:00
Dries Buytaert a6e707cd84 - Patch #623992 by sun: fixed the tests. We can re-enable the test bot now. 2009-11-08 18:49:04 +00:00
Dries Buytaert 370d07e9f7 - Patch #624882 by jhodgdon: fixed typos in hooks section page. 2009-11-08 09:31:10 +00:00
Dries Buytaert 7080b8f35d - Patch #623992 by catch: performance improvement: reduce {system} database hits on every page request. 2009-11-08 09:29:07 +00:00
Angie Byron d9017f5878 #591794 follow-up by effulgentsia: Reduce performance overhead of drupal_alter(). 2009-11-05 16:19:25 +00:00
Angie Byron c409a47fcc #592008 follow-up by chx and moshe weitzman: All theme() function calls in hook_init(). 2009-11-01 22:10:07 +00:00
Dries Buytaert 1b83420193 - Patch #615734 by catch: document why we call drupal_get_filename() in module_list(). 2009-10-30 21:54:45 +00:00
Dries Buytaert d72539f1b5 - Patch #200931 by Darren Oh, asimmonds: fixed schema not being available in hook_install()/hook_enable(). 2009-10-30 21:41:45 +00:00
Dries Buytaert 13d3072f41 - Patch #356074 by chx, Damien Tournoud: provide a sequences API. 2009-10-16 03:01:55 +00:00
Dries Buytaert f8b5634113 - Patch #600780 by asimmonds: fixed typo in documentation. 2009-10-10 12:12:15 +00:00
Angie Byron 0085972f1e #557542 follow-up by catch: Fixed module_implements() caching for authenticated users. 2009-09-29 18:08:28 +00:00
Dries Buytaert a8b3369b95 - Patch #557542 by CorniI, catch, fago, Crell, sun | pwolanin, chx, webchick, mattyoung, alexanderpas, justinrandell, dropcube, moshe weitzman, Damien Tournoud, Rob Loach, Dries: cache module_implements() for better performance and scalability. 2009-09-27 11:08:45 +00:00
Angie Byron 2c55219315 #497118 by chx, catch, pwolanin, JoshuaRogers, and Jacob Singh: Remove the 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. 2009-08-24 00:14:23 +00:00
Angie Byron e63e85020b Of all the patches to accidentally commit without a message. :( Rolling back registry rip. Let's try that again. 2009-08-24 00:10:46 +00:00
Angie Byron 4ae238ea57 *** empty log message *** 2009-08-24 00:02:05 +00:00
Angie Byron 716293e0fb #509398 by adrian: Turned install profiles into modules with full access to the Drupal API. Almost all WTFs/minute now removed from install profiles. Woohoo! :D 2009-08-21 07:50:08 +00:00
Angie Byron b41323642b #517814 by jmstacey, justinrandell, pwolanin, drewish, Jody Lynn, aaron, 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://. 2009-08-17 19:14:42 +00:00