Dries Buytaert
|
e98e818a49
|
- Patch #1216758 by tim.plunkett: and as formal parameters in module_invoke().
|
2011-08-01 20:20:36 -04:00 |
webchick
|
920a653dc6
|
Issue #1136130 by pillarsdotnet: Reinstated WATCHDOG_* constants; using PHP equivalents caused issues on Windows.
|
2011-07-04 09:58:33 -07:00 |
Dries Buytaert
|
cabfacca39
|
- Patch #1024684 by linclark: omit & in @param statements.
|
2011-05-08 15:50:38 -04:00 |
Dries Buytaert
|
6b951d3f46
|
- Patch #1136130 by Crell: don't duplicate watchdog level constants.
|
2011-05-08 15:42:32 -04:00 |
Dries Buytaert
|
125596eeff
|
- Patch #1066118 by Barrett: hook_field_widget_form() has punctuation error.
|
2011-04-12 22:54:16 +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 |
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 |