Monday, June 17, 2013

DrupalCon Portland 2013: DRIES BUYTAERT - THE CURRENT STATE OF DRUPAL 8 KEYNOTE

Tuesday, February 26, 2013

Drupal Snippets Repository

Drupal snippets repository, a place where you can put your little drops of drupal code and fill the snippet bucket. Go to: dropbucket.org

Saturday, February 23, 2013

Deploy module demonstration

The Deploy module is designed to allow developers to easily stage Drupal content from one site to another. Deploy automatically manages dependencies between objects (like node references). It is designed to have a rich API which can be easily extended to be used in a variety of situations. Drupal 7 The Drupal 7 version will see a complete rewrite to provide a more flexible API and workflow and to take full advantage of the new APIs in core. For more information Module page: http://drupal.org/project/deploy

Saturday, February 16, 2013

Aegir for Drupal

http://www.youtube.com/watch?v=rylQMjh2dA0&feature=share&list=ULrylQMjh2dA0 The Aegir hosting system allows developers and site administrators to automate many of the common tasks associated with deploying and managing large websites. Aegir makes it easy to install, upgrade, deploy, and backup an entire network of Drupal sites. Recent support for multi-server site deployment and management allows for migrating sites between servers, including large sites spread across multiple web servers.

Wednesday, January 16, 2013

Drupal 8 translation import


When you enable a module in your Drupal 8 site, the Interface Translation module will attempt to download and import its translation from the translation server at localize.drupal.org. But the translation server only provides translations of released modules, and not for development releases. To overcome this the Local Tamper module was developed which simulated a number of Drupal 7 modules (for which translations are available) and the Interface Translation module will downloads and imports these translations.
  1. Make sure you have Interface Translation and Language translation enabled and have added at least one non-English language. But if you have successfully followed the steps above, this has already been provided.
  2. Download the Locale Tamper module from http://drupal.org/project/locale_tamper.
  3. Unpack and install the module.
  4. Enable the Locale Tamper module.
  5. It will now attempt to find and download Locale Tamper translations (but none will be found).
  6. Go to the Available translation updates page (admin/reports/translations).
  7. Click 'Check manually' to refresh the translation status.
  8. The status will now show that a number of translation are available for the mocked modules: Better Formats, CKEditor Link, Compact Forms, Context, Chaos tools and Delta API.
  9. Click 'Update translations' to download and import the translations.
  10. This will start the download and import of a number of translations. Again a batch process runs to per form this. Again, this should progress until finished.

Drupal 8 installation

Sunday, January 6, 2013

Drupal 8 and Symfony 2

PDF presentation: https://speakerdeck.com/fabpot/symfony2-meets-drupal-8