User: goba Branch: HEAD Date: Sat, 08 Dec 2007 15:15:25 +0000 Modified files: /includes install.inc module.inc theme.inc theme.maintenance.inc / install.php /profiles/default default.profile Log message: #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) Links: http://cvs.drupal.org/diff.php?path=drupal/includes/install.inc&old=1.50&new... http://cvs.drupal.org/diff.php?path=drupal/includes/module.inc&old=1.112&new... http://cvs.drupal.org/diff.php?path=drupal/includes/theme.inc&old=1.404&new=... http://cvs.drupal.org/diff.php?path=drupal/includes/theme.maintenance.inc&ol... http://cvs.drupal.org/diff.php?path=drupal/install.php&old=1.99&new=1.100&ro... http://cvs.drupal.org/diff.php?path=drupal/profiles/default/default.profile&...