Closed (fixed)
Project:
Hosting
Version:
5.x-0.1-alpha3
Component:
Code
Priority:
Critical
Category:
Feature request
Assigned:
Reporter:
Created:
11 Jul 2008 at 16:43 UTC
Updated:
27 Oct 2008 at 01:53 UTC
This should be part of 0.1. We need support for multiple install profile. Install profiles should be detected in platforms, we just need to add a radio in the new site creation.
Comments
Comment #1
anarcat commentedI try a stab at this one.
Comment #2
adrian commentedThis is now in the latest HEAD.
I tested this using the bryghtbase installation profile found at : https://svn.bryght.com/dev/browser/bryghtbase/DRUPAL-5/trunk
I found a critical problem whereby the views module would already be loaded in the hosting site when trying to provision a new site with
the views module. Due to lack of namespaces in PHP, the only option I had available to me at the time was to remove views from the
hostmaster profile, which we had discussed several times previously.
I replaced the views we had with a handful of custom queries and tables, which amounted to about 50 lines of code. I also removed hundreds of lines of views 1 api code, that would need to be replaced with views 2 api code when we release the D6 release of the front end.
To get bryghtbase working correctly, I needed to implement locale support, which I am currently working on.
http://drupal.org/node/319303 - locale support for install profiles
Two bugs i discovered while working on this :
http://drupal.org/node/319295 - duplication of imported sites
http://drupal.org/node/319299 - incorrect detection of install profiles from imported sites
Comment #3
adrian commentedComment #4
adrian commentedlocale support basically done.
now installs bryghtbase in english, french and chinese.
Comment #5
adrian commentedComment #6
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.