Replace file path using Aegir

drush --debug php-script replace
<?php
include '/var/aegir/.drush/provision/platform/drupal/deploy_7.inc';
$new_url = 'gpbase.nl';
_provision_platform_drupal_deploy_7_replace('default', $new_url);

Installing CyanogenMod on Samsung SII Plus

Samsung S II Plus === GI-I9105P

Bootload 4.2.2 ?

Unofficial release 11 M 12 (20141113)

adb push ~/Downloads/.. /sdcard/...
adb reboot recovery
apply update from external storage

Cyanogenmod on Mac

The site

http://www.cyanogenmod.org/

The instructions

Click the 'Get started button'

Install the Mac OSX installer

This is hidden somewhere somehow.

Google plus community

https://plus.google.com/communities/100663046352711689172

The 'About this community' box has a link to cminstaller-mac-beta.zip which seems to be from 2014-05-08

Some troubles

http://forum.cyanogenmod.org/topic/86396-mac-installer-beta-released/

Angular Drupal Jam

CORS

http://enzolutions.com/articles/2014/09/08/how-to-enable-cors-requests-against-drupal-8/

Trust Drupal

http://stackoverflow.com/questions/9381926/insert-html-into-view-using-angularjs

Service

http://stackoverflow.com/questions/23074875/factory-and-service-in-angularjs

Decoupling

http://twofuckingdevelopers.com/2014/06/angularjs-best-practices-001-constants/

End to end testing

https://docs.angularjs.org/guide/e2e-testing

Create an empty pristine branch in your git repo

In need for a new empty branch for restarting an idea I need a empty branch

git checkout --orphan NEWBRANCH
git rm -rf .

don't do the commands in reverse order. don't forget the rm -rf command either.

Resource

http://bitflop.com/tutorials/how-to-create-a-new-and-empty-branch-in-git.html

Aegir task debugging

drush --debug @hostmaster hosting-task --force --debug 2154

Drupal Global Sprint 2015 Weekend @ Groningen

We held a Drupal Sprint Weekend on sunday only.

Which route belongs to which path fragment?

Visualization some complex part of Drupal is helping understand Drupal better. This is about the menu tree using Graph Viz for a static SVG diagram and D3JS for a dynamic version.

My restless head Drupal 8 workflow testing patches

Restless head(s) @ DrupalCon Amsterdam 2014

For testing patches for Drupal I use our github clone with a gist of gitflow and a setup script for REST.