| 1 |
This profile will create a site suitable for testing patches for Drupal.org.
|
| 2 |
It was originally based on the development profile.
|
| 3 |
|
| 4 |
Required modules and versions for Drupal 6.x as of April 18th, 2009:
|
| 5 |
|
| 6 |
* codefilter HEAD
|
| 7 |
* cvslog HEAD
|
| 8 |
* devel DRUPAL-6--1
|
| 9 |
* project HEAD
|
| 10 |
* project_issue HEAD
|
| 11 |
* comment_upload DRUPAL-6--1
|
| 12 |
* install_profile_api DRUPAL-6--2
|
| 13 |
|
| 14 |
Before installing with this profile, download or checkout these
|
| 15 |
modules to sites/all/modules, sites/default/modules, or another
|
| 16 |
appropriate location.
|
| 17 |
|
| 18 |
In addition to installing core and enabling these modules, the profile
|
| 19 |
performs the following additional setup:
|
| 20 |
|
| 21 |
* Creates the site super-user (uid 1) and logs it in. By default, the
|
| 22 |
username and password are both "a", but you can alter this by
|
| 23 |
changing the "D_O_USER1" and "D_O_PASSWORD" constants at the top of
|
| 24 |
the drupalorg_testing.profile file.
|
| 25 |
* Creates the role and permission structure used on drupal.org.
|
| 26 |
* Creates a few well-known users for each special role, and gives all
|
| 27 |
of them the ability to switch back and forth using the "Switch user"
|
| 28 |
functionality provided by the devel.module.
|
| 29 |
* Creates other random users (which don't belong to any special role).
|
| 30 |
* Generates random content and comments using the devel.module's API.
|
| 31 |
* Configures the project classification system used on drupal.org.
|
| 32 |
* Creates a handful of project nodes of all different types.
|
| 33 |
* Configures the settings to mimic the CVS repositories for the
|
| 34 |
projects (a future version of this profile will actually provide a
|
| 35 |
stub CVS repository for more advanced testing, for now, it just
|
| 36 |
pretends that there's a CVS repository connected to the site).
|
| 37 |
Each of the well-known users has a corresponding CVS account.
|
| 38 |
* Configures other project, menu, and block settings like drupal.org.
|
| 39 |
* Creates a set of random issues and some random comments on those issues.
|
| 40 |
|
| 41 |
|
| 42 |
$Id: README.txt,v 1.7 2008/03/08 16:18:39 dww Exp $
|