This project is under active development.

Drupal Developer

This is an install profile designed to jump-start module development. It rewrites the install forms, providing a default username and password of admin/drupal (this has changed from the old package which was drupal/drupal). It also installs and configures developer modules like devel and coder.

Default username and password: admin/drupal.

WARNING! This profile contains potentially dangerous user settings, permissions, do not use it on a live site.

Installation and update

Either download the large tarball below, or create a small makefile (also packaged with the distribution):

api = 2.x
core = 7.x
projects[] = drupal
projects[drupal_developer][type] = "profile"
projects[drupal_developer][download][type] = "git"
projects[drupal_developer][download][revision] = "7.x-1.x"

Use it with drush make like so: drush make dd.make [mysite], where dd.make contains the text above and [mysite] is the target directory to build the new site in.

Modules within the package

  • devel
  • admin menu
  • coder
  • features
  • grammar_parser
  • schema
  • xhprof

Suggestions and issues

Translation template extractor

The Translation template extractor provides a web based and Drush-integrated Gettext translation template extractor interface for Drupal as well as a reusable API to look for translatable strings and translatability errors.

Nodeblock

This module allows you to specify content type(s) as being a block. This allows the content managers of the site to edit the block text and title without having to access the block administration page. Users only need edit access to that node in order to edit it.

We advice you to use this module together with Node Level Blocks or Block Reference module.

It is very handy to create a simple block content type and enable this content type for blocks and use these in place of the normal 'add block' functionality.

Now supports translatable content (Contrent translation with i18n and Entity Translation)

If Content Translation is enabled, then only a single node block per translation set is exposed and the node from the translation set with the appropriate language is loaded into the block.

Other modules

There are several other modules and approaches that allow nodes to be presented as a block. See a comparison at http://groups.drupal.org/node/93499

Drupal 7

The Drupal 7 version of this module enables the use of view modes. This gives the user even greater control over customizing the output of the node block. Default view modes and links display can now be assigned per content type and then overridden at block/node level.

Drupal 6

Admin role

Admin Role module screenshot

This module is a little helper to maintain an administrator role which has all available permissions. By default, Drupal only has one super user and this module helps improve this drastically.

Wiki installation profile

Drupal Wiki in Action

The wiki installation profile will set up Drupal with the following settings:

  • Moderator role which can revert / delete pages
  • Revisions for pages
  • Freelinking - easier creation of HTML links to new or existing pages
  • Edit a section of a page (based on header)
  • Mediawiki input format
  • Categorization via free tagging vocabulary
  • Views: All pages / All categories / All Images
  • Recent changes

See the readme.txt for the requirements of additional modules prior to installation.

Pages

Subscribe with RSS Subscribe to RSS - Under active development