Builds

From Things and Stuff Wiki
Revision as of 01:23, 22 October 2012 by Milk (talk | contribs)
Jump to navigation Jump to search


A base distro with general development, site specific development and production.

The .build file calls the d7_base_dev profile, allowing one to use git working copy or not (using hostmaster add-on module in aegir). Multiple install profiles can be used, but profiles/sites/all doesn't work, and it will be changing to sites/*/profile for D8.

Base dev profile

General
  • views
  • ctools
  • token
  • entity
  • nodequeue
Admistration
  • admin_menu
  • module_filter
  • views_bulk_operations
Development
  • devel
  • devel_themer
  • drupalforfirebug
  • masquerade
  • backup_migrate
  • backup_migrate_files
Settings as code
  • features
  • strongarm
Theming
  • fontyourface
  • block_class
  • compact_forms
  • semanticviews
  • styleguide
menu_block
SEO
  • pathauto
  • subpathauto
  • globalredirect
  • xmlsitemap
Performance
  • entitycache
Security
  • honeypot
Wysiwyg and image handling
  • wysiwyg
  • adaptive_image
plupload
mupload http://drupal.org/sandbox/vingborg/1138512
/http://drupal.org/sandbox/pp/1244926


Libraries
  • profiler
  • tinymce

Basic

  • Site name
  • Site slogan
  • Configure Pathauto
  • Create "HTML" Input Format
    • Auth user permission
    • "Limit allowed HTML tags"
    • "Convert line breaks into HTML"
    • "Correct faulty and chopped off HTML"
    • Add "

      <img>" <- TODO: sync with wysiwyg buttons

  • Create Wysiwyg profile
    • Block formats: Remove H2 (reserved for page title)
  • Permissions