- 23 Oct, 2008 2 commits
-
-
Adrian Rossouw authored
Fixed locale support for D6 install profiles. Tested with spanish, french, chinese simplified and traditional. Most language packs are not fully released yet, so it is a bit hard to be sure if it is completely done, but it seems correct
-
Adrian Rossouw authored
Vastly improve install profile support for Drupal 6 release. Should also support locale, but that is still untested
-
- 22 Oct, 2008 3 commits
-
-
Adrian Rossouw authored
Better fix for DB type requirement. Now in _INIT. Change perm of sites/default before and after writing config
-
Adrian Rossouw authored
-
Adrian Rossouw authored
-
- 21 Oct, 2008 7 commits
-
-
Adrian Rossouw authored
-
Adrian Rossouw authored
-
Adrian Rossouw authored
-
Adrian Rossouw authored
-
Adrian Rossouw authored
-
Adrian Rossouw authored
-
Adrian Rossouw authored
-
- 20 Oct, 2008 3 commits
-
-
Adrian Rossouw authored
-
Adrian Rossouw authored
-
Adrian Rossouw authored
#321942 (primarily) - working config file generation and synch command. Also cleaned up variables passed to the system so the site_ prefix is no longer used.
-
- 17 Oct, 2008 2 commits
-
-
anarcat authored
import the default site again, since we will want hostmaster to manage itself, for upgrades and such
-
Adrian Rossouw authored
#321944 - provision setup command added. this is a subset of the hosting setup command and is only visible when the hosting module is not installed. This handles configuration of filesystem and the drush.php symlink
-
- 16 Oct, 2008 4 commits
-
-
Adrian Rossouw authored
-
Adrian Rossouw authored
#321953 - add symlink function too allow for clean creation of symlinks (such as the drush.php link)
-
Adrian Rossouw authored
-
Adrian Rossouw authored
-
- 15 Oct, 2008 1 commit
-
-
Adrian Rossouw authored
-
- 14 Oct, 2008 1 commit
-
-
Adrian Rossouw authored
-
- 13 Oct, 2008 3 commits
-
-
Adrian Rossouw authored
-
Adrian Rossouw authored
#312515 - add requirements hook to ensure that we have the posix functions, and that we are not installing onto a windows machine
-
Adrian Rossouw authored
-
- 10 Oct, 2008 3 commits
-
-
Adrian Rossouw authored
-
Adrian Rossouw authored
fix for #319299. Now detects language and install profile correctly. Also fixed a missing variable_set when installing new sites using aegir.
-
Adrian Rossouw authored
L10n support for install profiles. Detects and installs sites using the available languages correctly. Does not currently detect the language of installed sites correctly. Will fix this along with #319299 momentarily
-
- 08 Oct, 2008 2 commits
-
-
Adrian Rossouw authored
Almost installs profiles now, but there is a major problem creating sites that have the views module in the profile, as there is a code conflict
-
Adrian Rossouw authored
Rollback an error in the previous patch that broke installation of new sites. Throw an error if the modules for an install profile arent found
-
- 07 Oct, 2008 2 commits
-
-
Adrian Rossouw authored
-
Adrian Rossouw authored
Include additional information about install profiles, such as the human friendly name and description
-
- 22 Aug, 2008 1 commit
-
-
Adrian Rossouw authored
-
- 11 Jul, 2008 1 commit
-
-
Adrian Rossouw authored
-
- 10 Jul, 2008 2 commits
-
-
anarcat authored
-
Adrian Rossouw authored
Ensure that including settings.php from imported sites, to get their settings, to not modify the php ini_set environment
-
- 09 Jul, 2008 3 commits
-
-
Adrian Rossouw authored
-
Adrian Rossouw authored
#275953 - add global configuration to settings.php. Files directory is now correctly configured for each site
-
anarcat authored
grant ALL PRIVILEGES instead of just create/drop to the mysql root user as the latter is not sufficient to create mysql users. do not flush privileges as GRANT already does that.
-