From a33b43386dee4b19be0f3bd2b5d4eabd54d47b21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Sat, 8 Dec 2007 15:15:25 +0000 Subject: #176003 by yched, KarenS, dvessel: put module installs into a batch, solving the following issues: - possible timeouts with installing/enabling lots of modules at once in core - enable install profiles to have more modules without fear of timeouts on install - bootstrap Drupal before each module load, so previously enabled modules are bootstrapped - let modules run their hook_requirements() (although actually calling them will be possibly fixed in another patch) --- profiles/default/default.profile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'profiles') diff --git a/profiles/default/default.profile b/profiles/default/default.profile index f8363e9ab..cf227dc26 100644 --- a/profiles/default/default.profile +++ b/profiles/default/default.profile @@ -42,9 +42,10 @@ function default_profile_task_list() { * Perform any final installation tasks for this profile. * * The installer goes through the profile-select -> locale-select - * -> requirements -> database -> locale-initial-batch -> configure - * -> locale-remaining-batch -> finished -> done tasks in this order, - * if you don't implement this function in your profile. + * -> requirements -> database -> profile-install-batch + * -> locale-initial-batch -> configure -> locale-remaining-batch + * -> finished -> done tasks, in this order, if you don't implement + * this function in your profile. * * If this function is implemented, you can have any number of * custom tasks to perform after 'configure', implementing a state -- cgit v1.2.3