summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2007-12-08 15:15:25 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2007-12-08 15:15:25 +0000
commita33b43386dee4b19be0f3bd2b5d4eabd54d47b21 (patch)
tree0efa37a2b6e8890e181840cc500d8583dfba2e49 /profiles
parent5622bce2d52904922a7fd450088bcaed417af7fd (diff)
downloadbrdo-a33b43386dee4b19be0f3bd2b5d4eabd54d47b21.tar.gz
brdo-a33b43386dee4b19be0f3bd2b5d4eabd54d47b21.tar.bz2
#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)
Diffstat (limited to 'profiles')
-rw-r--r--profiles/default/default.profile7
1 files changed, 4 insertions, 3 deletions
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